extra/gst-plugins-ugly to 1.12.0-3

This commit is contained in:
Kevin Mihelich 2017-05-19 12:52:50 +00:00
parent 26ee397ce2
commit 38a6c3e6d5

View file

@ -7,13 +7,13 @@
pkgname=gst-plugins-ugly
pkgver=1.12.0
pkgrel=1
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)
_commit=d2374716e2cf8d7ecf9b478e5c13e2461cab0a4d # tags/1.12.0^0
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit"
@ -42,6 +42,7 @@ build() {
./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="/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