[oe-commits] org.oe.dev vlc: add davinci port of vlc, it currently depends on NDA bits, but the goal is to build is against the 'public' codec-engine in the future

koen commit oe at amethyst.openembedded.net
Mon Jun 30 09:52:26 UTC 2008


vlc: add davinci port of vlc, it currently depends on NDA bits, but the goal is to build is against the 'public' codec-engine in the future

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 3a5a01939cfed343ec7f04aeb233b7ddd36cdf26
ViewMTN: http://monotone.openembedded.org/revision/info/3a5a01939cfed343ec7f04aeb233b7ddd36cdf26
Files:
1
packages/vlc/vlc-davinci_0.8.6h.bb
Diffs:

#
# mt diff -r7e452155d66a6923b1853580146f2a10498d9a22 -r3a5a01939cfed343ec7f04aeb233b7ddd36cdf26
#
#
#
# add_file "packages/vlc/vlc-davinci_0.8.6h.bb"
#  content [4ff6fe5772928bd1fc4d24bccb9ab20eb0fecbe9]
#
============================================================
--- packages/vlc/vlc-davinci_0.8.6h.bb	4ff6fe5772928bd1fc4d24bccb9ab20eb0fecbe9
+++ packages/vlc/vlc-davinci_0.8.6h.bb	4ff6fe5772928bd1fc4d24bccb9ab20eb0fecbe9
@@ -0,0 +1,57 @@
+DESCRIPTION = "Video player and streamer - GPE edition"
+HOMEPAGE = "http://www.videolan.org"
+LICENSE = "GPL"
+PRIORITY = "optional"
+SECTION = "multimedia"
+
+SRCREV = "844af286e4675d25bbefd9164b4df29609264a86"
+
+PV = "0.8.6h+${PR}+gitr${SRCREV}"
+
+DEPENDS = "gnutls tremor faad2 ffmpeg flac liba52 libid3tag libmad mpeg2dec"
+
+SRC_URI = "git://git.videolan.org/vlc.git;protocol=git;branch=0.8.6-neuros"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+EXTRA_OECONF = "\
+    --with-contrib \
+	--disable-dvdread \
+	--disable-wxwidgets \
+    --disable-skins2 \
+	--disable-libmpeg2 \
+    --disable-dvdnav \
+	--disable-x11 --disable-xvideo --disable-opengl --disable-glx \
+	--disable-screen --disable-caca \
+	--disable-httpd --disable-vlm \
+	--disable-freetype \
+    --disable-sdl \ 
+    --enable-png \
+	--enable-live555 --enable-tremor \
+    --disable-mod \
+	--enable-davinci --enable-davincifb --enable-davinciresizer \
+    --enable-v4l2 --enable-aa --enable-wma --enable-faad \
+    --disable-dbus \
+"
+
+
+do_configure() {
+	./bootstrap	
+	gnu-configize
+	libtoolize --force
+	autoreconf --force -i
+	oe_runconf
+}
+
+do_stage() {
+	autotools_stage_all
+}
+
+RCONFLICTS_${PN} = "vlc"
+
+FILES_${PN} += "${bindir}/vlc \
+	${datadir}/applications \
+	${datadir}/vlc/ \
+	"






More information about the Openembedded-commits mailing list