[arch-commits] Commit in gst-python/repos/gnome-unstable-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Mar 14 19:36:27 UTC 2018


    Date: Wednesday, March 14, 2018 @ 19:36:27
  Author: heftig
Revision: 319070

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gst-python/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 319069, gst-python/trunk/PKGBUILD)
Deleted:
  gst-python/repos/gnome-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |  138 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-14 19:36:04 UTC (rev 319069)
+++ PKGBUILD	2018-03-14 19:36:27 UTC (rev 319070)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=gst-python
-pkgname=(gst-python gst-python2)
-pkgver=1.13.90
-pkgrel=1
-pkgdesc="GStreamer Python binding overrides"
-url="https://gstreamer.freedesktop.org/"
-arch=(x86_64)
-license=(LGPL)
-makedepends=(python-gobject python2-gobject gst-plugins-base-libs git)
-_commit=abb68ad440c25d4a4236e11ab14ca2754083b10a  # tags/1.13.90^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-python#commit=$_commit"
-        "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-
-  cd ..
-  cp -a $pkgbase py2
-  cp -a $pkgbase py3
-}
-
-
-_build() (
-  cd py$1
-  PYTHON=/usr/bin/python$1 ./configure --prefix=/usr
-  make
-)
-
-build() {
-  _build 2
-  _build 3
-}
-
-check() {
-  make -C py3 check
-  make -C py2 check
-}
-
-package_gst-python() {
-  pkgdesc="${pkgdesc//Python/Python 3}"
-  depends=(python-gobject gst-plugins-base-libs)
-
-  make -C py3 DESTDIR="$pkgdir" install
-}
-
-package_gst-python2() {
-  pkgdesc="${pkgdesc//Python/Python 2}"
-  depends=(python2-gobject gst-plugins-base-libs)
-
-  make -C py2 DESTDIR="$pkgdir" install
-}

Copied: gst-python/repos/gnome-unstable-x86_64/PKGBUILD (from rev 319069, gst-python/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-14 19:36:27 UTC (rev 319070)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=gst-python
+pkgname=(gst-python gst-python2)
+pkgver=1.13.91
+pkgrel=1
+pkgdesc="GStreamer Python binding overrides"
+url="https://gstreamer.freedesktop.org/"
+arch=(x86_64)
+license=(LGPL)
+makedepends=(python-gobject python2-gobject gst-plugins-base-libs git)
+_commit=10ba0a08ce48dba6448bc9bceff2e47f1b543fdd  # tags/1.13.91^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-python#commit=$_commit"
+        "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+
+  cd ..
+  cp -a $pkgbase py2
+  cp -a $pkgbase py3
+}
+
+
+_build() (
+  cd py$1
+  PYTHON=/usr/bin/python$1 ./configure --prefix=/usr
+  make
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+check() {
+  make -C py3 check
+  make -C py2 check
+}
+
+package_gst-python() {
+  pkgdesc="${pkgdesc//Python/Python 3}"
+  depends=(python-gobject gst-plugins-base-libs)
+
+  make -C py3 DESTDIR="$pkgdir" install
+}
+
+package_gst-python2() {
+  pkgdesc="${pkgdesc//Python/Python 2}"
+  depends=(python2-gobject gst-plugins-base-libs)
+
+  make -C py2 DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list