[oe-commits] org.oe.dev mediatomb: update to 0.9.1

koen commit openembedded-commits at lists.openembedded.org
Tue May 29 13:36:14 UTC 2007


mediatomb: update to 0.9.1

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 710b9cc1fdf0347dcc3c1b3205849021bd7e4ca0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=710b9cc1fdf0347dcc3c1b3205849021bd7e4ca0
Files:
1
packages/mediatomb/mediatomb_0.9.1.bb
Diffs:

#
# mt diff -re4cb79616b3c1ce01ce04ef3f808b0a733288ca5 -r710b9cc1fdf0347dcc3c1b3205849021bd7e4ca0
#
# 
# 
# add_file "packages/mediatomb/mediatomb_0.9.1.bb"
#  content [62bb228ed7b20b595ed40ee162bda8c9ec5e8b68]
# 
============================================================
--- packages/mediatomb/mediatomb_0.9.1.bb	62bb228ed7b20b595ed40ee162bda8c9ec5e8b68
+++ packages/mediatomb/mediatomb_0.9.1.bb	62bb228ed7b20b595ed40ee162bda8c9ec5e8b68
@@ -0,0 +1,30 @@
+DESCRIPTION = "MediaTomb - UPnP AV MediaServer for Linux"
+HOMEPAGE = "http://mediatomb.cc/"
+LICENSE = "GPLv2"
+DEPENDS = "sqlite3 libexif js zlib file id3lib"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/mediatomb/mediatomb-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-mysql \
+                --disable-rpl-malloc \
+		--enable-sqlite3 \
+                --enable-libjs \
+		--enable-libmagic \
+		--enable-id3lib \
+		--enable-libexif \
+                --disable-largefile \
+                --with-sqlite3-h=${STAGING_INCDIR} \
+                --with-sqlite3-libs=${STAGING_LIBDIR} \
+                --with-magic-h=${STAGING_INCDIR} \
+                --with-magic-libs=${STAGING_LIBDIR} \
+                --with-exif-h=${STAGING_INCDIR} \
+                --with-exif-libs=${STAGING_LIBDIR} \
+                --with-zlib-h=${STAGING_INCDIR} \
+                --with-zlib-libs=${STAGING_LIBDIR} \
+                --with-js-h=${STAGING_INCDIR}/js \
+                --with-js-libs=${STAGING_LIBDIR} \
+                --with-id3lib-h=${STAGING_INCDIR} \
+                --with-id3lib-libs=${STAGING_LIBDIR}"






More information about the Openembedded-commits mailing list