[arch-commits] Commit in gstreamer/repos (8 files)

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 13:30:48
  Author: heftig
Revision: 305839

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gstreamer/repos/extra-i686/PKGBUILD
(from rev 305838, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-i686/gstreamer.install
(from rev 305838, gstreamer/trunk/gstreamer.install)
  gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 305838, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-x86_64/gstreamer.install
(from rev 305838, gstreamer/trunk/gstreamer.install)
Deleted:
  gstreamer/repos/extra-i686/PKGBUILD
  gstreamer/repos/extra-i686/gstreamer.install
  gstreamer/repos/extra-x86_64/PKGBUILD
  gstreamer/repos/extra-x86_64/gstreamer.install

+
 /PKGBUILD  |  118 +++
 /gstreamer.install |   14 
 extra-i686/PKGBUILD|   59 ---
 extra-i686/gstreamer.install   |7 --
 extra-x86_64/PKGBUILD  |   59 ---
 extra-x86_64/gstreamer.install |7 --
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-19 13:24:41 UTC (rev 305838)
+++ extra-i686/PKGBUILD 2017-09-19 13:30:48 UTC (rev 305839)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="GStreamer open-source multimedia framework core library"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libxml2 glib2 libunwind libcap libelf)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
- valgrind bash-completion)
-checkdepends=(gmp gsl gtk3)
-_commit=dca812c58c3cd1467f5aff3088318feb510c334d  # tags/1.12.2^0
-install=gstreamer.install
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 305838, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-19 13:30:48 UTC (rev 305839)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.12.3
+pkgrel=1
+pkgdesc="GStreamer open-source multimedia framework core library"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libxml2 glib2 libunwind libcap libelf)
+makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
+ valgrind bash-completion)
+checkdepends=(gmp gsl gtk3)
+_commit=a6653b617cf42de70be087188d41c1cff6193b05  # tags/1.12.3^0
+install=gstreamer.install
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gstreamer.install
===
--- extra-i686/gstreamer.install2017-09-19 13:24:41 UTC 

[arch-commits] Commit in gstreamer/repos (8 files)

2017-07-14 Thread Jan Steffens
Date: Friday, July 14, 2017 @ 12:20:26
  Author: heftig
