summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2020-12-07 14:27:41 -0300
committerRodrigo Bezerra2020-12-07 14:27:41 -0300
commit3aa612447c5ef5c87ce85c1498e696d3e495e698 (patch)
treed92f02ac70f996c1cc0027fb223f5eb0ea3b9c3b
parent0728ba074e9891978e2bce2d6c2a8a964580fde8 (diff)
downloadaur-3aa612447c5ef5c87ce85c1498e696d3e495e698.tar.gz
Update to version 1.18.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44bbc6b0860a..8f34d4e5f524 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-gst-plugins-ugly
- pkgdesc = GStreamer open-source multimedia framework ugly plugins (32-bit)
- pkgver = 1.16.2
- pkgrel = 2
+ pkgdesc = Multimedia graph framework - ugly plugins (32-bit)
+ pkgver = 1.18.1
+ pkgrel = 1
url = https://gstreamer.freedesktop.org/
arch = x86_64
license = LGPL
@@ -17,7 +17,7 @@ pkgbase = lib32-gst-plugins-ugly
depends = lib32-x264
depends = lib32-opencore-amr
depends = gst-plugins-ugly
- source = git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=4b2943ee2788331e4000f0f7e226cd5ce2c135a4
+ source = git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=720672eed30b3be47b2f26d67554786c0d3693ad
sha256sums = SKIP
pkgname = lib32-gst-plugins-ugly
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/"