summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Ellis <jje@gentoo.org>2003-03-15 07:19:27 +0000
committerJohn J. Ellis <jje@gentoo.org>2003-03-15 07:19:27 +0000
commit03b455d66ccf4642a4cbb34ccaa5fb99d86f0473 (patch)
tree0ce66a3f57a345c7b7d9c4cd72e95d16388b63fc /media-plugins/xmms-goom
parentNew ebuild (~x86 masked, mp3burn-0.1 masked) closes #15598 (diff)
downloadhistorical-03b455d66ccf4642a4cbb34ccaa5fb99d86f0473.tar.gz
historical-03b455d66ccf4642a4cbb34ccaa5fb99d86f0473.tar.bz2
historical-03b455d66ccf4642a4cbb34ccaa5fb99d86f0473.zip
Version bump. Closes #15598
Diffstat (limited to 'media-plugins/xmms-goom')
-rw-r--r--media-plugins/xmms-goom/ChangeLog9
-rw-r--r--media-plugins/xmms-goom/files/digest-xmms-goom-1.99.41
-rw-r--r--media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild34
3 files changed, 43 insertions, 1 deletions
diff --git a/media-plugins/xmms-goom/ChangeLog b/media-plugins/xmms-goom/ChangeLog
index 272b1aa27aa6..21d434b02149 100644
--- a/media-plugins/xmms-goom/ChangeLog
+++ b/media-plugins/xmms-goom/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-plugins/xmms-goom
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-goom/ChangeLog,v 1.2 2003/02/12 07:21:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-goom/ChangeLog,v 1.3 2003/03/15 07:19:27 jje Exp $
+
+*xmms-goom-1.99.4 (15 Mar 2003)
+
+ 15 Mar 2003; jje <jje@gentoo.org> xmms-goom-1.99.4.ebuild:
+ Version bump.
+
+ Submitted by: Philip Walls
*xmms-goom-1.10.0 (02 Dec 2002)
diff --git a/media-plugins/xmms-goom/files/digest-xmms-goom-1.99.4 b/media-plugins/xmms-goom/files/digest-xmms-goom-1.99.4
new file mode 100644
index 000000000000..8b77ae17882e
--- /dev/null
+++ b/media-plugins/xmms-goom/files/digest-xmms-goom-1.99.4
@@ -0,0 +1 @@
+MD5 e981ae1835c3736f8084ba001d9d4366 goom-1.99.4-src.tgz 315646
diff --git a/media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild b/media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild
new file mode 100644
index 000000000000..8ea8fa6e3104
--- /dev/null
+++ b/media-plugins/xmms-goom/xmms-goom-1.99.4.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-goom/xmms-goom-1.99.4.ebuild,v 1.1 2003/03/15 07:19:27 jje Exp $
+
+DESCRIPTION="Trippy Vis for XMMS using SDL."
+MY_P=${P/xmms-/}
+S=${WORKDIR}/${MY_P}
+SRC_URI="http://ios.free.fr/goom/devel/${MY_P}-src.tgz"
+HOMEPAGE="http://ios.free.fr/?page=projet&quoi=1&lg=AN"
+
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="~x86"
+
+DEPEND="media-sound/xmms
+ media-libs/libsdl
+ sys-apps/sh-utils"
+
+src_compile() {
+ econf
+
+ emake OPT="$CFLAGS" || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc INSTALL README AUTHORS NEWS KNOWNBUGS ChangeLog
+}
+
+
+src_postinst() {
+ einfo "Press TAB for Fullscreen, +/- for resolution."
+}
+