gst-plugins-base: update to 0.10.29.

--HG--
extra : convert_revision : a785c65f3f109edde569fce8cf56fd2bca1b7454
This commit is contained in:
Juan RP 2010-04-28 15:25:47 +02:00
parent d6e51836ac
commit f8c5bb7ce9
2 changed files with 9 additions and 5 deletions

View File

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
revision=3
Add_dependency run pkg-config Add_dependency run pkg-config
Add_dependency run gstreamer-devel Add_dependency run gstreamer-devel
Add_dependency run libgudev-devel Add_dependency run libgudev-devel

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.28 version=0.10.29
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="--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="pancake <pancake@nopcode.org>"
checksum=132b6fd7749fcbfa9ad88c854aada44b6870c4175bda21cdb01a52b59a98e14f checksum=ac035cce4d68e2e0b980d3ddb6c74674667cbfde6cddc65e18ea16368d34732c
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
@ -62,3 +61,10 @@ Add_dependency build libvisual-devel
Add_dependency build cdparanoia-devel Add_dependency build cdparanoia-devel
Add_dependency build libtheora-devel Add_dependency build libtheora-devel
Add_dependency build libvorbis-devel Add_dependency build libvorbis-devel
Add_dependency build coreutils
Add_dependency build diffutils
pre_configure()
{
export PATH="/bin:/usr/bin:$PATH"
}