vlc: update to 1.0.2
authorKoen Kooi <koen@openembedded.org>
Tue, 29 Sep 2009 11:08:59 +0000 (13:08 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 29 Sep 2009 11:08:59 +0000 (13:08 +0200)
conf/checksums.ini
recipes/vlc/vlc_1.0.2.bb [new file with mode: 0644]

index a8df27c..dc1f6db 100644 (file)
@@ -25378,6 +25378,10 @@ sha256=ac091ba9b2e2e9aff293969b3405b145c09789e59ac0caab2247211a19e09a8a
 md5=8ffa2ff763badd5de7592004d8d69a63
 sha256=197c29803790efc0273bb4577d54629d0769a3b49b091c6430eb6704fd69824f
 
+[http://download.videolan.org/pub/videolan/vlc/1.0.2/vlc-1.0.2.tar.bz2]
+md5=69d4e30fe4fc2691780fbeacd40359d2
+sha256=38b176fd495f3254db74e03977235a0a2212fc6533d7cd1a4c3dddc495b074f0
+
 [http://www.lavrsen.dk/foswiki/pub/Motion/VideoFourLinuxLoopbackDevice/vloopback-1.2.tar.gz]
 md5=1b63bf5b3d2b7fae63497d285789aec5
 sha256=d5af0c07aa53a6c93e92a6dd83f34dd9a08a05a0c0169c8ca8b15b023fdadf80
diff --git a/recipes/vlc/vlc_1.0.2.bb b/recipes/vlc/vlc_1.0.2.bb
new file mode 100644 (file)
index 0000000..bd967cf
--- /dev/null
@@ -0,0 +1,44 @@
+# This recipe packages vlc as a library as well, so qt4 dependencies
+# can be avoided when ony the library is installed.
+# Would be cool if when newer vlc is added to OE and older ones are phased
+# out that could be made the default.
+
+require vlc.inc
+
+# ffmpeg from git (library version => 52) is required
+# libtool-native must be >= 2.2.4
+DEPENDS += "libdvdcss libdvdread"
+
+EXTRA_OECONF += "\
+       --enable-dvdread \
+"
+
+LEAD_SONAME = "libvlc.so.2"
+
+PACKAGES =+ "libvlc-dbg libvlc-dev libvlc"
+
+FILES_libvlc-dev = "${libdir}/lib*.so"
+
+FILES_libvlc-dbg = "\
+       ${libdir}/.debug \
+       ${libdir}/vlc/meta_engine/.debug \
+       ${libdir}/vlc/audio_filter/.debug ${libdir}/vlc/audio_output/.debug \
+       ${libdir}/vlc/demux/.debug ${libdir}/vlc/control/.debug \
+       ${libdir}/vlc/gui/.debug ${libdir}/vlc/packetizer/.debug \
+       ${libdir}/vlc/audio_mixer/.debug ${libdir}/vlc/stream_out/.debug \
+       ${libdir}/vlc/mux/.debug ${libdir}/vlc/access/.debug \
+       ${libdir}/vlc/visualization/.debug ${libdir}/vlc/access_filter/.debug \
+       ${libdir}/vlc/access_output/.debug ${libdir}/vlc/video_output/.debug \
+       ${libdir}/vlc/services_discovery/.debug ${libdir}/vlc/video_chroma/.debug \
+       ${libdir}/vlc/video_codec/.debug ${libdir}/vlc/video_filter/.debug \
+       ${libdir}/vlc/misc/.debug ${libdir}/vlc/codec/.debug \
+       "
+
+FILES_libvlc = "${libdir}/lib*.so.*"
+
+FILES_${PN} += "${bindir}/vlc \
+       ${datadir}/applications \
+       ${datadir}/vlc/ \
+       "
+
+FILES_${PN}-dbg        += "${libdir}/vlc/*/.debug"