summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2005-10-05 12:46:24 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2005-10-05 12:46:24 +0000
commit50b905630f5d99432fc5136b41c2de67b2e57e91 (patch)
treedaa28bcd135c4044f66c50150341a0e8adb48820 /media-sound/snd
parentmake it adhere multilib-strict; bug 103613 (diff)
downloadgentoo-2-50b905630f5d99432fc5136b41c2de67b2e57e91.tar.gz
gentoo-2-50b905630f5d99432fc5136b41c2de67b2e57e91.tar.bz2
gentoo-2-50b905630f5d99432fc5136b41c2de67b2e57e91.zip
Fixed DEPEND(typo)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-sound/snd')
-rw-r--r--media-sound/snd/files/digest-snd-7.11
-rw-r--r--media-sound/snd/files/digest-snd-7.41
-rw-r--r--media-sound/snd/snd-7.1.ebuild76
-rw-r--r--media-sound/snd/snd-7.15.ebuild4
-rw-r--r--media-sound/snd/snd-7.4.ebuild75
5 files changed, 2 insertions, 155 deletions
diff --git a/media-sound/snd/files/digest-snd-7.1 b/media-sound/snd/files/digest-snd-7.1
deleted file mode 100644
index ae4ebd35c98a..000000000000
--- a/media-sound/snd/files/digest-snd-7.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 19ca418418c7421dd3bffdf196f3780a snd-7.1.tar.gz 5099045
diff --git a/media-sound/snd/files/digest-snd-7.4 b/media-sound/snd/files/digest-snd-7.4
deleted file mode 100644
index dd43cdb240b6..000000000000
--- a/media-sound/snd/files/digest-snd-7.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d21cfe0ba19080b3f8d23d4e3a00677b snd-7.4.tar.gz 5326968
diff --git a/media-sound/snd/snd-7.1.ebuild b/media-sound/snd/snd-7.1.ebuild
deleted file mode 100644
index 8c66263255d2..000000000000
--- a/media-sound/snd/snd-7.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# 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.9 2005/09/04 10:59:06 flameeyes 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"
-RESTRICT="nomirror"
-HOMEPAGE="http://snd.sourceforge.net"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86 ~amd64 ppc"
-
-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"
-
-# Seems to cause problem I will look into it but for now we will just disable
-# 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 HISTORY.Snd README.Snd TODO.Snd
-
- cd tutorial
- dohtml *
- insinto /usr/share/doc/${PF}/html/images/jpg
- doins images/jpg/*
-}
diff --git a/media-sound/snd/snd-7.15.ebuild b/media-sound/snd/snd-7.15.ebuild
index 32950e1fb49b..b1cd168bc0e3 100644
--- a/media-sound/snd/snd-7.15.ebuild
+++ b/media-sound/snd/snd-7.15.ebuild
@@ -1,6 +1,6 @@
# 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.15.ebuild,v 1.1 2005/10/04 13:49:09 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-7.15.ebuild,v 1.2 2005/10/05 12:46:23 matsuu Exp $
IUSE="X alsa esd fam fftw gsl gtk guile jack ladspa motif nls opengl ruby"
@@ -22,7 +22,7 @@ DEPEND="media-libs/audiofile
gsl? ( >=sci-libs/gsl-0.8 )
gtk? ( >=x11-libs/gtk+-2 )
guile? ( >=dev-util/guile-1.3.4 )
- jack? ( media-sound/jack )
+ jack? ( media-sound/jack-audio-connection-kit )
ladspa? ( media-libs/ladspa-sdk )
motif? ( x11-libs/openmotif )
nls? ( sys-devel/gettext )
diff --git a/media-sound/snd/snd-7.4.ebuild b/media-sound/snd/snd-7.4.ebuild
deleted file mode 100644
index 155680190833..000000000000
--- a/media-sound/snd/snd-7.4.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# 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.9 2005/09/04 10:59:06 flameeyes 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 *.Snd *.scm *.rb *.png *.html
-
- cd tutorial
- dohtml *
- insinto /usr/share/doc/${PF}/html/images/jpg
- doins images/jpg/*
-}