[oe-commits] woglinde : libxine: update to version 1.1.16.3

git version control git at git.openembedded.org
Thu Jun 25 22:41:26 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: dbd4dfc7c9f1b9bcd9dc514088abb8a1f3c84e91
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dbd4dfc7c9f1b9bcd9dc514088abb8a1f3c84e91

Author: woglinde <woglinde at rhein.zuhause.netz>
Date:   Sat Apr 18 21:26:47 2009 +0200

libxine: update to version 1.1.16.3

---

 conf/checksums.ini                  |    4 +++
 recipes/libxine/libxine_1.1.16.3.bb |   39 +++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 3829512..caba61c 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -26846,6 +26846,10 @@ sha256=795085a067b3a11c1b3de48b4d07b01d8ffb6123bd188a73cb53b0605f875c64
 md5=acd1a210c5a6444e8fd44696469352bb
 sha256=27df9c8f962797b235d69154705cfdf18d3e325f028f54e3e804f6dadb8237be
 
+[http://downloads.sourceforge.net/xine/xine-lib-1.1.16.3.tar.bz2]
+md5=4f508abf088cf427a731f85634c8260d
+sha256=d25a241efa55dc7d8f482336efa8bb7b9bb9d69b6df8a8a37f2660948fd67b52
+
 [http://folks.o-hand.com/dodji/0xdeadbabe/xine.tgz]
 md5=8b78ce490cde6eb3c586656e9bc5ead8
 sha256=86402c93b332c44b4e79c568137257d567de1f95cd5f6f6e5433b7e67b40050a
diff --git a/recipes/libxine/libxine_1.1.16.3.bb b/recipes/libxine/libxine_1.1.16.3.bb
new file mode 100644
index 0000000..21e5a6b
--- /dev/null
+++ b/recipes/libxine/libxine_1.1.16.3.bb
@@ -0,0 +1,39 @@
+require libxine.inc
+
+PPDIR = "1.26"
+PR = "r0"
+
+FILESPATHPKG .= ":libxine-1.1.16"
+
+SRC_URI += " \
+    	file://libxine-arm-configure.patch;patch=1 \
+	file://iconv.patch;patch=1 \
+        "
+
+python populate_packages_prepend () {
+        bb.data.setVar('PKG_libxine', 'libxine', d)
+
+        plugindir = bb.data.expand('${libdir}/xine/plugins/${PPDIR}', d)
+        do_split_packages(d, plugindir, '^xineplug_(.*)\.so$', 'libxine-plugin-%s', 'Xine plugin for %s', extra_depends='' )
+
+	vidixdir = bb.data.expand('${libdir}/xine/plugins/${PPDIR}/vidix', d)
+        do_split_packages(d, vidixdir, '^(.*)\.so$', 'libxine-plugin-%s', 'Xine plugin for %s', extra_depends='' )
+
+        postdir = bb.data.expand('${libdir}/xine/plugins/${PPDIR}/post', d)
+        do_split_packages(d, postdir, '^xineplug_(.*)\.so$', 'libxine-plugin-%s', 'Xine plugin for %s', extra_depends='' )
+
+        fontdir = bb.data.expand('${datadir}/xine/libxine1/fonts', d)
+        do_split_packages(d, fontdir, '^(.*).xinefont.gz$', 'libxine-font-%s', 'Xine font %s', extra_depends='' )
+
+}
+
+FILES_${PN}-dbg =+ "${libdir}/xine/plugins/${PPDIR}/.debug \
+		    ${libdir}/xine/plugins/${PPDIR}/post/.debug \
+		    ${libdir}/xine/plugins/${PPDIR}/vidix/.debug \
+	           "
+
+FILES_${PN}-dev =+ "${libdir}/xine/plugins/${PPDIR}/*.a \
+                    ${libdir}/xine/plugins/${PPDIR}/post/*.a \
+                    ${libdir}/xine/plugins/${PPDIR}/vidix/*.a \
+                   "
+





More information about the Openembedded-commits mailing list