summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-07 21:22:47 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-07 21:22:47 +0000
commitba6f5c265f14842832742926ace0e7f560f4f2cf (patch)
tree0a9f41a35c5554868afb5e97c86fb7da638f4179 /media-plugins/xmms-morestate/xmms-morestate-1.2.ebuild
parentBump runtime snapshot to fix netrw problems with rsync-over-ssh (diff)
downloadgentoo-2-ba6f5c265f14842832742926ace0e7f560f4f2cf.tar.gz
gentoo-2-ba6f5c265f14842832742926ace0e7f560f4f2cf.tar.bz2
gentoo-2-ba6f5c265f14842832742926ace0e7f560f4f2cf.zip
Makefile patch for non-x86 platforms closes bug #54265.
Diffstat (limited to 'media-plugins/xmms-morestate/xmms-morestate-1.2.ebuild')
-rw-r--r--media-plugins/xmms-morestate/xmms-morestate-1.2.ebuild17
1 files changed, 13 insertions, 4 deletions
diff --git a/media-plugins/xmms-morestate/xmms-morestate-1.2.ebuild b/media-plugins/xmms-morestate/xmms-morestate-1.2.ebuild
index f7c94046ff87..b4b9e0e8a1b6 100644
--- a/media-plugins/xmms-morestate/xmms-morestate-1.2.ebuild
+++ b/media-plugins/xmms-morestate/xmms-morestate-1.2.ebuild
@@ -1,6 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation; alexf <acid DOT punk AT gmx DOT net>
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-morestate/xmms-morestate-1.2.ebuild,v 1.6 2004/06/24 23:43:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-morestate/xmms-morestate-1.2.ebuild,v 1.7 2004/07/07 21:22:47 eradicator Exp $
+
+IUSE=""
+
+inherit eutils
DESCRIPTION=" XMMS Morestate restores ESD volume, song time, and playing/paused status"
SRC_URI="mirror://sourceforge/xmms-morestate/${P}.tar.gz"
@@ -9,10 +13,15 @@ HOMEPAGE="http://xmms-morestate.sourceforge.net"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 amd64 ~ppc ~sparc"
-IUSE=""
+KEYWORDS="x86 amd64 ~ppc sparc"
+
+DEPEND="media-sound/xmms"
-DEPEND=">=media-sound/xmms-1.2.7"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-Makefile.patch
+}
src_install() {
make DESTDIR=${D} install || die "Install failed."