# $Id$ # Maintainer: Jan de Groot pkgname=gst-libav pkgver=1.0.6 pkgrel=1 pkgdesc="Gstreamer libav Plugin, Parabola rebranded" arch=('i686' 'x86_64' 'mips64el') 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) sha256sums=('8ab222a52bf7482e913f2c9a4f490cda8f8ed1acfbc429f27451b0558b08044d') 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 (Parabola GNU/Linux-libre)" \ --with-package-origin="https://parabolagnulinux.org/" make } check() { cd $pkgname-$pkgver make check } package() { cd $pkgname-$pkgver make DESTDIR="${pkgdir}" install }