diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-14 18:52:52 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-14 18:52:52 +0000 |
commit | d754a329cb5d4711db7a8cd5ac4e32b4d11016c3 (patch) | |
tree | 3a5f43e2ef2b150d3bd6bfaf680fe7a3eed530c3 /packages/mediatomb/mediatomb_0.11.0.bb | |
parent | 1306df3298cce5763637eb409b0e54c0ac8ac032 (diff) |
mediatomb: add 0.11.0
Diffstat (limited to 'packages/mediatomb/mediatomb_0.11.0.bb')
-rw-r--r-- | packages/mediatomb/mediatomb_0.11.0.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/packages/mediatomb/mediatomb_0.11.0.bb b/packages/mediatomb/mediatomb_0.11.0.bb new file mode 100644 index 0000000000..f529a55065 --- /dev/null +++ b/packages/mediatomb/mediatomb_0.11.0.bb @@ -0,0 +1,35 @@ +DESCRIPTION = "MediaTomb - UPnP AV MediaServer for Linux" +HOMEPAGE = "http://mediatomb.cc/" +LICENSE = "GPLv2" +DEPENDS = "expat ffmpeg sqlite3 libexif js zlib file id3lib" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/mediatomb/mediatomb-${PV}.tar.gz \ + file://curl.diff;patch=1 \ + file://inotify.diff;patch=1 \ + " + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-mysql \ + --disable-rpl-malloc \ + --enable-sqlite3 \ + --enable-libjs \ + --enable-libmagic \ + --enable-id3lib \ + --enable-libexif \ + --enable-db-autocreate \ + --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} \ + ac_cv_header_sys_inotify_h=yes" |