summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-multimedia
diff options
context:
space:
mode:
authorhschang <chang@dev3>2015-02-12 12:01:44 (GMT)
committerhschang <chang@dev3>2015-02-16 00:59:42 (GMT)
commit734eadec41d646357c773cf6ed3ff1359a117167 (patch)
tree1270ec3af78663cb25ab569a6f0e65e020e55b5b /meta-openvuplus/recipes-multimedia
parent72a489c8029075ab8bd69b1b158a1bf877195ddb (diff)
build fix.
Diffstat (limited to 'meta-openvuplus/recipes-multimedia')
-rw-r--r--meta-openvuplus/recipes-multimedia/gstreamer1.0/gstreamer1.0-plugins-bad_1.4.%.bbappend4
-rw-r--r--meta-openvuplus/recipes-multimedia/libcec/libcec_2.1.1.bb2
-rw-r--r--meta-openvuplus/recipes-multimedia/xbmc/enigma2-plugin-extensions-xbmc.bb2
-rw-r--r--meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bb6
-rw-r--r--meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bbappend6
5 files changed, 10 insertions, 10 deletions
diff --git a/meta-openvuplus/recipes-multimedia/gstreamer1.0/gstreamer1.0-plugins-bad_1.4.%.bbappend b/meta-openvuplus/recipes-multimedia/gstreamer1.0/gstreamer1.0-plugins-bad_1.4.%.bbappend
index 8c0b734..f73d38a 100644
--- a/meta-openvuplus/recipes-multimedia/gstreamer1.0/gstreamer1.0-plugins-bad_1.4.%.bbappend
+++ b/meta-openvuplus/recipes-multimedia/gstreamer1.0/gstreamer1.0-plugins-bad_1.4.%.bbappend
@@ -1,6 +1,6 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-DEPENDS += "librtmp"
-EXTRA_OECONF := "${@bb.data.getVar('EXTRA_OECONF',d,1).replace('--disable-rtmp', '--enable-rtmp --enable-mpegdemux').replace('--disable-dts', '--enable-dts')}"
+DEPENDS += "libdca"
+EXTRA_OECONF := "${@bb.data.getVar('EXTRA_OECONF',d,1).replace('--disable-dts', '--enable-dts --enable-mpegdemux')}"
PACKAGECONFIG += "faac faad libmms hls dash smoothstreaming webp rtmp"
SRC_URI += "file://0001-rtmp-fix-seeking-and-potential-segfault.patch"
diff --git a/meta-openvuplus/recipes-multimedia/libcec/libcec_2.1.1.bb b/meta-openvuplus/recipes-multimedia/libcec/libcec_2.1.1.bb
index 4dfdeb1..82185d1 100644
--- a/meta-openvuplus/recipes-multimedia/libcec/libcec_2.1.1.bb
+++ b/meta-openvuplus/recipes-multimedia/libcec/libcec_2.1.1.bb
@@ -6,7 +6,7 @@ DEPENDS = "udev"
SRCREV = "605d913ae656ef9707a7f9cbca41f78d180d79dc"
PR = "r2"
-SRC_URI = "git://github.com/Pulse-Eight/libcec.git"
+SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release"
S = "${WORKDIR}/git"
diff --git a/meta-openvuplus/recipes-multimedia/xbmc/enigma2-plugin-extensions-xbmc.bb b/meta-openvuplus/recipes-multimedia/xbmc/enigma2-plugin-extensions-xbmc.bb
index 2385471..814c212 100644
--- a/meta-openvuplus/recipes-multimedia/xbmc/enigma2-plugin-extensions-xbmc.bb
+++ b/meta-openvuplus/recipes-multimedia/xbmc/enigma2-plugin-extensions-xbmc.bb
@@ -7,7 +7,7 @@ PV="1.0"
PR="${PKG_DATE}_r0"
DEPENDS += "enigma2 xbmc"
-RDEPENDS += "xbmc"
+RDEPENDS_${PN} += "xbmc"
SRC_URI = "http://archive.vuplus.com/download/build_support/e2xbmc-plugin_${PKG_DATE}.tar.gz"
diff --git a/meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bb b/meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bb
index ce6bec3..0c2e1f1 100644
--- a/meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bb
+++ b/meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "XBMC Media Center"
+SUMMARY = "XBMC Media Center"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=6eb631b6da7fdb01508a80213ffc35ff"
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \
file://configure.in-Avoid-running-code.patch \
"
-inherit autotools gettext python-dir
+inherit autotools-brokensep gettext python-dir
S = "${WORKDIR}/git"
@@ -48,7 +48,7 @@ export STAGING_INCDIR
export PYTHON_DIR
do_configure() {
- sh bootstrap
+ ./bootstrap
oe_runconf
}
diff --git a/meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bbappend b/meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bbappend
index 59039ed..7d92df8 100644
--- a/meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bbappend
+++ b/meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bbappend
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=6eb631b6da7fdb01508a80213ffc35ff"
DEPENDS = "libgles libxslt libusb1 libcec libplist expat yajl gperf-native fribidi mpeg2dec samba fontconfig curl python libass libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo enca avahi libsamplerate0 bzip2 virtual/libsdl jasper zip-native zlib libtinyxml taglib libbluray libshairport librtmp zlib libnfs libxslt"
-RDEPENDS = "python"
-RDEPENDS += "\
+RDEPENDS_${PN} = "python"
+RDEPENDS_${PN} += "\
python-distutils \
python-subprocess \
python-robotparser \
@@ -35,7 +35,7 @@ RDEPENDS += "\
python-numbers \
nfs-utils-client \
libshairport \
- eglibc-gconv-utf-32 \
+ glibc-gconv-utf-32 \
lzma \
tiff \
yajl \