mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gst-plugins-bad to 1.12.2-1
This commit is contained in:
parent
d684413a38
commit
7e641d8e1c
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
# - disable GL and GLX on v5/6/7
|
||||
|
||||
pkgname=gst-plugins-bad
|
||||
pkgver=1.12.1
|
||||
pkgver=1.12.2
|
||||
pkgrel=1
|
||||
pkgdesc="GStreamer Multimedia Framework Bad Plugins"
|
||||
url="https://gstreamer.freedesktop.org/"
|
||||
|
@ -21,7 +21,7 @@ depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt lib
|
|||
makedepends=(python gobject-introspection gtk-doc git autoconf-archive vulkan-headers
|
||||
gtk3 clutter librsvg libtiger qt5-declarative qt5-x11extras qt5-wayland zbar
|
||||
fluidsynth lilv opencv openexr)
|
||||
_commit=30f004de7fa9fd83b32b1f9be0f35e660e546f8f # tags/1.12.1^0
|
||||
_commit=0a4f4f7c2d0185c91ac3c768a8e8d20dc292f8ee # tags/1.12.2^0
|
||||
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit"
|
||||
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
|
||||
sha256sums=('SKIP'
|
||||
|
@ -51,7 +51,7 @@ build() {
|
|||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
|
||||
--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
|
||||
--with-package-origin="http://www.archlinux.org/" \
|
||||
--with-package-origin="https://www.archlinux.org/" \
|
||||
--with-gtk=3.0 \
|
||||
--enable-experimental --enable-gtk-doc --disable-static $CONFIG
|
||||
|
||||
|
|
Loading…
Reference in a new issue