summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-04 20:15:45 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-04 20:15:45 +0000
commit53e472f779f57c3adb50ea4ed2731d8f95e29fa2 (patch)
tree14e33475016c6443ea4cbb28d76fd70de211811d /media-libs/libsoundtouch
parentppc unstable profile update (diff)
downloadhistorical-53e472f779f57c3adb50ea4ed2731d8f95e29fa2.tar.gz
historical-53e472f779f57c3adb50ea4ed2731d8f95e29fa2.tar.bz2
historical-53e472f779f57c3adb50ea4ed2731d8f95e29fa2.zip
Added unzip to DEPEND.
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r--media-libs/libsoundtouch/ChangeLog6
-rw-r--r--media-libs/libsoundtouch/Manifest14
-rw-r--r--media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild12
3 files changed, 25 insertions, 7 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog
index 67a7db614470..ecaf124b6da7 100644
--- a/media-libs/libsoundtouch/ChangeLog
+++ b/media-libs/libsoundtouch/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libsoundtouch
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.2 2004/08/30 15:45:47 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.3 2004/10/04 20:15:45 eradicator Exp $
+
+ 04 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ libsoundtouch-1.2.1.ebuild:
+ Added unzip to DEPEND.
*libsoundtouch-1.2.1 (30 Aug 2004)
diff --git a/media-libs/libsoundtouch/Manifest b/media-libs/libsoundtouch/Manifest
index 8326758647bb..f252ec6b493a 100644
--- a/media-libs/libsoundtouch/Manifest
+++ b/media-libs/libsoundtouch/Manifest
@@ -1,4 +1,14 @@
-MD5 ca772302a54f4a1378d64bb08f5ef7e1 ChangeLog 474
-MD5 c980f9286ad703224573f459de9ada13 libsoundtouch-1.2.1.ebuild 1438
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 0608c779bffb3de71dd05d3d10d0cbcf ChangeLog 592
+MD5 8dd6cf9d05dcbbd83ed64ccaa81f67a4 libsoundtouch-1.2.1.ebuild 1483
MD5 2f758c82434233f84f01f80f850a1112 metadata.xml 217
MD5 3c9ded8dc9e9d37cf59b37200a04dd86 files/digest-libsoundtouch-1.2.1 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBYa+LArHZZzCEUG0RAgIHAJ9pahPoXYPnnAGyvJMlk1Wk+pUqxQCcDDE4
+f0/SWJfTTDCM5gerp01vmVo=
+=VJxJ
+-----END PGP SIGNATURE-----
diff --git a/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild
index 9c82ca9b189d..48ba876cc522 100644
--- a/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild
+++ b/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild
@@ -1,6 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild,v 1.2 2004/08/30 15:45:47 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild,v 1.3 2004/10/04 20:15:45 eradicator Exp $
+
+IUSE=""
+
+S="${WORKDIR}/SoundTouch-${PV}"
DESCRIPTION="Audio processing library for changing the tempo, pitch and playback rates."
HOMEPAGE="http://sky.prohosting.com/oparviai/soundtouch/"
@@ -9,7 +13,6 @@ SRC_URI="http://sky.prohosting.com/oparviai/soundtouch/soundtouch_v${PV}.zip"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc"
-IUSE=""
# FIXME:
#
@@ -18,8 +21,9 @@ IUSE=""
# So I let alone the '$myconf' option, so one can test options
# easily with: myconf="--enable-foo" emerge libsoundtouch
-DEPEND=""
-S="${WORKDIR}/SoundTouch-${PV}"
+RDEPEND="virtual/libc"
+
+DEPEND="app-arch/unzip"
src_unpack() {
unpack ${A} || die "unpack failed"