[arch-commits] Commit in gst-libav/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu May 17 16:26:52 UTC 2018
Date: Thursday, May 17, 2018 @ 16:26:50
Author: heftig
Revision: 324473
archrelease: copy trunk to extra-x86_64
Added:
gst-libav/repos/extra-x86_64/PKGBUILD
(from rev 324472, gst-libav/trunk/PKGBUILD)
Deleted:
gst-libav/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 134 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 67 insertions(+), 67 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-17 16:26:25 UTC (rev 324472)
+++ PKGBUILD 2018-05-17 16:26:50 UTC (rev 324473)
@@ -1,67 +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.14.0
-pkgrel=2
-pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
-url="https://gstreamer.freedesktop.org/"
-arch=(x86_64)
-license=(GPL)
-depends=(gst-plugins-base-libs bzip2)
-makedepends=(python gtk-doc autoconf-archive git yasm)
-provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=1830c75cd28fc68bd26f9530db18c2da474a4aa2 # tags/1.14.0^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" "git://git.libav.org/gas-preprocessor")
-sha256sums=('SKIP'
- '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 config --local submodule.gst-libs/ext/gas-preprocessor.url "$srcdir/gas-preprocessor"
- 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
- 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 324472, gst-libav/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-17 16:26:50 UTC (rev 324473)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gst-libav
+pkgver=1.14.1
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
+url="https://gstreamer.freedesktop.org/"
+arch=(x86_64)
+license=(GPL)
+depends=(gst-plugins-base-libs bzip2)
+makedepends=(python gtk-doc autoconf-archive git yasm)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+_commit=4c3e87fec718c64282f35ab58492771a77147da6 # tags/1.14.1^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" "git://git.libav.org/gas-preprocessor")
+sha256sums=('SKIP'
+ '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 config --local submodule.gst-libs/ext/gas-preprocessor.url "$srcdir/gas-preprocessor"
+ 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
+ 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