summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-03-21 10:10:57 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-03-21 10:10:57 +0000
commit2c86eef16e39d5659121349e74abf337a29ea56c (patch)
treef91ab518566c26d2f5871693d8eb130c520d5f80 /media-sound
parentAdd EPREFIX to configure arguments, bump to EAPI=3 (diff)
downloadgentoo-2-2c86eef16e39d5659121349e74abf337a29ea56c.tar.gz
gentoo-2-2c86eef16e39d5659121349e74abf337a29ea56c.tar.bz2
gentoo-2-2c86eef16e39d5659121349e74abf337a29ea56c.zip
old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/snd/Manifest12
-rw-r--r--media-sound/snd/snd-9.1.ebuild113
2 files changed, 0 insertions, 125 deletions
diff --git a/media-sound/snd/Manifest b/media-sound/snd/Manifest
index a7053ccddf4c..bf54e70b80a6 100644
--- a/media-sound/snd/Manifest
+++ b/media-sound/snd/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST snd-9.1.tar.gz 8561354 RMD160 cd5ae0b740534da87a0f300c2e25d2403f5628dd SHA1 2da3db9b3e6b51adc74eca1e8735781ce68daf04 SHA256 2de0332afcaeba9ad2e078cbc149bfce2e3e29ef6c35aae112c6d23c2124dbee
DIST snd-9.11.tar.gz 13455864 RMD160 9c4137114f9056efaba66aed6e7140f4f4e6e671 SHA1 950c6336bae0e2ccf5eae62b037572bc7ddabcf7 SHA256 364fa4ee39d9909e7cffc400aff5723712bfa19960ecb2271d83bf2fe1909165
-EBUILD snd-9.1.ebuild 2671 RMD160 43718e514c6917a34edfa599711c0f49c202c3f6 SHA1 04135d735b6e01c2b18d85ac10bcaca95b3a345c SHA256 cd4ee362fe54f0fc2eea2ca6fd8510ebe9dddc81c86c1868df5a7a634dfc7685
EBUILD snd-9.11.ebuild 2817 RMD160 b2672c75855df6f1e2481473e80a0f6e83328bf2 SHA1 454ebe5c8634ef82741b5fff692735599a2b2b1e SHA256 51d9a3378c32dbc311c180fd26fae5e15f65f750750f7c5bf285d741173619e7
MISC ChangeLog 5673 RMD160 d49726bd0a5d7a71db41afc747b9e42f1bc82fd9 SHA1 7dbffc515ed4184a1393e21f61d4fb6d8bdefe3a SHA256 3108d4a43ee0e2ad2d3615b86536c3dbfcf1eb66d77512aa93ac11e550be1daa
MISC metadata.xml 252 RMD160 68406e733c1a9f26b7ab37e79ab53b3f59305b3a SHA1 6e5cc1551616801a2f257d688e6fc286044c3499 SHA256 5ab00710d822d203a1a38e1b6a9754137de4fe2cf5c4e79470419ed3f3927450
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.14 (GNU/Linux)
-
-iEYEARECAAYFAktRG10ACgkQOypDUo0oQOr83ACfXHl9egpnckEnKXk4AVsRYV2Q
-H4sAoLcl0LWrsrTQnJ2MDRPXKwUhTUDJ
-=5uh/
------END PGP SIGNATURE-----
diff --git a/media-sound/snd/snd-9.1.ebuild b/media-sound/snd/snd-9.1.ebuild
deleted file mode 100644
index 509e2b7f08f4..000000000000
--- a/media-sound/snd/snd-9.1.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-9.1.ebuild,v 1.4 2007/07/29 17:24:11 angelos Exp $
-
-inherit multilib eutils
-
-S="${WORKDIR}/${P/\.*//}"
-DESCRIPTION="Snd is a sound editor"
-HOMEPAGE="http://ccrma.stanford.edu/software/snd/"
-SRC_URI="ftp://ccrma-ftp.stanford.edu/pub/Lisp/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="amd64 ppc x86"
-IUSE="alsa cairo esd fam fftw gsl gtk guile jack ladspa motif nls opengl oss ruby"
-
-RDEPEND="media-libs/audiofile
- motif? ( x11-libs/openmotif )
- alsa? ( media-libs/alsa-lib )
- esd? ( media-sound/esound )
- fam? ( virtual/fam )
- fftw? ( sci-libs/fftw )
- gsl? ( >=sci-libs/gsl-0.8 )
- gtk? ( >=x11-libs/gtk+-2
- opengl? ( x11-libs/gtkglext )
- cairo? ( x11-libs/cairo ) )
- guile? ( >=dev-scheme/guile-1.3.4 )
- jack? ( media-sound/jack-audio-connection-kit )
- ladspa? ( media-libs/ladspa-sdk )
- nls? ( sys-devel/gettext )
- opengl? ( virtual/opengl )
- ruby? ( virtual/ruby )"
-
-pkg_setup() {
- if ! use gtk && ! use motif; then
- ewarn "Warning: no graphic toolkit selected (gtk or motif)."
- ewarn "Upstream suggests to enable one of the toolkits (or both)"
- ewarn "or only the command line utilities will be helpful."
- fi
-}
-
-src_compile() {
- local myconf
-
- if use opengl; then
- if use guile; then
- myconf="${myconf} --with-gl"
- else
- myconf="${myconf} --with-just-gl"
- fi
- else
- myconf="${myconf} --without-gl"
- fi
-
- econf \
- $(use_with alsa) \
- $(use_with oss) \
- $(use_with esd) \
- $(use_with fam) \
- $(use_with fftw) \
- $(use_with gsl) \
- $(use_with gtk) \
- $(use_with guile) \
- $(use_with jack) \
- $(use_with ladspa) \
- $(use_with motif) \
- $(use_enable nls) \
- $(use_with ruby) \
- $(use_with cairo) \
- --with-float-samples \
- ${myconf} || die
-
- emake snd || die "emake snd failed"
-
- # compiling command-line programs. See bug #112695
- # do not compile ruby extensions for command line programs
- # those fail to compile
- if use ruby; then
- econf \
- $(use_with alsa) \
- $(use_with esd) \
- $(use_with fam) \
- $(use_with fftw) \
- $(use_with gsl) \
- $(use_with gtk) \
- $(use_with guile) \
- $(use_with jack) \
- $(use_with ladspa) \
- $(use_with motif) \
- $(use_enable nls) \
- --without-ruby \
- --with-float-samples \
- ${myconf} || die
- fi
-
- for i in sndrecord sndinfo audinfo sndplay; do
- emake ${i} || die "make ${i} failed"
- done
-}
-
-src_install () {
- dobin snd
- dobin sndplay
- dobin sndrecord
- dobin sndinfo
- dobin audinfo
-
- insinto /usr/$(get_libdir)/snd/scheme
- doins *.scm
-
- dodoc README.Snd HISTORY.Snd TODO.Snd Snd.ad
- dohtml -r *.html *.png tutorial
-}