On Wed, 28 Jul 2010, Sylvain Paré wrote:
I am wondering if there is a kindful enough person who have the ability (I am 
not enough skilled to do it myself)
to make an updated recipe of vlc 1.1.
I plan to use vlc back-end for phonon on SHR (I think I will be abble to make 
this recipe)
because it is now the recommended backend by the people of Phonon but I need 
libvlc 1.1 at least.
So if someone is interested (here or on OpenEmbedded , but I did not subscribed 
to it) and kind enough
to do It I will be very tahnksfull to him (or here :) )!

Attached is a recipe for VLC 1.1.2. (Just minimally changed 1.0.6.) I only tested it builds and tweaked the packaging a bit to include what seemed necessary, I didn't try to run anything on the FR itself. Let me know if it works.

Regards,

David
# 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

SRC_URI[md5sum] = "521c71c89f47788e72695ad24ffeb300"
SRC_URI[sha256sum] = 
"db95e8667534e44f26c053e9f3f470d37c06d5ece10d2645cf2f7c25880a33f7"

DEPENDS += "libdvdcss libdvdread libdvdnav"
#PR = "r0"

EXTRA_OECONF += "\
        --enable-dvdread \
"

LEAD_SONAME = "libvlc.so.5"

PACKAGES =+ "libvlc-dbg libvlc-dev libvlc"

FILES_libvlc = "${libdir}/lib*.so.*"

FILES_libvlc-dev = " \
        ${libdir}/lib*.so \
        ${libdir}/lib*.la \
        ${libdir}/pkgconfig \
        ${includedir} \
        "

FILES_libvlc-dbg = "${libdir}/.debug"

FILES_${PN} += " \
        ${bindir}/vlc \
        ${datadir}/applications \
        ${datadir}/vlc/ \
        ${datadir}/icons/hicolor/16x16/apps/vlc.png \
        ${datadir}/icons/hicolor/32x32/apps/vlc.png \
        ${datadir}/icons/hicolor/48x48/apps/vlc.png \
        "

FILES_${PN}-dev += " \
        ${libdir}/vlc/plugins/*.la \
        "

FILES_${PN}-dbg += " \
        ${libdir}/vlc/.debug \
        ${libdir}/vlc/plugins/*/.debug \
        "
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to