libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / libplayer / libplayer.inc
blobea74aee13553cb0565e541c3ec2df5897af8d46e
1 DESCRIPTION = "libplayer is a multimedia A/V abstraction layer API. Its goal is to interact with Enna Media Center."
2 HOMEPAGE = "http://libplayer.geexbox.org/"
3 SECTION = "libs/multimedia"
4 LICENSE = "LGPLv2.1+"
5 DEPENDS = "virtual/libx11 libxcb mplayer gstreamer"
7 INC_PR = "r1"
9 SRC_URI = "http://${PN}.geexbox.org/releases/${P}.tar.bz2;name=${PN}"
11 inherit autotools pkgconfig
13 # the configure script is hand-crafted, it rejects some of the usual
14 # configure arguments
15 do_configure() {
16         ${S}/configure \
17                         --prefix=${prefix} \
18                 --disable-strip \
19                 --cross-compile \
20                 --enable-pic \
21                 --enable-doc
24 PACKAGES =+ "${PN}-bin"
26 FILES_${PN}-bin = "${bindir}/*"