Date: Sunday, May 7, 2017 @ 16:25:18 Author: heftig Revision: 295433 1.12.0-3
Modified: gst-plugins-ugly/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-07 16:22:03 UTC (rev 295432) +++ PKGBUILD 2017-05-07 16:25:18 UTC (rev 295433) @@ -4,13 +4,13 @@ pkgname=gst-plugins-ugly pkgver=1.12.0 -pkgrel=2 +pkgrel=3 pkgdesc="GStreamer Multimedia Framework Ugly Plugins" url="https://gstreamer.freedesktop.org/" arch=(i686 x86_64) license=(LGPL) depends=(gst-plugins-base-libs libdvdread lame libmpeg2 a52dec libsidplay - libcdio libx264 opencore-amr mpg123) + libcdio libx264 libx264-all opencore-amr mpg123) makedepends=(python gtk-doc x264 autoconf-archive git valgrind) _commit=d2374716e2cf8d7ecf9b478e5c13e2461cab0a4d # tags/1.12.0^0 source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit" @@ -39,7 +39,7 @@ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \ --with-package-name="GStreamer Ugly Plugins (Arch Linux)" \ --with-package-origin="http://www.archlinux.org/" \ - --with-x264-libraries="libx264-8bit.so:libx264-10bit.so" \ + --with-x264-libraries="/usr/lib/x264/libx264-8bit.so:/usr/lib/x264/libx264-10bit.so" \ --enable-experimental --enable-gtk-doc --disable-static # https://bugzilla.gnome.org/show_bug.cgi?id=655517
