summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-09-18 17:54:31 +0000
committerChris Lord <chris@openedhand.com>2006-09-18 17:54:31 +0000
commite57a7d5b438ad49dde56940609d3780b07e45c9b (patch)
treea99e84a7f7d426e9e3e388c6c9a02d9eca5fce5a /meta/packages/gstreamer
parent02059b7a72b03de846f78ab9a2c24d660b29d59e (diff)
downloadpoky-e57a7d5b438ad49dde56940609d3780b07e45c9b.tar.gz
Fix liboil, revise GStreamer packages (still WIP)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@724 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer')
-rw-r--r--meta/packages/gstreamer/gst-meta-audio_0.10.bb7
-rw-r--r--meta/packages/gstreamer/gst-meta-base_0.10.bb6
-rw-r--r--meta/packages/gstreamer/gst-meta-video_0.10.bb4
-rw-r--r--meta/packages/gstreamer/gst-plugins-bad_0.10.3.bb6
-rw-r--r--meta/packages/gstreamer/gst-plugins-base_0.10.9.bb2
-rw-r--r--meta/packages/gstreamer/gstreamer_0.10.9.bb4
6 files changed, 14 insertions, 15 deletions
diff --git a/meta/packages/gstreamer/gst-meta-audio_0.10.bb b/meta/packages/gstreamer/gst-meta-audio_0.10.bb
index ebbd202ce6..3e9a46680b 100644
--- a/meta/packages/gstreamer/gst-meta-audio_0.10.bb
+++ b/meta/packages/gstreamer/gst-meta-audio_0.10.bb
@@ -1,6 +1,5 @@
1DEPENDS = "gst-meta-base gst-fluendo-mp3 gst-fluendo-mpegdemux" 1DEPENDS = "gst-meta-base gst-plugins-bad"
2RDEPENDS = "gst-meta-base gst-plugin-vorbis gst-plugin-ogg gst-fluendo-mp3 \ 2RDEPENDS = "gst-meta-base gst-plugin-ivorbis gst-plugin-ogg"
3 gst-fluendo-mpegdemux" 3PR = "r3"
4PR = "r1"
5 4
6ALLOW_EMPTY = "1" 5ALLOW_EMPTY = "1"
diff --git a/meta/packages/gstreamer/gst-meta-base_0.10.bb b/meta/packages/gstreamer/gst-meta-base_0.10.bb
index 263cf4b13d..12d98ee5d2 100644
--- a/meta/packages/gstreamer/gst-meta-base_0.10.bb
+++ b/meta/packages/gstreamer/gst-meta-base_0.10.bb
@@ -1,9 +1,9 @@
1DEPENDS = "gstreamer gst-plugins-base" 1DEPENDS = "gstreamer gst-plugins-base"
2RDEPENDS = "gstreamer gst-plugins-base gst-plugin-playbin \ 2RDEPENDS = "gstreamer gst-plugin-playbin \
3 gst-plugin-decodebin gst-plugin-gnomevfs gst-plugin-alsa \ 3 gst-plugin-decodebin gst-plugin-gnomevfs gst-plugin-alsa \
4 gst-plugin-volume gst-plugin-ximagesink gst-plugin-audioconvert \ 4 gst-plugin-volume gst-plugin-ximagesink gst-plugin-audioconvert \
5 gst-plugin-audioresample gst-plugin-typefindfunctions \ 5 gst-plugin-audioresample gst-plugin-typefindfunctions \
6 gst-plugin-videoscale gst-plugin-ffmpegcolorspace" 6 gst-plugin-videoscale gst-plugin-ffmpegcolorspace gst-plugin-autodetect"
7PR = "r1" 7PR = "r2"
8 8
9ALLOW_EMPTY = "1" 9ALLOW_EMPTY = "1"
diff --git a/meta/packages/gstreamer/gst-meta-video_0.10.bb b/meta/packages/gstreamer/gst-meta-video_0.10.bb
index 5ff9b58bbb..cd63d4ba2e 100644
--- a/meta/packages/gstreamer/gst-meta-video_0.10.bb
+++ b/meta/packages/gstreamer/gst-meta-video_0.10.bb
@@ -1,9 +1,9 @@
1DEPENDS = "gst-meta-base gst-plugins-good gst-fluendo-mpegdemux \ 1DEPENDS = "gst-meta-base gst-plugins-good gst-fluendo-mpegdemux \
2 gst-plugins-ugly" 2 gst-plugins-ugly"
3RDEPENDS = "gst-meta-base gst-plugins-good gst-plugins-ugly gst-plugin-avi \ 3RDEPENDS = "gst-meta-base gst-plugin-avi \
4 gst-plugin-matroska gst-plugin-ogg \ 4 gst-plugin-matroska gst-plugin-ogg \
5 gst-fluendo-mpegdemux gst-plugin-mpeg2dec" 5 gst-fluendo-mpegdemux gst-plugin-mpeg2dec"
6RRECOMMENDS = "gst-meta-audio" 6RRECOMMENDS = "gst-meta-audio"
7PR = "r1" 7PR = "r2"
8 8
9ALLOW_EMPTY = "1" 9ALLOW_EMPTY = "1"
diff --git a/meta/packages/gstreamer/gst-plugins-bad_0.10.3.bb b/meta/packages/gstreamer/gst-plugins-bad_0.10.3.bb
index ecffc245ad..003fca8aa8 100644
--- a/meta/packages/gstreamer/gst-plugins-bad_0.10.3.bb
+++ b/meta/packages/gstreamer/gst-plugins-bad_0.10.3.bb
@@ -1,7 +1,7 @@
1require gst-plugins.inc 1require gst-plugins.inc
2DEPENDS += "gst-plugins-base libmusicbrainz" 2DEPENDS += "gst-plugins-base libmusicbrainz tremor"
3PR = "r2" 3PR = "r3"
4 4
5EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl \ 5EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl \
6 --with-plugins=musicbrainz,wavpack" 6 --with-plugins=musicbrainz,wavpack,ivorbis"
7 7
diff --git a/meta/packages/gstreamer/gst-plugins-base_0.10.9.bb b/meta/packages/gstreamer/gst-plugins-base_0.10.9.bb
index 541b75f6a1..efddc37564 100644
--- a/meta/packages/gstreamer/gst-plugins-base_0.10.9.bb
+++ b/meta/packages/gstreamer/gst-plugins-base_0.10.9.bb
@@ -1,5 +1,5 @@
1require gst-plugins.inc 1require gst-plugins.inc
2DEPENDS += "libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis tremor" 2DEPENDS += "libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis"
3RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \ 3RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \
4 gnome-vfs-plugin-sftp" 4 gnome-vfs-plugin-sftp"
5PROVIDES_${PN} += "gst-plugins" 5PROVIDES_${PN} += "gst-plugins"
diff --git a/meta/packages/gstreamer/gstreamer_0.10.9.bb b/meta/packages/gstreamer/gstreamer_0.10.9.bb
index 43d5e34df4..6acaa3dd6c 100644
--- a/meta/packages/gstreamer/gstreamer_0.10.9.bb
+++ b/meta/packages/gstreamer/gstreamer_0.10.9.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPL"
6HOMEPAGE = "http://www.gstreamer.net/" 6HOMEPAGE = "http://www.gstreamer.net/"
7MAINTAINER = "Chris Lord <chris@openedhand.com>" 7MAINTAINER = "Chris Lord <chris@openedhand.com>"
8DEPENDS = "glib-2.0 gettext-native libxml2" 8DEPENDS = "glib-2.0 gettext-native libxml2"
9PR = "r2" 9PR = "r3"
10 10
11inherit autotools pkgconfig 11inherit autotools pkgconfig
12 12
@@ -15,7 +15,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz
15# file://gstregistrybinary.c \ 15# file://gstregistrybinary.c \
16# file://gstregistrybinary.h \ 16# file://gstregistrybinary.h \
17# file://gstreamer-0.9-binary-registry.patch;patch=1" 17# file://gstreamer-0.9-binary-registry.patch;patch=1"
18EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no" 18EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no --disable-examples --disable-tests --disable-valgrind --disable-debug"
19 19
20#do_compile_prepend () { 20#do_compile_prepend () {
21# mv ${WORKDIR}/gstregistrybinary.[ch] ${S}/gst/ 21# mv ${WORKDIR}/gstregistrybinary.[ch] ${S}/gst/