diff options
-rw-r--r-- | libre/gst-plugins-bad/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libre/gst-plugins-bad/PKGBUILD b/libre/gst-plugins-bad/PKGBUILD index c7c3edb8d..55166e8f7 100644 --- a/libre/gst-plugins-bad/PKGBUILD +++ b/libre/gst-plugins-bad/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 289453 2017-02-23 20:23:57Z heftig $ # Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor (Arch): Jan de Groot <jgc@archlinux.org> -# Maintainer (Hyperbola): Márcio Silva <coadde@hyperbola.info> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info> +# Contributor: Márcio Silva <coadde@hyperbola.info> pkgname=gst-plugins-bad -pkgver=1.14.2 -pkgrel=3.parabola1 +pkgver=1.14.4 +pkgrel=3 +pkgrel+=.par1 pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support" url="https://gstreamer.freedesktop.org/" -arch=(i686 x86_64 armv7h) +arch=(x86_64) +arch+=(i686 armv7h) license=(LGPL) depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt libdca libdvdnav libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls sbc rtmpdump libgudev @@ -21,7 +22,7 @@ makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 vulk vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv opencv) replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") -_commit=513ef5efdf85f9af4a016e8ae69f28cf16c9ec58 # tags/1.14.2^0 +_commit=566e4ecc223b18fce8bd932f5e4885f41f746dd4 # tags/1.14.4^0 source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit" "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common" missing-includes.diff) |