[arch-commits] Commit in gstreamer/repos/extra-x86_64 (4 files)
Jan Steffens
heftig at archlinux.org
Sun Dec 10 03:40:45 UTC 2017
Date: Sunday, December 10, 2017 @ 03:40:44
Author: heftig
Revision: 312022
archrelease: copy trunk to extra-x86_64
Added:
gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 312021, gstreamer/trunk/PKGBUILD)
gstreamer/repos/extra-x86_64/gstreamer.install
(from rev 312021, gstreamer/trunk/gstreamer.install)
Deleted:
gstreamer/repos/extra-x86_64/PKGBUILD
gstreamer/repos/extra-x86_64/gstreamer.install
-------------------+
PKGBUILD | 118 ++++++++++++++++++++++++++--------------------------
gstreamer.install | 14 +++---
2 files changed, 66 insertions(+), 66 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-10 03:40:21 UTC (rev 312021)
+++ PKGBUILD 2017-12-10 03:40:44 UTC (rev 312022)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-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
-}
Copied: gstreamer/repos/extra-x86_64/PKGBUILD (from rev 312021, gstreamer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-10 03:40:44 UTC (rev 312022)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gstreamer
+pkgver=1.12.4
+pkgrel=1
+pkgdesc="GStreamer open-source multimedia framework core library"
+url="https://gstreamer.freedesktop.org/"
+arch=(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=505a24ff6843a04e4f75c5e03caa7b2774806fc3 # tags/1.12.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="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: gstreamer.install
===================================================================
--- gstreamer.install 2017-12-10 03:40:21 UTC (rev 312021)
+++ gstreamer.install 2017-12-10 03:40:44 UTC (rev 312022)
@@ -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 312021, gstreamer/trunk/gstreamer.install)
===================================================================
--- gstreamer.install (rev 0)
+++ gstreamer.install 2017-12-10 03:40:44 UTC (rev 312022)
@@ -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