diff --git a/srcpkgs/gst-plugins-good/gst-plugins-good.rshlibs b/srcpkgs/gst-plugins-good/gst-plugins-good.rshlibs index 74f4347095..f6de28b5f8 100644 --- a/srcpkgs/gst-plugins-good/gst-plugins-good.rshlibs +++ b/srcpkgs/gst-plugins-good/gst-plugins-good.rshlibs @@ -40,7 +40,6 @@ libgconf-2.so.4 libgdk_pixbuf-2.0.so.0 libjack.so.0 libjpeg.so.8 -libpng14.so.14 libpulse.so.0 libsoup-gnome-2.4.so.1 libsoup-2.4.so.1 @@ -50,3 +49,4 @@ libtag.so.1 libstdc++.so.6 libgcc_s.so.1 libwavpack.so.1 +libpng15.so.15 diff --git a/srcpkgs/gst-plugins-good/template b/srcpkgs/gst-plugins-good/template index 9f602a132f..38b202ec09 100644 --- a/srcpkgs/gst-plugins-good/template +++ b/srcpkgs/gst-plugins-good/template @@ -1,18 +1,20 @@ # Template file for 'gst-plugins-good'. pkgname=gst-plugins-good version=0.10.31 -distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz" +revision=2 build_style=gnu-configure configure_args="--with-gudev --with-libv4l2 --enable-experimental --disable-schemas-install --disable-aalib --disable-esd --disable-hal --disable-libcaca --disable-libdv --disable-dv1394 --disable-shout2 --with-gconf-schema-file-dir=/usr/share/gconf/schemas --enable-speex" -makedepends="pkg-config intltool libxml2-devel libgudev-devel libflac-devel libXext-devel libXdamage-devel libXfixes-devel gtk+-devel taglib-devel libsoup-devel libsoup-gnome-devel gstreamer-devel gst-plugins-base-devel GConf-devel pulseaudio-devel orc-devel libXv-devel wavpack-devel v4l-utils-devel jack-devel speex-devel" -revision=1 +# XXX: build libcaca, libdv, dv1394 and shout2 modules. +makedepends="pkg-config intltool libpng-devel>=1.5.10 libxml2-devel libgudev-devel libflac-devel libXdamage-devel libXfixes-devel gtk+-devel taglib-devel libsoup-gnome-devel gst-plugins-base-devel GConf-devel pulseaudio-devel orc-devel libXv-devel wavpack-devel v4l-utils-devel jack-devel speex-devel" +gconf_schemas="gstreamer-0.10.schemas" short_desc="Core GStreamer libraries and elements" maintainer="Juan RP " homepage="http://gstreamer.freedesktop.org/" license="LGPL-2.1" +distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz" checksum=77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 long_desc=" GStreamer is a streaming media framework, goodd on graphs of filters which @@ -24,10 +26,6 @@ long_desc=" This package contains a set of well-maintained good plug-ins." -gconf_schemas="gstreamer-0.10.schemas" - -# XXX: build libcaca, libdv, dv1394 and shout2 modules. - post_install() { mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc} gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \