blob: 23cc73233d58ec7cbf479ed68c22fa67994d85eb (
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
|
DESCRIPTION = "MediaTomb - UPnP AV MediaServer for Linux"
HOMEPAGE = "http://mediatomb.cc/"
LICENSE = "GPLv2"
DEPENDS = "sqlite3 libexif js zlib file id3lib"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/mediatomb/mediatomb-0.9.0-pre.tar.gz"
S = "${WORKDIR}/${PN}-0.9.0-pre"
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] = "bd6bf1a44393ef96c490319606df70bb"
SRC_URI[sha256sum] = "d48eca88957ba7c972a379321fb8165e67dae0e5a0039fe553183da1207b2ad6"
|