gst-plugins-base: update to 0.10.27.

This commit is contained in:
Juan RP 2011-01-27 02:14:56 +01:00
parent 65957d538c
commit b62c200260

View file

@ -1,16 +1,15 @@
# Template file for 'gst-plugins-good'. # Template file for 'gst-plugins-good'.
pkgname=gst-plugins-good pkgname=gst-plugins-good
version=0.10.25 version=0.10.27
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-libcaca --disable-libdv --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=b5d5750c12412c47d85ba9391c842f6f02cad9511876695e48b15fb37e4699f6 checksum=a9d801c3d42b456a6ebc0b95f68c44f153f756ec0fbd4877197c469cc67771fa
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
@ -23,7 +22,7 @@ long_desc="
gconf_schemas="gstreamer-0.10.schemas" gconf_schemas="gstreamer-0.10.schemas"
# XXX: build libcaca, libdv, wavpack, dv1394 and shout2 modules. # XXX: build libcaca, libdv, dv1394 and 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++
@ -52,6 +51,8 @@ Add_dependency run libspeex
Add_dependency run libpulseaudio Add_dependency run libpulseaudio
Add_dependency run orc Add_dependency run orc
Add_dependency run GConf Add_dependency run GConf
Add_dependency run libXv
Add_dependency run libwavpack
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency build intltool Add_dependency build intltool
@ -80,6 +81,8 @@ 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 pulseaudio-devel
Add_dependency build orc-devel Add_dependency build orc-devel
Add_dependency build libXv-devel
Add_dependency build wavpack-devel
Add_dependency build coreutils Add_dependency build coreutils
Add_dependency build diffutils Add_dependency build diffutils