aboutsummaryrefslogtreecommitdiffstats
path: root/libvisual
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-08-06 00:31:57 +0000
committerChris Larson <clarson@kergoth.com>2004-08-06 00:31:57 +0000
commit50fff50cf240a7639f4d8377a13ffd684dd6710e (patch)
tree013899230106ecc262d6678a53133e0479c65ccb /libvisual
parentc42c34733d43c429dff3ddfee739add3ed592bf1 (diff)
downloadopenembedded-50fff50cf240a7639f4d8377a13ffd684dd6710e.tar.gz
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
Diffstat (limited to 'libvisual')
-rw-r--r--libvisual/libvisual-plugins_0.1.3.oe13
1 files changed, 13 insertions, 0 deletions
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"