diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-13 22:00:32 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-13 22:00:32 +0000 |
commit | 0ce2cf87724718638f7795471bc75a0efd49379e (patch) | |
tree | 9626974e51378d5c462b8369192604fc517ca687 /media-sound | |
parent | Tweak dependency test to hopefully fix bug #84836 (diff) | |
download | gentoo-2-0ce2cf87724718638f7795471bc75a0efd49379e.tar.gz gentoo-2-0ce2cf87724718638f7795471bc75a0efd49379e.tar.bz2 gentoo-2-0ce2cf87724718638f7795471bc75a0efd49379e.zip |
new upstream release, fixes #81448
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/snd/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/snd/Manifest | 2 | ||||
-rw-r--r-- | media-sound/snd/files/digest-snd-7.10 | 1 | ||||
-rw-r--r-- | media-sound/snd/snd-7.1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/snd/snd-7.10.ebuild | 75 | ||||
-rw-r--r-- | media-sound/snd/snd-7.4.ebuild | 4 |
6 files changed, 89 insertions, 6 deletions
diff --git a/media-sound/snd/ChangeLog b/media-sound/snd/ChangeLog index 3d39b46ff743..bda5c270b985 100644 --- a/media-sound/snd/ChangeLog +++ b/media-sound/snd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/snd -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/ChangeLog,v 1.19 2004/12/28 20:31:26 ribosome Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/ChangeLog,v 1.20 2005/03/13 22:00:32 luckyduck Exp $ + +*snd-7.10 (13 Mar 2005) + + 13 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> +snd-7.10.ebuild: + new upstream release, fixes #81448 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> snd-7.4.ebuild: Dependency update: dev-libs/gsl -> sci-libs/gsl. diff --git a/media-sound/snd/Manifest b/media-sound/snd/Manifest index df95f300a6c8..a851ec530803 100644 --- a/media-sound/snd/Manifest +++ b/media-sound/snd/Manifest @@ -1,6 +1,8 @@ +MD5 3d32fdbfa7762a5674096a434eb8a8c2 snd-7.10.ebuild 1684 MD5 3d32fdbfa7762a5674096a434eb8a8c2 snd-7.4.ebuild 1684 MD5 f0a34b9d358e420deb9daab2bd3538b6 snd-7.1.ebuild 1747 MD5 829502a202c2b2b26d75c09735ba1856 ChangeLog 2279 MD5 527dcfe3ce0f0b53c6b6aa8b82eb930c metadata.xml 252 +MD5 64e6271ddc8b655bf67b620f325dc01d files/digest-snd-7.10 61 MD5 2c4ab24ebd10504d1d4f2a704ea4e309 files/digest-snd-7.1 60 MD5 19c799488e3d5a9e0c8ad9334b88b262 files/digest-snd-7.4 60 diff --git a/media-sound/snd/files/digest-snd-7.10 b/media-sound/snd/files/digest-snd-7.10 new file mode 100644 index 000000000000..931c0062f3b9 --- /dev/null +++ b/media-sound/snd/files/digest-snd-7.10 @@ -0,0 +1 @@ +MD5 7d8009edfc7c91d8020e22f6fbfc9759 snd-7.10.tar.gz 5949277 diff --git a/media-sound/snd/snd-7.1.ebuild b/media-sound/snd/snd-7.1.ebuild index 352e4e54e5c4..c79f639a3c07 100644 --- a/media-sound/snd/snd-7.1.ebuild +++ b/media-sound/snd/snd-7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-7.1.ebuild,v 1.7 2004/12/28 20:30:54 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-7.1.ebuild,v 1.8 2005/03/13 22:00:32 luckyduck Exp $ IUSE="esd motif guile X gtk ruby alsa" diff --git a/media-sound/snd/snd-7.10.ebuild b/media-sound/snd/snd-7.10.ebuild new file mode 100644 index 000000000000..8ef4603ea9ff --- /dev/null +++ b/media-sound/snd/snd-7.10.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-7.10.ebuild,v 1.1 2005/03/13 22:00:32 luckyduck Exp $ + +IUSE="esd motif guile X gtk ruby alsa" + +S="${WORKDIR}/${P/\.*//}" +DESCRIPTION="Snd is a sound editor" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://snd.sourceforge.net" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86 amd64 ~ppc sparc" + +DEPEND="X? ( virtual/x11 ) + sci-libs/gsl + media-libs/ladspa-sdk + media-libs/audiofile + esd? ( media-sound/esound ) + alsa? ( media-libs/alsa-lib ) + gtk? ( x11-libs/gtk+ ) + guile? ( dev-util/guile ) + motif? ( x11-libs/openmotif ) + ruby? ( virtual/ruby )" + + +src_compile() { + local myconf + + use alsa \ + && myconf="${myconf} --with-alsa" \ + || myconf="${myconf} --without-alsa" + + use esd \ + && myconf="${myconf} --with-esd" \ + || myconf="${myconf} --without-esd" + + use gtk \ + && myconf="${myconf} --with-gtk" \ + || myconf="${myconf} --without-gtk" + + use guile \ + && myconf="${myconf} --with-guile --with-run" \ + || myconf="${myconf} --without-guile" + + use ruby \ + && myconf="${myconf} --with-ruby" \ + || myconf="${myconf} --without-ruby" + + use X \ + && myconf="${myconf} --with-x" \ + || myconf="${myconf} --without-x" + +# looks like gl is still broke +# use gl \ +# && myconf="${myconf} --with-just-gl" \ +# || myconf="${myconf} --without-gl" + + econf --with-ladspa --with-float-samples \ + --with-float-sample-width ${myconf} || die + + emake || die +} + +src_install () { + dobin snd + + dodoc COPYING *.Snd *.scm *.rb *.png *.html + + cd tutorial + dohtml * + insinto /usr/share/doc/${PF}/html/images/jpg + doins images/jpg/* +} diff --git a/media-sound/snd/snd-7.4.ebuild b/media-sound/snd/snd-7.4.ebuild index fc92305947dc..081c70e27e80 100644 --- a/media-sound/snd/snd-7.4.ebuild +++ b/media-sound/snd/snd-7.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-7.4.ebuild,v 1.7 2004/12/28 20:31:26 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-7.4.ebuild,v 1.8 2005/03/13 22:00:32 luckyduck Exp $ IUSE="esd motif guile X gtk ruby alsa" |