1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-07 07:03:33 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-iris/xmms-iris-0.12.ebuild,v 1.2 2005/09/04 10:29:07 flameeyes Exp $
IUSE=""
inherit toolchain-funcs
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"
#-sparc: 0.11: enabling causes xmms to segfault - eradicator
KEYWORDS="~amd64 ~ppc -sparc ~x86"
DEPEND="virtual/opengl
=x11-libs/gtk+-1.2*
>=media-sound/xmms-1.2.6"
src_compile() {
econf
emake CC="$(tc-getCC)" || die
}
src_install () {
dodir /usr/lib/xmms/Visualization
make DESTDIR=${D} install || die
dodoc AUTHORS ChangeLog README TODO NEWS
}