[arch-commits] Commit in gst-libav/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Dec 10 03:39:22 UTC 2017
Date: Sunday, December 10, 2017 @ 03:39:21
Author: heftig
Revision: 312019
archrelease: copy trunk to extra-x86_64
Added:
gst-libav/repos/extra-x86_64/PKGBUILD
(from rev 312018, gst-libav/trunk/PKGBUILD)
Deleted:
gst-libav/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 130 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 65 insertions(+), 65 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-10 03:38:56 UTC (rev 312018)
+++ PKGBUILD 2017-12-10 03:39:21 UTC (rev 312019)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gst-libav
-pkgver=1.12.3+1+ge87c20d
-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 valgrind yasm)
-provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=e87c20d325eaf9e6813c46654292d68f8b9bc521 # 1.12
-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
-
- # BRSTM/BFSTM
- git cherry-pick -n a771795005fe5ebc06d788a4520e80890685aadc
-
- 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="https://www.archlinux.org/" \
- --without-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 312018, gst-libav/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-10 03:39:21 UTC (rev 312019)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gst-libav
+pkgver=1.12.4
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
+url="https://gstreamer.freedesktop.org/"
+arch=(x86_64)
+license=(GPL)
+depends=(gst-plugins-base-libs bzip2 ffmpeg)
+makedepends=(python gtk-doc autoconf-archive git valgrind yasm)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+_commit=2a1098380969a52c2a89abfe52f0d034638a4e69 # tags/1.12.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
+
+ # BRSTM/BFSTM
+ git cherry-pick -n a771795005fe5ebc06d788a4520e80890685aadc
+
+ 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="https://www.archlinux.org/" \
+ --without-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
+}
More information about the arch-commits
mailing list