[arch-commits] Commit in gst-python/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Dec 10 03:42:02 UTC 2017
Date: Sunday, December 10, 2017 @ 03:42:02
Author: heftig
Revision: 312025
archrelease: copy trunk to extra-x86_64
Added:
gst-python/repos/extra-x86_64/PKGBUILD
(from rev 312024, gst-python/trunk/PKGBUILD)
Deleted:
gst-python/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 138 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 69 insertions(+), 69 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-10 03:41:37 UTC (rev 312024)
+++ PKGBUILD 2017-12-10 03:42:02 UTC (rev 312025)
@@ -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.12.3
-pkgrel=1
-pkgdesc="GStreamer Python binding overrides"
-url="https://gstreamer.freedesktop.org/"
-arch=(i686 x86_64)
-license=(LGPL)
-makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
-_commit=705c1c09228c0a95150ea86cd536bcb0c2c74e51 # tags/1.12.3^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 $1
- ./configure --prefix=/usr
- make
-)
-
-build() {
- PYTHON=python3 _build py3
- PYTHON=python2 _build py2
-}
-
-check() {
- make -C py3 check
- #make -C py2 check
-}
-
-package_gst-python() {
- pkgdesc="${pkgdesc//Python/Python 3}"
- depends=(python-gobject gst-plugins-base)
-
- make -C py3 DESTDIR="$pkgdir" install
-}
-
-package_gst-python2() {
- pkgdesc="${pkgdesc//Python/Python 2}"
- depends=(python2-gobject gst-plugins-base)
-
- make -C py2 DESTDIR="$pkgdir" install
-}
Copied: gst-python/repos/extra-x86_64/PKGBUILD (from rev 312024, gst-python/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-10 03:42:02 UTC (rev 312025)
@@ -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.12.4
+pkgrel=1
+pkgdesc="GStreamer Python binding overrides"
+url="https://gstreamer.freedesktop.org/"
+arch=(x86_64)
+license=(LGPL)
+makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
+_commit=d8d6347c7cd62f0a86d1a3f75e1107a44cee6b2a # tags/1.12.4^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 $1
+ ./configure --prefix=/usr
+ make
+)
+
+build() {
+ PYTHON=python3 _build py3
+ PYTHON=python2 _build py2
+}
+
+check() {
+ make -C py3 check
+ #make -C py2 check
+}
+
+package_gst-python() {
+ pkgdesc="${pkgdesc//Python/Python 3}"
+ depends=(python-gobject gst-plugins-base)
+
+ make -C py3 DESTDIR="$pkgdir" install
+}
+
+package_gst-python2() {
+ pkgdesc="${pkgdesc//Python/Python 2}"
+ depends=(python2-gobject gst-plugins-base)
+
+ make -C py2 DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list