aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-sato
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-sato')
-rw-r--r--common/recipes-sato/gaku/files/upgrade-gstreamer.patch12
-rw-r--r--common/recipes-sato/gaku/gaku_git.bbappend15
2 files changed, 27 insertions, 0 deletions
diff --git a/common/recipes-sato/gaku/files/upgrade-gstreamer.patch b/common/recipes-sato/gaku/files/upgrade-gstreamer.patch
new file mode 100644
index 00000000..4929069e
--- /dev/null
+++ b/common/recipes-sato/gaku/files/upgrade-gstreamer.patch
@@ -0,0 +1,12 @@
+diff --git a/configure.ac b/configure.ac
+index 6c031c4..0ca08c5 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -7,6 +7,6 @@ AM_CONFIG_HEADER(config.h)
+ AC_PROG_CPP
+ AC_PROG_CC
+
+-PKG_CHECK_MODULES(DEPS, gtk+-2.0 gstreamer-0.10 libowl-av)
++PKG_CHECK_MODULES(DEPS, gtk+-2.0 gstreamer-1.0 libowl-av)
+
+ AC_OUTPUT([Makefile])
diff --git a/common/recipes-sato/gaku/gaku_git.bbappend b/common/recipes-sato/gaku/gaku_git.bbappend
new file mode 100644
index 00000000..208dcfa7
--- /dev/null
+++ b/common/recipes-sato/gaku/gaku_git.bbappend
@@ -0,0 +1,15 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+DEPENDS_remove_amd = " gstreamer"
+DEPENDS_append_amd = " gstreamer1.0"
+RDEPENDS_${PN}_amd = "gstreamer1.0-plugins-base-audioconvert \
+ gstreamer1.0-plugins-base-audioresample \
+ gstreamer1.0-plugins-base-typefindfunctions"
+
+RRECOMMENDS_${PN}_amd = "gstreamer1.0-plugins-good-id3demux \
+ gstreamer1.0-plugins-base-vorbis \
+ gstreamer1.0-plugins-base-alsa \
+ gstreamer1.0-plugins-base-ogg \
+ ${COMMERCIAL_AUDIO_PLUGINS}"
+
+SRC_URI_append_amd = " file://upgrade-gstreamer.patch"