summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam2018-08-25 07:35:31 +0800
committerAdam2018-08-25 07:35:31 +0800
commit4b849a8a77083cffbbcc3f3d6465c260318fd878 (patch)
tree4706a901f84f9082af55a7ccbce7a11ce672ccd4 /PKGBUILD
parent5ee1617013863191a0ae5baf10430c8c7d7b7386 (diff)
downloadaur-4b849a8a77083cffbbcc3f3d6465c260318fd878.tar.gz
Update to version 1.14.2
Also use lib32-x264 instead of lib32-libx264 Signed-off-by: Adam <adam900710@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bdb3d126ac4..e85c515dde32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_basename=gst-plugins-ugly
pkgname="lib32-$_basename"
-pkgver=1.14.1
-pkgrel=2
+pkgver=1.14.2
+pkgrel=1
pkgdesc="GStreamer Multimedia Framework Ugly Plugins (32-bit)"
arch=('x86_64')
license=('LGPL')
url="https://gstreamer.freedesktop.org/"
depends=('lib32-gst-plugins-base-libs' 'lib32-libdvdread' 'lib32-lame' 'lib32-libmpeg2' 'lib32-a52dec' 'lib32-libmad' 'lib32-libsidplay'
- 'lib32-libcdio' 'lib32-libx264' 'lib32-opencore-amr' 'lib32-mpg123' 'gst-plugins-ugly')
-makedepends=('python' 'lib32-libx264' 'autoconf-archive' 'git' 'valgrind-multilib')
-_commit=005effc365d48964271a7a028d62e5e13da976d3 # tags/1.14.1
+ 'lib32-libcdio' 'lib32-x264' 'lib32-opencore-amr' 'lib32-mpg123' 'gst-plugins-ugly')
+makedepends=('python' 'lib32-x264' 'autoconf-archive' 'git' 'valgrind-multilib')
+_commit=df1bcfa0ba57859eb39610ef53f1eb744ca57465 # tags/1.14.2
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit"
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
sha256sums=('SKIP'
@@ -48,7 +48,7 @@ build() {
--build=i686-pc-linux-gnu \
--with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
--with-package-origin="http://www.archlinux.org/" \
- --with-x265-libraries="/usr/lib32/x264/libx264-8bit.so:/usr/lib32/x264/libx264-10bit.so" \
+ --with-x264-libraries="/usr/lib32/libx264.so" \
--enable-experimental \
--disable-gtk-doc \
--disable-static