summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-07-10 15:34:11 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-07-10 15:34:11 +0000
commit6a6db7d8d3613cc20bfc657e1ecb1452a2e33044 (patch)
tree90dc00eb43c43ddce555f4d6746ac58c4179b8f3 /dev-libs
parentMark 0.2 stable on ia64 (diff)
downloadhistorical-6a6db7d8d3613cc20bfc657e1ecb1452a2e33044.tar.gz
historical-6a6db7d8d3613cc20bfc657e1ecb1452a2e33044.tar.bz2
historical-6a6db7d8d3613cc20bfc657e1ecb1452a2e33044.zip
asneed patch added. old version removed
Package-Manager: portage-2.1.1_pre2-r6
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/ilbc-rfc3951/ChangeLog9
-rw-r--r--dev-libs/ilbc-rfc3951/files/digest-ilbc-rfc3951-0-r13
-rw-r--r--dev-libs/ilbc-rfc3951/files/ilbc-rfc3951-asneeded.patch30
-rw-r--r--dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild26
4 files changed, 67 insertions, 1 deletions
diff --git a/dev-libs/ilbc-rfc3951/ChangeLog b/dev-libs/ilbc-rfc3951/ChangeLog
index 9d45958c7cca..828f624a3f46 100644
--- a/dev-libs/ilbc-rfc3951/ChangeLog
+++ b/dev-libs/ilbc-rfc3951/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-libs/ilbc-rfc3951
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ChangeLog,v 1.3 2006/05/11 13:27:11 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ChangeLog,v 1.4 2006/07/10 15:34:11 dragonheart Exp $
+
+*ilbc-rfc3951-0-r1 (11 Jul 2006)
+
+ 11 Jul 2006; Daniel Black <dragonheart@gentoo.org>
+ +ilbc-rfc3951-0-r1.ebuild, +files/ilbc-rfc3951-asneeded.patch
+ -ilbc-rfc3951-0.ebuild:
+ added as-needed patch, remove old version
11 May 2006; Tobias Scherbaum <dertobi123@gentoo.org>
ilbc-rfc3951-0.ebuild:
diff --git a/dev-libs/ilbc-rfc3951/files/digest-ilbc-rfc3951-0-r1 b/dev-libs/ilbc-rfc3951/files/digest-ilbc-rfc3951-0-r1
new file mode 100644
index 000000000000..ef45cf78644f
--- /dev/null
+++ b/dev-libs/ilbc-rfc3951/files/digest-ilbc-rfc3951-0-r1
@@ -0,0 +1,3 @@
+MD5 c53bb4f1d7184789ab90d2d33571e78a ilbc-rfc3951.tar.gz 330306
+RMD160 84b274655356e4a723ebe03b1fdf905ffcec2785 ilbc-rfc3951.tar.gz 330306
+SHA256 5aef41a94f1a752b07190b5d2880128af251d9559d28a004ebfff228695caa57 ilbc-rfc3951.tar.gz 330306
diff --git a/dev-libs/ilbc-rfc3951/files/ilbc-rfc3951-asneeded.patch b/dev-libs/ilbc-rfc3951/files/ilbc-rfc3951-asneeded.patch
new file mode 100644
index 000000000000..d95683aa3093
--- /dev/null
+++ b/dev-libs/ilbc-rfc3951/files/ilbc-rfc3951-asneeded.patch
@@ -0,0 +1,30 @@
+--- src/Makefile.am.orig 2006-07-11 01:18:20.000000000 +1000
++++ src/Makefile.am 2006-07-11 01:21:20.000000000 +1000
+@@ -10,6 +10,8 @@
+ doCPLC.c gainquant.c hpOutput.c iLBC_define.h lsf.c syntFilter.c \
+ doCPLC.h gainquant.h hpOutput.h iLBC_encode.c lsf.h syntFilter.h
+
++libilbc_la_LIBADD=-lm
++
+ ilbc_includedir=$(includedir)/ilbc
+ ilbc_include_HEADERS=iLBC_decode.h iLBC_encode.h iLBC_define.h
+
+--- src/Makefile.in.orig 2006-07-11 01:18:27.000000000 +1000
++++ src/Makefile.in 2006-07-11 01:21:32.000000000 +1000
+@@ -50,7 +50,7 @@
+ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(ilbc_includedir)"
+ libLTLIBRARIES_INSTALL = $(INSTALL)
+ LTLIBRARIES = $(lib_LTLIBRARIES)
+-libilbc_la_LIBADD =
++libilbc_la_DEPENDENCIES =
+ am_libilbc_la_OBJECTS = anaFilter.lo enhancer.lo getCBvec.lo \
+ iCBConstruct.lo packing.lo iLBC_test.lo constants.lo filter.lo \
+ helpfun.lo iCBSearch.lo LPCdecode.lo StateConstructW.lo \
+@@ -198,6 +198,7 @@
+ doCPLC.c gainquant.c hpOutput.c iLBC_define.h lsf.c syntFilter.c \
+ doCPLC.h gainquant.h hpOutput.h iLBC_encode.c lsf.h syntFilter.h
+
++libilbc_la_LIBADD = -lm
+ ilbc_includedir = $(includedir)/ilbc
+ ilbc_include_HEADERS = iLBC_decode.h iLBC_encode.h iLBC_define.h
+ all: all-am
diff --git a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
new file mode 100644
index 000000000000..711f30edb874
--- /dev/null
+++ b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild,v 1.1 2006/07/10 15:34:11 dragonheart Exp $
+
+inherit eutils
+
+DESCRIPTION="iLBC (internet Low Bitrate Codec) is a speech codec suitable for robust voice communication over IP."
+HOMEPAGE="http://www.ilbcfreeware.org/"
+SRC_URI="http://simon.morlat.free.fr/download/1.1.x/source/ilbc-rfc3951.tar.gz"
+# http://www.ilbcfreeware.org/documentation/gips_iLBClicense.pdf
+LICENSE="gips_iLBClicense.pdf"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE=""
+S="${WORKDIR}/${PN}"
+DEPEND=""
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-asneeded.patch
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}