From c6118a4fcb49163cedf313c73831c541866a5a99 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 30 Apr 2013 11:53:32 +0200 Subject: [PATCH] gst-plugins-good: rebuild against libpng-1.6. --- srcpkgs/gst-plugins-good/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gst-plugins-good/template b/srcpkgs/gst-plugins-good/template index 02ca436f28..48aa877655 100644 --- a/srcpkgs/gst-plugins-good/template +++ b/srcpkgs/gst-plugins-good/template @@ -8,7 +8,7 @@ configure_args="--with-gudev --with-libv4l2 --enable-experimental --disable-libcaca --disable-libdv --disable-dv1394 --disable-shout2 --with-gconf-schema-file-dir=/usr/share/gconf/schemas --enable-speex" # XXX: build libcaca, libdv, dv1394 and shout2 modules. -makedepends="pkg-config intltool libpng-devel>=1.5.10 libxml2-devel +makedepends="pkg-config intltool libpng-devel>=1.6 libxml2-devel libgudev-devel libflac-devel libXdamage-devel gtk+-devel taglib-devel libsoup-gnome-devel gst-plugins-base-devel GConf-devel pulseaudio-devel orc-devel wavpack-devel v4l-utils-devel>=0.8.9 jack-devel speex-devel" @@ -36,6 +36,6 @@ post_install() { gst-plugins-good_package() { pkg_install() { - vmove usr + vmove all } }