From 50fff50cf240a7639f4d8377a13ffd684dd6710e Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 6 Aug 2004 00:31:57 +0000 Subject: Merge openembedded@openembedded.bkbits.net:packages into handhelds.org:/home/kergoth/code/projects/packages 2004/08/05 19:30:39-05:00 handhelds.org!kergoth Fix some DEPENDS. 2004/08/05 19:24:27-05:00 handhelds.org!kergoth Update the gcc 3.4.1 uclibc patches. 2004/08/05 19:21:54-05:00 handhelds.org!kergoth Correct urls to old versions of cyrus-sasl. 2004/08/05 19:15:55-05:00 handhelds.org!kergoth Make the uclibc builds pull down some pregenerated locale data for ARM, which was given us by David Meggy. BKrev: 4112d17dNUTpR1zZlxzIcY9nS5DtVw --- libvisual/libvisual-plugins_0.1.3.oe | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'libvisual') diff --git a/libvisual/libvisual-plugins_0.1.3.oe b/libvisual/libvisual-plugins_0.1.3.oe index e69de29bb2..e677f27584 100644 --- a/libvisual/libvisual-plugins_0.1.3.oe +++ b/libvisual/libvisual-plugins_0.1.3.oe @@ -0,0 +1,13 @@ +DESCRIPTION = "A cross platform audio visualization library" +HOMEPAGE = "http://libvisual.sf.net" +SECTION = "libs" +PRIORITY = "optional" +# FIXME: current depends dont support versioned deps well +# DEPENDS = "libvisual (${PV})" +DEPENDS = "libvisual" + +SRC_URI = "${SOURCEFORGE_MIRROR}/libvisual/libvisual-plugins-${PV}.tar.gz" + +inherit autotools + +FILES_${PN} += "/usr/lib/libvisual/actor/*.so /usr/lib/libvisual/morph/*.so" -- cgit v1.2.3