[arch-commits] Commit in gst-validate (3 files)

Balló György bgyorgy at archlinux.org
Sun Jan 21 00:06:17 UTC 2018


    Date: Sunday, January 21, 2018 @ 00:06:16
  Author: bgyorgy
Revision: 284468

archrelease: copy trunk to community-x86_64

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

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

Copied: gst-validate/repos/community-x86_64/PKGBUILD (from rev 284467, gst-validate/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-01-21 00:06:16 UTC (rev 284468)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gst-validate
+pkgver=1.12.4
+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=('f9da9dfe6e5d6f5ba3b38c5752b42d3f927715904942b405c2924d3cb77afba1'
+            'SKIP')
+validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5') # Sebastian Dröge
+
+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