diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-09-21 10:53:12 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-09-21 10:53:12 +0000 |
commit | 92c8500b0879736788fa90dfb0c5d8b4244d9d17 (patch) | |
tree | d61437c3f85430e02b7468ce1bdac727b3913860 /nonworking/gxine | |
parent | 9ca9922e9914dd5860364fff6442ed146bca8ae2 (diff) |
Merge http://openembedded@openembedded.bkbits.net/packages
into mnz66.mn-logistik.de:/usr/src/ramses/oe/packages
2004/09/21 11:30:28+01:00 (none)!cwiiis
Add gpe-soundbite and libgsm, courtesy of bedboi.
2004/09/21 09:49:04+01:00 (none)!cwiiis
Add missing DEPEND on libgnomeui for gnome-desktop (lets meta-gpe build now :)).
BKrev: 41500818q6Vd2QWYH4Q5h93zyoEUHw
Diffstat (limited to 'nonworking/gxine')
-rw-r--r-- | nonworking/gxine/gxine_0.3.3.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nonworking/gxine/gxine_0.3.3.oe b/nonworking/gxine/gxine_0.3.3.oe index e69de29bb2..aa6fbe9b2b 100644 --- a/nonworking/gxine/gxine_0.3.3.oe +++ b/nonworking/gxine/gxine_0.3.3.oe @@ -0,0 +1,10 @@ +DESCRIPTION = "gxine is a front-end for libxine." +MAINTAINER = "Chris Lord <cwiiis@blueyonder.co.uk>" +DEPENDS = "gtk+ libxine" + +SRC_URI = "${SOURCEFORGE_MIRROR}/xine/${PN}-${PV}.tar.gz" + +EXTRA_OECONF = " --disable-xinetest" + +inherit autotools pkgconfig + |