blob: b6ba805945a3fab5d4c263c803e7aa7dab7b3ec6 (
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
|
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}"
SRC_URI[md5sum] = "3cb8a14b17102ec828853679d879f7bc"
SRC_URI[sha256sum] = "64821ec2c678e5da1582ee116d919ce2beef166301586e42c547e4482fb8d945"
|