ports/59702: [new port] libmad library (part of MAD project)
Sergey Akifyev
asa at gascom.ru
Wed Nov 26 11:30:28 UTC 2003
>Number: 59702
>Category: ports
>Synopsis: [new port] libmad library (part of MAD project)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 26 03:30:22 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Sergey Akifyev
>Release: FreeBSD 4.8-RELEASE-p13 i386
>Organization:
JSC Gascom
>Environment:
System: FreeBSD mail.gascom.ru 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #5: Mon Oct 6 15:48:47 MSD 2003 asa at boulder.gascom.ru:/usr/src/sys/compile/SMP_STD i386
>Description:
!!! Please note! new version of mad is split to 3 software packages.
!!! This is what I did for this port. This all is needed to update
!!! rhythmbox to 0.6.1. pkg-descr for all ports taken from audio/mad
MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1
as well as the MPEG-2 extension to Lower Sampling Frequencies. All
three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are
fully implemented.
MAD does not yet support MPEG-2 multichannel audio (although it should
be backward compatible with such streams) or AAC, nor does it support
the so-called MPEG 2.5 format.
MAD has the following special features:
- 24-bit PCM output
- 100% fixed-point (integer) computation
- completely new implementation based on the ISO/IEC standards
- distributed under the terms of the GNU General Public License (GPL)
The software is distributed as a library (libmad) and command-line
front-end (madplay).
WWW: http://mad.sourceforge.net/
>How-To-Repeat:
>Fix:
--- libmad.sh begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# libmad
# libmad/pkg-plist
# libmad/pkg-descr
# libmad/distinfo
# libmad/Makefile
#
echo c - libmad
mkdir -p libmad > /dev/null 2>&1
echo x - libmad/pkg-plist
sed 's/^X//' >libmad/pkg-plist << 'END-of-libmad/pkg-plist'
Xlib/libmad.a
Xlib/libmad.so
Xlib/libmad.so.2
END-of-libmad/pkg-plist
echo x - libmad/pkg-descr
sed 's/^X//' >libmad/pkg-descr << 'END-of-libmad/pkg-descr'
XMAD is a high-quality MPEG audio decoder. It currently supports MPEG-1
Xas well as the MPEG-2 extension to Lower Sampling Frequencies. All
Xthree audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are
Xfully implemented.
X
XMAD does not yet support MPEG-2 multichannel audio (although it should
Xbe backward compatible with such streams) or AAC, nor does it support
Xthe so-called MPEG 2.5 format.
X
XMAD has the following special features:
X
X - 24-bit PCM output
X - 100% fixed-point (integer) computation
X - completely new implementation based on the ISO/IEC standards
X - distributed under the terms of the GNU General Public License (GPL)
X
XThe software is distributed as a library (libmad) and command-line
Xfront-end (madplay).
X
XWWW: http://mad.sourceforge.net/
END-of-libmad/pkg-descr
echo x - libmad/distinfo
sed 's/^X//' >libmad/distinfo << 'END-of-libmad/distinfo'
XMD5 (libmad-0.15.0b.tar.gz) = 2e4487cdf922a6da2546bad74f643205
END-of-libmad/distinfo
echo x - libmad/Makefile
sed 's/^X//' >libmad/Makefile << 'END-of-libmad/Makefile'
X# New ports collection makefile for: libmad
X# Date created: 26 November 2003
X# Whom: Sergey Akifyev <asa at gascom.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME= libmad
XPORTVERSION= 0.15.0b
XCATEGORIES= audio
XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
X ftp://ftp.mars.org/pub/mpeg/
XMASTER_SITE_SUBDIR= mad
X
XMAINTAINER= asa at gascom.ru
XCOMMENT= libmad library (part of MAD project)
X
XUSE_LIBTOOL= yes
XINSTALLS_SHLIB= yes
XCONFIGURE_ARGS= --disable-debugging \
X --enable-sso \
X --enable-accuracy
X
X.include <bsd.port.mk>
END-of-libmad/Makefile
exit
--- libmad.sh ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list