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

Jan Steffens heftig at archlinux.org
Thu Feb 2 12:36:24 UTC 2017


    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 <jgc at archlinux.org>
-
-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 <jgc at archlinux.org>
+
+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.install	2017-02-02 12:35:33 UTC (rev 287895)
+++ extra-i686/gstreamer.install	2017-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: gstreamer/repos/extra-i686/gstreamer.install (from rev 287895, gstreamer/trunk/gstreamer.install)
===================================================================
--- extra-i686/gstreamer.install	                        (rev 0)
+++ extra-i686/gstreamer.install	2017-02-02 12:36:24 UTC (rev 287896)
@@ -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-02 12:35:33 UTC (rev 287895)
+++ extra-x86_64/PKGBUILD	2017-02-02 12:36:24 UTC (rev 287896)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-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-x86_64/PKGBUILD (from rev 287895, gstreamer/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-02-02 12:36:24 UTC (rev 287896)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+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-x86_64/gstreamer.install
===================================================================
--- extra-x86_64/gstreamer.install	2017-02-02 12:35:33 UTC (rev 287895)
+++ extra-x86_64/gstreamer.install	2017-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: gstreamer/repos/extra-x86_64/gstreamer.install (from rev 287895, gstreamer/trunk/gstreamer.install)
===================================================================
--- extra-x86_64/gstreamer.install	                        (rev 0)
+++ extra-x86_64/gstreamer.install	2017-02-02 12:36:24 UTC (rev 287896)
@@ -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
+}



More information about the arch-commits mailing list