summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/mixxx/ChangeLog6
-rw-r--r--media-sound/mixxx/files/digest-mixxx-1.3.21
-rw-r--r--media-sound/mixxx/files/digest-mixxx-1.41
-rw-r--r--media-sound/mixxx/mixxx-1.3.2.ebuild57
-rw-r--r--media-sound/mixxx/mixxx-1.4.ebuild59
-rw-r--r--media-sound/mpc/files/digest-mpc-0.10.31
-rw-r--r--media-sound/mpc/files/digest-mpc-0.11.01
-rw-r--r--media-sound/mpc/files/digest-mpc-0.9.21
-rw-r--r--media-sound/mpc/mpc-0.10.3.ebuild31
-rw-r--r--media-sound/mpc/mpc-0.11.0.ebuild30
-rw-r--r--media-sound/mpc/mpc-0.11.1.ebuild6
-rw-r--r--media-sound/mpc/mpc-0.9.2.ebuild31
-rw-r--r--media-sound/orpheus/ChangeLog6
-rw-r--r--media-sound/orpheus/files/digest-orpheus-1.21
-rw-r--r--media-sound/orpheus/files/digest-orpheus-1.41
-rw-r--r--media-sound/orpheus/orpheus-1.2.ebuild47
-rw-r--r--media-sound/orpheus/orpheus-1.4.ebuild47
-rw-r--r--media-sound/orpheus/orpheus-1.5.ebuild11
18 files changed, 19 insertions, 319 deletions
diff --git a/media-sound/mixxx/ChangeLog b/media-sound/mixxx/ChangeLog
index b841865c9ab7..66cfd405bacd 100644
--- a/media-sound/mixxx/ChangeLog
+++ b/media-sound/mixxx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/mixxx
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v 1.24 2004/10/20 04:01:17 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v 1.25 2004/10/20 05:53:46 eradicator Exp $
+
+ 19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ -mixxx-1.3.2.ebuild, -mixxx-1.4.ebuild:
+ Removing old versions.
*mixxx-1.4.1 (19 Oct 2004)
diff --git a/media-sound/mixxx/files/digest-mixxx-1.3.2 b/media-sound/mixxx/files/digest-mixxx-1.3.2
deleted file mode 100644
index 6d5ef5d49966..000000000000
--- a/media-sound/mixxx/files/digest-mixxx-1.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0562b94bbb0ddb53854719f0a0b319fd mixxx-1.3.2.tar.gz 3752254
diff --git a/media-sound/mixxx/files/digest-mixxx-1.4 b/media-sound/mixxx/files/digest-mixxx-1.4
deleted file mode 100644
index 006e52388201..000000000000
--- a/media-sound/mixxx/files/digest-mixxx-1.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1d61864649712862eb978ce2979d0c0e mixxx-1.4.tar.gz 3838015
diff --git a/media-sound/mixxx/mixxx-1.3.2.ebuild b/media-sound/mixxx/mixxx-1.3.2.ebuild
deleted file mode 100644
index eb120d40fe3f..000000000000
--- a/media-sound/mixxx/mixxx-1.3.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.3.2.ebuild,v 1.2 2004/10/08 07:18:21 eradicator Exp $
-
-IUSE="jack"
-
-inherit eutils
-
-S="${WORKDIR}/${P}/src"
-
-DESCRIPTION="Digital DJ tool using QT 3.x"
-HOMEPAGE="http://mixxx.sourceforge.net"
-SRC_URI="mirror://sourceforge/mixxx/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~sparc ~x86"
-
-DEPEND=">=x11-libs/qt-3.1.0
- media-sound/madplay
- media-libs/libogg
- media-libs/libvorbis
- media-libs/audiofile
- media-libs/libsndfile
- media-libs/libsamplerate
- media-libs/portaudio
- jack? ( media-sound/jack-audio-connection-kit )"
-
-RDEPEND="${DEPEND}
- dev-lang/perl"
-
-DEPEND="${DEPEND}
- sys-apps/sed"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.patch
-}
-
-src_compile() {
- ./configure `use_enable jack Jack` || die "configure failed"
-
- sed -i -e "s/CFLAGS *= -pipe -w -O2/CFLAGS = ${CFLAGS} -w/" \
- -e "s/CXXFLAGS *= -pipe -w -O2/CXXFLAGS = ${CXXFLAGS} -w/" Makefile
-
- addpredict ${QTDIR}/etc/settings
- emake || die "make failed"
-}
-
-src_install() {
- make COPY_FILE="cp -fpr" \
- INSTALL_ROOT="${D}" install || die "make install failed"
-
- dodoc ../README ../Mixxx-Manual.pdf
-}
diff --git a/media-sound/mixxx/mixxx-1.4.ebuild b/media-sound/mixxx/mixxx-1.4.ebuild
deleted file mode 100644
index 6dcbc02614e8..000000000000
--- a/media-sound/mixxx/mixxx-1.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.4.ebuild,v 1.1 2004/10/13 18:09:44 eradicator Exp $
-
-IUSE="alsa jack"
-
-inherit eutils
-
-S="${WORKDIR}/${P}/src"
-
-DESCRIPTION="Digital DJ tool using QT 3.x"
-HOMEPAGE="http://mixxx.sourceforge.net"
-SRC_URI="mirror://sourceforge/mixxx/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-# -amd64: 1.4 - static noise comes out of speakers at startup - eradicator
-KEYWORDS="-amd64 ~sparc ~x86"
-
-DEPEND=">=x11-libs/qt-3.1.0
- media-sound/madplay
- media-libs/libogg
- media-libs/libvorbis
- media-libs/audiofile
- media-libs/libsndfile
- media-libs/libsamplerate
- media-libs/portaudio
- alsa? ( media-libs/alsa-lib )
- jack? ( media-sound/jack-audio-connection-kit )"
-
-RDEPEND="${DEPEND}
- dev-lang/perl"
-
-DEPEND="${DEPEND}
- sys-apps/sed"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.3.2-gentoo.patch
-}
-
-src_compile() {
- ./configure `use_enable alsa Alsa` `use_enable jack Jack` || die "configure failed"
-
- sed -i -e "s/CFLAGS *= -pipe -w -O2/CFLAGS = ${CFLAGS} -w/" \
- -e "s/CXXFLAGS *= -pipe -w -O2/CXXFLAGS = ${CXXFLAGS} -w/" Makefile
-
- addpredict ${QTDIR}/etc/settings
- emake || die "make failed"
-}
-
-src_install() {
- make COPY_FILE="cp -fpr" \
- INSTALL_ROOT="${D}" install || die "make install failed"
-
- dodoc ../README ../README.ALSA ../Mixxx-Manual.pdf
-}
diff --git a/media-sound/mpc/files/digest-mpc-0.10.3 b/media-sound/mpc/files/digest-mpc-0.10.3
deleted file mode 100644
index 7fb30ff76062..000000000000
--- a/media-sound/mpc/files/digest-mpc-0.10.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 24bdf1234cb633c0e7aa0e2f189afa8d mpc-0.10.3.tar.gz 209661
diff --git a/media-sound/mpc/files/digest-mpc-0.11.0 b/media-sound/mpc/files/digest-mpc-0.11.0
deleted file mode 100644
index 70a2f7d22df9..000000000000
--- a/media-sound/mpc/files/digest-mpc-0.11.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7b58088f3ceba47b6466d1226993ad99 mpc-0.11.0.tar.gz 163502
diff --git a/media-sound/mpc/files/digest-mpc-0.9.2 b/media-sound/mpc/files/digest-mpc-0.9.2
deleted file mode 100644
index 888f9df16f2c..000000000000
--- a/media-sound/mpc/files/digest-mpc-0.9.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dc48d506c4983cd71c7d975f51c5c88a mpc-0.9.2.tar.gz 293865
diff --git a/media-sound/mpc/mpc-0.10.3.ebuild b/media-sound/mpc/mpc-0.10.3.ebuild
deleted file mode 100644
index 9cd0512fa2b5..000000000000
--- a/media-sound/mpc/mpc-0.10.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.10.3.ebuild,v 1.5 2004/07/01 10:59:11 eradicator Exp $
-
-IUSE=""
-
-DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)"
-SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
-RESTRICT="nomirror"
-HOMEPAGE="http://www.musicpd.org"
-
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/libc"
-
-src_compile() {
- local myconf
- myconf="--with-gnu-ld"
-
- econf ${myconf} || die "could not configure"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR=${D} || die
- rm -rf ${D}/usr/share/doc/mpc/
- dodoc AUTHORS COPYING ChangeLog INSTALL README doc/mpc-bashrc
-}
diff --git a/media-sound/mpc/mpc-0.11.0.ebuild b/media-sound/mpc/mpc-0.11.0.ebuild
deleted file mode 100644
index 66a1a03aecb6..000000000000
--- a/media-sound/mpc/mpc-0.11.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.0.ebuild,v 1.4 2004/08/27 15:43:50 mholzer Exp $
-
-IUSE=""
-
-DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)"
-SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
-HOMEPAGE="http://www.musicpd.org"
-
-KEYWORDS="x86 ~ppc"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/libc"
-
-src_compile() {
- local myconf
- myconf="--with-gnu-ld"
-
- econf ${myconf} || die "could not configure"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR=${D} || die
- rm -rf ${D}/usr/share/doc/mpc/
- dodoc AUTHORS COPYING ChangeLog INSTALL README doc/mpc-bashrc
-}
diff --git a/media-sound/mpc/mpc-0.11.1.ebuild b/media-sound/mpc/mpc-0.11.1.ebuild
index a42b66c47f86..d2752994edd1 100644
--- a/media-sound/mpc/mpc-0.11.1.ebuild
+++ b/media-sound/mpc/mpc-0.11.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.1.ebuild,v 1.4 2004/09/03 17:03:47 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.1.ebuild,v 1.5 2004/10/20 05:51:08 eradicator Exp $
IUSE=""
@@ -24,7 +24,7 @@ src_compile() {
}
src_install() {
- emake install DESTDIR=${D} || die
+ emake install DESTDIR="${D}" || die
rm -rf ${D}/usr/share/doc/mpc/
- dodoc AUTHORS COPYING ChangeLog INSTALL README doc/mpc-bashrc
+ dodoc AUTHORS ChangeLog README doc/mpc-bashrc
}
diff --git a/media-sound/mpc/mpc-0.9.2.ebuild b/media-sound/mpc/mpc-0.9.2.ebuild
deleted file mode 100644
index 13f5810f2404..000000000000
--- a/media-sound/mpc/mpc-0.9.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.9.2.ebuild,v 1.4 2004/07/01 10:59:11 eradicator Exp $
-
-IUSE=""
-
-DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)"
-SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
-RESTRICT="nomirror"
-HOMEPAGE="http://www.musicpd.org"
-
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/libc"
-
-src_compile() {
- local myconf
- myconf="--with-gnu-ld"
-
- econf ${myconf} || die "could not configure"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR=${D} || die
- rm -rf ${D}/usr/share/doc/mpc/
- dodoc AUTHORS COPYING ChangeLog INSTALL README doc/mpc-bashrc
-}
diff --git a/media-sound/orpheus/ChangeLog b/media-sound/orpheus/ChangeLog
index 182e9b297c0a..b4336f03ce73 100644
--- a/media-sound/orpheus/ChangeLog
+++ b/media-sound/orpheus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/orpheus
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/orpheus/ChangeLog,v 1.14 2004/09/28 20:20:45 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/orpheus/ChangeLog,v 1.15 2004/10/20 05:49:30 eradicator Exp $
+
+ 19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ -orpheus-1.2.ebuild, -orpheus-1.4.ebuild:
+ Removing old versions.
28 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> orpheus-1.5.ebuild:
Stable amd64.
diff --git a/media-sound/orpheus/files/digest-orpheus-1.2 b/media-sound/orpheus/files/digest-orpheus-1.2
deleted file mode 100644
index 189839734dc3..000000000000
--- a/media-sound/orpheus/files/digest-orpheus-1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8e4aa9cbcc15618091a6815a8b70e99d orpheus-1.2.tar.gz 271278
diff --git a/media-sound/orpheus/files/digest-orpheus-1.4 b/media-sound/orpheus/files/digest-orpheus-1.4
deleted file mode 100644
index e8afc63f0e88..000000000000
--- a/media-sound/orpheus/files/digest-orpheus-1.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c5be2ab85ff7917d883c162f34d6efd3 orpheus-1.4.tar.gz 337193
diff --git a/media-sound/orpheus/orpheus-1.2.ebuild b/media-sound/orpheus/orpheus-1.2.ebuild
deleted file mode 100644
index 937d0620d358..000000000000
--- a/media-sound/orpheus/orpheus-1.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/orpheus/orpheus-1.2.ebuild,v 1.6 2004/09/04 01:10:35 swegener Exp $
-
-DESCRIPTION="Command line MP3 player."
-HOMEPAGE="http://konst.org.ua/en/orpheus"
-SRC_URI="http://konst.org.ua/download/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc"
-LICENSE="GPL-2"
-IUSE="oggvorbis"
-
-DEPEND=">=sys-libs/ncurses-5.2
- oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 )
- virtual/mpg123
- media-sound/vorbis-tools
- gnome-base/libghttp"
-# nas? ( >=media-libs/nas-1.4.1 )
-
-src_unpack() {
- unpack ${A}
-
- #if use nas; then
- # cd src
- # sed -e "s:^INCLUDES =:INCLUDES = -I/usr/X11R6/include:" \
- # -e "s:^splay_LDADD =:splay_LDADD = \$(NAS_LIBS):" \
- # Makefile | cat > Makefile
- #fi
-}
-
-src_compile() {
- local myconf
- ### Looks like NAS support is broken, at least with NAS 1.5 and
- ### mp3player 3.1.1 (Aug 13, agenkin@thpoon.com)
- #use nas && myconf="${myconf} --with-nas"
- #use nas || myconf="${myconf} --disable-nas"
- myconf="${myconf}"
-
- econf ${myconf} || die
- make CC="gcc ${CFLAGS}" CXX="c++ ${CXXFLAGS}" || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/media-sound/orpheus/orpheus-1.4.ebuild b/media-sound/orpheus/orpheus-1.4.ebuild
deleted file mode 100644
index 0e94ca6ac1f5..000000000000
--- a/media-sound/orpheus/orpheus-1.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/orpheus/orpheus-1.4.ebuild,v 1.6 2004/09/04 01:10:35 swegener Exp $
-
-DESCRIPTION="Command line MP3 player."
-HOMEPAGE="http://konst.org.ua/en/orpheus"
-SRC_URI="http://konst.org.ua/download/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="x86 ~sparc"
-LICENSE="GPL-2"
-IUSE="oggvorbis"
-
-DEPEND=">=sys-libs/ncurses-5.2
- oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 )
- virtual/mpg123
- media-sound/vorbis-tools
- gnome-base/libghttp"
-# nas? ( >=media-libs/nas-1.4.1 )
-
-src_unpack() {
- unpack ${A}
-
- #if use nas; then
- # cd src
- # sed -e "s:^INCLUDES =:INCLUDES = -I/usr/X11R6/include:" \
- # -e "s:^splay_LDADD =:splay_LDADD = \$(NAS_LIBS):" \
- # Makefile | cat > Makefile
- #fi
-}
-
-src_compile() {
- local myconf
- ### Looks like NAS support is broken, at least with NAS 1.5 and
- ### mp3player 3.1.1 (Aug 13, agenkin@thpoon.com)
- #use nas && myconf="${myconf} --with-nas"
- #use nas || myconf="${myconf} --disable-nas"
- myconf="${myconf}"
-
- econf ${myconf} || die
- make CC="gcc ${CFLAGS}" CXX="c++ ${CXXFLAGS}" || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/media-sound/orpheus/orpheus-1.5.ebuild b/media-sound/orpheus/orpheus-1.5.ebuild
index 2058585544bd..ee25c1894546 100644
--- a/media-sound/orpheus/orpheus-1.5.ebuild
+++ b/media-sound/orpheus/orpheus-1.5.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/orpheus/orpheus-1.5.ebuild,v 1.8 2004/09/28 20:20:45 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/orpheus/orpheus-1.5.ebuild,v 1.9 2004/10/20 05:49:30 eradicator Exp $
+
+IUSE="oggvorbis"
inherit eutils
@@ -9,9 +11,8 @@ HOMEPAGE="http://konst.org.ua/en/orpheus"
SRC_URI="http://konst.org.ua/download/${P}.tar.gz"
SLOT="0"
-KEYWORDS="x86 sparc amd64"
LICENSE="GPL-2"
-IUSE="oggvorbis"
+KEYWORDS="~alpha amd64 ~ppc sparc x86"
DEPEND=">=sys-libs/ncurses-5.2
oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 )
@@ -47,6 +48,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
- dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS README TODO
}