Date: Thursday, February 23, 2017 @ 20:35:37
  Author: heftig
Revision: 289462

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

Added:
  gst-libav/repos/extra-i686/PKGBUILD
    (from rev 289461, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/extra-x86_64/PKGBUILD
    (from rev 289461, gst-libav/trunk/PKGBUILD)
Deleted:
  gst-libav/repos/extra-i686/PKGBUILD
  gst-libav/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |  126 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   63 ------------------------
 extra-x86_64/PKGBUILD |   63 ------------------------
 3 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-02-23 20:35:13 UTC (rev 289461)
+++ extra-i686/PKGBUILD 2017-02-23 20:35:37 UTC (rev 289462)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Contributor: Jan de Groot <j...@archlinux.org>
-
-pkgname=gst-libav
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gst-plugins-base-libs bzip2 ffmpeg)
-makedepends=(python gtk-doc autoconf-archive git)
-options=(!emptydirs)
-provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=fbc5e5dadcc99551efb32cd5fb2749e83b2334b6  # tags/1.10.3^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit";
-        "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
-        "git+https://git.videolan.org/git/ffmpeg";)
-sha256sums=('SKIP'
-            '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 config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
-    --with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
-    --with-package-origin="http://www.archlinux.org/"; \
-    --with-system-libav 
--with-libav-extra-configure="--enable-runtime-cpudetect" \
-    --enable-experimental --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: gst-libav/repos/extra-i686/PKGBUILD (from rev 289461, 
gst-libav/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 20:35:37 UTC (rev 289462)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Contributor: Jan de Groot <j...@archlinux.org>
+
+pkgname=gst-libav
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gst-plugins-base-libs bzip2 ffmpeg)
+makedepends=(python gtk-doc autoconf-archive git)
+options=(!emptydirs)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+_commit=6c97daeb78fe17149c2172292d17c22804338430  # tags/1.10.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit";
+        "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
+        "git+https://git.videolan.org/git/ffmpeg";)
+sha256sums=('SKIP'
+            '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 config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+    --with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
+    --with-package-origin="http://www.archlinux.org/"; \
+    --with-system-libav 
--with-libav-extra-configure="--enable-runtime-cpudetect" \
+    --enable-experimental --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/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2017-02-23 20:35:13 UTC (rev 289461)
+++ extra-x86_64/PKGBUILD       2017-02-23 20:35:37 UTC (rev 289462)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Contributor: Jan de Groot <j...@archlinux.org>
-
-pkgname=gst-libav
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gst-plugins-base-libs bzip2 ffmpeg)
-makedepends=(python gtk-doc autoconf-archive git)
-options=(!emptydirs)
-provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=fbc5e5dadcc99551efb32cd5fb2749e83b2334b6  # tags/1.10.3^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit";
-        "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
-        "git+https://git.videolan.org/git/ffmpeg";)
-sha256sums=('SKIP'
-            '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 config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
-    --with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
-    --with-package-origin="http://www.archlinux.org/"; \
-    --with-system-libav 
--with-libav-extra-configure="--enable-runtime-cpudetect" \
-    --enable-experimental --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: gst-libav/repos/extra-x86_64/PKGBUILD (from rev 289461, 
gst-libav/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2017-02-23 20:35:37 UTC (rev 289462)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Contributor: Jan de Groot <j...@archlinux.org>
+
+pkgname=gst-libav
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gst-plugins-base-libs bzip2 ffmpeg)
+makedepends=(python gtk-doc autoconf-archive git)
+options=(!emptydirs)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+_commit=6c97daeb78fe17149c2172292d17c22804338430  # tags/1.10.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit";
+        "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
+        "git+https://git.videolan.org/git/ffmpeg";)
+sha256sums=('SKIP'
+            '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 config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+    --with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
+    --with-package-origin="http://www.archlinux.org/"; \
+    --with-system-libav 
--with-libav-extra-configure="--enable-runtime-cpudetect" \
+    --enable-experimental --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
+}

Reply via email to