summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-09-20 07:55:21 +0000
committerKoen Kooi <koen@openembedded.org>2008-09-20 07:55:21 +0000
commita3ca858e9ab4cf79bfe2f4aa0f4da97aac6e42de (patch)
tree0235b1dd1fd055d5e4a435c47d6bd403f3b366ec /packages
parent549c8c122f345a444306115b5f1aaef994e9077e (diff)
vlc: add 0.9.2
Diffstat (limited to 'packages')
-rw-r--r--packages/vlc/vlc_0.9.2.bb56
1 files changed, 56 insertions, 0 deletions
diff --git a/packages/vlc/vlc_0.9.2.bb b/packages/vlc/vlc_0.9.2.bb
new file mode 100644
index 0000000000..af42a7c957
--- /dev/null
+++ b/packages/vlc/vlc_0.9.2.bb
@@ -0,0 +1,56 @@
+DESCRIPTION = "Video player and streamer - davinci edition"
+HOMEPAGE = "http://www.videolan.org"
+LICENSE = "GPL"
+PRIORITY = "optional"
+SECTION = "multimedia"
+
+DEPENDS = "libtool gettext libgcrypt schroedinger libsdl-x11 qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac liba52 libid3tag libmad mpeg2dec"
+
+
+SRC_URI = "http://videolan.mirror.technotop.nl/vlc/0.9.2/vlc-${PV}.tar.bz2"
+
+inherit autotools
+
+EXTRA_OECONF = "\
+ --enable-libtool \
+ --with-contrib \
+ --disable-dvdread \
+ --disable-wxwidgets \
+ --enable-x11 --enable-xvideo \
+ --disable-screen --disable-caca \
+ --disable-httpd --disable-vlm \
+ --enable-freetype \
+ --enable-sdl \
+ --enable-png \
+ --enable-live555 --enable-tremor \
+ --enable-v4l2 --disable-aa --enable-wma --disable-faad \
+ --enable-dbus \
+ --without-contrib \
+ ac_cv_path_MOC=${STAGING_BINDIR_NATIVE}/moc4 \
+"
+
+
+do_configure() {
+ cp ${STAGING_DATADIR}/aclocal/libgcrypt.m4 ${S}/m4/
+ ./bootstrap
+ gnu-configize --force
+ libtoolize --force
+ #autoreconf --force -i
+ cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/
+ oe_runconf
+ rm config.log
+ sed -i -e s:-L/usr/lib:-L${STAGING_LIBDIR}/:g vlc-config
+ sed -i -e s:'$(MOC) $(DEFS) $(CPPFLAGS)':'$(MOC) $(DEFS)'\ -I${S}/include\ -DSYS_LINUX:g ${S}/modules/gui/qt4/Makefile
+}
+
+do_stage() {
+ autotools_stage_all
+}
+
+
+FILES_${PN} += "${bindir}/vlc \
+ ${datadir}/applications \
+ ${datadir}/vlc/ \
+ "
+
+FILES_${PN}-dbg += "${libdir}/vlc/*/.debug"
it/packages/bluez?id=107a5e3003720a080de58d295dab37f1ceb62549'>autotooled packages: remove redundant do_stagePhilipp Zabel1 2006-01-03bluez-libs: change do_stage to use autotools_stage_all in 2.21John Bowler1 2005-12-20bluez-utils: added "Socket Rev. G" card to pcmcia/bluetooth.conf - close #539Marcin Juszkiewicz6 2005-12-15bluez-utils-2.21: add very small patch to make it work on the h1940Arjan Schrijver2 2005-12-06disapproval of revision '1836da10f903d9ee68a7255b7a5d899128f4f43c'Marcin Juszkiewicz2 2005-12-06module-init-tools: prefer 3.2.1 over 3.2-pre4Philipp Zabel2 2005-10-21bluez-utils.inc: band-aid fix for compiling on Gentoo AMD64Justin Patrin1 2005-10-16bluez-hcidump: added 1.26 (close bug #398)Marcin Juszkiewicz1 2005-10-07bluez-utils: re-enable dbus.patch for 2.21 as well.Rene Wagner1 2005-10-07bluez-utils: remove duplicate .inc. apply dbus.patch for -dbus variant.Rene Wagner4 2005-09-21bluez-libs,bluez-utils: new version 2.21Philipp Zabel4 2005-09-21bluez-utils-dbus: work around some alignment issues in hcidPhilipp Zabel3 2005-09-02bluez: update and put related .bb files into one directoryMichael Lauer23