diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-03-22 19:20:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 12:13:09 +0000 |
commit | 8350c03eeca3f5d70984797ef784f29c71cbbb3b (patch) | |
tree | e8ca7a059cdd9dee15c463e4ea4a698f00c6daf0 /meta/recipes-multimedia/gstreamer | |
parent | ab69a16b21d0ce81458f6d3e6821e1800ee19a7c (diff) | |
download | poky-8350c03eeca3f5d70984797ef784f29c71cbbb3b.tar.gz |
gst-plugins: remove obsolete orcc hack
* The sed script replacing ${bindir}/orcc with
${STAGING_BINDIR_NATIVE}/orcc causes orcc to not be found.
It may have been a workaround for older versions of pkg-config
or older gst-plugins. Removing it makes gst-plugins use
orcc from 'orc-native' successfully, if available.
(From OE-Core rev: a5e2277c53a8345a096eee8ccd9622838574a240)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
5 files changed, 11 insertions, 18 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb index fac5fe35d2..656b61e59e 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | |||
@@ -8,12 +8,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
8 | 8 | ||
9 | DEPENDS += "gst-plugins-base libmusicbrainz tremor librsvg" | 9 | DEPENDS += "gst-plugins-base libmusicbrainz tremor librsvg" |
10 | 10 | ||
11 | PR = "r0" | 11 | PR = "r1" |
12 | 12 | ||
13 | inherit gettext | 13 | inherit gettext |
14 | 14 | ||
15 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio --disable-directfb \ | 15 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio --disable-directfb \ |
16 | --with-plugins=musicbrainz,wavpack,ivorbis,mpegvideoparse --disable-vdpau --disable-apexsink" | 16 | --with-plugins=musicbrainz,wavpack,ivorbis,mpegvideoparse --disable-vdpau --disable-apexsink \ |
17 | --disable-orc" | ||
17 | 18 | ||
18 | ARM_INSTRUCTION_SET = "arm" | 19 | ARM_INSTRUCTION_SET = "arm" |
19 | 20 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb index 9b169ecd73..549982952d 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | |||
@@ -14,11 +14,11 @@ SRC_URI += " file://gst-plugins-base-tremor.patch" | |||
14 | SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a" | 14 | SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a" |
15 | SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976" | 15 | SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976" |
16 | 16 | ||
17 | PR = "r1" | 17 | PR = "r2" |
18 | 18 | ||
19 | inherit gettext | 19 | inherit gettext |
20 | 20 | ||
21 | EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-gnome_vfs" | 21 | EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-gnome_vfs --disable-orc" |
22 | 22 | ||
23 | do_configure_prepend() { | 23 | do_configure_prepend() { |
24 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 24 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb index 4fdd272bae..e0eaf7b3d0 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | |||
@@ -7,11 +7,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
7 | 7 | ||
8 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ | 8 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ |
9 | speex libsoup-2.4 pulseaudio" | 9 | speex libsoup-2.4 pulseaudio" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | inherit gettext gconf | 12 | inherit gettext gconf |
13 | 13 | ||
14 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check" | 14 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check \ |
15 | --disable-orc" | ||
15 | 16 | ||
16 | do_configure_prepend() { | 17 | do_configure_prepend() { |
17 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 18 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb index 233778d4cf..125d09cfb2 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb | |||
@@ -8,11 +8,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
8 | file://gst/mpegstream/gstmpegparse.h;beginline=1;endline=18;md5=ff65467b0c53cdfa98d0684c1bc240a9" | 8 | file://gst/mpegstream/gstmpegparse.h;beginline=1;endline=18;md5=ff65467b0c53cdfa98d0684c1bc240a9" |
9 | 9 | ||
10 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" | 10 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" |
11 | PR = "r0" | 11 | PR = "r1" |
12 | 12 | ||
13 | inherit gettext | 13 | inherit gettext |
14 | 14 | ||
15 | EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" | 15 | EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia \ |
16 | --disable-orc" | ||
16 | 17 | ||
17 | do_configure_prepend() { | 18 | do_configure_prepend() { |
18 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 19 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc index a71a868049..f11a4af668 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc | |||
@@ -6,8 +6,6 @@ DEPENDS = "gstreamer" | |||
6 | 6 | ||
7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | PR = "r1" | ||
10 | |||
11 | FILESPATH =. "${FILE_DIRNAME}/gst-plugins:" | 9 | FILESPATH =. "${FILE_DIRNAME}/gst-plugins:" |
12 | 10 | ||
13 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" | 11 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" |
@@ -16,14 +14,6 @@ EXTRA_OECONF = "--disable-valgrind --disable-debug --disable-examples " | |||
16 | 14 | ||
17 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 15 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
18 | 16 | ||
19 | # orc.m4 calls pkg-config ----variable=orcc orc-0.4 to get the path to orcc, | ||
20 | # resulting in /usr/bin/orcc. Force it to use the staged orcc. | ||
21 | do_configure_append() { | ||
22 | for i in $(find ${S} -name "Makefile") ; do | ||
23 | sed -i -e s:${bindir}/orcc:${STAGING_BINDIR_NATIVE}/orcc:g $i | ||
24 | done | ||
25 | } | ||
26 | |||
27 | require gst-plugins-package.inc | 17 | require gst-plugins-package.inc |
28 | 18 | ||
29 | PACKAGES_DYNAMIC = "${PN}-*" | 19 | PACKAGES_DYNAMIC = "${PN}-*" |