diff options
| author | Chris Lord <chris@openedhand.com> | 2006-09-18 17:54:31 +0000 |
|---|---|---|
| committer | Chris Lord <chris@openedhand.com> | 2006-09-18 17:54:31 +0000 |
| commit | e57a7d5b438ad49dde56940609d3780b07e45c9b (patch) | |
| tree | a99e84a7f7d426e9e3e388c6c9a02d9eca5fce5a | |
| parent | 02059b7a72b03de846f78ab9a2c24d660b29d59e (diff) | |
| download | poky-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
| -rw-r--r-- | meta/packages/gstreamer/gst-meta-audio_0.10.bb | 7 | ||||
| -rw-r--r-- | meta/packages/gstreamer/gst-meta-base_0.10.bb | 6 | ||||
| -rw-r--r-- | meta/packages/gstreamer/gst-meta-video_0.10.bb | 4 | ||||
| -rw-r--r-- | meta/packages/gstreamer/gst-plugins-bad_0.10.3.bb | 6 | ||||
| -rw-r--r-- | meta/packages/gstreamer/gst-plugins-base_0.10.9.bb | 2 | ||||
| -rw-r--r-- | meta/packages/gstreamer/gstreamer_0.10.9.bb | 4 | ||||
| -rw-r--r-- | meta/packages/liboil/liboil_0.3.9.bb | 4 |
7 files changed, 17 insertions, 16 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 @@ | |||
| 1 | DEPENDS = "gst-meta-base gst-fluendo-mp3 gst-fluendo-mpegdemux" | 1 | DEPENDS = "gst-meta-base gst-plugins-bad" |
| 2 | RDEPENDS = "gst-meta-base gst-plugin-vorbis gst-plugin-ogg gst-fluendo-mp3 \ | 2 | RDEPENDS = "gst-meta-base gst-plugin-ivorbis gst-plugin-ogg" |
| 3 | gst-fluendo-mpegdemux" | 3 | PR = "r3" |
| 4 | PR = "r1" | ||
| 5 | 4 | ||
| 6 | ALLOW_EMPTY = "1" | 5 | ALLOW_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 @@ | |||
| 1 | DEPENDS = "gstreamer gst-plugins-base" | 1 | DEPENDS = "gstreamer gst-plugins-base" |
| 2 | RDEPENDS = "gstreamer gst-plugins-base gst-plugin-playbin \ | 2 | RDEPENDS = "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" |
| 7 | PR = "r1" | 7 | PR = "r2" |
| 8 | 8 | ||
| 9 | ALLOW_EMPTY = "1" | 9 | ALLOW_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 @@ | |||
| 1 | DEPENDS = "gst-meta-base gst-plugins-good gst-fluendo-mpegdemux \ | 1 | DEPENDS = "gst-meta-base gst-plugins-good gst-fluendo-mpegdemux \ |
| 2 | gst-plugins-ugly" | 2 | gst-plugins-ugly" |
| 3 | RDEPENDS = "gst-meta-base gst-plugins-good gst-plugins-ugly gst-plugin-avi \ | 3 | RDEPENDS = "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" |
| 6 | RRECOMMENDS = "gst-meta-audio" | 6 | RRECOMMENDS = "gst-meta-audio" |
| 7 | PR = "r1" | 7 | PR = "r2" |
| 8 | 8 | ||
| 9 | ALLOW_EMPTY = "1" | 9 | ALLOW_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 @@ | |||
| 1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
| 2 | DEPENDS += "gst-plugins-base libmusicbrainz" | 2 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" |
| 3 | PR = "r2" | 3 | PR = "r3" |
| 4 | 4 | ||
| 5 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl \ | 5 | EXTRA_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 @@ | |||
| 1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
| 2 | DEPENDS += "libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis tremor" | 2 | DEPENDS += "libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis" |
| 3 | RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \ | 3 | RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \ |
| 4 | gnome-vfs-plugin-sftp" | 4 | gnome-vfs-plugin-sftp" |
| 5 | PROVIDES_${PN} += "gst-plugins" | 5 | PROVIDES_${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" | |||
| 6 | HOMEPAGE = "http://www.gstreamer.net/" | 6 | HOMEPAGE = "http://www.gstreamer.net/" |
| 7 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | 7 | MAINTAINER = "Chris Lord <chris@openedhand.com>" |
| 8 | DEPENDS = "glib-2.0 gettext-native libxml2" | 8 | DEPENDS = "glib-2.0 gettext-native libxml2" |
| 9 | PR = "r2" | 9 | PR = "r3" |
| 10 | 10 | ||
| 11 | inherit autotools pkgconfig | 11 | inherit 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" |
| 18 | EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no" | 18 | EXTRA_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/ |
diff --git a/meta/packages/liboil/liboil_0.3.9.bb b/meta/packages/liboil/liboil_0.3.9.bb index 04a83100b0..65d2b149fc 100644 --- a/meta/packages/liboil/liboil_0.3.9.bb +++ b/meta/packages/liboil/liboil_0.3.9.bb | |||
| @@ -2,8 +2,10 @@ DESCRIPTION = "Liboil is a library of simple functions that are optimized for va | |||
| 2 | HOMEPAGE = "http://liboil.freedesktop.org/" | 2 | HOMEPAGE = "http://liboil.freedesktop.org/" |
| 3 | LICENSE = "various" | 3 | LICENSE = "various" |
| 4 | MAINTAINER = "Koen Kooi <koen@on.kabel.utwente.nl>" | 4 | MAINTAINER = "Koen Kooi <koen@on.kabel.utwente.nl>" |
| 5 | PR = "r1" | ||
| 5 | 6 | ||
| 6 | SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz" | 7 | SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ |
| 8 | file://no-tests.patch;patch=1" | ||
| 7 | 9 | ||
| 8 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
| 9 | 11 | ||
