[arch-commits] Commit in gst-editing-services/repos/community-x86_64 (2 files)

Balló György bgyorgy at archlinux.org
Thu Jan 9 00:48:14 UTC 2020


    Date: Thursday, January 9, 2020 @ 00:48:14
  Author: bgyorgy
Revision: 550948

archrelease: copy trunk to community-x86_64

Added:
  gst-editing-services/repos/community-x86_64/PKGBUILD
    (from rev 550947, gst-editing-services/trunk/PKGBUILD)
Deleted:
  gst-editing-services/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-09 00:48:10 UTC (rev 550947)
+++ PKGBUILD	2020-01-09 00:48:14 UTC (rev 550948)
@@ -1,41 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Lubosz Sarnecki <lubosz at gmail.com>
-# Contributor: Kerrick Staley <mail at kerrickstaley.com>
-# Contributor: Thijs Vermeir <thijsvermeir at gmail.com>
-
-pkgname=gst-editing-services
-_pkgname=gstreamer-editing-services
-pkgver=1.16.1
-pkgrel=3
-pkgdesc='GStreamer library for creating audio/video editors'
-arch=('x86_64')
-license=('LGPL')
-url='https://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-makedepends=('bash-completion' 'gobject-introspection' 'gtk-doc' 'python-gobject')
-checkdepends=('gst-plugins-bad' 'gst-plugins-good')
-source=("https://gstreamer.freedesktop.org/src/$_pkgname/$_pkgname-$pkgver.tar.xz"{,.asc})
-validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5' # Sebastian Dröge
-              'D637032E45B8C6585B9456565D2EEE6F6F349D7C') # Tim-Philipp Müller
-sha256sums=('c884878f9e6ddac96e4f174654d12fe52e3d48eaaec27a80767c0d56cb2f6780'
-            'SKIP')
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr --enable-gtk-doc \
-    --with-package-name="GStreamer (Arch Linux)" \
-    --with-package-origin="http://www.archlinux.org/"
-  make
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  # Broken on i686
-  make check || :
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-editing-services/repos/community-x86_64/PKGBUILD (from rev 550947, gst-editing-services/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-09 00:48:14 UTC (rev 550948)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Lubosz Sarnecki <lubosz at gmail.com>
+# Contributor: Kerrick Staley <mail at kerrickstaley.com>
+# Contributor: Thijs Vermeir <thijsvermeir at gmail.com>
+
+pkgname=gst-editing-services
+_pkgname=gstreamer-editing-services
+pkgver=1.16.2
+pkgrel=1
+pkgdesc='GStreamer library for creating audio/video editors'
+arch=('x86_64')
+license=('LGPL')
+url='https://gstreamer.freedesktop.org/modules/gst-editing-services.html'
+depends=('gst-plugins-base')
+makedepends=('bash-completion' 'gobject-introspection' 'gtk-doc' 'python-gobject')
+checkdepends=('gst-plugins-bad' 'gst-plugins-good')
+source=("https://gstreamer.freedesktop.org/src/$_pkgname/$_pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5' # Sebastian Dröge
+              'D637032E45B8C6585B9456565D2EEE6F6F349D7C') # Tim-Philipp Müller
+sha256sums=('0e06a6191a0c6c16e16272bf2573cecaeb245f10629486ad940a299bef700c16'
+            'SKIP')
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --prefix=/usr --enable-gtk-doc \
+    --with-package-name="GStreamer (Arch Linux)" \
+    --with-package-origin="http://www.archlinux.org/"
+  make
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  # Broken on i686
+  make check || :
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list