gst-plugins-good: update to 0.10.22.
--HG-- extra : convert_revision : e4ddde4dd74fa39884f2bcce309d4804eb2371bd
This commit is contained in:
parent
f8c5bb7ce9
commit
f4e0eeabfe
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'gst-plugins-good'.
|
||||
pkgname=gst-plugins-good
|
||||
version=0.10.21
|
||||
revision=1
|
||||
version=0.10.22
|
||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-gudev --with-libv4l2 --enable-experimental
|
||||
|
@ -11,7 +10,7 @@ configure_args="--with-gudev --with-libv4l2 --enable-experimental
|
|||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
||||
short_desc="Core GStreamer libraries and elements"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
checksum=24445a1cf56302ab4ad5f56055d5c3d81c704b8f9f6875fe78a25d4f72716d22
|
||||
checksum=89ba50e0e3b7355bd75c9b0a60866a67b9bd1de38458e540a57853998103d69f
|
||||
long_desc="
|
||||
GStreamer is a streaming media framework, goodd on graphs of filters which
|
||||
operate on media data. Applications using this library can do anything
|
||||
|
@ -78,3 +77,10 @@ Add_dependency build libsoup-gnome-devel
|
|||
Add_dependency build gstreamer-devel
|
||||
Add_dependency build gst-plugins-base-devel
|
||||
Add_dependency build GConf-devel
|
||||
Add_dependency build coreutils
|
||||
Add_dependency build diffutils
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
export PATH="/bin:/usr/bin:$PATH"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue