gst-plugins-good: rebuild against libpng-1.6.

This commit is contained in:
Juan RP 2013-04-30 11:53:32 +02:00
parent a231689f70
commit c6118a4fcb

View File

@ -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
}
}