diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-08-25 17:04:57 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-08-25 17:04:57 +0000 |
commit | c787be9597c8d6350bd5cd3a2e1e518210bc3a41 (patch) | |
tree | a8054f0a51cf89f4efbf45d517f300d83a77ca09 /media-sound/audiocompress | |
parent | Stable on sparc --- Bug #144678 --- no problems. (diff) | |
download | historical-c787be9597c8d6350bd5cd3a2e1e518210bc3a41.tar.gz historical-c787be9597c8d6350bd5cd3a2e1e518210bc3a41.tar.bz2 historical-c787be9597c8d6350bd5cd3a2e1e518210bc3a41.zip |
Version bump. Closes bug #136981.
Package-Manager: portage-2.1.1_pre5-r3
Diffstat (limited to 'media-sound/audiocompress')
4 files changed, 72 insertions, 1 deletions
diff --git a/media-sound/audiocompress/ChangeLog b/media-sound/audiocompress/ChangeLog index 4eab4365edd1..b7b33750ba08 100644 --- a/media-sound/audiocompress/ChangeLog +++ b/media-sound/audiocompress/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/audiocompress # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiocompress/ChangeLog,v 1.14 2006/02/16 09:17:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiocompress/ChangeLog,v 1.15 2006/08/25 17:04:57 metalgod Exp $ + +*audiocompress-1.5.2 (25 Aug 2006) + + 25 Aug 2006; Luis Medinas <metalgod@gentoo.org> + +files/audiocompress-1.5.2-gentoo.patch, +audiocompress-1.5.2.ebuild: + Version bump. Closes bug #136981. 16 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> -audiocompress-1.3.ebuild, -audiocompress-1.5.ebuild, diff --git a/media-sound/audiocompress/audiocompress-1.5.2.ebuild b/media-sound/audiocompress/audiocompress-1.5.2.ebuild new file mode 100644 index 000000000000..710ea6ca1705 --- /dev/null +++ b/media-sound/audiocompress/audiocompress-1.5.2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiocompress/audiocompress-1.5.2.ebuild,v 1.1 2006/08/25 17:04:57 metalgod Exp $ + +IUSE="xmms" + +inherit eutils + +MY_P="AudioCompress-${PV}" + +DESCRIPTION="Very gentle 1-band dynamic range compressor" +HOMEPAGE="http://beesbuzz.biz/code/" +SRC_URI="http://beesbuzz.biz/code/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +#-amd64: 1.5.1 - Floating point exception when using xmms plugin +#-sparc: 1.5.5 - Gdk-ERROR **: BadValue (integer parameter out of range for operation) serial 7 error_code 2 request_code 1 minor_code 0 +KEYWORDS="-amd64 ~ppc -sparc x86" + +DEPEND="xmms? ( media-sound/xmms ) + media-sound/esound" + +S=${WORKDIR}/${MY_P} + +src_unpack() { + unpack ${A} + + cd ${S} + make clean + + epatch ${FILESDIR}/${P}-gentoo.patch +} + +src_compile() { + if use xmms; then + emake || die + else + emake AudioCompress || die + fi +} + +src_install() { + dobin AudioCompress || die + if use xmms; then + exeinto "$(xmms-config --effect-plugin-dir)" || die + doexe libcompress.so || die + fi + dodoc ChangeLog README TODO +} diff --git a/media-sound/audiocompress/files/audiocompress-1.5.2-gentoo.patch b/media-sound/audiocompress/files/audiocompress-1.5.2-gentoo.patch new file mode 100644 index 000000000000..fd8f4a275e06 --- /dev/null +++ b/media-sound/audiocompress/files/audiocompress-1.5.2-gentoo.patch @@ -0,0 +1,12 @@ +diff -Naur AudioCompress-1.5.2.orig/Makefile AudioCompress-1.5.2/Makefile +--- AudioCompress-1.5.2.orig/Makefile 2004-03-29 10:04:30.000000000 -0800 ++++ AudioCompress-1.5.2/Makefile 2004-08-02 12:57:48.347510623 -0700 +@@ -22,7 +22,7 @@ + ### (or don't have the XMMS development headers installed) + TARGETS += libcompress.so + INSTALL += install-xmms +-CFLAGS += `xmms-config --cflags` ++CFLAGS += `xmms-config --cflags` -fPIC + LDFLAGS += `xmms-config --libs` + + ### Comment out these lines if you don't want to include EsounD functionality diff --git a/media-sound/audiocompress/files/digest-audiocompress-1.5.2 b/media-sound/audiocompress/files/digest-audiocompress-1.5.2 new file mode 100644 index 000000000000..d68b6ec50442 --- /dev/null +++ b/media-sound/audiocompress/files/digest-audiocompress-1.5.2 @@ -0,0 +1,3 @@ +MD5 29ee0d58fac8752e793fdc778dcff8f3 AudioCompress-1.5.2.tar.gz 25061 +RMD160 e47093f2dbebd197b24d3cb592b9a9865c9c2d5a AudioCompress-1.5.2.tar.gz 25061 +SHA256 52928e226968f45dc6f36bedaa34708835a8b0ba653335a3058be71cc8137191 AudioCompress-1.5.2.tar.gz 25061 |