vlc: add 0.9.2
authorKoen Kooi <koen@openembedded.org>
Sat, 20 Sep 2008 07:55:21 +0000 (07:55 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 20 Sep 2008 07:55:21 +0000 (07:55 +0000)
packages/vlc/vlc_0.9.2.bb [new file with mode: 0644]

diff --git a/packages/vlc/vlc_0.9.2.bb b/packages/vlc/vlc_0.9.2.bb
new file mode 100644 (file)
index 0000000..af42a7c
--- /dev/null
@@ -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"