aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-sato/gaku/gaku_git.bbappend
blob: 208dcfa7c34abad14d1fd422867b66be4484e96b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"