diff --git a/srcpkgs/gst-plugins-good/template b/srcpkgs/gst-plugins-good/template index 7713d70e22..8ae34e1290 100644 --- a/srcpkgs/gst-plugins-good/template +++ b/srcpkgs/gst-plugins-good/template @@ -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 " -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" +}