[oe-commits] Florian Boor : vlc: drop outdated and unparsable recipe

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 15:06:06 UTC 2012


Module: openembedded.git
Branch: master
Commit: b041b1255f77335564b9d0def884bf8ee14d44c0
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=b041b1255f77335564b9d0def884bf8ee14d44c0

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Sat Dec 10 01:49:23 2011 +0100

vlc: drop outdated and unparsable recipe

Signed-off-by: Florian Boor <florian.boor at kernelconcepts.de>

---

 recipes/vlc/vlc_0.9.2.bb |   59 ----------------------------------------------
 1 files changed, 0 insertions(+), 59 deletions(-)

diff --git a/recipes/vlc/vlc_0.9.2.bb b/recipes/vlc/vlc_0.9.2.bb
deleted file mode 100644
index bc24a75..0000000
--- a/recipes/vlc/vlc_0.9.2.bb
+++ /dev/null
@@ -1,59 +0,0 @@
-DESCRIPTION = "Video player and streamer - davinci edition"
-HOMEPAGE = "http://www.videolan.org"
-LICENSE = "GPL"
-PRIORITY = "optional"
-SECTION = "multimedia"
-
-PR = "${INC_PR}.0"
-
-DEPENDS = "libtool hal gettext libgcrypt schroedinger virtual/libsdl qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \
-           ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag liba52 mpeg2dec', d)}"
-
-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 \
-	--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 \
-	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
-}
-
-FILES_${PN} += "${bindir}/vlc \
-	${datadir}/applications \
-	${datadir}/vlc/ \
-	"
-
-FILES_${PN}-dbg	+= "${libdir}/vlc/*/.debug"
-
-SRC_URI[md5sum] = "f7d843d0725abb57196c4012eeb0e636"
-SRC_URI[sha256sum] = "b839353694fa5d47b8874573525a6612ce22654774c7cd2d9d4a16f7044b7854"





More information about the Openembedded-commits mailing list