aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-06-05 15:10:40 +0800
committermiwi <miwi@FreeBSD.org>2007-06-05 15:10:40 +0800
commita41c969d8129767c14c36c3eac5b81f5e7d9710e (patch)
tree959a34fb2a37fc2d9d806a58ab550ee3201ff929
parentfd43ea719295b07287519a93c7feadaf987a9f12 (diff)
downloadfreebsd-ports-gnome-a41c969d8129767c14c36c3eac5b81f5e7d9710e.tar.gz
freebsd-ports-gnome-a41c969d8129767c14c36c3eac5b81f5e7d9710e.tar.zst
freebsd-ports-gnome-a41c969d8129767c14c36c3eac5b81f5e7d9710e.zip
The floating-point Adaptive Multi Rate (AMR) speech codec libraries, based on
the reference implementation. WWW: http://www.penguin.cz/~utx/amr PR: ports/113143 Submitted by: Tatsuki Makino <tatsuki_makino at hotmail.com>
-rw-r--r--audio/Makefile1
-rw-r--r--audio/libamrnb/Makefile36
-rw-r--r--audio/libamrnb/distinfo3
-rw-r--r--audio/libamrnb/pkg-descr4
-rw-r--r--audio/libamrnb/pkg-plist22
5 files changed, 66 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 56319f9bb039..bf559cd16ad2 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -289,6 +289,7 @@
SUBDIR += liba52-devel
SUBDIR += libadplug
SUBDIR += libaiff
+ SUBDIR += libamrnb
SUBDIR += libao
SUBDIR += libaudiofile
SUBDIR += libcdaudio
diff --git a/audio/libamrnb/Makefile b/audio/libamrnb/Makefile
new file mode 100644
index 000000000000..6a55eb187c32
--- /dev/null
+++ b/audio/libamrnb/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: libamrnb
+# Date created: 30 May 2007
+# Whom: Tatsuki Makino <tatsuki_makino@hotmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libamrnb
+PORTVERSION= 6.1.0.4
+CATEGORIES= audio
+MASTER_SITES= http://ftp.penguin.cz/pub/users/utx/amr/testing/ \
+ http://ftp.penguin.cz/pub/users/utx/amr/
+DISTNAME= amrnb-${DISTVERSION}rc1
+
+MAINTAINER= tatsuki_makino@hotmail.com
+COMMENT= The floating-point Adaptive Multi Rate speech codec libraries
+
+BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget \
+ ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip \
+ bash:${PORTSDIR}/shells/bash
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
+WRKSRC= ${WRKDIR}/amrnb-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --srcdir=${WRKSRC}
+CONFIGURE_ENV+= LANG=C
+USE_LDCONFIG= yes
+
+post-patch:
+ @${REINPLACE_CMD} -E \
+ -e "s!(/bin/bash)!${LOCALBASE}\\1!" \
+ ${WRKSRC}/prepare_sources.sh
+
+.include <bsd.port.mk>
diff --git a/audio/libamrnb/distinfo b/audio/libamrnb/distinfo
new file mode 100644
index 000000000000..46692858de99
--- /dev/null
+++ b/audio/libamrnb/distinfo
@@ -0,0 +1,3 @@
+MD5 (amrnb-6.1.0.4rc1.tar.bz2) = fec94b263e42e7a20bf7631c823a225c
+SHA256 (amrnb-6.1.0.4rc1.tar.bz2) = 517716365c0ac9c056d55aa90429356bdab1f970726fc680360136cbd25b4408
+SIZE (amrnb-6.1.0.4rc1.tar.bz2) = 408797
diff --git a/audio/libamrnb/pkg-descr b/audio/libamrnb/pkg-descr
new file mode 100644
index 000000000000..94a504f3b953
--- /dev/null
+++ b/audio/libamrnb/pkg-descr
@@ -0,0 +1,4 @@
+The floating-point Adaptive Multi Rate (AMR) speech codec libraries, based on
+the reference implementation.
+
+WWW: http://www.penguin.cz/~utx/amr
diff --git a/audio/libamrnb/pkg-plist b/audio/libamrnb/pkg-plist
new file mode 100644
index 000000000000..c6ee8238068d
--- /dev/null
+++ b/audio/libamrnb/pkg-plist
@@ -0,0 +1,22 @@
+bin/amrnb-decoder
+bin/amrnb-encoder
+bin/amrnb-decoder-if2
+bin/amrnb-encoder-if2
+bin/amrnb-decoder-etsi
+bin/amrnb-encoder-etsi
+bin/amrnb-encoder-vad2
+bin/amrnb-encoder-if2-vad2
+bin/amrnb-encoder-etsi-vad2
+include/amrnb/interf_dec.h
+include/amrnb/interf_enc.h
+include/amrnb/interf_rom.h
+include/amrnb/rom_dec.h
+include/amrnb/rom_enc.h
+include/amrnb/sp_dec.h
+include/amrnb/sp_enc.h
+include/amrnb/typedef.h
+lib/libamrnb.so.2
+lib/libamrnb.so
+lib/libamrnb.la
+lib/libamrnb.a
+@dirrm include/amrnb
d> * - Update to 1.7.0sunpoet2013-12-302-4/+3 * - Update to 1.7.0sunpoet2013-12-302-4/+6 * - Update Calligra Suite to 2.7.5.avilla2013-12-173-3/+8 * - use STAGEDIRdinoex2013-11-291-1/+0 * - Use single space after WWW:sunpoet2013-11-182-2/+2 * Stagifybapt2013-11-041-4/+3 * Stagifybapt2013-11-041-3/+2 * Support stage, use bsdtar to extractbapt2013-11-041-3/+2 * Stagifybapt2013-11-041-1/+0 * - Update to 4.0.6.jkim2013-10-262-5/+4 * Fix NO_STAGE attributionbapt2013-09-231-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-2112-30/+16 * - Use USES=gmakesunpoet2013-09-171-2/+1 * Convert to new perl frameworkbapt2013-09-171-2/+1 * 1. Introduce using iconv with arguments:bsam2013-09-021-3/+1 * Update to 4.0.5.jkim2013-08-231-4/+4 * ukrainian/webalizer: Fix gd dependencymarino2013-08-181-6/+2 * - Convert to new perl frameworkaz2013-08-042-3/+4 * KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-275-674/+0 * Mark job unsafe and convert to USES=gmakebapt2013-07-101-6/+4 * Fix INDEX by really fixing the kde4-l10n portsbapt2013-07-101-0/+1 * KDE4 l10n fixes.rakuco2013-07-102-3/+1 * Update the KDE Software Compilation to 4.10.5.rakuco2013-07-051-2/+2 * Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-031-2/+2 * Update to 4.0.4.jkim2013-06-201-4/+4 * - Don't remove directories not created by this portmiwi2013-06-191-2/+0 * KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-192-4/+2 * Update to 4.0.3.jkim2013-05-101-4/+4 * Add some shebangfix to allow building most of the ports tree without /usr/bin...bapt2013-05-071-5/+2 * - Convert USE_GETTEXT to USES (part 2)ak2013-04-241-1/+1 * Update to 4.0.2.jkim2013-04-171-4/+4 * - Update Calligra and l10n ports to 2.6.2:avilla2013-03-302-5/+8 * KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-274-43/+97 * Update to 4.0.1.jkim2013-03-091-4/+4 * Merge from area51 repository:makc2013-02-052-3/+3 * Update to 3.6.5.jkim2013-02-051-4/+4 * KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-044-32/+147 * - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3 * - Update to 3.5.7.jkim2012-10-272-9/+4 * - Update Calligra Suite to 2.5.2.avilla2012-09-171-2/+2 * - Update Calligra to 2.5.1.avilla2012-09-012-7/+2 * The KDE/FreeBSD team is pleased to announce version 2.5 of Calligra,avilla2012-08-262-15/+3 * - Update to 3.5.6.jkim2012-08-241-4/+4 * - Update LibreOffice and the language packs to 3.5.5.jkim2012-07-181-4/+4 * - Update Calligra to 2.4.3.avilla2012-07-051-2/+2 * - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 releasefluffy2012-07-011-4/+4 * KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x se...makc2012-06-153-3/+33 * - update png to 1.5.10dinoex2012-06-012-1/+2 * - Remove koffice-i18n ports, as they are not very useful withoutavilla2012-05-315-64/+0 * The KDE/FreeBSD team is pleased to announce Calligra Suite 2.4.2, KDEavilla2012-05-319-238/+129 * KDE/FreeBSD team presents long awaited KDE SC 4.8.3!makc2012-05-254-20/+263 * - upgrade to 3.5.2bapt2012-04-234-0/+22 * - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1 * The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-252-2/+35 * - Pass maintainership to office@FreeBSD.orgsunpoet2011-11-291-1/+1 * The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-141-2/+2 * Mark as broken on powerpc-9: does not install.linimon2011-11-111-1/+7 * The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-172-14/+60 * - Set DIST_SUBDIR: move dist files to DISTDIR/mythessunpoet2011-08-182-2/+3 * - Set DIST_SUBDIR: move dist files to DISTDIR/hyphensunpoet2011-08-182-2/+3 * - Set DIST_SUBDIR: move dist files to DISTDIR/hunspellsunpoet2011-08-182-2/+3 * - Change MASTER_SITES to my LOCAL to avoid implicit change of non-versionedsunpoet2011-08-182-4/+4 * - Set WRKSRCsunpoet2011-08-131-1/+2 * - Unify COMMENT and pkg-descrsunpoet2011-08-132-2/+2 * - Move language prefix to PKGNAMEPREFIXsunpoet2011-07-293-20/+20 * - Fix typosunpoet2011-07-251-1/+1 * Pass matainership to the new office teambapt2011-07-223-3/+3 * Add some locales thesaurusbapt2011-07-214-0/+40 * Add Ukrainian hyphenation rulesbapt2011-07-214-0/+33 * Add ukrainian hunspell dictionnarybapt2011-07-204-0/+41 * Reset maintainership de jure. In fact KDE 3 has not been maintained by our teammakc2011-07-082-2/+2 * Update KDE Software Compilation ports to 4.6.5makc2011-07-083-3/+155 * The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read fullavilla2011-06-141-2/+2 * Update KDE Software Compilation ports to 4.6.3makc2011-05-172-2/+56 * - Update KOffice to 2.3.3.avilla2011-04-132-4/+4 * The FreeBSD KDE Team is pleased to announce April updates for KDEavilla2011-04-071-2/+2 * - Update KOffice to 2.3.1.avilla2011-03-254-6/+30 * The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMavilla2011-03-252-25/+67 * - Get Rid MD5 supportmiwi2011-03-195-5/+0 * - Remove unnecessary PKGNAMEPREFIX declarationsunpoet2011-01-094-4/+0 * - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5fluffy2011-01-082-2/+30 * KDE FreeBSD team presents KDE SC 4.5.4.makc2010-12-033-7/+3 * Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.linimon2010-12-021-1/+1 * KDE FreeBSD team presents KDE SC 4.5.3.makc2010-11-042-3/+11 * KDE FreeBSD team presents KDE SC 4.5.2.makc2010-10-062-7/+12 * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-162-4/+2 * KDE FreeBSD team presents KDE SC 4.5.1.makc2010-09-033-385/+76 * Update KOffice l10n ports to 2.2.2makc2010-08-284-24/+8 * Present KDE SC 4.4.5 for FreeBSD.makc2010-06-301-3/+3 * - Update KOffice (and its l10n packs) to 2.2.0 releasefluffy2010-06-194-26/+66 * Present KDE SC 4.4.4 for FreeBSD.makc2010-06-021-3/+3 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-312-2/+2 * - Update KOffice to 2.1.2 releasefluffy2010-05-116-64/+6 * - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-114-219/+430 * - update to 1.4.1dinoex2010-03-285-4/+5 * Presenting KDE 4.3.5 for FreeBSD. The official release notes for thismiwi2010-02-073-4/+43 * - update to jpeg-8dinoex2010-02-055-2/+5 * The KDE FreeBSD team is proud to announce the release of KOffice2 suite for F...fluffy2009-12-227-76/+243 * The FreeBSD KDE is please to announce the release of KDE 4.3.4,miwi2009-12-022-16/+78 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.3miwi2009-11-272-5/+27 * The FreeBSD KDE is please to announce the release of KDE 4.3.1,tabthorpe2009-09-022-4/+4 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1 * clean upmakc2009-08-081-3/+0 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-054-27/+137 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-315-0/+5 * The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-032-4/+8 * Update KDE ports to 4.2.3makc2009-05-102-3/+4 * The KDE FreeBSD team is proud to announce the release of KDE 4.2.2miwi2009-04-022-15/+25 * Update KDE to 4.2.1.makc2009-03-092-3/+31 * - Add all manpages for kde4-l10n*miwi2009-02-091-0/+57 * The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-093-92/+289 * kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in...makc2009-01-143-10/+502 * The KDE FreeBSD team is proud to announce the release of KDE 4.1.1miwi2008-09-032-8/+185 * The KDE FreeBSD team is proud to announce the releasemiwi2008-08-291-3/+3 * The KDE FreeBSD team is proud to announce the releasemiwi2008-08-182-7/+61 * The KDE FreeBSD team is proud to announce the release of KDE 4.1.0miwi2008-08-105-294/+747 * - unbreak after update to webalizer 2.20-01dinoex2008-08-063-34/+0 * Mark BROKEN: does not patch after the upgrade of www/webalizererwin2008-08-051-0/+2 * - Update maintainer's email addresspav2008-07-241-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1