summaryrefslogtreecommitdiff
path: root/packages/vlc/vlc_0.9.6.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-12-22 14:27:53 +0100
committerKoen Kooi <koen@openembedded.org>2008-12-22 14:27:53 +0100
commit875fd2d7be851698d298c9900948f10c023bc135 (patch)
treed47f00f2c07cb793961a7dac8ae297a39de020c4 /packages/vlc/vlc_0.9.6.bb
parent5ce040f0773afe2f0536cb84588a12e6f37d9274 (diff)
vlc: add ARM_INSTRUCTION_SET = "arm", it doesn't build otherwise for armv5te
Diffstat (limited to 'packages/vlc/vlc_0.9.6.bb')
-rw-r--r--packages/vlc/vlc_0.9.6.bb62
1 files changed, 2 insertions, 60 deletions
diff --git a/packages/vlc/vlc_0.9.6.bb b/packages/vlc/vlc_0.9.6.bb
index 737cc03ce4..c8fc8fe7fc 100644
--- a/packages/vlc/vlc_0.9.6.bb
+++ b/packages/vlc/vlc_0.9.6.bb
@@ -1,60 +1,2 @@
-DESCRIPTION = "Video player and streamer - davinci edition"
-HOMEPAGE = "http://www.videolan.org"
-LICENSE = "GPL"
-PRIORITY = "optional"
-SECTION = "multimedia"
-
-DEPENDS = "libfribidi libtool hal gettext libgcrypt schroedinger libsdl-x11 qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \
- ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag liba52 mpeg2dec', d)}"
-
-SRC_URI = "http://download.videolan.org/pub/videolan/vlc/${PV}/vlc-${PV}.tar.bz2"
-
-inherit autotools
-
-EXTRA_OECONF = "\
- --enable-libtool \
- --with-contrib \
- --disable-dvdread \
- --disable-wxwidgets \
- --enable-x11 --enable-xvideo \
- --disable-screen --disable-caca \
- --enable-httpd --enable-vlm \
- --enable-freetype \
- --enable-sdl \
- --enable-png \
- --enable-live555 --enable-tremor \
- --enable-v4l2 --enable-v4l --disable-aa --enable-wma --disable-faad \
- --enable-dbus \
- --enable-hal \
- --without-contrib \
- --disable-opengl --disable-glx \
- ac_cv_path_MOC=${STAGING_BINDIR_NATIVE}/moc4 \
- ac_cv_path_RCC=${STAGING_BINDIR_NATIVE}/rcc4 \
- ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \
-"
-
-
-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"
+require vlc.inc
+PR = "r1"