diff options
author | John J. Ellis <jje@gentoo.org> | 2003-09-29 02:41:42 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-09-29 02:41:42 +0000 |
commit | 63d88e9f8f62b148570854cc5c09ad5107ff773a (patch) | |
tree | 1202d31217d2f3c84cfcedd9a7d48935d41e97f2 /media-sound/vorbisgain | |
parent | Version bump, ~x86 masked. Closes #29479. (diff) | |
download | historical-63d88e9f8f62b148570854cc5c09ad5107ff773a.tar.gz historical-63d88e9f8f62b148570854cc5c09ad5107ff773a.tar.bz2 historical-63d88e9f8f62b148570854cc5c09ad5107ff773a.zip |
Version bump, ~x86 masked. Closes #29479.
Diffstat (limited to 'media-sound/vorbisgain')
-rw-r--r-- | media-sound/vorbisgain/Manifest | 4 | ||||
-rw-r--r-- | media-sound/vorbisgain/files/digest-vorbisgain-0.34 | 1 | ||||
-rw-r--r-- | media-sound/vorbisgain/vorbisgain-0.34.ebuild | 26 |
3 files changed, 29 insertions, 2 deletions
diff --git a/media-sound/vorbisgain/Manifest b/media-sound/vorbisgain/Manifest index 5091500db9f9..c38ece7b8db5 100644 --- a/media-sound/vorbisgain/Manifest +++ b/media-sound/vorbisgain/Manifest @@ -1,7 +1,7 @@ MD5 48896561059b037c4f7179c89fafd49b vorbisgain-0.32.ebuild 984 -MD5 fe2c4e971acb58667746dfe3a4300303 ChangeLog 603 +MD5 12b779012ad0704f625025185c5ca7c6 ChangeLog 712 MD5 c732ec3d777a4717f43c382e7764cf8e vorbisgain-0.32-r1.ebuild 1050 -MD5 b76b4ba73171aab26d5efc6525a7c844 vorbisgain-0.34.ebuild 1037 +MD5 66e7bcbe2b5dc987ce4df84e31cb3cfa vorbisgain-0.34.ebuild 701 MD5 51222418c1cb37080f305b280ce98bc9 files/digest-vorbisgain-0.32 64 MD5 3eeb609cc8129544b6bfbfe90d43de15 files/vorbisgain-0.32-48k.patch 740 MD5 51222418c1cb37080f305b280ce98bc9 files/digest-vorbisgain-0.32-r1 64 diff --git a/media-sound/vorbisgain/files/digest-vorbisgain-0.34 b/media-sound/vorbisgain/files/digest-vorbisgain-0.34 new file mode 100644 index 000000000000..e0429dad5152 --- /dev/null +++ b/media-sound/vorbisgain/files/digest-vorbisgain-0.34 @@ -0,0 +1 @@ +MD5 ee62352b74c610bb3eeddda038819fc8 vorbisgain-0.34.zip 148950 diff --git a/media-sound/vorbisgain/vorbisgain-0.34.ebuild b/media-sound/vorbisgain/vorbisgain-0.34.ebuild new file mode 100644 index 000000000000..49681841452c --- /dev/null +++ b/media-sound/vorbisgain/vorbisgain-0.34.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbisgain/vorbisgain-0.34.ebuild,v 1.1 2003/09/29 02:41:36 jje Exp $ + +DESCRIPTION="vorbisgain calculates a percieved sound level of an Ogg Vorbis file using the ReplayGain algorithm and stores it in the file header" +HOMEPAGE="http://users.pandora.be/sjeng/vorbisgain.html" +SRC_URI="http://sjeng.org/ftp/vorbis/${P}.zip" + +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~x86" + +DEPEND=">=media-libs/libvorbis-1.0 + app-arch/unzip" + +src_compile() { + chmod +x configure + econf || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die +} + |