[arch-commits] Commit in gst-validate/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sat Aug 18 20:30:06 UTC 2018
Date: Saturday, August 18, 2018 @ 20:30:06
Author: bgyorgy
Revision: 372697
archrelease: copy trunk to community-x86_64
Added:
gst-validate/repos/community-x86_64/PKGBUILD
(from rev 372696, gst-validate/trunk/PKGBUILD)
Deleted:
gst-validate/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-18 20:30:01 UTC (rev 372696)
+++ PKGBUILD 2018-08-18 20:30:06 UTC (rev 372697)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gst-validate
-pkgver=1.14.1
-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=('68e3f38f66e0d04837b60090fe5d9ca1127f5df124669f34ca82e241209171e4'
- '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 372696, gst-validate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-18 20:30:06 UTC (rev 372697)
@@ -0,0 +1,29 @@
+# $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
+}
More information about the arch-commits
mailing list