aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mediatomb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-05-29 13:42:33 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-29 13:42:33 +0000
commit58c6878e1c394f9ea5ecda03b578405ce275a44b (patch)
tree7111140a3002217f50abdc73a8284d7cc19d4eb5 /packages/mediatomb
parent17834299a917fbd3b28fae1a2eb6715d4459e517 (diff)
downloadopenembedded-58c6878e1c394f9ea5ecda03b578405ce275a44b.tar.gz
mediatomb: update to 0.9.1
Diffstat (limited to 'packages/mediatomb')
-rw-r--r--packages/mediatomb/mediatomb_0.9.1.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/mediatomb/mediatomb_0.9.1.bb b/packages/mediatomb/mediatomb_0.9.1.bb
new file mode 100644
index 0000000000..f3ea9f54dd
--- /dev/null
+++ b/packages/mediatomb/mediatomb_0.9.1.bb
@@ -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}"