[arch-commits] Commit in gst-validate/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Sep 18 08:56:04 UTC 2018


    Date: Tuesday, September 18, 2018 @ 08:56:04
  Author: bgyorgy
Revision: 382967

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-18 08:56:00 UTC (rev 382966)
+++ PKGBUILD	2018-09-18 08:56:04 UTC (rev 382967)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gst-validate
-pkgver=1.14.2
-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=('ea9e423e5470ef85ef8a0aea1714e7abfc49deb2ed282057367484cdeba6f19f'
-            '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
-}

Copied: gst-validate/repos/community-x86_64/PKGBUILD (from rev 382966, gst-validate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-18 08:56:04 UTC (rev 382967)
@@ -0,0 +1,28 @@
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gst-validate
+pkgver=1.14.3
+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=('0910f75de9028edb9f1ba0571470482365ff0c9e5373506780ea38ba0cc9f703'
+            '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