gst-plugins-base: update to 0.10.34.
This commit is contained in:
parent
0db7ec786a
commit
4a0a8fedc5
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'gst-plugins-base'.
|
||||
pkgname=gst-plugins-base
|
||||
version=0.10.32
|
||||
revision=1
|
||||
version=0.10.34
|
||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-experimental --disable-gnome_vfs"
|
||||
short_desc="Core GStreamer libraries and elements"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
checksum=e9aabfac83f6480896da0686e9c911989f896fbad634821b7771ed84a446172b
|
||||
maintainer="Juan RP <xtraeme@gmail.org>"
|
||||
checksum=7f347a60cd4317c7ea44c23e52d6e6233d2fa278b3fe3df7cbefe2bc2e253989
|
||||
long_desc="
|
||||
GStreamer is a streaming media framework, based on graphs of filters which
|
||||
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 coreutils
|
||||
Add_dependency build diffutils
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
export PATH="/bin:/usr/bin:$PATH"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue