summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-02-25 18:54:57 +0100
committerNicola Murino2022-02-25 18:54:57 +0100
commit84e555d2636906a7f2f132798e0babae59f9a485 (patch)
treec1cbb7dbf3b0618f457f4bcf99066a369dc57734
parentf36799e3b8cccc1708c2459a1a3e8fafa3965a3a (diff)
downloadaur-84e555d2636906a7f2f132798e0babae59f9a485.tar.gz
Update to 1.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 7 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31e0b9a7214f..f945ce7766f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gst-plugins-openh264
pkgdesc = GStreamer open-source multimedia framework OpenH264 plugins
- pkgver = 1.18.5
+ pkgver = 1.20.0
pkgrel = 1
url = https://gstreamer.freedesktop.org/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = gst-plugins-openh264
makedepends = git
depends = gst-plugins-base-libs
depends = openh264
- source = git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=d3af58d5b31941caa26c3ded85d7a7b84a91f0cc
- sha256sums = SKIP
+ source = https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.20.0.tar.xz
+ sha256sums = 015b8d4d9a395ebf444d40876867a2034dd3304b3ad48bc3a0dd0c1ee71dc11d
pkgname = gst-plugins-openh264
diff --git a/PKGBUILD b/PKGBUILD
index 362a612ddb87..e6b49c775caa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=gst-plugins-openh264
_pkgname=gst-plugins-bad
-pkgver=1.18.5
+pkgver=1.20.0
pkgrel=1
pkgdesc="GStreamer open-source multimedia framework OpenH264 plugins"
url="https://gstreamer.freedesktop.org/"
@@ -9,17 +9,11 @@ arch=(x86_64)
license=(LGPL)
depends=(gst-plugins-base-libs openh264)
makedepends=(meson git)
-_commit=d3af58d5b31941caa26c3ded85d7a7b84a91f0cc # tags/1.18.5^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $_pkgname
- git describe --tags | sed 's/-/+/g'
-}
+source=(${url}src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.xz)
+sha256sums=('015b8d4d9a395ebf444d40876867a2034dd3304b3ad48bc3a0dd0c1ee71dc11d')
build() {
- arch-meson $_pkgname build \
+ arch-meson $_pkgname-$pkgver build \
--auto-features=disabled \
-D openh264=enabled \
-D package-name="GStreamer Bad Plugins (Arch Linux)" \