diff options
85 files changed, 1705 insertions, 0 deletions
diff --git a/media-plugins/xmms-aalsa/ChangeLog b/media-plugins/xmms-aalsa/ChangeLog new file mode 100644 index 000000000000..18a2aead1d07 --- /dev/null +++ b/media-plugins/xmms-aalsa/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for media-plugins/xmms-aalsa +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-aalsa/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*xmms-aalsa-0.5.4-r3 (1 Feb 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to media-plugins + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/media-plugins/xmms-aalsa/files/digest-xmms-aalsa-0.5.4-r3 b/media-plugins/xmms-aalsa/files/digest-xmms-aalsa-0.5.4-r3 new file mode 100644 index 000000000000..d0dabe960389 --- /dev/null +++ b/media-plugins/xmms-aalsa/files/digest-xmms-aalsa-0.5.4-r3 @@ -0,0 +1 @@ +MD5 99a533527199356538e8ea84e6f6606a xmms-aalsa_0.5.4.tar.gz 127841 diff --git a/media-plugins/xmms-aalsa/xmms-aalsa-0.5.4-r3.ebuild b/media-plugins/xmms-aalsa/xmms-aalsa-0.5.4-r3.ebuild new file mode 100644 index 000000000000..27147aa63bde --- /dev/null +++ b/media-plugins/xmms-aalsa/xmms-aalsa-0.5.4-r3.ebuild @@ -0,0 +1,32 @@ +# 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-plugins/xmms-aalsa/xmms-aalsa-0.5.4-r3.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +MY_P=${PN}_${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="This output plugin allows xmms to work with alsa 5 NOT alsa 9" +SRC_URI="http://www1.tcnet.ne.jp/fmurata/linux/aalsa/${MY_P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=media-sound/xmms-1.2.5-r1 \ + =media-libs/alsa-lib-0.5*" + +src_unpack() { + unpack ${A} + cd ${S} + cp -a configure configure.orig + sed -e "s:-O2:${CFLAGS}:g" configure.orig > configure +} + +src_compile() { + econf || die + make || die +} + +src_install() { + make DESTDIR=${D} libdir=/usr/lib/xmms/Output install || install + dodoc AUTHORS COPYING NEWS README +} diff --git a/media-plugins/xmms-arts/ChangeLog b/media-plugins/xmms-arts/ChangeLog new file mode 100644 index 000000000000..e7c611852b95 --- /dev/null +++ b/media-plugins/xmms-arts/ChangeLog @@ -0,0 +1,21 @@ +# ChangeLog for media-plugins/xmms-arts +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-arts/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 19 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : + + Fix determination of arts location, hopefully fix #6350. + +*xmms-arts-0.4-r2 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/media-plugins/xmms-arts/files/digest-xmms-arts-0.4-r3 b/media-plugins/xmms-arts/files/digest-xmms-arts-0.4-r3 new file mode 100644 index 000000000000..c9c2e8766e08 --- /dev/null +++ b/media-plugins/xmms-arts/files/digest-xmms-arts-0.4-r3 @@ -0,0 +1 @@ +MD5 0339aec5d67315da4a8242271cfc9f05 xmmsarts-0.4.tar.gz 114602 diff --git a/media-plugins/xmms-arts/xmms-arts-0.4-r3.ebuild b/media-plugins/xmms-arts/xmms-arts-0.4-r3.ebuild new file mode 100644 index 000000000000..b48a457cb6ee --- /dev/null +++ b/media-plugins/xmms-arts/xmms-arts-0.4-r3.ebuild @@ -0,0 +1,43 @@ +# 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-plugins/xmms-arts/xmms-arts-0.4-r3.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ +inherit kde-base + +# Note: we set many vars e.g. DEPEND insteaed of extending them because this isn't a proper KDE app, +# it only links against arts. So we need set-kdedir, but almost nothing else. So make sure it continues +# to override e.g. src_install. + +DESCRIPTION="This output plugin allows xmms to work with arts, KDE's sound system" +SRC_URI="http://stukach.com/hosted/m.i.a/xmmsarts/xmmsarts-0.4.tar.gz" +# HOMEPAGE="http://home.earthlink.net/~bheath/xmms-arts/" #disappeared from the 'net? + + +LICENSE="GPL-2" +KEYWORDS="x86" + +newdepend ">=media-sound/xmms-1.2.5-r1 + kde-base/arts" + +set-kdedir 3 + +src_unpack() { + unpack ${A} + cd ${S} + cp Makefile.am Makefile.orig + sed -e "s:artsc-config:${KDEDIR}/bin/artsc-config:" \ + Makefile.orig > Makefile.am + autoconf +} + +src_compile() { + kde_src_compile myconf # calls set-kdedir + CFLAGS="$CFLAGS -I/usr/X11R6/include -I/usr/include -I${KDEDIR}/include -I${KDEDIR}/include/artsc" + econf || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING NEWS README +} + diff --git a/media-plugins/xmms-blursk/ChangeLog b/media-plugins/xmms-blursk/ChangeLog new file mode 100644 index 000000000000..7b40c8d8d24a --- /dev/null +++ b/media-plugins/xmms-blursk/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for media-plugins/xmms-blursk +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-blursk/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*xmms-blursk-1.2.ebuild (18 Jun 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 18 Jun 2002; George Shapovalov <george@gentoo.org> all : + + First submission + Ebuild submitted by Dan Naumov <jago@telefragged.com> diff --git a/media-plugins/xmms-blursk/files/digest-xmms-blursk-1.2 b/media-plugins/xmms-blursk/files/digest-xmms-blursk-1.2 new file mode 100644 index 000000000000..dff44dea9db5 --- /dev/null +++ b/media-plugins/xmms-blursk/files/digest-xmms-blursk-1.2 @@ -0,0 +1 @@ +MD5 0c2de62d589886a4b7f942d53fe1ca5c Blursk-1.2.tar.gz 185945 diff --git a/media-plugins/xmms-blursk/xmms-blursk-1.2.ebuild b/media-plugins/xmms-blursk/xmms-blursk-1.2.ebuild new file mode 100644 index 000000000000..4b46c40bb0a1 --- /dev/null +++ b/media-plugins/xmms-blursk/xmms-blursk-1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-20022 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-blursk/xmms-blursk-1.2.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + + +MY_P="Blursk-${PV}" +S=${WORKDIR}/${MY_P} +SRC_URI="http://www.cs.pdx.edu/~kirkenda/blursk/${MY_P}.tar.gz" +HOMEPAGE="http://www.cs.pdx.edu/~kirkenda/blursk/" +DESCRIPTION="Yet another psychedelic visualization plug-in for XMMS" + +DEPEND="=x11-libs/gtk+-1.2* + >=media-sound/xmms-1.2.6-r5" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + + +src_install () { + make DESTDIR=${D} install || die "install failed" + + dodoc AUTHORS COPYING ChangeLog INSTALL README NEWS +} diff --git a/media-plugins/xmms-crossfade/ChangeLog b/media-plugins/xmms-crossfade/ChangeLog new file mode 100644 index 000000000000..1803872c6657 --- /dev/null +++ b/media-plugins/xmms-crossfade/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for media-plugins/xmms-crossfade +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-crossfade/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*xmms-crossfade-0.2.9 (1 Feb 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/media-plugins/xmms-crossfade/files/digest-xmms-crossfade-0.2.9 b/media-plugins/xmms-crossfade/files/digest-xmms-crossfade-0.2.9 new file mode 100644 index 000000000000..2020280c1109 --- /dev/null +++ b/media-plugins/xmms-crossfade/files/digest-xmms-crossfade-0.2.9 @@ -0,0 +1 @@ +MD5 7427e9f8e79e3532b6c85e36459e453a xmms-crossfade-0.2.9.tar.gz 200553 diff --git a/media-plugins/xmms-crossfade/xmms-crossfade-0.2.9.ebuild b/media-plugins/xmms-crossfade/xmms-crossfade-0.2.9.ebuild new file mode 100644 index 000000000000..79d1bb65bc98 --- /dev/null +++ b/media-plugins/xmms-crossfade/xmms-crossfade-0.2.9.ebuild @@ -0,0 +1,28 @@ +# 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-plugins/xmms-crossfade/xmms-crossfade-0.2.9.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="XMMS Plugin for crossfading, and continuous output." +SRC_URI="http://www.netcologne.de/~nc-eisenlpe2/${PN}/${P}.tar.gz" +HOMEPAGE="http://www.netcologne.de/~nc-eisenlpe2/xmms-crossfade/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="=x11-libs/gtk+-1.2* + >=media-sound/xmms-1.2.5-r1" + +src_compile() { + + econf || die + emake || die +} + + +src_install () { + + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog INSTALL README TODO +} diff --git a/media-plugins/xmms-dflowers/ChangeLog b/media-plugins/xmms-dflowers/ChangeLog new file mode 100644 index 000000000000..b213388fcf16 --- /dev/null +++ b/media-plugins/xmms-dflowers/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for media-plugins/xmms-dflowers +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-dflowers/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + + +*dflowers-1.2, (22 May 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 22 May 2002; George Shapovalov <george@gentoo.org> Changelog : + + Initial release + diff --git a/media-plugins/xmms-dflowers/files/dflowers-1.2-destdir.patch b/media-plugins/xmms-dflowers/files/dflowers-1.2-destdir.patch new file mode 100644 index 000000000000..2c8c2adf426e --- /dev/null +++ b/media-plugins/xmms-dflowers/files/dflowers-1.2-destdir.patch @@ -0,0 +1,13 @@ +--- Makefile.orig 2002-05-14 19:53:53.000000000 +0200 ++++ Makefile 2002-05-14 19:54:26.000000000 +0200 +@@ -30,6 +30,7 @@ + rm -f *.o core *~ + + install: +- install libdflowers.so $(INSTALL-DIR) +- mkdir -p $(XMMS_DATADIR)/$(THEME_SUBDIR) +- install bg_*.xpm $(XMMS_DATADIR)/$(THEME_SUBDIR) ++ mkdir -p $(DESTDIR)$(INSTALL-DIR) ++ install libdflowers.so $(DESTDIR)$(INSTALL-DIR) ++ mkdir -p $(DESTDIR)$(XMMS_DATADIR)/$(THEME_SUBDIR) ++ install bg_*.xpm $(DESTDIR)$(XMMS_DATADIR)/$(THEME_SUBDIR) diff --git a/media-plugins/xmms-dflowers/files/digest-xmms-dflowers-1.2 b/media-plugins/xmms-dflowers/files/digest-xmms-dflowers-1.2 new file mode 100644 index 000000000000..e4b95fc858fa --- /dev/null +++ b/media-plugins/xmms-dflowers/files/digest-xmms-dflowers-1.2 @@ -0,0 +1 @@ +MD5 cd6d02c45964ffdd78669b6dcb8a5d4d dflowers-1.2.tar.gz 47953 diff --git a/media-plugins/xmms-dflowers/xmms-dflowers-1.2.ebuild b/media-plugins/xmms-dflowers/xmms-dflowers-1.2.ebuild new file mode 100644 index 000000000000..55e6a5486f3b --- /dev/null +++ b/media-plugins/xmms-dflowers/xmms-dflowers-1.2.ebuild @@ -0,0 +1,39 @@ +# 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-plugins/xmms-dflowers/xmms-dflowers-1.2.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +MY_P=${PN/xmms-/}-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Dual Flowers visualization plugin for xmms" +SRC_URI="http://hem.passagen.se/joakime/${MY_P}.tar.gz" +HOMEPAGE="http://hem.passagen.se/joakime/linuxapp.html" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="media-sound/xmms" + +src_unpack() { + unpack ${A} + cd ${S} || die + # patch in DESTDIR support + patch -p0 < ${FILESDIR}/${MY_P}-destdir.patch || die +} + +src_compile() { + # There is no configure script, but the + # Makefile does things (mostly) correctly. + make clean || die + emake OPT="$CFLAGS" || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README COPYING Changes +} + + +src_postinst() { + einfo "Don't forget to set the skin, plugin might look weird otherwise!" +} diff --git a/media-plugins/xmms-dscope/ChangeLog b/media-plugins/xmms-dscope/ChangeLog new file mode 100644 index 000000000000..41294ee89c6e --- /dev/null +++ b/media-plugins/xmms-dscope/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for media-plugins/xmms-dscope +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-dscope/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + + +*dscope-1.2, (22 May 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 22 May 2002; George Shapovalov <george@gentoo.org> Changelog : + + Initial release + diff --git a/media-plugins/xmms-dscope/files/digest-xmms-dscope-1.2 b/media-plugins/xmms-dscope/files/digest-xmms-dscope-1.2 new file mode 100644 index 000000000000..49323179401c --- /dev/null +++ b/media-plugins/xmms-dscope/files/digest-xmms-dscope-1.2 @@ -0,0 +1 @@ +MD5 5723df984f689eaca56e1c14cce090a7 dscope-1.2.tar.gz 34353 diff --git a/media-plugins/xmms-dscope/files/dscope-1.2-destdir.patch b/media-plugins/xmms-dscope/files/dscope-1.2-destdir.patch new file mode 100644 index 000000000000..e6cf70476245 --- /dev/null +++ b/media-plugins/xmms-dscope/files/dscope-1.2-destdir.patch @@ -0,0 +1,13 @@ +--- Makefile.orig 2001-01-20 15:18:28.000000000 +0100 ++++ Makefile 2002-05-14 19:45:54.000000000 +0200 +@@ -29,6 +29,7 @@ + rm -f *.o core *~ + + install: +- install libdscope.so $(INSTALL-DIR) +- mkdir -p $(XMMS_DATADIR)/$(THEME_SUBDIR) +- install bg_*.xpm $(XMMS_DATADIR)/$(THEME_SUBDIR) ++ mkdir -p $(DESTDIR)$(INSTALL-DIR) ++ install libdscope.so $(DESTDIR)$(INSTALL-DIR) ++ mkdir -p $(DESTDIR)$(XMMS_DATADIR)/$(THEME_SUBDIR) ++ install bg_*.xpm $(DESTDIR)$(XMMS_DATADIR)/$(THEME_SUBDIR) diff --git a/media-plugins/xmms-dscope/xmms-dscope-1.2.ebuild b/media-plugins/xmms-dscope/xmms-dscope-1.2.ebuild new file mode 100644 index 000000000000..187fe40bbaf0 --- /dev/null +++ b/media-plugins/xmms-dscope/xmms-dscope-1.2.ebuild @@ -0,0 +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-plugins/xmms-dscope/xmms-dscope-1.2.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +MY_P=${PN/xmms-/}-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Dual Scope visualization plugin for xmms" +SRC_URI="http://hem.passagen.se/joakime/${MY_P}.tar.gz" +HOMEPAGE="http://hem.passagen.se/joakime/linuxapp.html" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="media-sound/xmms" + +src_unpack() { + unpack ${A} + cd ${S} || die + # patch in DESTDIR support + patch -p0 < ${FILESDIR}/${MY_P}-destdir.patch || die +} + +src_compile() { + # There is no configure script, but the + # Makefile does things (mostly) correctly. + make clean || die + emake OPT="$CFLAGS" || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README COPYING Changes +} diff --git a/media-plugins/xmms-dspectogram/ChangeLog b/media-plugins/xmms-dspectogram/ChangeLog new file mode 100644 index 000000000000..015c62c65f0d --- /dev/null +++ b/media-plugins/xmms-dspectogram/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for media-plugins/xmms-dspectogram +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-dspectogram/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + + +*dspectogram-1.2, (22 May 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 22 May 2002; George Shapovalov <george@gentoo.org> Changelog : + + Initial release + diff --git a/media-plugins/xmms-dspectogram/files/digest-xmms-dspectogram-1.2 b/media-plugins/xmms-dspectogram/files/digest-xmms-dspectogram-1.2 new file mode 100644 index 000000000000..8bd0f1f958ad --- /dev/null +++ b/media-plugins/xmms-dspectogram/files/digest-xmms-dspectogram-1.2 @@ -0,0 +1 @@ +MD5 d7dd3f98954636a453a0834500fc7215 dspectogram-1.2.tar.gz 40791 diff --git a/media-plugins/xmms-dspectogram/files/dspectogram-1.2-destdir.patch b/media-plugins/xmms-dspectogram/files/dspectogram-1.2-destdir.patch new file mode 100644 index 000000000000..8ce9098a293c --- /dev/null +++ b/media-plugins/xmms-dspectogram/files/dspectogram-1.2-destdir.patch @@ -0,0 +1,13 @@ +--- Makefile.orig 2002-05-14 19:32:44.000000000 +0200 ++++ Makefile 2002-05-14 19:35:37.000000000 +0200 +@@ -29,6 +29,7 @@ + rm -f *.o core *~ + + install: +- install libdspectogram.so $(INSTALL-DIR) +- mkdir -p $(XMMS_DATADIR)/$(THEME_SUBDIR) +- install bg_*.xpm $(XMMS_DATADIR)/$(THEME_SUBDIR) ++ mkdir -p $(DESTDIR)/$(INSTALL-DIR) ++ install libdspectogram.so $(DESTDIR)$(INSTALL-DIR) ++ mkdir -p $(DESTDIR)$(XMMS_DATADIR)/$(THEME_SUBDIR) ++ install bg_*.xpm $(DESTDIR)$(XMMS_DATADIR)/$(THEME_SUBDIR) diff --git a/media-plugins/xmms-dspectogram/xmms-dspectogram-1.2.ebuild b/media-plugins/xmms-dspectogram/xmms-dspectogram-1.2.ebuild new file mode 100644 index 000000000000..995ce90c6a7b --- /dev/null +++ b/media-plugins/xmms-dspectogram/xmms-dspectogram-1.2.ebuild @@ -0,0 +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-plugins/xmms-dspectogram/xmms-dspectogram-1.2.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +MY_P=${PN/xmms-/}-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Dual spectral histogram visualization plugin for xmms" +SRC_URI="http://hem.passagen.se/joakime/${MY_P}.tar.gz" +HOMEPAGE="http://hem.passagen.se/joakime/linuxapp.html" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="media-sound/xmms" + +src_unpack() { + unpack ${A} + cd ${S} || die + # patch in DESTDIR support + patch -p0 < ${FILESDIR}/${MY_P}-destdir.patch || die +} + +src_compile() { + # There is no configure script, but the + # Makefile does things (mostly) correctly. + make clean || die + emake OPT="$CFLAGS" || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README COPYING Changes +} diff --git a/media-plugins/xmms-dspectral/ChangeLog b/media-plugins/xmms-dspectral/ChangeLog new file mode 100644 index 000000000000..7f89aaac0239 --- /dev/null +++ b/media-plugins/xmms-dspectral/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for media-plugins/xmms-dscope +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-dspectral/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + + +*dspectral-1.2, (22 May 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 22 May 2002; George Shapovalov <george@gentoo.org> Changelog : + + Initial release + diff --git a/media-plugins/xmms-dspectral/files/digest-xmms-dspectral-1.2 b/media-plugins/xmms-dspectral/files/digest-xmms-dspectral-1.2 new file mode 100644 index 000000000000..3f9f60e28b9b --- /dev/null +++ b/media-plugins/xmms-dspectral/files/digest-xmms-dspectral-1.2 @@ -0,0 +1 @@ +MD5 46160d81780cd25e2eba7e0f8e2d5ca9 dspectral-1.2.tar.gz 41866 diff --git a/media-plugins/xmms-dspectral/files/dspectral-1.2-destdir.patch b/media-plugins/xmms-dspectral/files/dspectral-1.2-destdir.patch new file mode 100644 index 000000000000..bbe08828af31 --- /dev/null +++ b/media-plugins/xmms-dspectral/files/dspectral-1.2-destdir.patch @@ -0,0 +1,13 @@ +--- Makefile.orig 2002-05-14 19:02:50.000000000 +0200 ++++ Makefile 2002-05-14 19:20:57.000000000 +0200 +@@ -29,6 +29,7 @@ + rm -f *.o core *~ + + install: +- install libdspectral.so $(INSTALL-DIR) +- mkdir -p $(XMMS_DATADIR)/$(THEME_SUBDIR) +- install bg_*.xpm $(XMMS_DATADIR)/$(THEME_SUBDIR) ++ mkdir -p $(DESTDIR)/$(INSTALL-DIR) ++ install libdspectral.so $(DESTDIR)$(INSTALL-DIR) ++ mkdir -p $(DESTDIR)$(XMMS_DATADIR)/$(THEME_SUBDIR) ++ install bg_*.xpm $(DESTDIR)$(XMMS_DATADIR)/$(THEME_SUBDIR) diff --git a/media-plugins/xmms-dspectral/xmms-dspectral-1.2.ebuild b/media-plugins/xmms-dspectral/xmms-dspectral-1.2.ebuild new file mode 100644 index 000000000000..033e3fa3200c --- /dev/null +++ b/media-plugins/xmms-dspectral/xmms-dspectral-1.2.ebuild @@ -0,0 +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-plugins/xmms-dspectral/xmms-dspectral-1.2.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +MY_P=${P/xmms-/} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Dual spectral analyzer visualization plugin for xmms" +SRC_URI="http://hem.passagen.se/joakime/${MY_P}.tar.gz" +HOMEPAGE="http://hem.passagen.se/joakime/linuxapp.html" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="media-sound/xmms" + +src_unpack() { + unpack ${A} + cd ${S} || die + # patch in DESTDIR support + patch -p0 < ${FILESDIR}/${MY_P}-destdir.patch || die +} + +src_compile() { + # There is no configure script, but the + # Makefile does things (mostly) correctly. + make clean || die + emake OPT="$CFLAGS" || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README COPYING Changes +} diff --git a/media-plugins/xmms-gdancer/ChangeLog b/media-plugins/xmms-gdancer/ChangeLog new file mode 100644 index 000000000000..0be7aa3cdcd9 --- /dev/null +++ b/media-plugins/xmms-gdancer/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for media-plugins/xmms-gdancer +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-gdancer/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +* xmms-gdancer-0.4.5 (28 Jun 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 28 Jun 2002: Brandon Low <lostlogic@gentoo.org> xmms-gdancer-0.4.5.ebuild: + + New package thanks to Matt Keadle (mkeadle on IRC). diff --git a/media-plugins/xmms-gdancer/files/digest-xmms-gdancer-0.4.5 b/media-plugins/xmms-gdancer/files/digest-xmms-gdancer-0.4.5 new file mode 100644 index 000000000000..a85098aeac09 --- /dev/null +++ b/media-plugins/xmms-gdancer/files/digest-xmms-gdancer-0.4.5 @@ -0,0 +1 @@ +MD5 fac7425d97910bd9d9001769082bd52f gdancer-0.4.5.tar.gz 222705 diff --git a/media-plugins/xmms-gdancer/xmms-gdancer-0.4.5.ebuild b/media-plugins/xmms-gdancer/xmms-gdancer-0.4.5.ebuild new file mode 100644 index 000000000000..37bd21e1f0c0 --- /dev/null +++ b/media-plugins/xmms-gdancer/xmms-gdancer-0.4.5.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-gdancer/xmms-gdancer-0.4.5.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +MY_P=${P/xmms-/} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Dancing character plugin for XMMS" +HOMEPAGE="http://figz.com/gdancer/" +SRC_URI="http://figz.com/gdancer/files/${MY_P}.tar.gz" + +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + +DEPEND="media-sound/xmms + =x11-libs/gtk+-1.2*" + +src_compile() { + econf || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die +} + +pkg_postinst () { + + einfo "${GOOD}**************************************************** *${NORMAL}" + einfo " Themes can be found at: ${GOOD}*${NORMAL}" + einfo " http://figz.com/gdancer/themes.php ${GOOD}*${NORMAL}" + einfo "${GOOD}**************************************************** *${NORMAL}" + +} diff --git a/media-plugins/xmms-infinity/ChangeLog b/media-plugins/xmms-infinity/ChangeLog new file mode 100644 index 000000000000..98f3a4265fa8 --- /dev/null +++ b/media-plugins/xmms-infinity/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for media-plugins/xmms-infinity +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-infinity/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*xmms-infinity-0.2.ebuild (11 Jun 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 11 Jun 2002; George Shapovalov <george@gentoo.org> all : + + First submission + Ebuild submitted by Dan Naumov <jago@telefragged.com> diff --git a/media-plugins/xmms-infinity/files/digest-xmms-infinity-0.2 b/media-plugins/xmms-infinity/files/digest-xmms-infinity-0.2 new file mode 100644 index 000000000000..ed2460e35378 --- /dev/null +++ b/media-plugins/xmms-infinity/files/digest-xmms-infinity-0.2 @@ -0,0 +1 @@ +MD5 ec1400a7eb62cd674e25003e04cb232b infinity-0.2.tar.gz 132094 diff --git a/media-plugins/xmms-infinity/xmms-infinity-0.2.ebuild b/media-plugins/xmms-infinity/xmms-infinity-0.2.ebuild new file mode 100644 index 000000000000..80fbba5a7c26 --- /dev/null +++ b/media-plugins/xmms-infinity/xmms-infinity-0.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-infinity/xmms-infinity-0.2.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +MY_P=${P/xmms-/} +S=${WORKDIR}/${MY_P} +DESCRIPTION="A psychedelic visualization plug-in for XMMS" +SRC_URI="http://julien.carme.free.fr/${MY_P}.tar.gz" +HOMEPAGE="http://julien.carme.free.fr/infinite.html" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="=dev-libs/glib-1.2* + =x11-libs/gtk+-1.2* + media-libs/libsdl + media-sound/xmms" + +RDEPEND="${DEPEND}" + + +src_compile() { + econf || die "configure failed" + emake || die "build failed" +} + +src_install () { + make DESTDIR=${D} install || die "install failed" + + dodoc AUTHORS COPYING ChangeLog INSTALL README NEWS +} diff --git a/media-plugins/xmms-infopipe/ChangeLog b/media-plugins/xmms-infopipe/ChangeLog new file mode 100644 index 000000000000..441d9a75bf06 --- /dev/null +++ b/media-plugins/xmms-infopipe/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for media-plugins/xmms-infopipe +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-infopipe/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*xmms-infopipe-1.3 (09 Jul 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 09 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> ChangeLog, xmms-infopipe-1.3.ebuild, files/digest-xmms-infopipe-1.3 : + + Initial release, thanks to Shaun Guth for contributing the ebuild! diff --git a/media-plugins/xmms-infopipe/files/digest-xmms-infopipe-1.3 b/media-plugins/xmms-infopipe/files/digest-xmms-infopipe-1.3 new file mode 100644 index 000000000000..02b695d97b0d --- /dev/null +++ b/media-plugins/xmms-infopipe/files/digest-xmms-infopipe-1.3 @@ -0,0 +1 @@ +MD5 1ccc90254c58a81f87abc43720fe71bf xmms-infopipe-1.3.tar.gz 172599 diff --git a/media-plugins/xmms-infopipe/xmms-infopipe-1.3.ebuild b/media-plugins/xmms-infopipe/xmms-infopipe-1.3.ebuild new file mode 100644 index 000000000000..d1ea4af6cd58 --- /dev/null +++ b/media-plugins/xmms-infopipe/xmms-infopipe-1.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-infopipe/xmms-infopipe-1.3.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Publish information about currently playing song in xmms to a temp file" +SRC_URI="http://www.beastwithin.org/users/wwwwolf/code/xmms/${P}.tar.gz" +HOMEPAGE="http://www.beastwithin.org/users/wwwwolf/code/xmms/infopipe.html" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=media-sound/xmms-1.2.7" + +src_compile() { + econf || die "./configure failed" + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README +} diff --git a/media-plugins/xmms-iris/ChangeLog b/media-plugins/xmms-iris/ChangeLog new file mode 100644 index 000000000000..b227d0c0d7d3 --- /dev/null +++ b/media-plugins/xmms-iris/ChangeLog @@ -0,0 +1,31 @@ +# ChangeLog for media-plugins/xmms-iris +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-iris/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*xmms-iris-0.10 (19 May 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 19 May 2002; Seemant Kulleen <seemant@gentoo.org> xmms-iris-0.10.ebuild + files/digest-xmms-iris-0.10 : + + upstream version bump. + +*xmms-iris-0.9 (27 Apr 2002) + + 27 Apr 2002; Seemant Kulleen <seemant@gentoo.org> xmms-iris-0.9.ebuild + files/digest-xmms-iris-0.9 : + + Thanks to foser@sesmar.eu.org (foser) in bug #1508 for this update. + +*xmms-iris-0.8 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/media-plugins/xmms-iris/files/digest-xmms-iris-0.10 b/media-plugins/xmms-iris/files/digest-xmms-iris-0.10 new file mode 100644 index 000000000000..7d4ba7591a8d --- /dev/null +++ b/media-plugins/xmms-iris/files/digest-xmms-iris-0.10 @@ -0,0 +1 @@ +MD5 7c922e08884a79015b7e8e0f2a9815ca iris-0.10.tar.gz 197354 diff --git a/media-plugins/xmms-iris/xmms-iris-0.10.ebuild b/media-plugins/xmms-iris/xmms-iris-0.10.ebuild new file mode 100644 index 000000000000..d97fb4f798c9 --- /dev/null +++ b/media-plugins/xmms-iris/xmms-iris-0.10.ebuild @@ -0,0 +1,31 @@ +# 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-plugins/xmms-iris/xmms-iris-0.10.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +MY_P=${P/xmms-/} +S=${WORKDIR}/${MY_P} +DESCRIPTION="XMMS OpenGL visualization plugin" +SRC_URI="http://cdelfosse.free.fr/xmms-iris/${MY_P}.tar.gz" +HOMEPAGE="http://cdelfosse.free.fr/xmms-iris/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/opengl + =x11-libs/gtk+-1.2* + >=media-sound/xmms-1.2.6-r1" + +src_compile() { + econf || die + emake || die +} + + +src_install () { + dodir /usr/lib/xmms/Visualization + + make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING ChangeLog INSTALL README TODO NEWS +} diff --git a/media-plugins/xmms-jess/ChangeLog b/media-plugins/xmms-jess/ChangeLog new file mode 100644 index 000000000000..c76019a71fdc --- /dev/null +++ b/media-plugins/xmms-jess/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for media-plugins/xmms-jess +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-jess/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*<xmms-jess>-<2.9.1> (03 Jun 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 03 Jun 2002; Brandon Low <lostlogic@gentoo.org> Initial package diff --git a/media-plugins/xmms-jess/files/digest-xmms-jess-2.9.1 b/media-plugins/xmms-jess/files/digest-xmms-jess-2.9.1 new file mode 100644 index 000000000000..d4b30afb0d39 --- /dev/null +++ b/media-plugins/xmms-jess/files/digest-xmms-jess-2.9.1 @@ -0,0 +1 @@ +MD5 e40db7d3f107c4d7324dbe66faf4fb6b JESS-2.9.1.tar.gz 182447 diff --git a/media-plugins/xmms-jess/xmms-jess-2.9.1.ebuild b/media-plugins/xmms-jess/xmms-jess-2.9.1.ebuild new file mode 100644 index 000000000000..1a76dff95e9d --- /dev/null +++ b/media-plugins/xmms-jess/xmms-jess-2.9.1.ebuild @@ -0,0 +1,33 @@ +# 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-plugins/xmms-jess/xmms-jess-2.9.1.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +MY_P="JESS-${PV}" +S=${WORKDIR}/${MY_P} +DESCRIPTION="JESS Visualization Plugin for XMMS" +SRC_URI="http://arquier.free.fr/${MY_P}.tar.gz" +HOMEPAGE="http://arquier.free.fr/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/x11 + media-sound/xmms + >=media-libs/libsdl-1.1.5" + +src_compile() { + + econf || die + emake || die +} + + +src_install () { + + dodir /usr/lib/xmms/Visualization + + make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING ChangeLog INSTALL README NEWS +} diff --git a/media-plugins/xmms-mad/ChangeLog b/media-plugins/xmms-mad/ChangeLog new file mode 100644 index 000000000000..bf8eca6c7a80 --- /dev/null +++ b/media-plugins/xmms-mad/ChangeLog @@ -0,0 +1,21 @@ +# ChangeLog for media-plugins/xmms-mad +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-mad/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*xmms-mad-0.0.9 (13 May 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 13 May 2002; William McArthur <sandymac@gentoo.org> xmms-mad-0.0.8.ebuild : + + New upstream release, just bumped the ebuild number. + +*xmms-mad-0.0.8 (1 May 2002) + + 1 May 2002; William McArthur <sandymac@gentoo.org> xmms-mad-0.0.8.ebuild : + + xmms-mad is a plugin to replace the mpg132 plugin that xmms defaults to using + for mp3 playback. It uses the libmad decoder which has higher quality output + at the expense of using more cpu power. diff --git a/media-plugins/xmms-mad/files/digest-xmms-mad-0.0.9 b/media-plugins/xmms-mad/files/digest-xmms-mad-0.0.9 new file mode 100644 index 000000000000..6cd51a46a1a2 --- /dev/null +++ b/media-plugins/xmms-mad/files/digest-xmms-mad-0.0.9 @@ -0,0 +1 @@ +MD5 6f969da20017514c6ebbcf0acd0b84f2 xmms-mad-0.0.9.tar.gz 203320 diff --git a/media-plugins/xmms-mad/xmms-mad-0.0.9.ebuild b/media-plugins/xmms-mad/xmms-mad-0.0.9.ebuild new file mode 100644 index 000000000000..6d8770603198 --- /dev/null +++ b/media-plugins/xmms-mad/xmms-mad-0.0.9.ebuild @@ -0,0 +1,25 @@ +# 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-plugins/xmms-mad/xmms-mad-0.0.9.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A XMMS plugin for MAD" +SRC_URI="http://www.superduper.net/downloads/xmms-mad/${P}.tar.gz" +HOMEPAGE="http://www.superduper.net/xmms-mad/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="media-sound/xmms + media-sound/mad" + +src_compile() { + econf || die "./configure failed" + emake || die +} + +src_install () { + make DESTDIR=${D} install || die "Make failed" + dodoc AUTHORS COPYING ChangeLog NEWS README +} diff --git a/media-plugins/xmms-nas/ChangeLog b/media-plugins/xmms-nas/ChangeLog new file mode 100644 index 000000000000..f52eafea0659 --- /dev/null +++ b/media-plugins/xmms-nas/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for media-plugins/xmms-nas +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-nas/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*xmms-nas-0.2-r1 (1 Feb 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/media-plugins/xmms-nas/files/digest-xmms-nas-0.2-r1 b/media-plugins/xmms-nas/files/digest-xmms-nas-0.2-r1 new file mode 100644 index 000000000000..3bfb8c34249c --- /dev/null +++ b/media-plugins/xmms-nas/files/digest-xmms-nas-0.2-r1 @@ -0,0 +1 @@ +MD5 dc6db4fbcf496340feead371b828c521 xmms-nas-0.2.tar.gz 109998 diff --git a/media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild b/media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild new file mode 100644 index 000000000000..7001093b2499 --- /dev/null +++ b/media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild @@ -0,0 +1,25 @@ +# 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-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A xmms plugin for NAS" +SRC_URI="ftp://mud.stack.nl/pub/OuterSpace/willem/${P}.tar.gz" +HOMEPAGE="http://www.xmms.org/plugins_input.html" + +DEPEND="media-sound/xmms media-libs/nas" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +src_compile() { + econf || die + touch config.h + make || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog NEWS README TODO +} diff --git a/media-plugins/xmms-nebulus/ChangeLog b/media-plugins/xmms-nebulus/ChangeLog new file mode 100644 index 000000000000..7ec31a9799d8 --- /dev/null +++ b/media-plugins/xmms-nebulus/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for media-plugins/xmms-nebulus +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-nebulus/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +* xmms-nebulus-0.2.2 (28 Jun 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 28 Jun 2002: Brandon Low <lostlogic@gentoo.org> xmms-nebulus-0.2.0.ebuild: + + New package thanks to Matt Keadle (mkeadle on IRC). + diff --git a/media-plugins/xmms-nebulus/files/digest-xmms-nebulus-0.2.0 b/media-plugins/xmms-nebulus/files/digest-xmms-nebulus-0.2.0 new file mode 100644 index 000000000000..e7d8b0d8c46a --- /dev/null +++ b/media-plugins/xmms-nebulus/files/digest-xmms-nebulus-0.2.0 @@ -0,0 +1 @@ +MD5 370024a71e327c28c960d95e92aa5d65 xmms-nebulus-0.2.0.tar.gz 318544 diff --git a/media-plugins/xmms-nebulus/xmms-nebulus-0.2.0.ebuild b/media-plugins/xmms-nebulus/xmms-nebulus-0.2.0.ebuild new file mode 100644 index 000000000000..ca8f2b9cc475 --- /dev/null +++ b/media-plugins/xmms-nebulus/xmms-nebulus-0.2.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-nebulus/xmms-nebulus-0.2.0.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="OpenGL/SDL visualization plugin for XMMS" +HOMEPAGE="http://nebulus.tuxfamily.org/" +SRC_URI="http://nebulus.tuxfamily.org/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="media-sound/xmms + media-libs/libsdl" + +src_compile() { + econf || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die +} diff --git a/media-plugins/xmms-shell/ChangeLog b/media-plugins/xmms-shell/ChangeLog new file mode 100644 index 000000000000..e396f716bbd9 --- /dev/null +++ b/media-plugins/xmms-shell/ChangeLog @@ -0,0 +1,30 @@ +# ChangeLog for media-sound/xmms-shell +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shell/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*xmms-shell-0.99.0-r1 (9 May 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 15 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, + xmms-shell-0.99.0-r1.ebuild : + + Patch works with gcc2. + + 9 May 2000; Matthew Kennedy <mkennedy@gentoo.org> + xmms-shell-0.99.0-r1.ebuild :ChangeLog, + files/digest-xmms-shell-0.99.0-r1, files/xmms-shell-gcc3.patch : + + Conditional patch for a GCC3 profile. Patch shall be sent upstream. + +*xmms-shell-0.99.0 (5 May 2002) + + 5 May 2002; Ryan Phillips <rphillips@gentoo.org> xmms-shell-0.99.0.ebuild : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/media-plugins/xmms-shell/files/digest-xmms-shell-0.99.0-r1 b/media-plugins/xmms-shell/files/digest-xmms-shell-0.99.0-r1 new file mode 100644 index 000000000000..9ac88339d0d0 --- /dev/null +++ b/media-plugins/xmms-shell/files/digest-xmms-shell-0.99.0-r1 @@ -0,0 +1 @@ +MD5 a1685669f12770fbce0ea412e4e8e7da xmms-shell-0.99.0.tar.gz 51914 diff --git a/media-plugins/xmms-shell/files/xmms-shell-gcc3.patch b/media-plugins/xmms-shell/files/xmms-shell-gcc3.patch new file mode 100644 index 000000000000..7c3bb7a5990d --- /dev/null +++ b/media-plugins/xmms-shell/files/xmms-shell-gcc3.patch @@ -0,0 +1,68 @@ +diff -ur xmms-shell-0.99.0.original/include/command.h xmms-shell-0.99.0/include/command.h +--- xmms-shell-0.99.0.original/include/command.h 2002-02-11 01:07:27.000000000 -0600 ++++ xmms-shell-0.99.0/include/command.h 2002-05-09 08:02:00.000000000 -0500 +@@ -5,6 +5,8 @@ + #include <vector> + #include <string> + ++using namespace std; ++ + #define COMFLAG_INTERACTIVE 0x1 + + #define COMERR_NOEFFECT 123 +diff -ur xmms-shell-0.99.0.original/src/eval.cc xmms-shell-0.99.0/src/eval.cc +--- xmms-shell-0.99.0.original/src/eval.cc 2002-02-10 22:59:34.000000000 -0600 ++++ xmms-shell-0.99.0/src/eval.cc 2002-05-09 08:02:24.000000000 -0500 +@@ -3,6 +3,8 @@ + #include "command.h" + #include <stdio.h> + ++#include <cctype> ++ + static string dequote(const string &line, string::const_iterator &p, bool &completed) + { + string arg; +diff -ur xmms-shell-0.99.0.original/src/general.cc xmms-shell-0.99.0/src/general.cc +--- xmms-shell-0.99.0.original/src/general.cc 2002-02-11 01:05:04.000000000 -0600 ++++ xmms-shell-0.99.0/src/general.cc 2002-05-09 08:02:37.000000000 -0500 +@@ -5,6 +5,7 @@ + #include "config.h" + #include "command.h" + #include "output.h" ++#include <cctype> + + class QuitCommand : public Command + { +diff -ur xmms-shell-0.99.0.original/src/misc.cc xmms-shell-0.99.0/src/misc.cc +--- xmms-shell-0.99.0.original/src/misc.cc 2002-02-10 21:05:31.000000000 -0600 ++++ xmms-shell-0.99.0/src/misc.cc 2002-05-09 08:02:54.000000000 -0500 +@@ -3,6 +3,7 @@ + #include <errno.h> + #include <xmmsctrl.h> + #include "command.h" ++#include <cctype> + + #define SECTION virtual const string get_section(void) const { return "Playlist"; } + +diff -ur xmms-shell-0.99.0.original/src/playlist.cc xmms-shell-0.99.0/src/playlist.cc +--- xmms-shell-0.99.0.original/src/playlist.cc 2002-02-10 20:01:44.000000000 -0600 ++++ xmms-shell-0.99.0/src/playlist.cc 2002-05-09 08:03:07.000000000 -0500 +@@ -2,6 +2,7 @@ + #include <errno.h> + #include <xmmsctrl.h> + #include "command.h" ++#include <cctype> + + #define SECTION virtual const string get_section(void) const { return "Playlist"; } + +diff -ur xmms-shell-0.99.0.original/src/volume.cc xmms-shell-0.99.0/src/volume.cc +--- xmms-shell-0.99.0.original/src/volume.cc 2002-02-10 22:50:01.000000000 -0600 ++++ xmms-shell-0.99.0/src/volume.cc 2002-05-09 08:03:20.000000000 -0500 +@@ -4,6 +4,7 @@ + #include <xmmsctrl.h> + #include "config.h" + #include "command.h" ++#include <cctype> + + #define SECTION virtual const string get_section(void) const { return "Volume Control"; } + diff --git a/media-plugins/xmms-shell/xmms-shell-0.99.0-r1.ebuild b/media-plugins/xmms-shell/xmms-shell-0.99.0-r1.ebuild new file mode 100644 index 000000000000..9e13df686999 --- /dev/null +++ b/media-plugins/xmms-shell/xmms-shell-0.99.0-r1.ebuild @@ -0,0 +1,38 @@ +# 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-plugins/xmms-shell/xmms-shell-0.99.0-r1.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + + +S=${WORKDIR}/${P} +DESCRIPTION="XMMS-Shell is a simple utility to control XMMS externally." +SRC_URI="http://download.sourceforge.net/xmms-shell/${P}.tar.gz" +HOMEPAGE="http://www.loganh.com/xmms-shell/" +DEPEND=">=media-sound/xmms-1.2.7 + readline? ( >=sys-libs/readline-4.1 )" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +src_unpack() { + unpack ${A} + # shall be sent upstream + patch -p0 <${FILESDIR}/${PN}-gcc3.patch +} + +src_compile() { + local myconf + + use readline \ + && myconf="${myconf} --with-readline" \ + || myconf="${myconf} --without-readline" + + econf ${myconf} || die "./configure failed" + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + + dodoc AUTHORS README +} diff --git a/media-plugins/xmms-shn/ChangeLog b/media-plugins/xmms-shn/ChangeLog new file mode 100644 index 000000000000..c354ed8fa07f --- /dev/null +++ b/media-plugins/xmms-shn/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for media-plugins/xmms-shn +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shn/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*xmms-shn-2.2.4 (1 Feb 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/media-plugins/xmms-shn/files/digest-xmms-shn-2.2.4 b/media-plugins/xmms-shn/files/digest-xmms-shn-2.2.4 new file mode 100644 index 000000000000..fdc341cf4367 --- /dev/null +++ b/media-plugins/xmms-shn/files/digest-xmms-shn-2.2.4 @@ -0,0 +1 @@ +MD5 484ca1472191459f8d9ea8eaf3c5f312 xmms-shn-2.2.4.tar.bz2 128969 diff --git a/media-plugins/xmms-shn/xmms-shn-2.2.4.ebuild b/media-plugins/xmms-shn/xmms-shn-2.2.4.ebuild new file mode 100644 index 000000000000..2caf87657ce3 --- /dev/null +++ b/media-plugins/xmms-shn/xmms-shn-2.2.4.ebuild @@ -0,0 +1,24 @@ +# 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-plugins/xmms-shn/xmms-shn-2.2.4.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="This input plugin allows xmms to play .shn compressed (lossless) files" +SRC_URI="http://shnutils.etree.org/xmms-shn/source/${P}.tar.bz2" +HOMEPAGE="http://shnutils.etree.org/xmms-shn" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="media-sound/xmms" + +src_compile() { + econf || die + make || die +} + +src_install() { + make DESTDIR=${D} libdir=/usr/lib/xmms/Input install || die + dodoc AUTHORS COPYING NEWS README +} diff --git a/media-plugins/xmms-sid/ChangeLog b/media-plugins/xmms-sid/ChangeLog new file mode 100644 index 000000000000..9d1778b5ff9f --- /dev/null +++ b/media-plugins/xmms-sid/ChangeLog @@ -0,0 +1,24 @@ +# ChangeLog for media-plugins/xmms-sid +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-sid/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*xmms-sid-0.7.3 (18 Jul 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 08 Aug 2002; Seemant Kulleen <seemant@gentoo.org> xmms-sid-0.7.3.ebuild : + + Added libsidplay to the DEPEND list. Thanks to: djandruczyk@yahoo.com + (Dave Andruczyk) in bug #6066 + + 18 Jul 2002; Karl Trygve Kalleberg <karltk@gentoo.org> xmms-sid-0.7.3.ebuild files/digest-xmms-sid-0.7.3 : + + From the home page: + + "XMMS-SID is a plugin for XMMS (X MultiMedia System) which provides support + for playing the so-called "SID tunes". For the actual playing, XMMS-SID uses + the excellent libsidplay SID-chip/6502 emulator engine." + + Initial import. diff --git a/media-plugins/xmms-sid/files/digest-xmms-sid-0.7.3 b/media-plugins/xmms-sid/files/digest-xmms-sid-0.7.3 new file mode 100644 index 000000000000..e113974c78ef --- /dev/null +++ b/media-plugins/xmms-sid/files/digest-xmms-sid-0.7.3 @@ -0,0 +1 @@ +MD5 0aef1d224da37ebba9b02eef1c7954ba xmms-sid-0.7.3.tar.bz2 163594 diff --git a/media-plugins/xmms-sid/xmms-sid-0.7.3.ebuild b/media-plugins/xmms-sid/xmms-sid-0.7.3.ebuild new file mode 100644 index 000000000000..b56c4132c740 --- /dev/null +++ b/media-plugins/xmms-sid/xmms-sid-0.7.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-sid/xmms-sid-0.7.3.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="C64 SID plugin for XMMS" +HOMEPAGE="http://www.tnsp.org/xmms-sid.php" +SRC_URI="http://www.tnsp.org/xs-files/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="media-sound/xmms + media-libs/libsidplay" + +src_compile() { + econf || die "./configure failed" + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS BUGS COPYING ChangeLog INSTALL README* NEWS TODO +} diff --git a/media-plugins/xmms-status-plugin/ChangeLog b/media-plugins/xmms-status-plugin/ChangeLog new file mode 100644 index 000000000000..3ff25e26f28d --- /dev/null +++ b/media-plugins/xmms-status-plugin/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for media-plugins/xmms-status-plugin +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-status-plugin/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +* xmms-status-plugin-0.9 (17 Apr 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 17 Apr 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, + xmms-status-plugin-0.9.ebuild, files/README.Gentoo + files/digest-xmms-status-plugin-0.9 : + + New ebuild. Submitted originally by Gary Chisholm + <gary@nexlinks.net>. Please see files/README.Gentoo for issues + related to xmms-status-plugin-0.9. diff --git a/media-plugins/xmms-status-plugin/files/README.Gentoo b/media-plugins/xmms-status-plugin/files/README.Gentoo new file mode 100644 index 000000000000..af31abc53895 --- /dev/null +++ b/media-plugins/xmms-status-plugin/files/README.Gentoo @@ -0,0 +1,13 @@ +[ from Gary Chisholm <gary@nexlinks.net> ] + +Known Bugs/Problems + +Sawfish: Status plugins and Sawfish 1.0.1 will not stick the +applet in the docklet, this is a Sawfish issue unmerge Sawfish +1.0.1 and merge Sawfish 1.0.0 works fine. + +Enlightenment: Status plugins and enlightenment do not play well +together, this is not anyones fault, but is due to the rather +hacky way in which status windows are implemented. Unfortunately +I don't use E and haven't got the time to implement anything myself. + diff --git a/media-plugins/xmms-status-plugin/files/digest-xmms-status-plugin-0.9 b/media-plugins/xmms-status-plugin/files/digest-xmms-status-plugin-0.9 new file mode 100644 index 000000000000..486dc2bfd71c --- /dev/null +++ b/media-plugins/xmms-status-plugin/files/digest-xmms-status-plugin-0.9 @@ -0,0 +1 @@ +MD5 75cf2f91aee128679f469a7723db73f2 xmms-status-plugin-0.9.tar.gz 293570 diff --git a/media-plugins/xmms-status-plugin/xmms-status-plugin-0.9.ebuild b/media-plugins/xmms-status-plugin/xmms-status-plugin-0.9.ebuild new file mode 100644 index 000000000000..adee807794ff --- /dev/null +++ b/media-plugins/xmms-status-plugin/xmms-status-plugin-0.9.ebuild @@ -0,0 +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-plugins/xmms-status-plugin/xmms-status-plugin-0.9.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Provides a docklet for the GNOME Status applet and the KDE panel." +SRC_URI="http://www.hellion.org.uk/source/${P}.tar.gz" +HOMEPAGE="http://www.hellion.org.uk/xmms-status-plugin/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="media-sound/xmms + =x11-libs/gtk+-1.2*" + +RDEPEND="nls? ( sys-devel/gettext )" + +src_compile() { + local myconf + + use nls \ + && myconf="--enable-nls" \ + || myconf="--disable-nls" + + econf ${myconf} || die + emake || die +} + + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog INSTALL README TODO +} diff --git a/media-plugins/xmms-volnorm/ChangeLog b/media-plugins/xmms-volnorm/ChangeLog new file mode 100644 index 000000000000..b21c380e638c --- /dev/null +++ b/media-plugins/xmms-volnorm/ChangeLog @@ -0,0 +1,22 @@ +# ChangeLog for media-plugins/xmms-volnorm +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-volnorm/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*xmms-volnorm-0.4.1-r1 (08 Aug 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 08 Aug 2002; Seemant Kulleen <seemant@gentoo.org> + xmms-volnorm-0.4.1-r1.ebuild files/digest-xmms-volnorm-0.4.1-r1 : + + Plugin installs in a correct directory and is read by xmms now. Thanks + to: foser@sesmar.eu.org (foser) in bug # 4770. + +*xmms-volnorm-0.4.1 (22 May 2002) + + 22 May 2002; Seemant Kulleen <seemant@gentoo.org> + xmms-volnorm-0.4.1.ebuild ChangeLog files/digest-xmms-volnorm-0.4.1 : + + New package -- volume normaliser plugin for XMMS diff --git a/media-plugins/xmms-volnorm/files/digest-xmms-volnorm-0.4.1 b/media-plugins/xmms-volnorm/files/digest-xmms-volnorm-0.4.1 new file mode 100644 index 000000000000..50eb6579f792 --- /dev/null +++ b/media-plugins/xmms-volnorm/files/digest-xmms-volnorm-0.4.1 @@ -0,0 +1 @@ +MD5 8f4d19b8e45d5f51c303303858f9905a volnorm-0.4.1.tar.gz 146721 diff --git a/media-plugins/xmms-volnorm/files/digest-xmms-volnorm-0.4.1-r1 b/media-plugins/xmms-volnorm/files/digest-xmms-volnorm-0.4.1-r1 new file mode 100644 index 000000000000..50eb6579f792 --- /dev/null +++ b/media-plugins/xmms-volnorm/files/digest-xmms-volnorm-0.4.1-r1 @@ -0,0 +1 @@ +MD5 8f4d19b8e45d5f51c303303858f9905a volnorm-0.4.1.tar.gz 146721 diff --git a/media-plugins/xmms-volnorm/xmms-volnorm-0.4.1-r1.ebuild b/media-plugins/xmms-volnorm/xmms-volnorm-0.4.1-r1.ebuild new file mode 100644 index 000000000000..08a040900744 --- /dev/null +++ b/media-plugins/xmms-volnorm/xmms-volnorm-0.4.1-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-volnorm/xmms-volnorm-0.4.1-r1.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +MY_P=${P/xmms-/} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Plugin for XMMS, music will be played at the same volume even if it +is recorded at a different volume level" +SRC_URI="mirror://sourceforge/volnorm/${MY_P}.tar.gz" +HOMEPAGE="http://volnorm.sourceforge.net" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="media-sound/xmms" + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall \ + libdir=${D}/usr/lib/xmms/Effect || die + + dodoc AUTHORS BUGS COPYING ChangeLog NEWS INSTALL README RELEASE TODO +} diff --git a/media-plugins/xmms-volnorm/xmms-volnorm-0.4.1.ebuild b/media-plugins/xmms-volnorm/xmms-volnorm-0.4.1.ebuild new file mode 100644 index 000000000000..7e5f608f735c --- /dev/null +++ b/media-plugins/xmms-volnorm/xmms-volnorm-0.4.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-volnorm/xmms-volnorm-0.4.1.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +MY_P=${P/xmms-/} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Plugin for XMMS, music will be played at the same volume even if it +is recorded at a different volume level" +SRC_URI="http://download.sourceforge.net/volnorm/${MY_P}.tar.gz" +HOMEPAGE="http://volnorm.sourceforge.net" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="media-sound/xmms" + +src_compile() { + + econf --enable-one-plugin-dir || die + emake || die +} + +src_install() { + + einstall \ + libdir=${D}/usr/lib/xmms/Plugins || die + + # Don't know if this is useful, but let's try it anyway + dodoc AUTHORS BUGS COPYING ChangeLog NEWS INSTALL README RELEASE TODO +} diff --git a/media-plugins/xmms-xosd/ChangeLog b/media-plugins/xmms-xosd/ChangeLog new file mode 100644 index 000000000000..324b4a4a5087 --- /dev/null +++ b/media-plugins/xmms-xosd/ChangeLog @@ -0,0 +1,32 @@ +# ChangeLog for media-plugins/xmms-xosd +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-xosd/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*xmms-xosd-1.0.2 (25 Aug 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins + + 25 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> xmms-xosd-1.0.2.ebuild + Version bump to keep in sync with x11-libx/xosd. + +*xmms-xosd-1.0.0 + + 09 Aug 2002; J.Alberto Suárez L. <bass@gentoo.org> xosd-1.0.0-r1.ebuild: + some fixes. + +*xmms-xosd-0.70 (08 Jun 2002) + + 05 Aug 2002; Nicholas Jones <carpaski@gentoo.org> xosd-0.7.0-r1.ebuild + + SRC_URI typo fix + +*xmms-xosd-0.70 (08 Jun 2002) + + 08 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> xmms-xosd-0.70.ebuild: + Fixed file to download and $S. + + 04 Jun 2002; J.Alberto Suárez L. <bass@gentoo.org> xosd-0.70.ebuild: + + First relase courtesy of Stacey Keast <slik@telusplanet.net> diff --git a/media-plugins/xmms-xosd/files/Makefile-gentoo.diff b/media-plugins/xmms-xosd/files/Makefile-gentoo.diff new file mode 100644 index 000000000000..f5af552b09b3 --- /dev/null +++ b/media-plugins/xmms-xosd/files/Makefile-gentoo.diff @@ -0,0 +1,93 @@ +--- Makefile.orig 2002-04-18 14:26:49.000000000 -0600 ++++ Makefile 2002-04-18 15:12:31.000000000 -0600 +@@ -1,82 +1,27 @@ + # +-# Makefile for X-on-screen display ++# Makefile for X-on-screen display xmms plugin + # + + LIBRARY_VERSION=0 + VERSION=0.7.0 + +-PREFIX=/usr/local +-EXEC_PREFIX=$(PREFIX) +-BINDIR=$(EXEC_PREFIX)/bin +-LIBDIR=$(EXEC_PREFIX)/lib +-MANDIR=$(PREFIX)/man +-INCLUDEDIR=$(PREFIX)/include +-XMMS_PLUGINDIR=$(HOME)/.xmms +- +-CC=gcc +-INSTALL=/usr/bin/install -c +-INSTALL_DATA=$(INSTALL) -m 644 +- +-CFLAGS=-O2 -Wall -pipe -I. -DXOSD_VERSION=\"$(VERSION)\" -I/usr/X11R6/include +-LDFLAGS=-L. -L/usr/X11R6/lib -lX11 -lXext -lpthread -lXt ++XOSDCFLAGS=$(CFLAGS) -I/usr/include -DXOSD_VERSION=\"$(VERSION)\" ++LDFLAGS=-L/usr/lib + + XOSDLIBS=-lxosd + +-SOURCES=NEWS AUTHORS ChangeLog README COPYING Makefile testprog.c xosd.c \ +- xosd.h xmms_osd.c osd_cat.c xosd.3 osd_cat.1 +- +-ARFLAGS=cru +- +-all: testprog libxosd.a libxosd.so libxmms_osd.so osd_cat +- +-%.o: %.c +- $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ +- +-%.o.pic: %.c +- $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ -fPIC ++SOURCES= xmms_osd.c + +-libxosd.so: xosd.o.pic +- $(CC) -shared -fPIC -o $@ $+ $(LDFLAGS) \ +- -Wl,-soname,libxosd.so.$(LIBRARY_VERSION) +- +-libxosd.a: xosd.o +- $(AR) $(ARFLAGS) libxosd.a $+ +- ranlib libxosd.a ++all: libxmms_osd.so + + xmms_osd.o: xmms_osd.c +- $(CC) -c -o $@ xmms_osd.c `xmms-config --cflags` -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 $(CFLAGS) ++ $(CC) -c -o $@ xmms_osd.c `xmms-config --cflags` $(XOSDCFLAGS) + + libxmms_osd.so: xmms_osd.o +- $(CC) -shared -o $@ $+ $(LDFLAGS) `gtk-config --libs` $(XOSDLIBS) ++ $(CC) -shared -o $@ $+ $(LDFLAGS) `xmms-config --libs` $(XOSDLIBS) + + testprog: testprog.o libxosd.so + $(CC) -o $@ testprog.o $(LDFLAGS) $(XOSDLIBS) + +-osd_cat: libxosd.so osd_cat.o +- $(CC) -o $@ osd_cat.o $(LDFLAGS) $(XOSDLIBS) +- +-tar: xosd-$(VERSION).tar.gz +- +-xosd-$(VERSION).tar.gz: +- ln -s . xosd-$(VERSION) +- tar cfz $@ $(patsubst %, xosd-$(VERSION)/%, $(SOURCES)) +- rm xosd-$(VERSION) +- +-install: all +- $(INSTALL) libxosd.so $(LIBDIR)/libxosd.so.$(LIBRARY_VERSION) +- rm -f $(PREFIX)/lib/libxosd.so +- ln -s $(PREFIX)/lib/libxosd.so.$(LIBRARY_VERSION) $(PREFIX)/lib/libxosd.so +- mkdir -p $(XMMS_PLUGINDIR)/Plugins/General +- rm -f $(XMMS_PLUGINDIR)/Plugins/General/libxmms_osd.so +- cp -a libxmms_osd.so $(XMMS_PLUGINDIR)/Plugins/General +- $(INSTALL) osd_cat $(BINDIR) +- mkdir -p $(MANDIR)/man1 $(MANDIR)/man3 +- $(INSTALL_DATA) osd_cat.1 $(MANDIR)/man1/ +- $(INSTALL_DATA) xosd.3 $(MANDIR)/man3/ +- +-clean: +- rm -f *~ *.o *.o.pic xosd testprog libxosd.so libxmms_osd.so libxosd.a osd_cat +- rm -f xosd-$(VERSION).tar.gz +- +-.PHONY: all tar clean install ++.PHONY: all + # vim: noexpandtab diff --git a/media-plugins/xmms-xosd/files/digest-xmms-xosd-0.7.0 b/media-plugins/xmms-xosd/files/digest-xmms-xosd-0.7.0 new file mode 100644 index 000000000000..75025ef747d8 --- /dev/null +++ b/media-plugins/xmms-xosd/files/digest-xmms-xosd-0.7.0 @@ -0,0 +1 @@ +MD5 ff80b31ea3ee52e33855b9723642b8a6 xosd-0.7.0.tar.gz 19593 diff --git a/media-plugins/xmms-xosd/files/digest-xmms-xosd-0.7.0-r1 b/media-plugins/xmms-xosd/files/digest-xmms-xosd-0.7.0-r1 new file mode 100644 index 000000000000..75025ef747d8 --- /dev/null +++ b/media-plugins/xmms-xosd/files/digest-xmms-xosd-0.7.0-r1 @@ -0,0 +1 @@ +MD5 ff80b31ea3ee52e33855b9723642b8a6 xosd-0.7.0.tar.gz 19593 diff --git a/media-plugins/xmms-xosd/files/digest-xmms-xosd-1.0.0-r1 b/media-plugins/xmms-xosd/files/digest-xmms-xosd-1.0.0-r1 new file mode 100644 index 000000000000..feb3e42df95f --- /dev/null +++ b/media-plugins/xmms-xosd/files/digest-xmms-xosd-1.0.0-r1 @@ -0,0 +1 @@ +MD5 02cc1a532f2989752d5fbaa40ddcac5d xosd-1.0.0.tar.gz 164913 diff --git a/media-plugins/xmms-xosd/files/digest-xmms-xosd-1.0.2 b/media-plugins/xmms-xosd/files/digest-xmms-xosd-1.0.2 new file mode 100644 index 000000000000..6fc3d51ae818 --- /dev/null +++ b/media-plugins/xmms-xosd/files/digest-xmms-xosd-1.0.2 @@ -0,0 +1 @@ +MD5 5d515feb604a279213171c08ce952167 xosd-1.0.2.tar.gz 221836 diff --git a/media-plugins/xmms-xosd/files/xmms-xosd-0.7.0-Makefile-gentoo.diff b/media-plugins/xmms-xosd/files/xmms-xosd-0.7.0-Makefile-gentoo.diff new file mode 100644 index 000000000000..f5af552b09b3 --- /dev/null +++ b/media-plugins/xmms-xosd/files/xmms-xosd-0.7.0-Makefile-gentoo.diff @@ -0,0 +1,93 @@ +--- Makefile.orig 2002-04-18 14:26:49.000000000 -0600 ++++ Makefile 2002-04-18 15:12:31.000000000 -0600 +@@ -1,82 +1,27 @@ + # +-# Makefile for X-on-screen display ++# Makefile for X-on-screen display xmms plugin + # + + LIBRARY_VERSION=0 + VERSION=0.7.0 + +-PREFIX=/usr/local +-EXEC_PREFIX=$(PREFIX) +-BINDIR=$(EXEC_PREFIX)/bin +-LIBDIR=$(EXEC_PREFIX)/lib +-MANDIR=$(PREFIX)/man +-INCLUDEDIR=$(PREFIX)/include +-XMMS_PLUGINDIR=$(HOME)/.xmms +- +-CC=gcc +-INSTALL=/usr/bin/install -c +-INSTALL_DATA=$(INSTALL) -m 644 +- +-CFLAGS=-O2 -Wall -pipe -I. -DXOSD_VERSION=\"$(VERSION)\" -I/usr/X11R6/include +-LDFLAGS=-L. -L/usr/X11R6/lib -lX11 -lXext -lpthread -lXt ++XOSDCFLAGS=$(CFLAGS) -I/usr/include -DXOSD_VERSION=\"$(VERSION)\" ++LDFLAGS=-L/usr/lib + + XOSDLIBS=-lxosd + +-SOURCES=NEWS AUTHORS ChangeLog README COPYING Makefile testprog.c xosd.c \ +- xosd.h xmms_osd.c osd_cat.c xosd.3 osd_cat.1 +- +-ARFLAGS=cru +- +-all: testprog libxosd.a libxosd.so libxmms_osd.so osd_cat +- +-%.o: %.c +- $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ +- +-%.o.pic: %.c +- $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ -fPIC ++SOURCES= xmms_osd.c + +-libxosd.so: xosd.o.pic +- $(CC) -shared -fPIC -o $@ $+ $(LDFLAGS) \ +- -Wl,-soname,libxosd.so.$(LIBRARY_VERSION) +- +-libxosd.a: xosd.o +- $(AR) $(ARFLAGS) libxosd.a $+ +- ranlib libxosd.a ++all: libxmms_osd.so + + xmms_osd.o: xmms_osd.c +- $(CC) -c -o $@ xmms_osd.c `xmms-config --cflags` -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 $(CFLAGS) ++ $(CC) -c -o $@ xmms_osd.c `xmms-config --cflags` $(XOSDCFLAGS) + + libxmms_osd.so: xmms_osd.o +- $(CC) -shared -o $@ $+ $(LDFLAGS) `gtk-config --libs` $(XOSDLIBS) ++ $(CC) -shared -o $@ $+ $(LDFLAGS) `xmms-config --libs` $(XOSDLIBS) + + testprog: testprog.o libxosd.so + $(CC) -o $@ testprog.o $(LDFLAGS) $(XOSDLIBS) + +-osd_cat: libxosd.so osd_cat.o +- $(CC) -o $@ osd_cat.o $(LDFLAGS) $(XOSDLIBS) +- +-tar: xosd-$(VERSION).tar.gz +- +-xosd-$(VERSION).tar.gz: +- ln -s . xosd-$(VERSION) +- tar cfz $@ $(patsubst %, xosd-$(VERSION)/%, $(SOURCES)) +- rm xosd-$(VERSION) +- +-install: all +- $(INSTALL) libxosd.so $(LIBDIR)/libxosd.so.$(LIBRARY_VERSION) +- rm -f $(PREFIX)/lib/libxosd.so +- ln -s $(PREFIX)/lib/libxosd.so.$(LIBRARY_VERSION) $(PREFIX)/lib/libxosd.so +- mkdir -p $(XMMS_PLUGINDIR)/Plugins/General +- rm -f $(XMMS_PLUGINDIR)/Plugins/General/libxmms_osd.so +- cp -a libxmms_osd.so $(XMMS_PLUGINDIR)/Plugins/General +- $(INSTALL) osd_cat $(BINDIR) +- mkdir -p $(MANDIR)/man1 $(MANDIR)/man3 +- $(INSTALL_DATA) osd_cat.1 $(MANDIR)/man1/ +- $(INSTALL_DATA) xosd.3 $(MANDIR)/man3/ +- +-clean: +- rm -f *~ *.o *.o.pic xosd testprog libxosd.so libxmms_osd.so libxosd.a osd_cat +- rm -f xosd-$(VERSION).tar.gz +- +-.PHONY: all tar clean install ++.PHONY: all + # vim: noexpandtab diff --git a/media-plugins/xmms-xosd/files/xmms-xosd-0.7.0-xmms_osd.c-gentoo.diff b/media-plugins/xmms-xosd/files/xmms-xosd-0.7.0-xmms_osd.c-gentoo.diff new file mode 100644 index 000000000000..a6119d855dae --- /dev/null +++ b/media-plugins/xmms-xosd/files/xmms-xosd-0.7.0-xmms_osd.c-gentoo.diff @@ -0,0 +1,57 @@ +--- xmms_osd.c.orig 2002-04-20 22:37:40.000000000 -0600 ++++ xmms_osd.c 2002-04-20 22:56:52.000000000 -0600 +@@ -16,6 +16,11 @@ + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ ++/* Updates (c) 2002 Stacey Keast (slik@telusplanet.net) ++ * make global variables static - prevents SIGSEGV ++ * NULL colour and font variables - prevents crashes when restarting ++ * pluggin, if it was already running (static variables aren't cleared) ++ */ + + #include <gtk/gtk.h> + +@@ -51,18 +56,18 @@ + cleanup, + }; + +-xosd *osd; +-guint timeout_tag; +-int previous_song, previous_length, previous_volume, previous_balance; +-gboolean previous_playing, previous_paused, previous_repeat, previous_shuffle; +-gchar *font; +-gchar *colour; +-gint timeout; +-gint offset; +-gint shadow_offset; +-gint pos; +-GtkObject *timeout_obj, *offset_obj, *shadow_obj; +-GtkWidget *configure_win, *font_entry, *colour_entry, ++static xosd *osd; ++static guint timeout_tag; ++static int previous_song, previous_length, previous_volume, previous_balance; ++static gboolean previous_playing, previous_paused, previous_repeat, previous_shuffle; ++static gchar *font; ++static gchar *colour; ++static gint timeout; ++static gint offset; ++static gint shadow_offset; ++static gint pos; ++static GtkObject *timeout_obj, *offset_obj, *shadow_obj; ++static GtkWidget *configure_win, *font_entry, *colour_entry, + *timeout_spin, *offset_spin, *pos_top, *pos_bottom, *shadow_spin; + + GeneralPlugin *get_gplugin_info(void) +@@ -98,9 +103,11 @@ + + if (font) + g_free (font); ++ font=NULL; + + if (colour) + g_free (colour); ++ colour=NULL; + + xosd_uninit (osd); + } diff --git a/media-plugins/xmms-xosd/files/xmms_osd.c-gentoo.diff b/media-plugins/xmms-xosd/files/xmms_osd.c-gentoo.diff new file mode 100644 index 000000000000..a6119d855dae --- /dev/null +++ b/media-plugins/xmms-xosd/files/xmms_osd.c-gentoo.diff @@ -0,0 +1,57 @@ +--- xmms_osd.c.orig 2002-04-20 22:37:40.000000000 -0600 ++++ xmms_osd.c 2002-04-20 22:56:52.000000000 -0600 +@@ -16,6 +16,11 @@ + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ ++/* Updates (c) 2002 Stacey Keast (slik@telusplanet.net) ++ * make global variables static - prevents SIGSEGV ++ * NULL colour and font variables - prevents crashes when restarting ++ * pluggin, if it was already running (static variables aren't cleared) ++ */ + + #include <gtk/gtk.h> + +@@ -51,18 +56,18 @@ + cleanup, + }; + +-xosd *osd; +-guint timeout_tag; +-int previous_song, previous_length, previous_volume, previous_balance; +-gboolean previous_playing, previous_paused, previous_repeat, previous_shuffle; +-gchar *font; +-gchar *colour; +-gint timeout; +-gint offset; +-gint shadow_offset; +-gint pos; +-GtkObject *timeout_obj, *offset_obj, *shadow_obj; +-GtkWidget *configure_win, *font_entry, *colour_entry, ++static xosd *osd; ++static guint timeout_tag; ++static int previous_song, previous_length, previous_volume, previous_balance; ++static gboolean previous_playing, previous_paused, previous_repeat, previous_shuffle; ++static gchar *font; ++static gchar *colour; ++static gint timeout; ++static gint offset; ++static gint shadow_offset; ++static gint pos; ++static GtkObject *timeout_obj, *offset_obj, *shadow_obj; ++static GtkWidget *configure_win, *font_entry, *colour_entry, + *timeout_spin, *offset_spin, *pos_top, *pos_bottom, *shadow_spin; + + GeneralPlugin *get_gplugin_info(void) +@@ -98,9 +103,11 @@ + + if (font) + g_free (font); ++ font=NULL; + + if (colour) + g_free (colour); ++ colour=NULL; + + xosd_uninit (osd); + } diff --git a/media-plugins/xmms-xosd/xmms-xosd-0.7.0-r1.ebuild b/media-plugins/xmms-xosd/xmms-xosd-0.7.0-r1.ebuild new file mode 100644 index 000000000000..81539979575c --- /dev/null +++ b/media-plugins/xmms-xosd/xmms-xosd-0.7.0-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-xosd/xmms-xosd-0.7.0-r1.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +S=${WORKDIR}/${P#xmms-} +DESCRIPTION="xmms plugin for overlaying song titles in X-Windows - X-On-Screen-Display" +SRC_URI="http://www.ignavus.net/${P#xmms-}.tar.gz" +HOMEPAGE="http://www.ignavus.net/" + +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + +DEPEND="virtual/x11 + media-sound/xmms + =x11-libs/${P#xmms-}" + +src_unpack() { + unpack ${A} + patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff + patch -p0 < ${FILESDIR}/${P}-xmms_osd.c-gentoo.diff +} +src_compile() { + make || die +} +src_install () { + insinto /usr/lib/xmms/General + doins libxmms_osd.so + fperms 0755 /usr/lib/xmms/General/libxmms_osd.so + into /usr + dodoc AUTHORS ChangeLog COPYING README +} diff --git a/media-plugins/xmms-xosd/xmms-xosd-0.7.0.ebuild b/media-plugins/xmms-xosd/xmms-xosd-0.7.0.ebuild new file mode 100644 index 000000000000..c204c1986fab --- /dev/null +++ b/media-plugins/xmms-xosd/xmms-xosd-0.7.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-xosd/xmms-xosd-0.7.0.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +S=${WORKDIR}/${P#xmms-} +DESCRIPTION="xmms plugin for overlaying song titles in X-Windows - X-On-Screen-Display" +SRC_URI="http://www.ignavus.net/${P#xmms-}.tar.gz" +HOMEPAGE="http://www.ignavus.net/" + +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + +DEPEND="virtual/x11 + media-sound/xmms + =x11-libs/xosd-0.7.0" + +src_unpack() { + unpack ${A} + cd ${WORKDIR}/xosd-${PV} + patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff + patch -p0 < ${FILESDIR}/${P}-xmms_osd.c-gentoo.diff +} +src_compile() { + cd ${WORKDIR}/xosd-${PV} + make || die +} +src_install () { + cd ${WORKDIR}/xosd-${PV} + insinto /usr/lib/xmms/General + doins libxmms_osd.so + fperms 0755 /usr/lib/xmms/General/libxmms_osd.so + into /usr + dodoc AUTHORS ChangeLog COPYING README +} diff --git a/media-plugins/xmms-xosd/xmms-xosd-1.0.0-r1.ebuild b/media-plugins/xmms-xosd/xmms-xosd-1.0.0-r1.ebuild new file mode 100644 index 000000000000..67ea58b6b669 --- /dev/null +++ b/media-plugins/xmms-xosd/xmms-xosd-1.0.0-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +NAME=xosd-1.0.0 +S=${WORKDIR}/${NAME} +DESCRIPTION="xmms plugin for overlaying song titles in X-Windows - X-On-Screen-Display" +SRC_URI="http://www.ignavus.net/${NAME}.tar.gz" +HOMEPAGE="http://www.ignavus.net/" +DEPEND="virtual/x11 + virtual/glibc + >=media-sound/xmms-1.2.6-r1 + x11-libs/xosd" +RDEPEND="${DEPEND}" +LICENSE="GPL" +SLOT="0" +KEYWORDS="x86" + +src_unpack() { + unpack ${A} + cd ${WORKDIR}/${NAME} + ./autogen.sh + patch Makefile < ${FILESDIR}/Makefile-gentoo.diff + patch src/xmms_osc.c < ${FILESDIR}/xmms_osd.c-gentoo.diff +} +src_compile() { + cd ${S} + ./configure --prefix=/usr --host=${CHOST} || die + make || die +} +src_install () { + cd ${WORKDIR}/${NAME} + insinto /usr/lib/xmms/General + doins src/.libs/libxmms_osd.so src/.libs/libxmms_osd.so.0 src/.libs/libxmms_osd.so.0.0.0 + fperms 0755 /usr/lib/xmms/General/libxmms_osd.so + fperms 0755 /usr/lib/xmms/General/libxmms_osd.so.0 + fperms 0755 /usr/lib/xmms/General/libxmms_osd.so.0.0.0 + into /usr + dodoc AUTHORS ChangeLog COPYING README +} diff --git a/media-plugins/xmms-xosd/xmms-xosd-1.0.2.ebuild b/media-plugins/xmms-xosd/xmms-xosd-1.0.2.ebuild new file mode 100644 index 000000000000..1291e6bbe6e0 --- /dev/null +++ b/media-plugins/xmms-xosd/xmms-xosd-1.0.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later + +MY_P=${PN/xmms-}-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="xmms plugin for overlaying song titles in X-Windows - X-On-Screen-Display" +SRC_URI="http://www.ignavus.net/${MY_P}.tar.gz" +HOMEPAGE="http://www.ignavus.net/" +DEPEND="virtual/x11 + virtual/glibc + >=media-sound/xmms-1.2.6-r1 + >=x11-libs/xosd-1.0.2" +RDEPEND="${DEPEND}" +LICENSE="GPL" +SLOT="0" +KEYWORDS="x86" + +src_unpack() { + unpack ${A} + cd ${S} +} + +src_compile() { + econf || die + make || die +} + +src_install () { + cd ${S} + insinto /usr/lib/xmms/General + doins src/xmms_plugin/.libs/libxmms_osd.so src/xmms_plugin/.libs/libxmms_osd.so.0 src/xmms_plugin/.libs/libxmms_osd.so.0.0.0 + fperms 0755 /usr/lib/xmms/General/libxmms_osd.so + fperms 0755 /usr/lib/xmms/General/libxmms_osd.so.0 + fperms 0755 /usr/lib/xmms/General/libxmms_osd.so.0.0.0 + into /usr + dodoc AUTHORS ChangeLog COPYING README +} diff --git a/profiles/updates/3Q-2002 b/profiles/updates/3Q-2002 index 9df0fd6c293d..780a522c1d6e 100644 --- a/profiles/updates/3Q-2002 +++ b/profiles/updates/3Q-2002 @@ -50,3 +50,25 @@ move x11-misc/wmsysmon x11-plugins/wmsysmon move x11-misc/wmweather x11-plugins/wmweather move x11-misc/WMCPULoad x11-plugins/wmcpuload move x11-misc/ikons x11-themes/ikons +move media-sound/xmms-aalsa media-plugins/xmms-aalsa +move media-sound/xmms-arts media-plugins/xmms-arts +move media-sound/xmms-blursk media-plugins/xmms-blursk +move media-sound/xmms-crossfade media-plugins/xmms-crossfade +move media-sound/xmms-dflowers media-plugins/xmms-dflowers +move media-sound/xmms-dscope media-plugins/xmms-dscope +move media-sound/xmms-dspectogram media-plugins/xmms-dspectogram +move media-sound/xmms-dspectral media-plugins/xmms-dspectral +move media-sound/xmms-gdancer media-plugins/xmms-gdancer +move media-sound/xmms-infinity media-plugins/xmms-infinity +move media-sound/xmms-infopipe media-plugins/xmms-infopipe +move media-sound/xmms-iris media-plugins/xmms-iris +move media-sound/xmms-jess media-plugins/xmms-jess +move media-sound/xmms-mad media-plugins/xmms-mad +move media-sound/xmms-nas media-plugins/xmms-nas +move media-sound/xmms-nebulus media-plugins/xmms-nebulus +move media-sound/xmms-shell media-plugins/xmms-shell +move media-sound/xmms-shn media-plugins/xmms-shn +move media-sound/xmms-sid media-plugins/xmms-sid +move media-sound/xmms-status-plugin media-plugins/xmms-status-plugin +move media-sound/xmms-volnorm media-plugins/xmms-volnorm +move media-sound/xmms-xosd media-plugins/xmms-xosd |