gst-plugins-good: update to 0.10.25.

This commit is contained in:
Juan RP 2010-11-20 01:39:47 +01:00
parent 70bbb05d6a
commit 150f45514e

View file

@ -1,17 +1,16 @@
# Template file for 'gst-plugins-good'. # Template file for 'gst-plugins-good'.
pkgname=gst-plugins-good pkgname=gst-plugins-good
version=0.10.22 version=0.10.25
revision=2
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2" distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--with-gudev --with-libv4l2 --enable-experimental configure_args="--with-gudev --with-libv4l2 --enable-experimental
--disable-schemas-install --disable-aalib --disable-esd --disable-hal --disable-schemas-install --disable-aalib --disable-esd --disable-hal
--disable-libcaca --disable-libdv --disable-wavpack --disable-speex --disable-libcaca --disable-libdv --disable-wavpack
--disable-pulse --disable-dv1394 --disable-shout2 --disable-dv1394 --disable-shout2
--with-gconf-schema-file-dir=/usr/share/gconf/schemas" --with-gconf-schema-file-dir=/usr/share/gconf/schemas"
short_desc="Core GStreamer libraries and elements" short_desc="Core GStreamer libraries and elements"
maintainer="pancake <pancake@nopcode.org>" maintainer="pancake <pancake@nopcode.org>"
checksum=89ba50e0e3b7355bd75c9b0a60866a67b9bd1de38458e540a57853998103d69f checksum=b5d5750c12412c47d85ba9391c842f6f02cad9511876695e48b15fb37e4699f6
long_desc=" long_desc="
GStreamer is a streaming media framework, goodd on graphs of filters which GStreamer is a streaming media framework, goodd on graphs of filters which
operate on media data. Applications using this library can do anything operate on media data. Applications using this library can do anything
@ -24,8 +23,7 @@ long_desc="
gconf_schemas="gstreamer-0.10.schemas" gconf_schemas="gstreamer-0.10.schemas"
# XXX: build libcaca, libdv, wavpack, speex, pulse, dv1394 and # XXX: build libcaca, libdv, wavpack, dv1394 and shout2 modules.
# shout2 modules.
Add_dependency run libgcc Add_dependency run libgcc
Add_dependency run glibc Add_dependency run glibc
Add_dependency run libstdc++ Add_dependency run libstdc++
@ -37,7 +35,6 @@ Add_dependency run libgudev
Add_dependency run jpeg Add_dependency run jpeg
Add_dependency run libpng Add_dependency run libpng
Add_dependency run libflac Add_dependency run libflac
Add_dependency run liboil
Add_dependency run libSM Add_dependency run libSM
Add_dependency run libICE Add_dependency run libICE
Add_dependency run libX11 Add_dependency run libX11
@ -51,6 +48,9 @@ Add_dependency run libsoup
Add_dependency run libsoup-gnome Add_dependency run libsoup-gnome
Add_dependency run gstreamer Add_dependency run gstreamer
Add_dependency run gst-plugins-base Add_dependency run gst-plugins-base
Add_dependency run libspeex
Add_dependency run libpulseaudio
Add_dependency run orc
Add_dependency run GConf Add_dependency run GConf
Add_dependency build pkg-config Add_dependency build pkg-config
@ -64,7 +64,6 @@ Add_dependency build libgudev-devel
Add_dependency build jpeg-devel Add_dependency build jpeg-devel
Add_dependency build libpng-devel Add_dependency build libpng-devel
Add_dependency build libflac-devel Add_dependency build libflac-devel
Add_dependency build liboil-devel
Add_dependency build libSM-devel Add_dependency build libSM-devel
Add_dependency build libICE-devel Add_dependency build libICE-devel
Add_dependency build libX11-devel Add_dependency build libX11-devel
@ -79,6 +78,8 @@ Add_dependency build libsoup-gnome-devel
Add_dependency build gstreamer-devel Add_dependency build gstreamer-devel
Add_dependency build gst-plugins-base-devel Add_dependency build gst-plugins-base-devel
Add_dependency build GConf-devel Add_dependency build GConf-devel
Add_dependency build pulseaudio-devel
Add_dependency build orc-devel
Add_dependency build coreutils Add_dependency build coreutils
Add_dependency build diffutils Add_dependency build diffutils