Revision: 300536

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gstreamer/repos/extra-i686/PKGBUILD
(from rev 300535, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-i686/gstreamer.install
(from rev 300535, gstreamer/trunk/gstreamer.install)
  gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 300535, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-x86_64/gstreamer.install
(from rev 300535, gstreamer/trunk/gstreamer.install)
Deleted:
  gstreamer/repos/extra-i686/PKGBUILD
  gstreamer/repos/extra-i686/gstreamer.install
  gstreamer/repos/extra-x86_64/PKGBUILD
  gstreamer/repos/extra-x86_64/gstreamer.install

+
 /PKGBUILD  |  118 +++
 /gstreamer.install |   14 
 extra-i686/PKGBUILD|   59 ---
 extra-i686/gstreamer.install   |7 --
 extra-x86_64/PKGBUILD  |   59 ---
 extra-x86_64/gstreamer.install |7 --
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-14 12:20:03 UTC (rev 300535)
+++ extra-i686/PKGBUILD 2017-07-14 12:20:26 UTC (rev 300536)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.12.1
-pkgrel=1
-pkgdesc="GStreamer open-source multimedia framework core library"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libxml2 glib2 libunwind libcap libelf)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
- valgrind bash-completion)
-checkdepends=(gmp gsl gtk3)
-_commit=ab3f333dd036a9aea12c53b74e5b3b03b667c98a  # tags/1.12.1^0
-install=gstreamer.install
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 300535, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-14 12:20:26 UTC (rev 300536)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.12.2
+pkgrel=1
+pkgdesc="GStreamer open-source multimedia framework core library"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libxml2 glib2 libunwind libcap libelf)
+makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
+ valgrind bash-completion)
+checkdepends=(gmp gsl gtk3)
+_commit=dca812c58c3cd1467f5aff3088318feb510c334d  # tags/1.12.2^0
+install=gstreamer.install
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gstreamer.install
===
--- extra-i686/gstreamer.install2017-07-14 12:20:03 UTC (rev 

[arch-commits] Commit in gstreamer/repos (8 files)

2017-06-20 Thread Jan Steffens
Date: Tuesday, June 20, 2017 @ 15:31:19
  Author: heftig
Revision: 299062

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gstreamer/repos/extra-i686/PKGBUILD
(from rev 299061, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-i686/gstreamer.install
(from rev 299061, gstreamer/trunk/gstreamer.install)
  gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 299061, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-x86_64/gstreamer.install
(from rev 299061, gstreamer/trunk/gstreamer.install)
Deleted:
  gstreamer/repos/extra-i686/PKGBUILD
  gstreamer/repos/extra-i686/gstreamer.install
  gstreamer/repos/extra-x86_64/PKGBUILD
  gstreamer/repos/extra-x86_64/gstreamer.install

+
 /PKGBUILD  |  118 +++
 /gstreamer.install |   14 
 extra-i686/PKGBUILD|   59 ---
 extra-i686/gstreamer.install   |7 --
 extra-x86_64/PKGBUILD  |   59 ---
 extra-x86_64/gstreamer.install |7 --
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-20 15:30:55 UTC (rev 299061)
+++ extra-i686/PKGBUILD 2017-06-20 15:31:19 UTC (rev 299062)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="GStreamer open-source multimedia framework core library"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libxml2 glib2 libunwind libcap libelf)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
- valgrind bash-completion)
-checkdepends=(gmp gsl gtk3)
-_commit=7854a6597868eeb91bca7518ad73adcb3107f56d  # tags/1.12.0^0
-install=gstreamer.install
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 299061, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-20 15:31:19 UTC (rev 299062)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.12.1
+pkgrel=1
+pkgdesc="GStreamer open-source multimedia framework core library"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libxml2 glib2 libunwind libcap libelf)
+makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
+ valgrind bash-completion)
+checkdepends=(gmp gsl gtk3)
+_commit=ab3f333dd036a9aea12c53b74e5b3b03b667c98a  # tags/1.12.1^0
+install=gstreamer.install
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gstreamer.install
===
--- extra-i686/gstreamer.install2017-06-20 15:30:55 UTC (rev 

[arch-commits] Commit in gstreamer/repos (8 files)

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 19:43:17
  Author: heftig
Revision: 289450

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gstreamer/repos/extra-i686/PKGBUILD
(from rev 289449, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-i686/gstreamer.install
(from rev 289449, gstreamer/trunk/gstreamer.install)
  gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 289449, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-x86_64/gstreamer.install
(from rev 289449, gstreamer/trunk/gstreamer.install)
Deleted:
  gstreamer/repos/extra-i686/PKGBUILD
  gstreamer/repos/extra-i686/gstreamer.install
  gstreamer/repos/extra-x86_64/PKGBUILD
  gstreamer/repos/extra-x86_64/gstreamer.install

+
 /PKGBUILD  |  114 +++
 /gstreamer.install |   14 
 extra-i686/PKGBUILD|   57 ---
 extra-i686/gstreamer.install   |7 --
 extra-x86_64/PKGBUILD  |   57 ---
 extra-x86_64/gstreamer.install |7 --
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 19:42:27 UTC (rev 289449)
+++ extra-i686/PKGBUILD 2017-02-23 19:43:17 UTC (rev 289450)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libxml2 glib2 libunwind libcap)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
- valgrind)
-_commit=a2a831cbc4203dd8cbf8e44d79889b451abea59f  # tags/1.10.3^0
-install=gstreamer.install
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 289449, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 19:43:17 UTC (rev 289450)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libxml2 glib2 libunwind libcap)
+makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
+ valgrind)
+_commit=3eff919016eed432f2d461dbf628e863ec83d3f0  # tags/1.10.4^0
+install=gstreamer.install
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gstreamer.install
===
--- extra-i686/gstreamer.install2017-02-23 19:42:27 UTC (rev 289449)
+++ extra-i686/gstreamer.install2017-02-23 19:43:17 UTC (rev 289450)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_net_bind_service,cap_net_admin+ep 
usr/lib/gstreamer-1.0/gst-ptp-helper
-}
-
-post_upgrade() {
-  post_install
-}

Copied: 

[arch-commits] Commit in gstreamer/repos (8 files)

2017-02-02 Thread Jan Steffens
Date: Thursday, February 2, 2017 @ 12:36:24
  Author: heftig
