aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/recipes-sato/gaku/files/upgrade-gstreamer.patch12
-rw-r--r--common/recipes-sato/gaku/gaku_git.bbappend15
2 files changed, 0 insertions, 27 deletions
diff --git a/common/recipes-sato/gaku/files/upgrade-gstreamer.patch b/common/recipes-sato/gaku/files/upgrade-gstreamer.patch
deleted file mode 100644
index 4929069e..00000000
--- a/common/recipes-sato/gaku/files/upgrade-gstreamer.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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
deleted file mode 100644
index 208dcfa7..00000000
--- a/common/recipes-sato/gaku/gaku_git.bbappend
+++ /dev/null
@@ -1,15 +0,0 @@
-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"