blob: b9b4dab806f929c2aec23d93f449151e2cf9b9ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
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 \
file://inotify.diff \
"
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"
SRC_URI[md5sum] = "661f08933830d920de21436fe122fb15"
SRC_URI[sha256sum] = "25e0b3d761e41fc6793c780eb7f638719867cdc6d3429ec24f72d1e9556ac1d2"
|