[arch-commits] Commit in gstreamer/repos (6 files)
Jan Steffens
heftig at archlinux.org
Mon Oct 10 11:08:05 UTC 2016
Date: Monday, October 10, 2016 @ 11:08:04
Author: heftig
Revision: 278154
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gstreamer/repos/testing-i686/PKGBUILD
(from rev 278153, gstreamer/trunk/PKGBUILD)
gstreamer/repos/testing-i686/gstreamer.install
(from rev 278153, gstreamer/trunk/gstreamer.install)
gstreamer/repos/testing-x86_64/PKGBUILD
(from rev 278153, gstreamer/trunk/PKGBUILD)
gstreamer/repos/testing-x86_64/gstreamer.install
(from rev 278153, gstreamer/trunk/gstreamer.install)
Deleted:
gstreamer/repos/testing-i686/PKGBUILD
gstreamer/repos/testing-x86_64/PKGBUILD
----------------------------------+
/PKGBUILD | 114 +++++++++++++++++++++++++++++++++++++
testing-i686/PKGBUILD | 55 -----------------
testing-i686/gstreamer.install | 7 ++
testing-x86_64/PKGBUILD | 55 -----------------
testing-x86_64/gstreamer.install | 7 ++
5 files changed, 128 insertions(+), 110 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2016-10-10 11:07:21 UTC (rev 278153)
+++ testing-i686/PKGBUILD 2016-10-10 11:08:04 UTC (rev 278154)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gstreamer
-pkgver=1.9.90+6+gd02e1d7
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework"
-url="https://gstreamer.freedesktop.org/"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libxml2 glib2)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive git)
-_commit=d02e1d7f7d3c0dcb8fd707614c180614cbf6ea02 # master
-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/testing-i686/PKGBUILD (from rev 278153, gstreamer/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-10-10 11:08:04 UTC (rev 278154)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+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/testing-i686/gstreamer.install (from rev 278153, gstreamer/trunk/gstreamer.install)
===================================================================
--- testing-i686/gstreamer.install (rev 0)
+++ testing-i686/gstreamer.install 2016-10-10 11:08:04 UTC (rev 278154)
@@ -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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2016-10-10 11:07:21 UTC (rev 278153)
+++ testing-x86_64/PKGBUILD 2016-10-10 11:08:04 UTC (rev 278154)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gstreamer
-pkgver=1.9.90+6+gd02e1d7
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework"
-url="https://gstreamer.freedesktop.org/"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libxml2 glib2)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive git)
-_commit=d02e1d7f7d3c0dcb8fd707614c180614cbf6ea02 # master
-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/testing-x86_64/PKGBUILD (from rev 278153, gstreamer/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-10 11:08:04 UTC (rev 278154)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+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/testing-x86_64/gstreamer.install (from rev 278153, gstreamer/trunk/gstreamer.install)
===================================================================
--- testing-x86_64/gstreamer.install (rev 0)
+++ testing-x86_64/gstreamer.install 2016-10-10 11:08:04 UTC (rev 278154)
@@ -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