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 <[email protected]>
-
-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 <[email protected]>
+
+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.install        2017-02-23 19:42:27 UTC (rev 289449)
+++ extra-i686/gstreamer.install        2017-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: gstreamer/repos/extra-i686/gstreamer.install (from rev 289449, 
gstreamer/trunk/gstreamer.install)
===================================================================
--- extra-i686/gstreamer.install                                (rev 0)
+++ extra-i686/gstreamer.install        2017-02-23 19:43:17 UTC (rev 289450)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_net_bind_service,cap_net_admin+ep 
usr/lib/gstreamer-1.0/gst-ptp-helper
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2017-02-23 19:42:27 UTC (rev 289449)
+++ extra-x86_64/PKGBUILD       2017-02-23 19:43:17 UTC (rev 289450)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <[email protected]>
-
-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-x86_64/PKGBUILD (from rev 289449, 
gstreamer/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2017-02-23 19:43:17 UTC (rev 289450)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+
+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-x86_64/gstreamer.install
===================================================================
--- extra-x86_64/gstreamer.install      2017-02-23 19:42:27 UTC (rev 289449)
+++ extra-x86_64/gstreamer.install      2017-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: gstreamer/repos/extra-x86_64/gstreamer.install (from rev 289449, 
gstreamer/trunk/gstreamer.install)
===================================================================
--- extra-x86_64/gstreamer.install                              (rev 0)
+++ extra-x86_64/gstreamer.install      2017-02-23 19:43:17 UTC (rev 289450)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_net_bind_service,cap_net_admin+ep 
usr/lib/gstreamer-1.0/gst-ptp-helper
+}
+
+post_upgrade() {
+  post_install
+}

Reply via email to