Revision: 287896

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gstreamer/repos/extra-i686/PKGBUILD
(from rev 287895, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-i686/gstreamer.install
(from rev 287895, gstreamer/trunk/gstreamer.install)
  gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 287895, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-x86_64/gstreamer.install
(from rev 287895, gstreamer/trunk/gstreamer.install)
Deleted:
  gstreamer/repos/extra-i686/PKGBUILD
  gstreamer/repos/extra-i686/gstreamer.install
  gstreamer/repos/extra-x86_64/PKGBUILD
  gstreamer/repos/extra-x86_64/gstreamer.install

+
 /PKGBUILD  |  114 +++
 /gstreamer.install |   14 
 extra-i686/PKGBUILD|   57 ---
 extra-i686/gstreamer.install   |7 --
 extra-x86_64/PKGBUILD  |   57 ---
 extra-x86_64/gstreamer.install |7 --
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-02 12:35:33 UTC (rev 287895)
+++ extra-i686/PKGBUILD 2017-02-02 12:36:24 UTC (rev 287896)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.10.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libxml2 glib2 libunwind libcap)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
- valgrind)
-_commit=9222028aaa57ba28beac7103146491a2c3a45d66  # tags/1.10.2^0
-install=gstreamer.install
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 287895, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-02 12:36:24 UTC (rev 287896)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.10.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libxml2 glib2 libunwind libcap)
+makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
+ valgrind)
+_commit=a2a831cbc4203dd8cbf8e44d79889b451abea59f  # tags/1.10.3^0
+install=gstreamer.install
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gstreamer.install
===
--- extra-i686/gstreamer.install2017-02-02 12:35:33 UTC (rev 287895)
+++ extra-i686/gstreamer.install2017-02-02 12:36:24 UTC (rev 287896)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_net_bind_service,cap_net_admin+ep 
usr/lib/gstreamer-1.0/gst-ptp-helper
-}
-
-post_upgrade() {
-  post_install
-}

Copied: 

[arch-commits] Commit in gstreamer/repos (8 files)

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:07:54
  Author: heftig
