gst-plugins-base: update to 0.10.34.

This commit is contained in:
Juan RP 2011-05-18 16:18:33 +02:00
parent 0db7ec786a
commit 4a0a8fedc5

View file

@ -1,13 +1,12 @@
# Template file for 'gst-plugins-base'. # Template file for 'gst-plugins-base'.
pkgname=gst-plugins-base pkgname=gst-plugins-base
version=0.10.32 version=0.10.34
revision=1
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="--enable-experimental --disable-gnome_vfs" configure_args="--enable-experimental --disable-gnome_vfs"
short_desc="Core GStreamer libraries and elements" short_desc="Core GStreamer libraries and elements"
maintainer="pancake <pancake@nopcode.org>" maintainer="Juan RP <xtraeme@gmail.org>"
checksum=e9aabfac83f6480896da0686e9c911989f896fbad634821b7771ed84a446172b checksum=7f347a60cd4317c7ea44c23e52d6e6233d2fa278b3fe3df7cbefe2bc2e253989
long_desc=" long_desc="
GStreamer is a streaming media framework, based on graphs of filters which GStreamer is a streaming media framework, based 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
@ -66,8 +65,3 @@ Add_dependency build libvorbis-devel
Add_dependency build orc-devel Add_dependency build orc-devel
Add_dependency build coreutils Add_dependency build coreutils
Add_dependency build diffutils Add_dependency build diffutils
pre_configure()
{
export PATH="/bin:/usr/bin:$PATH"
}