[arch-commits] Commit in gst-python/repos (4 files)
Jan Steffens
heftig at archlinux.org
Fri Aug 19 15:10:43 UTC 2016
Date: Friday, August 19, 2016 @ 15:10:42
Author: heftig
Revision: 273971
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gst-python/repos/extra-i686/PKGBUILD
(from rev 273970, gst-python/trunk/PKGBUILD)
gst-python/repos/extra-x86_64/PKGBUILD
(from rev 273970, gst-python/trunk/PKGBUILD)
Deleted:
gst-python/repos/extra-i686/PKGBUILD
gst-python/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 104 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 52 ------------------------
extra-x86_64/PKGBUILD | 52 ------------------------
3 files changed, 104 insertions(+), 104 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-08-19 15:10:12 UTC (rev 273970)
+++ extra-i686/PKGBUILD 2016-08-19 15:10:42 UTC (rev 273971)
@@ -1,52 +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.8.2
-pkgrel=1
-pkgdesc="GStreamer Python binding overrides"
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pkg-config' 'python-gobject' 'python2-gobject' 'gst-plugins-base')
-url="http://gstreamer.freedesktop.org/"
-source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('4f5015239482014c16f435559a45e6c87930340b65ee04e2e6fa164c8d724d97')
-
-prepare() {
- mkdir py2 py3
-}
-
-_build() (
- cd $1
- # Out-of-tree build fails to check
- cp -a ../$pkgbase-$pkgver/* .
- ./configure --prefix=/usr
- make
-)
-
-build() {
- _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-i686/PKGBUILD (from rev 273970, gst-python/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-19 15:10:42 UTC (rev 273971)
@@ -0,0 +1,52 @@
+# $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.8.3
+pkgrel=1
+pkgdesc="GStreamer Python binding overrides"
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkg-config' 'python-gobject' 'python2-gobject' 'gst-plugins-base')
+url="http://gstreamer.freedesktop.org/"
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('149e7b9c2c361832bc765d39bce004d1ffe1b330c09c42dc902ca48867e804ce')
+
+prepare() {
+ mkdir py2 py3
+}
+
+_build() (
+ cd $1
+ # Out-of-tree build fails to check
+ cp -a ../$pkgbase-$pkgver/* .
+ ./configure --prefix=/usr
+ make
+)
+
+build() {
+ _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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-08-19 15:10:12 UTC (rev 273970)
+++ extra-x86_64/PKGBUILD 2016-08-19 15:10:42 UTC (rev 273971)
@@ -1,52 +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.8.2
-pkgrel=1
-pkgdesc="GStreamer Python binding overrides"
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pkg-config' 'python-gobject' 'python2-gobject' 'gst-plugins-base')
-url="http://gstreamer.freedesktop.org/"
-source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('4f5015239482014c16f435559a45e6c87930340b65ee04e2e6fa164c8d724d97')
-
-prepare() {
- mkdir py2 py3
-}
-
-_build() (
- cd $1
- # Out-of-tree build fails to check
- cp -a ../$pkgbase-$pkgver/* .
- ./configure --prefix=/usr
- make
-)
-
-build() {
- _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 273970, gst-python/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-08-19 15:10:42 UTC (rev 273971)
@@ -0,0 +1,52 @@
+# $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.8.3
+pkgrel=1
+pkgdesc="GStreamer Python binding overrides"
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkg-config' 'python-gobject' 'python2-gobject' 'gst-plugins-base')
+url="http://gstreamer.freedesktop.org/"
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('149e7b9c2c361832bc765d39bce004d1ffe1b330c09c42dc902ca48867e804ce')
+
+prepare() {
+ mkdir py2 py3
+}
+
+_build() (
+ cd $1
+ # Out-of-tree build fails to check
+ cp -a ../$pkgbase-$pkgver/* .
+ ./configure --prefix=/usr
+ make
+)
+
+build() {
+ _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