summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-18 10:35:24 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-19 19:34:06 +0100
commit6235a379418feb0a24bd33de8cc125b435099f69 (patch)
tree864e8de91f1c746640e83e7eb63d7f2722652820 /meta-oe/recipes-multimedia
parent781ac7ac8b74f23972f4bda8cb530312be3f00ee (diff)
downloadmeta-openembedded-6235a379418feb0a24bd33de8cc125b435099f69.tar.gz
libav, libsdl-image, mplayer2, xbmc: bump PR for libsdl packaging change in OE-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/libav/libav_git.bb2
-rw-r--r--meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb2
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb2
-rw-r--r--meta-oe/recipes-multimedia/xbmc/xbmc_git.bb2
4 files changed, 5 insertions, 3 deletions
diff --git a/meta-oe/recipes-multimedia/libav/libav_git.bb b/meta-oe/recipes-multimedia/libav/libav_git.bb
index be20b15d4..d5480f791 100644
--- a/meta-oe/recipes-multimedia/libav/libav_git.bb
+++ b/meta-oe/recipes-multimedia/libav/libav_git.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
10SRCREV = "c6c2dfcf15c1d93b2189adff6f71c5c4b6b05338" 10SRCREV = "c6c2dfcf15c1d93b2189adff6f71c5c4b6b05338"
11 11
12PV = "0.6.2+${PR}+gitr${SRCPV}" 12PV = "0.6.2+${PR}+gitr${SRCPV}"
13PR = "${INC_PR}.0" 13PR = "${INC_PR}.1"
14 14
15SRC_URI = "git://git.libav.org/libav.git;protocol=git" 15SRC_URI = "git://git.libav.org/libav.git;protocol=git"
16 16
diff --git a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb
index 8bc9322f7..25e20302d 100644
--- a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb
+++ b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb
@@ -4,6 +4,8 @@ SECTION = "libs"
4LICENSE = "LGPLv2.1" 4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" 5LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"
6 6
7PR = "r1"
8
7DEPENDS = "tiff zlib libpng jpeg virtual/libsdl" 9DEPENDS = "tiff zlib libpng jpeg virtual/libsdl"
8 10
9SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz" 11SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz"
diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 72d575499..2a2d8af7b 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -21,7 +21,7 @@ SRCREV = "e3f5043233336d8b4b0731c6a8b42a8fda5535ac"
21ARM_INSTRUCTION_SET = "ARM" 21ARM_INSTRUCTION_SET = "ARM"
22 22
23PV = "2.0+gitr${SRCPV}" 23PV = "2.0+gitr${SRCPV}"
24PR = "r4" 24PR = "r5"
25 25
26PARALLEL_MAKE = "" 26PARALLEL_MAKE = ""
27 27
diff --git a/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb b/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
index af7bbab37..e9415ccdd 100644
--- a/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
+++ b/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
@@ -9,7 +9,7 @@ DEPENDS = "expat yajl gperf-native libxmu fribidi mpeg2dec ffmpeg samba fontconf
9SRCREV = "379d13c8e9a0e64f1f36b3fb216e5caedb0df73e" 9SRCREV = "379d13c8e9a0e64f1f36b3fb216e5caedb0df73e"
10 10
11PV = "11.0" 11PV = "11.0"
12PR = "r0" 12PR = "r1"
13PR_append = "+gitr${SRCPV}" 13PR_append = "+gitr${SRCPV}"
14SRC_URI = "git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \ 14SRC_URI = "git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \
15 file://0001-configure-don-t-run-python-distutils-to-find-STAGING.patch \ 15 file://0001-configure-don-t-run-python-distutils-to-find-STAGING.patch \