summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7ae5dce77ef..01af3fb50795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
_basename=gst-plugins-ugly
pkgname=lib32-gst-plugins-ugly
-pkgver=1.16.2
-pkgrel=2
-pkgdesc="GStreamer open-source multimedia framework ugly plugins (32-bit)"
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="Multimedia graph framework - ugly plugins (32-bit)"
url="https://gstreamer.freedesktop.org/"
arch=(x86_64)
license=(LGPL)
depends=(lib32-gst-plugins-base-libs lib32-libdvdread lib32-libmpeg2 lib32-a52dec lib32-libsidplay
lib32-libcdio lib32-x264 lib32-opencore-amr gst-plugins-ugly)
makedepends=(git meson python)
-_commit=4b2943ee2788331e4000f0f7e226cd5ce2c135a4 # tags/1.16.2^0
+_commit=720672eed30b3be47b2f26d67554786c0d3693ad # tags/1.18.1^0
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit")
sha256sums=('SKIP')
@@ -33,10 +33,10 @@ build() {
export PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config'
arch-meson $_basename build \
- --libdir=/usr/lib32 \
+ --libdir=lib32 \
+ --libexecdir=lib32 \
+ -D doc=disabled \
-D gobject-cast-checks=disabled \
- -D glib-asserts=disabled \
- -D glib-checks=disabled \
-D package-name="GStreamer Ugly Plugins (Arch Linux)" \
-D package-origin="https://www.archlinux.org/"