diff options
38 files changed, 177 insertions, 638 deletions
diff --git a/media-sound/normalize/normalize-0.7.4.ebuild b/media-sound/normalize/normalize-0.7.4.ebuild index fe23abb5cbba..10b57c93372a 100644 --- a/media-sound/normalize/normalize-0.7.4.ebuild +++ b/media-sound/normalize/normalize-0.7.4.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.4.ebuild,v 1.2 2002/06/21 17:58:36 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.4.ebuild,v 1.3 2002/07/21 13:50:33 seemant Exp $ DESCRIPTION="Audio file volume normalizer" HOMEPAGE="http://www.cs.columbia.edu/~cvaill/normalize" SRC_URI="http://www.cs.columbia.edu/~cvaill/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" RDEPEND="xmms? ( >=media-sound/xmms-1.2.7-r6 ) >=media-libs/audiofile-0.2.3-r1 >=media-sound/mad-0.14.2b-r1" -DEPEND="${RDEPEND}" - # NOTE: the "audiofile" and "mad" dependencies are NOT # actually *required*, they are optional, but there are no # appropriate USE variables. @@ -23,11 +23,7 @@ DEPEND="${RDEPEND}" # src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + econf --with-audiofile \ --with-mad || die diff --git a/media-sound/oggtst/oggtst-0.0.ebuild b/media-sound/oggtst/oggtst-0.0.ebuild index 96b465259a57..a17c8f3e0e8b 100644 --- a/media-sound/oggtst/oggtst-0.0.ebuild +++ b/media-sound/oggtst/oggtst-0.0.ebuild @@ -1,33 +1,28 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/oggtst/oggtst-0.0.ebuild,v 1.2 2002/07/11 06:30:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/oggtst/oggtst-0.0.ebuild,v 1.3 2002/07/21 13:50:33 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A tool for calculate ogg-vorbis playing time." SRC_URI="http://gnometoaster.rulez.org/archive//${PN}.tgz" HOMEPAGE="http://gnometoaster.rulez.org/" -DEPEND="virtual/glibc - >=media-libs/libao-0.8.0 - >=media-libs/libogg-1.0_rc2 +DEPEND=">=media-libs/libao-0.8.0 >=media-libs/libvorbis-1.0_rc2" +SLOT="0" +LICENSE="GPL-2"" +KEYWORDS="x86" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - || die - + econf || die make || die } src_install() { - make DESTDIR=${D} \ + make DESTDIR=${D} \ install || die dodoc AUTHORS ChangeLog README diff --git a/media-sound/opmixer/opmixer-0.75.ebuild b/media-sound/opmixer/opmixer-0.75.ebuild index 3f517bfff04a..65eb45819a2b 100644 --- a/media-sound/opmixer/opmixer-0.75.ebuild +++ b/media-sound/opmixer/opmixer-0.75.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/opmixer/opmixer-0.75.ebuild,v 1.1 2002/07/11 22:05:13 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/opmixer/opmixer-0.75.ebuild,v 1.2 2002/07/21 13:50:33 seemant Exp $ +MY_P=${P/opm/opM} +S=${WORKDIR}/${MY_P} DESCRIPTION="An oss mixer written in c++ using the gtkmm gui-toolkit. Supports saving, loading and muting of volumes for channels and autoloading via a consoleapp" HOMEPAGE="http://optronic.sourceforge.net/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="*" +SRC_URI="http://optronic.sourceforge.net/files/${MY_P}.tar.bz2" -PKGVER=`echo ${P}|cut -d \- -f2` -SRC_URI="http://optronic.sourceforge.net/files/opMixer-${PKGVER}.tar.bz2" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" -S="${WORKDIR}/opMixer-${PKGVER}" DEPEND="=x11-libs/gtk+-1.2* >=x11-libs/gtkmm-1.2.2" @@ -19,11 +19,7 @@ DEPEND="=x11-libs/gtk+-1.2* RDEPEND="${DEPEND}" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" + econf || die emake || die } diff --git a/media-sound/pd/pd-0.35_pre24.ebuild b/media-sound/pd/pd-0.35_pre24.ebuild index 29ca12b176ff..aae9db3c8d0e 100644 --- a/media-sound/pd/pd-0.35_pre24.ebuild +++ b/media-sound/pd/pd-0.35_pre24.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.6 2002/05/07 03:58:19 drobbins Exp - -# Source directory; the dir where the sources can be found (automatically -# unpacked) inside ${WORKDIR}. S will get a default setting of ${WORKDIR}/${P} -# if you omit this line. +# $Header: /var/cvsroot/gentoo-x86/media-sound/pd/pd-0.35_pre24.ebuild,v 1.2 2002/07/21 13:50:33 seemant Exp $ # Miller Puckette uses nonstandard versioning scheme that we have to crunch -PD_VER=`echo ${PV} | sed 's:_pre:-test:'` -S=${WORKDIR}/${PN}-${PD_VER} +MY_P=${P/_pre/-test} +S=${WORKDIR}/${MY_P} DESCRIPTION="real-time music and multimedia environment" -SRC_URI="http://www-crca.ucsd.edu/~msp/Software/${PN}-${PD_VER}.linux.tar.gz" +SRC_URI="http://www-crca.ucsd.edu/~msp/Software/${MY_P}.linux.tar.gz" HOMEPAGE="http://www-crca.ucsd.edu/~msp/software.html" -LICENSE="" + +SLOT="0" +LICENSE="BSD | as-is" +KEYWORDS="x86" # # need to do something with alsa here: @@ -21,15 +20,12 @@ LICENSE="" # automagicly # DEPEND=">=dev-lang/tcl-8.3.3 - >=dev-lang/tk-8.3.3" - -# Run-time dependencies, same as DEPEND if RDEPEND isn't defined: -#RDEPEND="" + >=dev-lang/tk-8.3.3" src_unpack() { unpack ${A} cd ${S} || die - patch -p1 < ${FILESDIR}/${PN}-${PD_VER}-gentoo.patch || die + patch -p1 < ${FILESDIR}/${MY_P}-gentoo.patch || die cd src || die autoconf || die } @@ -37,20 +33,11 @@ src_unpack() { src_compile() { cd src - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" + econf || die "./configure failed" emake || die } src_install () { cd src make DESTDIR=${D} install || die - #make \ - # prefix=${D}/usr \ - # mandir=${D}/usr/share/man \ - # infodir=${D}/usr/share/info \ - # install || die } diff --git a/media-sound/psmix/psmix-2.ebuild b/media-sound/psmix/psmix-2.ebuild index 643a9b664a1e..16028a700368 100644 --- a/media-sound/psmix/psmix-2.ebuild +++ b/media-sound/psmix/psmix-2.ebuild @@ -1,14 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/psmix/psmix-2.ebuild,v 1.2 2002/07/11 06:30:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/psmix/psmix-2.ebuild,v 1.3 2002/07/21 13:50:33 seemant Exp $ -A="psmix2.tgz" -S="${WORKDIR}/psmix2" +MY_P=${P/-/} +S=${WORKDIR}/${MY_P} DESCRIPTION="A GTK audio mixer that can save state and window position." -SRC_URI="http://www.geocities.com/pssoft7/${A}" +SRC_URI="http://www.geocities.com/pssoft7/${MY_P}.tgz" HOMEPAGE="http://www.geocities.com/pssoft7/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="x11-libs/gtk+ sys-libs/gdbm" diff --git a/media-sound/rhythmbox/files/digest-rhythmbox-0.2.1 b/media-sound/rhythmbox/files/digest-rhythmbox-0.2.1 deleted file mode 100644 index c1e1e0b8c4d9..000000000000 --- a/media-sound/rhythmbox/files/digest-rhythmbox-0.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8c2d763346f01d281191c9232efe7207 rhythmbox-0.2.1.tar.gz 505325 diff --git a/media-sound/rhythmbox/rhythmbox-0.2.1-r1.ebuild b/media-sound/rhythmbox/rhythmbox-0.2.1-r1.ebuild index 7b87ae682ad3..f9c6c7cd4692 100644 --- a/media-sound/rhythmbox/rhythmbox-0.2.1-r1.ebuild +++ b/media-sound/rhythmbox/rhythmbox-0.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.2.1-r1.ebuild,v 1.1 2002/06/29 07:36:11 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.2.1-r1.ebuild,v 1.2 2002/07/21 13:50:33 seemant Exp $ inherit gnome2 @@ -8,8 +8,10 @@ S=${WORKDIR}/${P} DESCRIPTION="RhythmBox - an iTunes clone for GNOME" SRC_URI="http://www.rhythmbox.org/download/${P}.tar.gz" HOMEPAGE="http://www.rhythmbox.org/" + SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" RDEPEND=">=x11-libs/gtk+-2.0.0 >=gnome-base/libgnomeui-1.117.2 @@ -31,7 +33,5 @@ DEPEND="${RDEPEND} LIBTOOL_FIX="1" -DOC="ABOUT-NLS AUTHORS COPYING ChangeLog FAQ HACKING INSTALL NEWS README THANKS TODO" +DOC="AUTHORS COPYING ChangeLog FAQ HACKING INSTALL NEWS README THANKS TODO" SCHEMA="rhythmbox.schemas" - - diff --git a/media-sound/rhythmbox/rhythmbox-0.2.1.ebuild b/media-sound/rhythmbox/rhythmbox-0.2.1.ebuild deleted file mode 100644 index 2c100811e039..000000000000 --- a/media-sound/rhythmbox/rhythmbox-0.2.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.2.1.ebuild,v 1.1 2002/06/01 16:30:35 spider Exp $ - -inherit gnome2 - -S=${WORKDIR}/${P} -DESCRIPTION="RhythmBox - an iTunes clone for GNOME" -SRC_URI="http://www.rhythmbox.org/download/${P}.tar.gz" -HOMEPAGE="http://www.rhythmbox.org/" -SLOT="0" -LICENSE="GPL-2" - -RDEPEND=">=x11-libs/gtk+-2.0.0 - >=gnome-base/libgnomeui-1.117.2 - >=gnome-base/libglade-1.99.12 - >=gnome-base/gnome-panel-1.5.23 - >=gnome-base/gnome-vfs-1.9.16 - >=gnome-base/libbonobo-1.117.1 - >=gnome-base/bonobo-activation-0.9.9 - >=gnome-base/libgnomecanvas-1.117.0 - >=media-libs/monkey-sound-0.4.1 - >=gnome-base/gconf-1.1.10 - >=gnome-base/ORBit2-2.4.0 - >=sys-devel/gettext-0.11.1" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - dev-util/intltool" - -LIBTOOL_FIX="1" - -DOC="ABOUT-NLS AUTHORS COPYING ChangeLog FAQ HACKING INSTALL NEWS README THANKS TODO" -SCHEMA="rhythmbox.schemas" - - diff --git a/media-sound/rip/files/digest-rip-1.01 b/media-sound/rip/files/digest-rip-1.01 deleted file mode 100644 index 48c4d184b064..000000000000 --- a/media-sound/rip/files/digest-rip-1.01 +++ /dev/null @@ -1 +0,0 @@ -MD5 e29fe8cf0b0f0d855a77a7b9ad228d66 rip-1.01.tar.gz 101680 diff --git a/media-sound/rip/rip-1.01-r1.ebuild b/media-sound/rip/rip-1.01-r1.ebuild index 70066ac6a6c9..3f0f718a5555 100644 --- a/media-sound/rip/rip-1.01-r1.ebuild +++ b/media-sound/rip/rip-1.01-r1.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/rip/rip-1.01-r1.ebuild,v 1.3 2002/07/11 06:30:41 drobbins Exp $ - +# $Header: /var/cvsroot/gentoo-x86/media-sound/rip/rip-1.01-r1.ebuild,v 1.4 2002/07/21 13:50:33 seemant Exp $ S="${WORKDIR}/${P}" DESCRIPTION="A command-line based audio CD ripper and mp3 encoder" SRC_URI="http://rip.sourceforge.net/download/${P}.tar.gz" HOMEPAGE="http://rip.sourceforge.net" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="" RDEPEND="media-sound/cdparanoia @@ -15,8 +18,6 @@ RDEPEND="media-sound/cdparanoia >=dev-perl/CDDB_get-1.66 >=dev-perl/MP3-Info-0.91" - - src_compile() { #the thing itself is just a perl script #so we need an empty method here diff --git a/media-sound/rip/rip-1.01.ebuild b/media-sound/rip/rip-1.01.ebuild deleted file mode 100644 index 730fa5348c52..000000000000 --- a/media-sound/rip/rip-1.01.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/rip/rip-1.01.ebuild,v 1.3 2002/07/11 06:30:41 drobbins Exp $ - - -S="${WORKDIR}/${P}" -DESCRIPTION="A command-line based audio CD ripper and mp3 encoder" -SRC_URI="http://rip.sourceforge.net/download/${P}.tar.gz" -HOMEPAGE="http://rip.sourceforge.net" - -DEPEND="" - -RDEPEND="media-sound/cdparanoia - media-sound/lame" - -# Use this function to unpack your sources and apply patches, and run -# autoconf/automake/etc. if necessary. By default, this function unpacks -# the packages in ${A} and applies ${PF}-gentoo.diff. The default -# starting directory is ${WORKDIR}. -# -src_unpack() { - unpack "${P}.tar.gz" - cd "${S}" - #we need to unpack supplementary perl modules - tar xzf CDDB_get-1.66.tar.gz - tar xzf MP3-Info-0.91.tar.gz -} - -src_compile() { - #the thing itself is just a perl script - #but we need to make suppl perl modules - - cd CDDB_get-1.66 - perl Makefile.PL && make || die "could not prepare CDDB access perl module" - cd .. - - cd MP3-Info-0.91 - perl Makefile.PL && make || die "could not prepare CDDB access perl module" - cd .. - -} - -src_install () { - - chmod 755 rip - dobin rip || die - - #now we need to install perl modules - cd CDDB_get-1.66 - make \ - PREFIX=${D}/usr \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - INSTALLMAN1DIR=${D}/usr/share/man/man1 \ - install || die - - - cd ../MP3-Info-0.91 - make \ - PREFIX=${D}/usr \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - INSTALLMAN1DIR=${D}/usr/share/man/man1 \ - install || die - - # Install documentation. - dodoc COPYING FAQ README -} diff --git a/media-sound/rmxmms/rmxmms-0.5.1.ebuild b/media-sound/rmxmms/rmxmms-0.5.1.ebuild index 639ec492a232..d3702a33c448 100644 --- a/media-sound/rmxmms/rmxmms-0.5.1.ebuild +++ b/media-sound/rmxmms/rmxmms-0.5.1.ebuild @@ -1,19 +1,19 @@ +# Copyright 2002, Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/media-sound/rmxmms/rmxmms-0.5.1.ebuild,v 1.2 2002/07/21 13:50:33 seemant Exp $ + S=${WORKDIR}/rmxmms/${P} DESCRIPTION="RealAudio plugin for xmms" -SRC_URI="ftp://ftp.xmms.org/xmms/plugins/rmxmms/rmxmms-0.5.1.tar.gz" -HOMEPAGE="http://www.xmms.org" +SRC_URI="ftp://ftp.xmms.org/xmms/plugins/${PN}/${P}.tar.gz" +HOMEPAGE="http://www.xmms.org http://forms.real.com/rnforms/resources/server/realsystemsdk/index.html#download"" REALSDK="rsg2sdk_r4.tar.gz" -REALSDK_HOMEPAGE="http://forms.real.com/rnforms/resources/server/realsystemsdk/index.html#download" -SLOT="0" -KEYWORDS="x86" -LICENSE="GPL-2" -DEPEND=">=media-sound/xmms-1.2.4 - >=realplayer-8" +SLOT="0" +LICENSE="GPL-2 realsdk" +KEYWORDS="x86 -ppc -sparc -sparc64" -RDEPEND="virtual/x11 - >=media-sound/xmms-1.2.4 - >=realplayer-8" +DEPEND="media-sound/xmms + media-video/realplayer" src_unpack () { diff --git a/media-sound/shorten/shorten-3.3.ebuild b/media-sound/shorten/shorten-3.3.ebuild index b3242dfc800a..8d512d0422a8 100644 --- a/media-sound/shorten/shorten-3.3.ebuild +++ b/media-sound/shorten/shorten-3.3.ebuild @@ -1,26 +1,23 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.3.ebuild,v 1.2 2002/07/11 06:30:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.3.ebuild,v 1.3 2002/07/21 13:50:33 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Open source, popular and fast lossless audio compressor" SRC_URI="http://shnutils.etree.org/misc/${P}.tar.gz" DEPEND="virtual/glibc" -src_unpack() { - unpack ${A} - cd ${S} -# mv Makefile Makefile.orig -# sed -e "s:-O:${CFLAGS}:g" -e 's:/usr/local:/usr:g' -e 's:/man/:/share/man/:' Makefile.orig > Makefile -} +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_compile() { - ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} + econf || die make || die } src_install() { make DESTDIR=${D} install || die - dodoc LICENSE + dodoc AUTHORS LICENSE ChangeLog NEWS README } diff --git a/media-sound/smixer/smixer-1.0.1.ebuild b/media-sound/smixer/smixer-1.0.1.ebuild index 407fb32e01e4..aff733b4ba7a 100644 --- a/media-sound/smixer/smixer-1.0.1.ebuild +++ b/media-sound/smixer/smixer-1.0.1.ebuild @@ -1,13 +1,17 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/smixer/smixer-1.0.1.ebuild,v 1.2 2002/07/11 06:30:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/smixer/smixer-1.0.1.ebuild,v 1.3 2002/07/21 13:50:33 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A command-line tool for setting and viewing mixer settings." -SRC_URI="http://centerclick.org/programs/smixer/smixer1.0.1.tgz" +SRC_URI="http://centerclick.org/programs/smixer/${PN}${PV}.tgz" HOMEPAGE="http://centerclick.org/programs/smixer/" -RDEPEND="virtual/glibc" +DEPEND="virtual/glibc" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { emake || die @@ -18,13 +22,10 @@ src_install () { dodir /etc dodir /usr/share/man/man1 - make INS_BIN=${D}/usr/bin \ - INS_ETC=${D}/etc \ - INS_MAN=${D}/usr/share/man/man1 \ - install || die + make INS_BIN=${D}/usr/bin \ + INS_ETC=${D}/etc \ + INS_MAN=${D}/usr/share/man/man1 \ + install || die dodoc COPYING README } - - - diff --git a/media-sound/soundtracker/files/digest-soundtracker-0.6.4-r2 b/media-sound/soundtracker/files/digest-soundtracker-0.6.4-r2 deleted file mode 100644 index ce28c9ee62f4..000000000000 --- a/media-sound/soundtracker/files/digest-soundtracker-0.6.4-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 9208aca40dae30d17a15b0c5deb22a67 soundtracker-0.6.4.tar.gz 510219 diff --git a/media-sound/soundtracker/soundtracker-0.6.4-r2.ebuild b/media-sound/soundtracker/soundtracker-0.6.4-r2.ebuild deleted file mode 100644 index 6daf1f0fea27..000000000000 --- a/media-sound/soundtracker/soundtracker-0.6.4-r2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.4-r2.ebuild,v 1.3 2002/07/11 06:30:41 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="SoundTracker is a music tracking tool for UNIX/X11 (MOD tracker)" -SRC_URI="http://www.soundtracker.org/dl/v0.6/soundtracker-0.6.4.tar.gz" -HOMEPAGE="http://www.soundtracker.org" - -DEPEND="=x11-libs/gtk+-1.2* - >=media-libs/audiofile-0.2.1 \ - alsa? ( media-libs/alsa-lib ) \ - esd? ( media-sound/esound ) \ - gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 ) \ - sys-libs/zlib" - -RDEPEND="$DEPEND sys-apps/bzip2 sys-apps/gzip app-arch/unzip" - -src_compile() { - - local myconf - - if [ -z "`use oss`" ] ; then - myconf="--disable-oss" - fi - - if [ -z "`use alsa`" ] ; then - myconf="${myconf} --disable-alsa" - fi - - if [ -z "`use esd`" ] ; then - myconf="${myconf} --disable-esd" - fi - - if [ -z "`use gnome`" ] ; then - myconf="${myconf} --disable-gnome" - fi - - if [ -z "`use nls`" ] ; then - myconf="${myconf} --disable-nls" - fi - - ./configure \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --host=${CHOST} \ - ${myconf} || die - - - emake || die - -} - -src_install () { - - make \ - prefix=${D}/usr \ - install || die - - # strip suid from binary - chmod -s ${D}/usr/bin/soundtracker - - # documentation - dodoc AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO - dodoc doc/*.txt - dohtml -r doc - -} - diff --git a/media-sound/soundtracker/soundtracker-0.6.6.ebuild b/media-sound/soundtracker/soundtracker-0.6.6.ebuild index 44f7f9ec3589..4306d1706161 100644 --- a/media-sound/soundtracker/soundtracker-0.6.6.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.6.ebuild @@ -1,61 +1,49 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.6.ebuild,v 1.2 2002/07/11 06:30:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.6.ebuild,v 1.3 2002/07/21 13:50:33 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="SoundTracker is a music tracking tool for UNIX/X11 (MOD tracker)" SRC_URI="http://www.soundtracker.org/dl/v0.6/${P}.tar.gz" HOMEPAGE="http://www.soundtracker.org" -DEPEND="=x11-libs/gtk+-1.2* +DEPEND="sys-libs/zlib + =x11-libs/gtk+-1.2* >=media-libs/audiofile-0.2.1 alsa? ( media-libs/alsa-lib ) esd? ( media-sound/esound ) - gnome? ( >=gnome-base/gnome-libs-1.4.1.7 ) - sys-libs/zlib" + gnome? ( >=gnome-base/gnome-libs-1.4.1.7 )" + RDEPEND="$DEPEND sys-apps/bzip2 sys-apps/gzip app-arch/unzip" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_compile() { local myconf - if [ -z "`use oss`" ] ; then - myconf="--disable-oss" - fi + use oss || myconf="--disable-oss" - if [ -z "`use alsa`" ] ; then - myconf="${myconf} --disable-alsa" - fi + use esd || myconf="${myconf} --disable-esd" - if [ -z "`use esd`" ] ; then - myconf="${myconf} --disable-esd" - fi + use nls || myconf="${myconf} --disable-nls" - if [ -z "`use gnome`" ] ; then - myconf="${myconf} --disable-gnome" - fi + use alsa || myconf="${myconf} --disable-alsa" - if [ -z "`use nls`" ] ; then - myconf="${myconf} --disable-nls" - fi - - ./configure \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --host=${CHOST} \ - ${myconf} || die - + use gnome || myconf="${myconf} --disable-gnome" + econf ${myconf} || die emake || die } src_install () { - make \ - prefix=${D}/usr \ + make \ + prefix=${D}/usr \ install || die # strip suid from binary @@ -67,4 +55,3 @@ src_install () { dohtml -r doc } - diff --git a/media-sound/sox/files/digest-sox-12.17.1 b/media-sound/sox/files/digest-sox-12.17.1 deleted file mode 100644 index 0a9c1a68fe63..000000000000 --- a/media-sound/sox/files/digest-sox-12.17.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9afc59e4c5221462a24fa6092038b6b3 sox-12.17.1.tar.gz 312208 diff --git a/media-sound/sox/files/digest-sox-12.17.3 b/media-sound/sox/files/digest-sox-12.17.3 deleted file mode 100644 index 32e2ece0bd4f..000000000000 --- a/media-sound/sox/files/digest-sox-12.17.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 1b9998387616ce0638c8edd1145f9932 sox-12.17.3.tar.gz 405660 diff --git a/media-sound/sox/sox-12.17.1.ebuild b/media-sound/sox/sox-12.17.1.ebuild deleted file mode 100644 index f378b53ad0f3..000000000000 --- a/media-sound/sox/sox-12.17.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.1.ebuild,v 1.12 2002/07/12 21:24:25 phoenix Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="The swiss army knife of sound processing programs" -SRC_URI="http://download.sourceforge.net/sox/${A}" -HOMEPAGE="http://home.sprynet.com/~cgabwell/sox.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="LPGL-2.1" - -DEPEND="virtual/glibc alsa? ( virtual/alsa )" - -src_compile() { - local myconf - if [ "`use alsa`" ] ; then - myconf="--with-alsa-dsp" - fi - try ./configure --prefix=/usr --host=${CHOST} \ - --enable-fast-ulaw --enable-fast-alaw $myconf - try make - -} - -src_install () { - into /usr - dobin sox play soxeffect - doman sox.1 soxexam.1 - dodoc Changelog Copyright README TODO *.txt - -} - - diff --git a/media-sound/sox/sox-12.17.3-r1.ebuild b/media-sound/sox/sox-12.17.3-r1.ebuild index 867dcf7408d9..029a56160e95 100644 --- a/media-sound/sox/sox-12.17.3-r1.ebuild +++ b/media-sound/sox/sox-12.17.3-r1.ebuild @@ -1,23 +1,22 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.3-r1.ebuild,v 1.1 2002/07/12 21:24:25 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.3-r1.ebuild,v 1.2 2002/07/21 13:50:34 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="The swiss army knife of sound processing programs" HOMEPAGE="http://sox.sourceforge.net" +SRC_URI="http://download.sourceforge.net/sox/${P}.tar.gz" KEYWORDS="x86" SLOT="0" LICENSE="LPGL-2.1" -SRC_URI="http://download.sourceforge.net/sox/${P}.tar.gz" -S=${WORKDIR}/${P} DEPEND="virtual/glibc" src_compile () { - # Looks like support for alsa09's dsp is broken in sox; disabling it for now. - local myconf - ./configure --prefix=/usr --host=${CHOST} \ - --enable-fast-ulaw --enable-fast-alaw $myconf || die + # Looks like support for alsa09's dsp is broken in sox; + # disabling it for now. + econf --enable-fast-ulaw --enable-fast-alaw || die emake || die } diff --git a/media-sound/sox/sox-12.17.3.ebuild b/media-sound/sox/sox-12.17.3.ebuild deleted file mode 100644 index e6b74bd66436..000000000000 --- a/media-sound/sox/sox-12.17.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.3.ebuild,v 1.4 2002/07/12 21:24:25 phoenix Exp $ - -DESCRIPTION="The swiss army knife of sound processing programs" -HOMEPAGE="http://sox.sourceforge.net" - -KEYWORDS="x86" -SLOT="0" -LICENSE="LPGL-2.1" -SRC_URI="http://download.sourceforge.net/sox/${P}.tar.gz" -S=${WORKDIR}/${P} - -DEPEND="virtual/glibc" - -src_compile () { - # Looks like support for alsa09's dsp is broken in sox; disabling it for now. - local myconf - ./configure --prefix=/usr --host=${CHOST} \ - --enable-fast-ulaw --enable-fast-alaw $myconf || die - emake || die -} - -src_install () { - into /usr - dobin sox play soxeffect - doman sox.1 soxexam.1 - dodoc Changelog Copyright README TODO *.txt -} - diff --git a/media-sound/speechd/speechd-0.56.ebuild b/media-sound/speechd/speechd-0.56.ebuild index 0ef39f7fc285..00760433989b 100644 --- a/media-sound/speechd/speechd-0.56.ebuild +++ b/media-sound/speechd/speechd-0.56.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Matt Keadle (mkeadle@mkeadle.org) -# $Header: /var/cvsroot/gentoo-x86/media-sound/speechd/speechd-0.56.ebuild,v 1.1 2002/07/14 12:28:46 naz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/speechd/speechd-0.56.ebuild,v 1.2 2002/07/21 13:50:34 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Implements /dev/speech (any text written to /dev/speech will be spoken aloud)" -SLOT="0" +HOMEPAGE="http://www.speechio.org/" SRC_URI="http://www.speechio.org/dl/${P}.tar.gz" + +SLOT="0" LICENSE="GPL-2" -HOMEPAGE="http://www.speechio.org/" KEYWORDS="x86" DEPEND="sys-devel/perl diff --git a/media-sound/synaesthesia/synaesthesia-2.1.ebuild b/media-sound/synaesthesia/synaesthesia-2.1.ebuild index 83ac2679c6f9..cfbc0548b18e 100644 --- a/media-sound/synaesthesia/synaesthesia-2.1.ebuild +++ b/media-sound/synaesthesia/synaesthesia-2.1.ebuild @@ -3,22 +3,22 @@ # /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp S=${WORKDIR}/${P} - DESCRIPTION="a program that represents music graphically in real time as coruscating field of fog and glowing lines" - +HOMEPAGE="http://yoyo.cc.monash.edu.au/~pfh/synaesthesia.html" SRC_URI="http://yoyo.cc.monash.edu.au/~pfh/${P}.tar.gz" -HOMEPAGE="http://yoyo.cc.monash.edu.au/~pfh/synaesthesia.html" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="virtual/glibc - virtual/x11 +DEPEND="virtual/x11 esd? ( >=media-sound/esound-0.2.22 ) - alsa? ( >=media-libs/alsa-lib-0.5.10 ) sdl? ( >=media-libs/libsdl-1.2.0 ) + alsa? ( >=media-libs/alsa-lib-0.5.10 ) svga? ( >=media-libs/svgalib-1.4.3 )" src_compile() { - ./configure --prefix=/usr || die + econf || die emake || die } @@ -27,4 +27,3 @@ src_install() { dobin synaesthesia dodoc README COPYING } - diff --git a/media-sound/timidity++/files/digest-timidity++-2.11.1-r1 b/media-sound/timidity++/files/digest-timidity++-2.11.1-r1 deleted file mode 100644 index 2fff12260211..000000000000 --- a/media-sound/timidity++/files/digest-timidity++-2.11.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 42a4281bf4dbcc3cafe24adc416225f5 TiMidity++-2.11.1.tar.bz2 959872 diff --git a/media-sound/timidity++/files/digest-timidity++-2.11.1-r2 b/media-sound/timidity++/files/digest-timidity++-2.11.1-r2 deleted file mode 100644 index 2fff12260211..000000000000 --- a/media-sound/timidity++/files/digest-timidity++-2.11.1-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 42a4281bf4dbcc3cafe24adc416225f5 TiMidity++-2.11.1.tar.bz2 959872 diff --git a/media-sound/timidity++/timidity++-2.11.1-r1.ebuild b/media-sound/timidity++/timidity++-2.11.1-r1.ebuild deleted file mode 100644 index 90c99cb6d1a3..000000000000 --- a/media-sound/timidity++/timidity++-2.11.1-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.11.1-r1.ebuild,v 1.4 2002/07/11 06:30:41 drobbins Exp $ - -PN=TiMidity++-${PV} -S=${WORKDIR}/${PN} -DESCRIPTION="A handy MIDI to WAV converter with OSS and ALSA output support" -SRC_URI="http://www.goice.co.jp/member/mo/timidity/dist/${PN}.tar.bz2" -HOMEPAGE="http://www.goice.co.jp/member/mo/timidity/" - -DEPEND=">=sys-libs/ncurses-5.0 - X? ( >=x11-base/xfree-4.0 ) - motif? ( >=x11-libs/openmotif-2.1 ) - tcltk? ( >=dev-lang/tk-8.1 ) - nas? ( >=media-libs/nas-1.4 ) - alsa? ( >=media-libs/alsa-lib-0.5.10 ) - esd? ( >=media-sound/esound-0.2.22 ) - gtk? ( =x11-libs/gtk+-1.2* ) - slang? ( >=sys-libs/slang-1.4 ) - oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" - -src_compile() { - local myconf - local audios - local interfaces - - interfaces="dynamic,ncurses,emacs,vt100" - audios="oss" - - if [ "`use X`" ] - then - myconf="${myconf} --with-x" - interfaces="${interfaces},xskin,xaw" - else - myconf="${myconf} --without-x" - fi - [ "`use slang`" ] && interfaces="${interfaces},slang" - [ "`use gtk`" ] && interfaces="${interfaces},gtk" - [ "`use motif`" ] && interfaces="${interfaces},motif" - if [ "`use alsa`" ] - then - audios="${audios},alsa" - interfaces="${interfaces},alsaseq" - myconf="${myconf} --with-default-output=alsa" - fi - [ "`use esd`" ] && audios="${audios},esd" - [ "`use oggvorbis`" ] && audios="${audios},vorbis" - [ "`use nas`" ] && audios="${audios},nas" - - ./configure --prefix=/usr --host=${CHOST} --mandir=/usr/share/man\ - --with-elf \ - --enable-audio=${audios} \ - --enable-interface=${interfaces} \ - --enable-server --enable-network \ - --enable-spectrogram --enable-wrd \ - ${myconf} || die - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog* INSTALL* - dodoc NEWS README* -} diff --git a/media-sound/timidity++/timidity++-2.11.1-r2.ebuild b/media-sound/timidity++/timidity++-2.11.1-r2.ebuild deleted file mode 100644 index a45f0851146d..000000000000 --- a/media-sound/timidity++/timidity++-2.11.1-r2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.11.1-r2.ebuild,v 1.3 2002/07/11 06:30:41 drobbins Exp $ - -PN=TiMidity++-${PV} -S=${WORKDIR}/${PN} -DESCRIPTION="A handy MIDI to WAV converter with OSS and ALSA output support" -SRC_URI="http://www.goice.co.jp/member/mo/timidity/dist/${PN}.tar.bz2" -HOMEPAGE="http://www.goice.co.jp/member/mo/timidity/" - -DEPEND=">=sys-libs/ncurses-5.0 - X? ( >=x11-base/xfree-4.0 ) - motif? ( >=x11-libs/openmotif-2.1 ) - tcltk? ( >=dev-lang/tk-8.1 ) - nas? ( >=media-libs/nas-1.4 ) - alsa? ( >=media-libs/alsa-lib-0.5.10 ) - esd? ( >=media-sound/esound-0.2.22 ) - gtk? ( =x11-libs/gtk+-1.2* ) - slang? ( >=sys-libs/slang-1.4 ) - oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" - -src_compile() { - local myconf - local audios - local interfaces - - interfaces="dynamic,ncurses,emacs,vt100" - audios="oss" - - use X \ - && myconf="${myconf} --with-x" \ - && interfaces="${interfaces},xskin,xaw" \ - || myconf="${myconf} --without-x" - - use slang && interfaces="${interfaces},slang" - use gtk && interfaces="${interfaces},gtk" - use motif && interfaces="${interfaces},motif" - - use alsa \ - && audios="${audios},alsa" \ - && interfaces="${interfaces},alsaseq" \ - && myconf="${myconf} --with-default-output=alsa" - - use esd && audios="${audios},esd" - use oggvorbis && audios="${audios},vorbis" - use nas && audios="${audios},nas" - - ./configure \ - --prefix=/usr \ - --host=${CHOST} \ - --mandir=/usr/share/man\ - --with-elf \ - --enable-audio=${audios} \ - --enable-interface=${interfaces} \ - --enable-server --enable-network \ - --enable-spectrogram --enable-wrd \ - ${myconf} || die - - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog* INSTALL* - dodoc NEWS README* -} diff --git a/media-sound/timidity++/timidity++-2.12.0.ebuild b/media-sound/timidity++/timidity++-2.12.0.ebuild index c89eb163e45a..c96868c2090e 100644 --- a/media-sound/timidity++/timidity++-2.12.0.ebuild +++ b/media-sound/timidity++/timidity++-2.12.0.ebuild @@ -1,22 +1,26 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.12.0.ebuild,v 1.2 2002/07/11 06:30:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.12.0.ebuild,v 1.3 2002/07/21 13:50:34 seemant Exp $ -PN=TiMidity++-${PV} -S=${WORKDIR}/TiMidity++-2.12.0-pre1 +MY_P=TiMidity++-${PV}-pre1 +S=${WORKDIR}/${MY_P} DESCRIPTION="A handy MIDI to WAV converter with OSS and ALSA output support" -SRC_URI="http://www.goice.co.jp/member/mo/timidity/dist/TiMidity++-2.12.0-pre1.tar.bz2" +SRC_URI="http://www.goice.co.jp/member/mo/timidity/dist/${MY_P}.tar.bz2" HOMEPAGE="http://www.goice.co.jp/member/mo/timidity/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND=">=sys-libs/ncurses-5.0 X? ( >=x11-base/xfree-4.0 ) - motif? ( >=x11-libs/openmotif-2.1 ) - tcltk? ( >=dev-lang/tk-8.1 ) - nas? ( >=media-libs/nas-1.4 ) - alsa? ( media-libs/alsa-lib ) esd? ( >=media-sound/esound-0.2.22 ) gtk? ( =x11-libs/gtk+-1.2* ) + nas? ( >=media-libs/nas-1.4 ) + alsa? ( media-libs/alsa-lib ) + motif? ( >=x11-libs/openmotif-2.1 ) slang? ( >=sys-libs/slang-1.4 ) + tcltk? ( >=dev-lang/tk-8.1 ) oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" src_compile() { @@ -27,38 +31,33 @@ src_compile() { interfaces="dynamic,ncurses,emacs,vt100" #audios="oss" - use X \ - && myconf="${myconf} --with-x" \ - && interfaces="${interfaces},xskin,xaw" \ + use X \ + && myconf="${myconf} --with-x" \ + && interfaces="${interfaces},xskin,xaw" \ || myconf="${myconf} --without-x" use slang && interfaces="${interfaces},slang" use gtk && interfaces="${interfaces},gtk" use motif && interfaces="${interfaces},motif" - use alsa \ - && audios="${audios},alsa" \ - && interfaces="${interfaces},alsaseq" \ + use alsa \ + && audios="${audios},alsa" \ + && interfaces="${interfaces},alsaseq" \ && myconf="${myconf} --with-default-output=alsa" use esd && audios="${audios},esd" use oggvorbis && audios="${audios},vorbis" use nas && audios="${audios},nas" - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc \ + econf \ --localstatedir=/var/state/timidity++ \ - --host=${CHOST} \ - --target=${CHOST} \ - --build=${CHOST} \ --with-elf \ --enable-audio=${audios} \ --enable-interface=${interfaces} \ - --enable-server --enable-network \ - --enable-spectrogram --enable-wrd \ + --enable-server \ + --enable-network \ + --enable-spectrogram \ + --enable-wrd \ ${myconf} || die emake || die diff --git a/media-sound/timidity-eawpatches/timidity-eawpatches-12.ebuild b/media-sound/timidity-eawpatches/timidity-eawpatches-12.ebuild index bca881fcc983..023733d851e3 100644 --- a/media-sound/timidity-eawpatches/timidity-eawpatches-12.ebuild +++ b/media-sound/timidity-eawpatches/timidity-eawpatches-12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12.ebuild,v 1.2 2002/07/11 06:30:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12.ebuild,v 1.3 2002/07/21 13:50:35 seemant Exp $ S=${WORKDIR} DESCRIPTION="Eric Welsh's GUS patches for TiMidity" @@ -8,7 +8,11 @@ SRC_URI="http://www.stardate.bc.ca/eawpatches/eawpats${PV}_full.rar" HOMEPAGE="http://www.stardate.bc.ca/eawpatches/html/default.htm" DEPEND="media-sound/timidity++ - app-arch/unrar" + app-arch/unrar" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_unpack() { mkdir eawpatches @@ -20,12 +24,12 @@ src_unpack() { } src_install () { - instdir="${D}/usr/share/timidity" - mkdir -p "${instdir}" - mv eawpatches "${instdir}" + instdir=/usr/share/timidity/eawpatches + insinto ${instdir} + doins eawpatches/* # Make sure ownership and perms are sane - cd "${instdir}" + cd ${D}/${instdir} chown -R root.root eawpatches chmod -R a+rX,go-w eawpatches diff --git a/media-sound/umix/umix-0.9.1.ebuild b/media-sound/umix/umix-0.9.1.ebuild index c81d5a3e115f..fcb19f179900 100644 --- a/media-sound/umix/umix-0.9.1.ebuild +++ b/media-sound/umix/umix-0.9.1.ebuild @@ -1,31 +1,26 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author: Sakari Lehtonen <sakari@ionstream.fi> -# $Header: /var/cvsroot/gentoo-x86/media-sound/umix/umix-0.9.1.ebuild,v 1.1 2002/07/14 10:31:26 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/umix/umix-0.9.1.ebuild,v 1.2 2002/07/21 13:50:35 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="Program for adjusting soundcard volumes" SRC_URI="http://www.ionstream.fi/sakari/${PN}/${P}.tar.gz" HOMEPAGE="http://www.ionstream.fi/sakari/umix/" + SLOT="0" KEYWORDS="x86" LICENSE="GPL-2" -DEPEND="virtual/glibc - ncurses? ( >=sys-libs/ncurses-5.2 ) - gtk? ( >=x11-libs/gtk+-2.0.0 )" +DEPEND="ncurses? ( >=sys-libs/ncurses-5.2 ) + gtk? ( >=x11-libs/gtk+-2.0.0 )" src_compile() { - local myopts - use ncurses || myopts="--disable-ncurses" - use gtk || myopts="${myopts} --disable-gtk" + local myconf + use ncurses || myconf="--disable-ncurses" + use gtk || myconf="${myconf} --disable-gtk" - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/man \ - --host=${CHOST} \ - ${myopts} || die + econf ${myconf} || die emake || die } diff --git a/media-sound/vorbis-tools/files/digest-vorbis-tools-1.0 b/media-sound/vorbis-tools/files/digest-vorbis-tools-1.0 deleted file mode 100644 index e389e42a2bed..000000000000 --- a/media-sound/vorbis-tools/files/digest-vorbis-tools-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 c0a9fee54835e9c5b32d1f42c02964c9 vorbis-tools-1.0.tar.gz 425404 diff --git a/media-sound/vorbis-tools/files/digest-vorbis-tools-1.0_rc3 b/media-sound/vorbis-tools/files/digest-vorbis-tools-1.0_rc3 deleted file mode 100644 index 17874dd60a68..000000000000 --- a/media-sound/vorbis-tools/files/digest-vorbis-tools-1.0_rc3 +++ /dev/null @@ -1 +0,0 @@ -MD5 c28c6b28cddb1d7027afd9a47a0d7b9c vorbis-tools-1.0rc3.tar.gz 259239 diff --git a/media-sound/vorbis-tools/vorbis-tools-1.0-r1.ebuild b/media-sound/vorbis-tools/vorbis-tools-1.0-r1.ebuild index dcfc722567b1..aece77f64eaf 100644 --- a/media-sound/vorbis-tools/vorbis-tools-1.0-r1.ebuild +++ b/media-sound/vorbis-tools/vorbis-tools-1.0-r1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.0-r1.ebuild,v 1.1 2002/07/20 05:40:28 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.0-r1.ebuild,v 1.2 2002/07/21 13:50:35 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="tools for using the Ogg Vorbis sound file format" SRC_URI="http://fatpipe.vorbis.com/files/1.0/unix/vorbis-tools-1.0.tar.gz" HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html" + DEPEND=">=media-libs/libvorbis-${PV} >=media-libs/libao-0.8.2 >=net-ftp/curl-7.9" diff --git a/media-sound/vorbis-tools/vorbis-tools-1.0.ebuild b/media-sound/vorbis-tools/vorbis-tools-1.0.ebuild deleted file mode 100644 index 9838dd690091..000000000000 --- a/media-sound/vorbis-tools/vorbis-tools-1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.0.ebuild,v 1.1 2002/07/19 23:27:45 lostlogic Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="tools for using the Ogg Vorbis sound file format" -SRC_URI="http://fatpipe.vorbis.com/files/1.0/unix/vorbis-tools-1.0.tar.gz" -HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html" -DEPEND=">=media-libs/libvorbis-${PV} - >=media-libs/libao-0.8.2 - >=net-ftp/curl-7.9" -SLOT="0" -KEYWORDS="x86 ppc" -LICENSE="as-is" - -src_compile() { - ./configure --prefix=/usr --host=${CHOST} || die - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - rm -rf ${D}/usr/share/doc - dodoc AUTHORS COPYING README - docinto ogg123 - dodoc ogg123/ogg123rc-example -} - diff --git a/media-sound/vorbis-tools/vorbis-tools-1.0_rc3.ebuild b/media-sound/vorbis-tools/vorbis-tools-1.0_rc3.ebuild deleted file mode 100644 index bacd2d5c7e8d..000000000000 --- a/media-sound/vorbis-tools/vorbis-tools-1.0_rc3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.0_rc3.ebuild,v 1.3 2002/07/19 23:27:55 lostlogic Exp $ - -S=${WORKDIR}/${PN}-1.0rc3 -DESCRIPTION="tools for using the Ogg Vorbis sound file format" -SRC_URI="http://www.vorbis.com/files/rc3/unix/${PN}-1.0rc3.tar.gz" -HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html" -DEPEND=">=media-libs/libvorbis-${PV} - >=media-libs/libao-0.8.2 - >=net-ftp/curl-7.9" -SLOT="0" -KEYWORDS="x86 ppc" -LICENSE="as-is" - -src_compile() { - ./configure --prefix=/usr --host=${CHOST} || die - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - rm -rf ${D}/usr/share/doc - dodoc AUTHORS COPYING README - docinto ogg123 - dodoc ogg123/ogg123rc-example -} - diff --git a/media-sound/wmix/wmix-3.0-r1.ebuild b/media-sound/wmix/wmix-3.0-r1.ebuild index f4379f15415c..e31bce9a6647 100644 --- a/media-sound/wmix/wmix-3.0-r1.ebuild +++ b/media-sound/wmix/wmix-3.0-r1.ebuild @@ -1,12 +1,16 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/wmix/wmix-3.0-r1.ebuild,v 1.2 2002/07/11 06:30:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/wmix/wmix-3.0-r1.ebuild,v 1.3 2002/07/21 13:50:35 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Dockapp mixer for OSS or ALSA" SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz" HOMEPAGE="http://www.ne.jp/asahi/linux/timecop/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="virtual/x11" src_unpack() { diff --git a/media-sound/zinf/zinf-2.2.0.ebuild b/media-sound/zinf/zinf-2.2.0.ebuild index cf03a92c8587..560b2723dae9 100644 --- a/media-sound/zinf/zinf-2.2.0.ebuild +++ b/media-sound/zinf/zinf-2.2.0.ebuild @@ -1,27 +1,34 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/zinf-2.2.0.ebuild,v 1.4 2002/07/13 15:48:00 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/zinf-2.2.0.ebuild,v 1.5 2002/07/21 13:50:35 seemant Exp $ inherit kde-functions +S=${WORKDIR}/${P} DESCRIPTION="An extremely full-featured mp3/vorbis/cd player with ALSA support, previously called FreeAmp" SRC_URI="http://telia.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://www.zinf.org/" -S=${WORKDIR}/${P} -RDEPEND="virtual/glibc - =dev-libs/glib-1.2* +RDEPEND="=dev-libs/glib-1.2* =x11-libs/gtk+-1.2* - >=sys-libs/zlib-1.1.3 >=sys-libs/ncurses-5.2 - ~media-libs/freetype-1.3.1 >=media-libs/musicbrainz-1.0.1 - esd? ( media-sound/esound ) alsa? ( media-libs/alsa-lib ) - gnome? ( gnome-base/ORBit ) + sys-libs/zlib + >=sys-libs/ncurses-5.2 + =media-libs/freetype-1* + >=media-libs/musicbrainz-1.0.1 + X? ( virtual/x11 ) + esd? ( media-sound/esound ) gtk? ( >=media-libs/gdk-pixbuf-0.8 ) - X? ( virtual/x11 ) arts? ( kde-base/arts ) + alsa? ( media-libs/alsa-lib ) + arts? ( kde-base/arts ) + gnome? ( gnome-base/ORBit ) oggvorbis? ( media-libs/libvorbis )" -DEPEND="${RDEPEND} dev-lang/nasm sys-devel/perl" -LICENSE="GPL-2" + +DEPEND="dev-lang/nasm +sys-devel/perl" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" # Unfortunately you can't selectively build a lot of the features. Therefore # this whole package is essentially a judgement call. However, I've made the |