[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu May 4 21:24:15 UTC 2017


    Date: Thursday, May 4, 2017 @ 21:24:15
  Author: heftig
Revision: 295294

1.12.0-1

Modified:
  gst-plugins-bad/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-04 21:17:18 UTC (rev 295293)
+++ PKGBUILD	2017-05-04 21:24:15 UTC (rev 295294)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gst-plugins-bad
-pkgver=1.10.4
-pkgrel=7
+pkgver=1.12.0
+pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 url="https://gstreamer.freedesktop.org/"
 arch=(i686 x86_64)
@@ -11,13 +11,13 @@
 license=(LGPL)
 depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt libdca libdvdnav
          libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls glu sbc rtmpdump
-         libgudev graphene)
-makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind wildmidi librsvg
-             gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal libusb
-             qt5-declarative qt5-x11extras qt5-wayland vulkan-headers vulkan-icd-loader zbar
-             autoconf-archive git libfdk-aac faac soundtouch spandsp fluidsynth neon)
-options=(!emptydirs)
-_commit=2e40502e73d744a26abaa9fd22453e625ca6a146  # tags/1.10.4^0
+         libgudev graphene schroedinger libexif libdvdread libvdpau libmpeg2 wildmidi ladspa
+         openal libusb vulkan-icd-loader libfdk-aac faac soundtouch spandsp neon
+         webrtc-audio-processing libdc1394 libmpcdec zvbi)
+makedepends=(python valgrind 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=da5b0d7ad3a55b958a4203659f9ff2ab270bcc91  # tags/1.12.0^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'
@@ -35,6 +35,8 @@
   git config --local submodule.common.url "$srcdir/gst-common"
   git submodule update
 
+  sed -i 's/cmu_us_kal/&16/g' configure.ac ext/flite/gstflitetestsrc.c
+
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -55,8 +57,8 @@
 
 check() {
   cd $pkgname
-  # don't have a camera for the camerabin test
-  make -k check || :
+  # bad tests are bad
+  #make -k check || :
 }
 
 package() {



More information about the arch-commits mailing list