[arch-commits] Commit in gst-libav/repos (4 files)
Jan Steffens
heftig at archlinux.org
Wed Oct 3 16:39:26 UTC 2012
Date: Wednesday, October 3, 2012 @ 12:39:25
Author: heftig
Revision: 167900
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
gst-libav/repos/gnome-unstable-i686/
gst-libav/repos/gnome-unstable-i686/PKGBUILD
(from rev 167899, gst-libav/trunk/PKGBUILD)
gst-libav/repos/gnome-unstable-x86_64/
gst-libav/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167899, gst-libav/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
Copied: gst-libav/repos/gnome-unstable-i686/PKGBUILD (from rev 167899, gst-libav/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2012-10-03 16:39:25 UTC (rev 167900)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gst-libav
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Gstreamer libav Plugin"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gstreamer.freedesktop.org/"
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('yasm')
+options=(!libtool !emptydirs)
+provides=("gst-ffmpeg=$pkgver-pkgrel")
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('49c8b54eaae25da2c866a59b284b31ea')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" \
+ --with-package-name="GStreamer libav Plugin (Archlinux)" \
+ --with-package-origin="http://www.archlinux.org/"
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
Copied: gst-libav/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167899, gst-libav/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2012-10-03 16:39:25 UTC (rev 167900)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gst-libav
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Gstreamer libav Plugin"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gstreamer.freedesktop.org/"
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('yasm')
+options=(!libtool !emptydirs)
+provides=("gst-ffmpeg=$pkgver-pkgrel")
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('49c8b54eaae25da2c866a59b284b31ea')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" \
+ --with-package-name="GStreamer libav Plugin (Archlinux)" \
+ --with-package-origin="http://www.archlinux.org/"
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list