summaryrefslogtreecommitdiff
path: root/libre/gst-plugins-bad-libre/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/gst-plugins-bad-libre/PKGBUILD')
-rw-r--r--libre/gst-plugins-bad-libre/PKGBUILD81
1 files changed, 20 insertions, 61 deletions
diff --git a/libre/gst-plugins-bad-libre/PKGBUILD b/libre/gst-plugins-bad-libre/PKGBUILD
index 59f49ee5d..0eef753de 100644
--- a/libre/gst-plugins-bad-libre/PKGBUILD
+++ b/libre/gst-plugins-bad-libre/PKGBUILD
@@ -1,68 +1,26 @@
-# $Id: PKGBUILD 180524 2013-03-22 19:07:19Z heftig $
+# $Id: PKGBUILD 193745 2013-08-30 07:49:47Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer (Parabola): Márcio Silva <coadde@lavabit.com>
-pkgbase=gst-plugins-bad
-pkgname=gst-plugins-bad-libre
-pkgver=1.0.7
+_pkgname=gst-plugins-bad
+pkgname=$_pkgname-libre
+pkgver=1.0.10
pkgrel=1
pkgdesc='GStreamer Multimedia Framework Bad Plugins, without nonfree faac support'
-arch=(
- i686
- x86_64
- mips64el
-)
-license=(
- LGPL
-)
+arch=('i686' 'x86_64' 'mips64el')
+license=('LGPL')
url="http://gstreamer.freedesktop.org/"
-depends=(
- celt
- chromaprint
- curl
- faad2
- gst-plugins-base-libs
- libdca
- libdvdnav
- libgme
- libmms
- libmodplug
- mjpegtools
- mpg123
- opus
- soundtouch
- spandsp
- wayland
-)
-makedepends=(
- libdvdread
- libexif
- libmpeg2
- libvdpau
- schroedinger
-)
-provides=(
- $pkgbase=$pkgver
-)
-conflicts=(
- $pkgbase
-)
-replaces=(
- $pkgbase
-)
-options=(
- '!libtool'
- '!emptydirs'
-)
-source=(
- "$url/src/$pkgbase/$pkgbase-$pkgver.tar.xz"
-)
-sha256sums=(
- 5f49e6353fdc855834b5beb054b3a47ef5fa558006c7eda6d2ec07b36315c2ab
-)
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 'faad2' 'mpg123' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2')
+provides=($_pkgname=$pkgver)
+conflicts=$_pkgname
+replaces=$_pkgname
+options=(!libtool !emptydirs)
+source=(${url}/src/$_pkgname/$_pkgname-$pkgver.tar.xz)
+sha256sums=('91da60ba2ee5c681f11188a4a456894e7f989435c2102c15eff97bbd4fc4c726')
build() {
- cd $pkgbase-$pkgver
+ cd $_pkgname-$pkgver
sed -i '/AC_PATH_XTRA/d' configure.ac
aclocal -I m4 -I common/m4
autoconf
@@ -76,11 +34,12 @@ build() {
}
check() {
- cd $pkgbase-$pkgver
- make check
+ cd $_pkgname-$pkgver
+ # don't have a camera for the camerabin test
+ make -k check || :
}
package() {
- cd $pkgbase-$pkgver
- make DESTDIR=$pkgdir install
+ cd $_pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
}