summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-07 21:49:03 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-07 21:49:03 +0000
commit38533ae62407c3fad2e7b894350ad4af3d740e32 (patch)
tree0dcbed0d78f799656d636d01bf1a809af0baede2 /media-plugins
parentnew package (diff)
downloadhistorical-38533ae62407c3fad2e7b894350ad4af3d740e32.tar.gz
historical-38533ae62407c3fad2e7b894350ad4af3d740e32.tar.bz2
historical-38533ae62407c3fad2e7b894350ad4af3d740e32.zip
new package
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/swh-plugins/ChangeLog12
-rw-r--r--media-plugins/swh-plugins/files/digest-swh-plugins-0.2.81
-rw-r--r--media-plugins/swh-plugins/files/swh-plugins-quickfixes.patch32
-rw-r--r--media-plugins/swh-plugins/swh-plugins-0.2.8.ebuild43
-rw-r--r--media-plugins/xmms-ladspa/ChangeLog11
-rw-r--r--media-plugins/xmms-ladspa/files/digest-xmms-ladspa-0.61
-rw-r--r--media-plugins/xmms-ladspa/xmms-ladspa-0.6.ebuild29
7 files changed, 129 insertions, 0 deletions
diff --git a/media-plugins/swh-plugins/ChangeLog b/media-plugins/swh-plugins/ChangeLog
new file mode 100644
index 000000000000..e4b138780d63
--- /dev/null
+++ b/media-plugins/swh-plugins/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for media-plugins/swh-plugins
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.1 2002/11/07 21:46:15 seemant Exp $
+
+*swh-plugins-0.2.8 (07 Nov 2002)
+
+ 07 Nov 2002; Seemant Kulleen <seemant@gentoo.org> swh-plugins-0.2.8.ebuild
+ files/swh-plugin-quickfix.patch files/digest-swh-plugins-0.2.8 ChangeLog :
+
+ New package for LADSPA sound effects plugins. Submitted by Rogi, but this
+ package is taken from the same bug #9458, the submission from
+ tobias@databoogie.net (Tobias Eichert)
diff --git a/media-plugins/swh-plugins/files/digest-swh-plugins-0.2.8 b/media-plugins/swh-plugins/files/digest-swh-plugins-0.2.8
new file mode 100644
index 000000000000..89c1e086bab6
--- /dev/null
+++ b/media-plugins/swh-plugins/files/digest-swh-plugins-0.2.8
@@ -0,0 +1 @@
+MD5 713173f78f8b0a564c55f384474a6cd2 swh-plugins-0.2.8.tar.gz 593538
diff --git a/media-plugins/swh-plugins/files/swh-plugins-quickfixes.patch b/media-plugins/swh-plugins/files/swh-plugins-quickfixes.patch
new file mode 100644
index 000000000000..0492598f7ece
--- /dev/null
+++ b/media-plugins/swh-plugins/files/swh-plugins-quickfixes.patch
@@ -0,0 +1,32 @@
+--- swh-plugins-0.2.8/configure.in 2002-07-19 15:37:35.000000000 +0200
++++ swh-plugins-0.2.8-quickfix/configure.in 2002-10-21 18:43:38.000000000 +0200
+@@ -12,7 +12,6 @@
+ AC_LANG_C
+ AC_PROG_CC
+ AC_REQUIRE_CPP
+-AC_CHECK_HEADER(ladspa.h, [], [AC_MSG_ERROR([Cannot find ladspa.h, please install the LADSPA_SDK, or put ladspa.h somewhere it can be found]);])
+
+ CFLAGS="-lm"
+
+--- swh-plugins-0.2.8/Makefile.am 2002-07-18 17:59:18.000000000 +0200
++++ swh-plugins-0.2.8-quickfix/Makefile.am 2002-10-21 18:42:18.000000000 +0200
+@@ -28,7 +28,7 @@
+ EXTRA_DIST = *.xml *.c *.h *.dtd *.pl *.css impulses/*.h
+ LINK = ld -shared -Bsymbolic -lc -lm -o $@
+ pkgbin_PROGRAMS = $(SOBS)
+-pkgbindir = /usr/local/lib/ladspa
++pkgbindir = /usr/lib/ladspa
+ DESTDIR = $(INSTALL_ROOT)
+ DISTFN = $(distdir)
+
+--- swh-plugins-0.2.8/Makefile.in 2002-07-19 15:37:52.000000000 +0200
++++ swh-plugins-0.2.8-quickfix/Makefile.in 2002-10-21 18:42:45.000000000 +0200
+@@ -104,7 +104,7 @@
+ EXTRA_DIST = *.xml *.c *.h *.dtd *.pl *.css impulses/*.h
+ LINK = ld -shared -Bsymbolic -lc -lm -o $@
+ pkgbin_PROGRAMS = $(SOBS)
+-pkgbindir = /usr/local/lib/ladspa
++pkgbindir = /usr/lib/ladspa
+ DESTDIR = $(INSTALL_ROOT)
+ DISTFN = $(distdir)
+
diff --git a/media-plugins/swh-plugins/swh-plugins-0.2.8.ebuild b/media-plugins/swh-plugins/swh-plugins-0.2.8.ebuild
new file mode 100644
index 000000000000..d80b801e63cc
--- /dev/null
+++ b/media-plugins/swh-plugins/swh-plugins-0.2.8.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.2.8.ebuild,v 1.1 2002/11/07 21:46:15 seemant Exp $
+
+IUSE=""
+DESCRIPTION="Cool GPL'd audio plugins/effects for use with ALSA and LADSPA"
+HOMEPAGE="http://plugin.org.uk"
+SRC_URI="http://plugin.org.uk/releases/${PV}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="media-sound/alsa-driver
+ dev-libs/fftw"
+
+src_unpack() {
+
+ unpack ${P}.tar.gz
+
+ cd ${S}
+ patch -p1 < ${FILESDIR}/${PN}-quickfixes.patch || die
+}
+
+src_compile() {
+
+ autoconf
+ econf
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING README TODO || die
+}
+
+pkg_postinst() {
+ ewarn "WARNING: You have to be careful when using the "
+ ewarn "swh plugins. Be sure to lower your sound volume "
+ ewarn "and then play around a bit with the plugins so "
+ ewarn "you get a feeling for it. Otherwise your speakers"
+ ewarn "won't like that. "
+}
diff --git a/media-plugins/xmms-ladspa/ChangeLog b/media-plugins/xmms-ladspa/ChangeLog
new file mode 100644
index 000000000000..8ba0e814708a
--- /dev/null
+++ b/media-plugins/xmms-ladspa/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for media-plugins/xmms-ladspa-0.6
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-ladspa/ChangeLog,v 1.1 2002/11/07 21:49:03 seemant Exp $
+
+*xmms-ladspa-0.6 (07 Nov 2002)
+
+ 07 Nov 2002; Seemant Kulleen <seemant@gentoo.org> xmms-ladspa-0.6.ebuild
+ ChangeLog files/digest-xmms-ladspa-0.6 :
+
+ LADSPA plugins for xmms. Submitted by: tobias@databoogie.net (Tobias
+ Eichert in bug #9458.
diff --git a/media-plugins/xmms-ladspa/files/digest-xmms-ladspa-0.6 b/media-plugins/xmms-ladspa/files/digest-xmms-ladspa-0.6
new file mode 100644
index 000000000000..48f8a96ec038
--- /dev/null
+++ b/media-plugins/xmms-ladspa/files/digest-xmms-ladspa-0.6
@@ -0,0 +1 @@
+MD5 b3cd498fa6206910d14a8540ac66f19f xmms_ladspa-0.6.tar.gz 23760
diff --git a/media-plugins/xmms-ladspa/xmms-ladspa-0.6.ebuild b/media-plugins/xmms-ladspa/xmms-ladspa-0.6.ebuild
new file mode 100644
index 000000000000..15633c25ed99
--- /dev/null
+++ b/media-plugins/xmms-ladspa/xmms-ladspa-0.6.ebuild
@@ -0,0 +1,29 @@
+# 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-ladspa/xmms-ladspa-0.6.ebuild,v 1.1 2002/11/07 21:49:03 seemant Exp $
+
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+S=${WORKDIR}/${MY_PN}
+DESCRIPTION="XMMS LADSPA Plugin"
+HOMEPAGE="http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/"
+SRC_URI="http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="media-sound/alsa-driver
+ media-plugins/swh-plugins
+ media-sound/xmms"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ insinto /usr/lib/xmms/Effect
+ doins ${S}/ladspa.so
+ dodoc COPYING PLUGINS README || die
+}