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

Jan Steffens heftig at archlinux.org
Sun Oct 9 11:32:58 UTC 2016


    Date: Sunday, October 9, 2016 @ 11:32:56
  Author: heftig
Revision: 277954

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

Added:
  gstreamer/repos/testing-i686/
  gstreamer/repos/testing-i686/PKGBUILD
    (from rev 277953, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/testing-x86_64/
  gstreamer/repos/testing-x86_64/PKGBUILD
    (from rev 277953, gstreamer/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   55 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   55 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 110 insertions(+)

Copied: gstreamer/repos/testing-i686/PKGBUILD (from rev 277953, gstreamer/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-10-09 11:32:56 UTC (rev 277954)
@@ -0,0 +1,55 @@
+# $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 277953, gstreamer/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-10-09 11:32:56 UTC (rev 277954)
@@ -0,0 +1,55 @@
+# $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
+}



More information about the arch-commits mailing list