diff --git a/srcpkgs/gst-plugins-bad/template b/srcpkgs/gst-plugins-bad/template index 5a6f0a9b605..66bf8efc3f9 100644 --- a/srcpkgs/gst-plugins-bad/template +++ b/srcpkgs/gst-plugins-bad/template @@ -1,7 +1,7 @@ # Template file for 'gst-plugins-bad'. pkgname=gst-plugins-bad version=0.10.23 -revision=5 +revision=6 build_style=gnu-configure configure_args="--enable-experimental --disable-static" hostmakedepends="pkg-config intltool" @@ -19,24 +19,14 @@ license="GPL-2, LGPL-2.1" homepage="http://gstreamer.freedesktop.org" distfiles="$homepage/src/$pkgname/$pkgname-$version.tar.xz" checksum=03cf0786391c64625569072e904082a08861f05a63d64b2f8e8dad3f26d81bf9 -long_desc=" - GStreamer is a streaming media framework, badd on graphs of filters which - operate on media data. Applications using this library can do anything - real-time sound processing to playing videos, and just about anything - else media-related. Its plugin-badd architecture means that new data - types or processing capabilities can be added simply by installing new - plug-ins. - - GStreamer Bad Plug-ins is a set of plug-ins that are not up to par - compared to the rest. They might be close to being good quality, but - they're missing something - be it a good code review, some documentation, - a set of tests, a real live maintainer, or some actual wide use." gst-plugins-bad-devel_package() { - depends="gst-plugins-base-devel ${sourcepkg}>=${version}" - short_desc+=" -- development files" + depends="gst-plugins-base-devel ${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" + vmove usr/share/gtk-doc } }