diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-02-14 06:06:46 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-02-14 06:06:46 +0000 |
commit | 9582e0e82edc6e47b8833fbb1c4135f638b528a4 (patch) | |
tree | 0fa991f9d72b093300aa39b9df6322d48a7a1da7 /media-sound/ssrc | |
parent | Sample-rate converter for PCM streams. Ebuild submitted by Felix Riemann <fe... (diff) | |
download | historical-9582e0e82edc6e47b8833fbb1c4135f638b528a4.tar.gz historical-9582e0e82edc6e47b8833fbb1c4135f638b528a4.tar.bz2 historical-9582e0e82edc6e47b8833fbb1c4135f638b528a4.zip |
small cleanup
Diffstat (limited to 'media-sound/ssrc')
-rw-r--r-- | media-sound/ssrc/Manifest | 2 | ||||
-rw-r--r-- | media-sound/ssrc/ssrc-1.29.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/ssrc/Manifest b/media-sound/ssrc/Manifest index a98f9205adb5..eaa14ee21bd4 100644 --- a/media-sound/ssrc/Manifest +++ b/media-sound/ssrc/Manifest @@ -1,4 +1,4 @@ -MD5 8a44a14185599ddff08d8b6ca1434c9a ssrc-1.29.ebuild 691 +MD5 07ff12a2b021d43dbd5bb4f657087d8c ssrc-1.29.ebuild 686 MD5 46aba542dffe7024b3d02855cf9fe71a ChangeLog 431 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 MD5 17e1cd8c7c60f9ccc3038f85a1ac9e55 files/digest-ssrc-1.29 58 diff --git a/media-sound/ssrc/ssrc-1.29.ebuild b/media-sound/ssrc/ssrc-1.29.ebuild index f723d1183579..99f3ee3128aa 100644 --- a/media-sound/ssrc/ssrc-1.29.ebuild +++ b/media-sound/ssrc/ssrc-1.29.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ssrc/ssrc-1.29.ebuild,v 1.1 2004/02/14 06:03:39 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ssrc/ssrc-1.29.ebuild,v 1.2 2004/02/14 06:06:46 eradicator Exp $ S=${WORKDIR} DESCRIPTION="A fast and high quality sampling rate converter" HOMEPAGE="http://shibatch.sourceforge.net" -SRC_URI="http://shibatch.sf.net/download/ssrc-1.29.zip" +SRC_URI="http://shibatch.sf.net/download/${P}.zip" LICENSE="LGPL-2.1" SLOT="0" |