summaryrefslogtreecommitdiff
path: root/libre/avidemux/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-06 04:52:42 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-06 04:53:08 -0300
commit2f2fe0108184d2324cbcac568f6fe2654e03d38a (patch)
tree00c634cfd8aba64646453ce7edd26c2dfe136e02 /libre/avidemux/PKGBUILD
parentdbd743b99e377238c0e695cfd10d8056ba98aed6 (diff)
downloadabslibre-2f2fe0108184d2324cbcac568f6fe2654e03d38a.tar.gz
abslibre-2f2fe0108184d2324cbcac568f6fe2654e03d38a.tar.bz2
abslibre-2f2fe0108184d2324cbcac568f6fe2654e03d38a.zip
avidemux-2.5.6-15.parabola1: libvpx 1.6.0 rebuild
Diffstat (limited to 'libre/avidemux/PKGBUILD')
-rw-r--r--libre/avidemux/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/libre/avidemux/PKGBUILD b/libre/avidemux/PKGBUILD
index 79cad6920..0595d695b 100644
--- a/libre/avidemux/PKGBUILD
+++ b/libre/avidemux/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 253042 2015-12-06 22:14:55Z bpiotrowski $
+# $Id: PKGBUILD 273049 2016-08-04 20:59:53Z bpiotrowski $
# Maintainer (Arch): Eric Bélanger <eric@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgbase=avidemux
pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
pkgver=2.5.6
-pkgrel=14.parabola1
+pkgrel=15.parabola1
arch=('i686' 'x86_64')
license=('GPL')
url="http://fixounet.free.fr/avidemux/"
@@ -14,9 +14,11 @@ makedepends=('cmake' 'libxslt' 'gtk2' 'qt4' 'jack' 'libvorbis' 'sdl' 'libxv'
'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva')
options=('!makeflags' '!emptydirs')
source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz
- mangled-variables-used-attribute.patch)
+ mangled-variables-used-attribute.patch
+ buildfix.patch)
sha1sums=('47205c236bf6a4435b9d4dd944493c7b7e2752f5'
- 'da66b69593da62373f2309f88a284145fbfd99ac')
+ 'da66b69593da62373f2309f88a284145fbfd99ac'
+ '8b4b45627a8ed4409e32ac2ece361a0cf935e9d4')
prepare() {
cd ${pkgbase}_${pkgver}
@@ -24,6 +26,9 @@ prepare() {
# Fix build on i686 when using GCC 5.1
# https://bugs.archlinux.org/task/45361
patch -Np1 -i ../mangled-variables-used-attribute.patch
+
+ # Fix build with gcc 6.1 and libvpx 1.6.0
+ patch -Np1 -i ../buildfix.patch
}
build() {