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

Jan Steffens heftig at archlinux.org
Fri Jan 24 23:00:32 UTC 2020


    Date: Friday, January 24, 2020 @ 23:00:32
  Author: heftig
Revision: 373891

1.16.2-2: Make all deps proper

Modified:
  gst-plugins-good/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-24 21:57:33 UTC (rev 373890)
+++ PKGBUILD	2020-01-24 23:00:32 UTC (rev 373891)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-good
 pkgver=1.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer open-source multimedia framework good plugins"
 url="https://gstreamer.freedesktop.org/"
 arch=(x86_64)
@@ -10,8 +10,8 @@
 license=(LGPL)
 depends=(libpulse libsoup gst-plugins-base-libs wavpack aalib taglib libdv libshout libvpx
          gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo libgudev speex flac
-         libraw1394 lame mpg123 twolame)
-makedepends=(python gtk-doc git gtk3 qt5-declarative qt5-x11extras qt5-wayland meson jack2)
+         libraw1394 lame mpg123 twolame gtk3 qt5-declarative qt5-x11extras qt5-wayland)
+makedepends=(python gtk-doc git meson jack2)
 checkdepends=(gst-plugins-base)
 _commit=ce0723527aa37d5f4d19ef8021c0b2eb8f83b08d  # tags/1.16.2^0
 source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit")
@@ -41,5 +41,7 @@
 }
 
 package() {
+  depends+=(libjack.so)
+
   DESTDIR="$pkgdir" meson install -C build
 }



More information about the arch-commits mailing list