Revision: 282345

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gstreamer/repos/extra-i686/PKGBUILD
(from rev 282344, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-i686/gstreamer.install
(from rev 282344, gstreamer/trunk/gstreamer.install)
  gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 282344, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-x86_64/gstreamer.install
(from rev 282344, gstreamer/trunk/gstreamer.install)
Deleted:
  gstreamer/repos/extra-i686/PKGBUILD
  gstreamer/repos/extra-i686/gstreamer.install
  gstreamer/repos/extra-x86_64/PKGBUILD
  gstreamer/repos/extra-x86_64/gstreamer.install

+
 /PKGBUILD  |  114 +++
 /gstreamer.install |   14 
 extra-i686/PKGBUILD|   57 ---
 extra-i686/gstreamer.install   |7 --
 extra-x86_64/PKGBUILD  |   57 ---
 extra-x86_64/gstreamer.install |7 --
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-29 21:07:35 UTC (rev 282344)
+++ extra-i686/PKGBUILD 2016-11-29 21:07:54 UTC (rev 282345)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libxml2 glib2 libunwind libcap)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
- valgrind)
-_commit=100671b42db3cb4571e296d5cdf567ae62d75b04  # tags/1.10.1^0
-install=gstreamer.install
-source=("git://anongit.freedesktop.org/gstreamer/gstreamer#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 282344, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-29 21:07:54 UTC (rev 282345)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libxml2 glib2 libunwind libcap)
+makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
+ valgrind)
+_commit=9222028aaa57ba28beac7103146491a2c3a45d66  # tags/1.10.2^0
+install=gstreamer.install
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gstreamer.install
===
--- extra-i686/gstreamer.install2016-11-29 21:07:35 UTC (rev 282344)
+++ extra-i686/gstreamer.install2016-11-29 21:07:54 UTC (rev 282345)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_net_bind_service,cap_net_admin+ep 
usr/lib/gstreamer-1.0/gst-ptp-helper
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gstreamer/repos/extra-i686/gstreamer.install (from rev 

[arch-commits] Commit in gstreamer/repos (8 files)

2016-11-19 Thread Jan Steffens
Date: Saturday, November 19, 2016 @ 13:01:13
  Author: heftig
Revision: 281347

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gstreamer/repos/extra-i686/PKGBUILD
(from rev 281346, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-i686/gstreamer.install
(from rev 281346, gstreamer/trunk/gstreamer.install)
  gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 281346, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-x86_64/gstreamer.install
(from rev 281346, gstreamer/trunk/gstreamer.install)
Deleted:
  gstreamer/repos/extra-i686/PKGBUILD
  gstreamer/repos/extra-i686/gstreamer.install
  gstreamer/repos/extra-x86_64/PKGBUILD
  gstreamer/repos/extra-x86_64/gstreamer.install

+
 /PKGBUILD  |  114 +++
 /gstreamer.install |   14 
 extra-i686/PKGBUILD|   57 ---
 extra-i686/gstreamer.install   |7 --
 extra-x86_64/PKGBUILD  |   57 ---
 extra-x86_64/gstreamer.install |7 --
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-19 13:00:48 UTC (rev 281346)
+++ extra-i686/PKGBUILD 2016-11-19 13:01:13 UTC (rev 281347)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libxml2 glib2 libunwind libcap)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
- valgrind)
-_commit=81ee25ad4e8db836528a8be1ac85655506fd8eb4  # tags/1.10.0^0
-install=gstreamer.install
-source=("git://anongit.freedesktop.org/gstreamer/gstreamer#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 281346, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-19 13:01:13 UTC (rev 281347)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.10.1
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libxml2 glib2 libunwind libcap)
+makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
+ valgrind)
+_commit=100671b42db3cb4571e296d5cdf567ae62d75b04  # tags/1.10.1^0
+install=gstreamer.install
+source=("git://anongit.freedesktop.org/gstreamer/gstreamer#commit=$_commit"
+"gst-common::git://anongit.freedesktop.org/gstreamer/common")
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gstreamer.install
===
--- extra-i686/gstreamer.install2016-11-19 13:00:48 UTC (rev 281346)
+++ extra-i686/gstreamer.install2016-11-19 13:01:13 UTC (rev 281347)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_net_bind_service,cap_net_admin+ep 
usr/lib/gstreamer-1.0/gst-ptp-helper
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gstreamer/repos/extra-i686/gstreamer.install (from rev 281346, 

[arch-commits] Commit in gstreamer/repos (8 files)

2016-11-01 Thread Jan Steffens
Date: Tuesday, November 1, 2016 @ 20:23:29
  Author: heftig
Revision: 279641

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gstreamer/repos/extra-i686/PKGBUILD
(from rev 279640, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-i686/gstreamer.install
(from rev 279640, gstreamer/trunk/gstreamer.install)
  gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 279640, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-x86_64/gstreamer.install
(from rev 279640, gstreamer/trunk/gstreamer.install)
Deleted:
  gstreamer/repos/extra-i686/PKGBUILD
  gstreamer/repos/extra-i686/gstreamer.install
  gstreamer/repos/extra-x86_64/PKGBUILD
  gstreamer/repos/extra-x86_64/gstreamer.install

+
 /PKGBUILD  |  114 +++
 /gstreamer.install |   14 
 extra-i686/PKGBUILD|   57 ---
 extra-i686/gstreamer.install   |7 --
 extra-x86_64/PKGBUILD  |   57 ---
 extra-x86_64/gstreamer.install |7 --
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-01 20:23:11 UTC (rev 279640)
+++ extra-i686/PKGBUILD 2016-11-01 20:23:29 UTC (rev 279641)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.9.90+8+g6d0d350
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libxml2 glib2 libunwind libcap)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
- valgrind)
-_commit=6d0d350a94ba6b4e7775a8321bd2a29e889cbc21  # master
-install=gstreamer.install
-source=("git://anongit.freedesktop.org/gstreamer/gstreamer#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 279640, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-01 20:23:29 UTC (rev 279641)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libxml2 glib2 libunwind libcap)
+makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
+ valgrind)
+_commit=81ee25ad4e8db836528a8be1ac85655506fd8eb4  # tags/1.10.0^0
+install=gstreamer.install
+source=("git://anongit.freedesktop.org/gstreamer/gstreamer#commit=$_commit"
+"gst-common::git://anongit.freedesktop.org/gstreamer/common")
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gstreamer.install
===
--- extra-i686/gstreamer.install2016-11-01 20:23:11 UTC (rev 279640)
+++ extra-i686/gstreamer.install2016-11-01 20:23:29 UTC (rev 279641)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_net_bind_service,cap_net_admin+ep 
usr/lib/gstreamer-1.0/gst-ptp-helper
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gstreamer/repos/extra-i686/gstreamer.install (from rev 279640,