~vanvugt/ubuntu/oneiric/mediatomb/fix-770964-784431

« back to all changes in this revision

Viewing changes to scripts/mediatomb_svn.bb

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2009-04-22 21:39:19 UTC
  • mto: (4.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090422213919-52m015y6gcpv1m1g
Tags: upstream-0.12.0~svn2018
ImportĀ upstreamĀ versionĀ 0.12.0~svn2018

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DESCRIPTION = "MediaTomb - UPnP AV MediaServer for Linux"
 
2
HOMEPAGE = "http://mediatomb.org/"
 
3
LICENSE = "GPLv2"
 
4
DEPENDS = "sqlite3 libexif js zlib file id3lib"
 
5
PV = "0.8+0.9pre1+svn${SRCDATE}-sqlite"
 
6
PR = "r1"
 
7
 
 
8
SRC_URI = "svn://mediatomb.svn.sourceforge.net/svnroot/mediatomb/trunk;proto=https;module=mediatomb"
 
9
 
 
10
S = "${WORKDIR}/mediatomb"
 
11
 
 
12
inherit autotools pkgconfig
 
13
 
 
14
EXTRA_OECONF = "--disable-mysql \
 
15
                --disable-rpl-malloc \
 
16
                --enable-sqlite3 \
 
17
                --enable-libjs \
 
18
                --enable-libmagic \
 
19
                --enable-id3lib \
 
20
                --enable-libexif \
 
21
                --disable-largefile \
 
22
                --with-sqlite3-h=${STAGING_INCDIR} \
 
23
                --with-sqlite3-libs=${STAGING_LIBDIR} \
 
24
                --with-magic-h=${STAGING_INCDIR} \
 
25
                --with-magic-libs=${STAGING_LIBDIR} \
 
26
                --with-exif-h=${STAGING_INCDIR} \
 
27
                --with-exif-libs=${STAGING_LIBDIR} \
 
28
                --with-zlib-h=${STAGING_INCDIR} \
 
29
                --with-zlib-libs=${STAGING_LIBDIR} \
 
30
                --with-js-h=${STAGING_INCDIR}/js \
 
31
                --with-js-libs=${STAGING_LIBDIR} \
 
32
                --with-id3lib-h=${STAGING_INCDIR} \
 
33
                --with-id3lib-libs=${STAGING_LIBDIR}"