X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=meta-openvuplus%2Frecipes-vuplus%2Fenigma2%2Fenigma2-plugins.bb;h=38ed869259de2f25a9c537b3a1297b9d9f9e17f7;hb=7128ae93f8de0e33cce84276ef33d0853b332675;hp=7893df7710bd77f77f0cec73895c621b1978c65c;hpb=d5ed73c8eb69b1df41a91be4c5a92fd8881eade9;p=vuplus_openvuplus_3.0 diff --git a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins.bb b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins.bb index 7893df7..38ed869 100755 --- a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins.bb +++ b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins.bb @@ -11,7 +11,7 @@ SRCREV="c8fc96e8e51e1ef71e1709f9dd6f733007f9463e" SRCDATE="20110215" BRANCH="master" PV = "experimental-git${SRCDATE}" -PR = "r11" +PR = "r14" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" @@ -25,6 +25,8 @@ EXTRA_OECONF = " \ --with-gstversion=1.0 \ " +PARALLEL_MAKE = "" + SRC_URI_append_vuplus = " \ file://enigma2_plugins_mytube_tpm.patch \ file://enigma2_plugins_20121113.patch \ @@ -32,12 +34,13 @@ SRC_URI_append_vuplus = " \ file://enigma2_plugins_ac3lipsync_dolby.patch \ file://enigma2_plugins_autoresolution_fix.patch \ file://enigma2_plugins_fancontrol2.patch \ - file://enigma2_plugins_gst_plugins_pkgname.patch \ file://enigma2_plugins_gst10_support.patch \ + file://enigma2_plugins_fix_depends_pkgname.patch \ file://dreamboxweb.png \ file://dreamboxwebtv.png \ file://favicon.ico \ file://Makefile.am \ + file://enigma2_plugins_setqpipmode.patch \ " FILES_${PN} += " /usr/share/enigma2 /usr/share/fonts " @@ -49,8 +52,16 @@ inherit autotools-brokensep pythonnative pkgconfig S = "${WORKDIR}/git" -DEPENDS = "python-pyopenssl python-gdata streamripper python-mutagen python-daap" -DEPENDS += "enigma2" +DEPENDS = " \ + enigma2 \ + python-pyopenssl \ + python-gdata \ + streamripper \ + python-mutagen \ + python-daap \ + enigma2-plugin-extensions-openwebif \ + gstreamer1.0-plugins-bad \ + " def modify_po(): import os @@ -96,6 +107,7 @@ do_install_append_vuplus() { install -m 0644 ${WORKDIR}/dreamboxweb.png ${D}/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/img/ install -m 0644 ${WORKDIR}/dreamboxwebtv.png ${D}/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default/streaminterface/img install -m 0644 ${WORKDIR}/favicon.ico ${D}/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/img/ + rm -r ${D}/media } python populate_packages_prepend() {