[arch-commits] Commit in gst-validate/repos (2 files)

Balló György bgyorgy at archlinux.org
Fri Mar 23 20:07:52 UTC 2018


    Date: Friday, March 23, 2018 @ 20:07:51
  Author: bgyorgy
Revision: 311644

archrelease: copy trunk to community-testing-x86_64

Added:
  gst-validate/repos/community-testing-x86_64/
  gst-validate/repos/community-testing-x86_64/PKGBUILD
    (from rev 311643, gst-validate/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: gst-validate/repos/community-testing-x86_64/PKGBUILD (from rev 311643, gst-validate/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-03-23 20:07:51 UTC (rev 311644)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gst-validate
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="Debugging tool for GStreamer"
+arch=(x86_64)
+url="https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-validate/html/"
+license=(LGPL2.1)
+depends=(gst-plugins-base-libs gtk3 python)
+makedepends=(gobject-introspection)
+source=(https://gstreamer.freedesktop.org/src/gst-validate/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('33df08bf77f2895d64b7e8a957de3b930b4da0a8edabfbefcff2eab027eeffdf'
+            'SKIP')
+validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5' # Sebastian Dröge
+              'D637032E45B8C6585B9456565D2EEE6F6F349D7C') # Tim-Philipp Müller
+
+build() {
+	cd $pkgname-$pkgver
+	./configure --prefix=/usr
+	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list