[arch-commits] Commit in avidemux/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Thu Aug 6 01:32:56 UTC 2015
Date: Thursday, August 6, 2015 @ 03:32:56
Author: eric
Revision: 243055
upgpkg: avidemux 2.5.6-12
Fix libx264 depends (close FS#45788)
Modified:
avidemux/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-08-05 19:52:27 UTC (rev 243054)
+++ PKGBUILD 2015-08-06 01:32:56 UTC (rev 243055)
@@ -4,12 +4,12 @@
pkgbase=avidemux
pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
pkgver=2.5.6
-pkgrel=11
+pkgrel=12
arch=('i686' 'x86_64')
license=('GPL')
url="http://fixounet.free.fr/avidemux/"
makedepends=('cmake' 'libxslt' 'gtk2' 'qt4' 'jack' 'libvorbis' 'sdl' 'libxv'
- 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264-dev' 'libsamplerate'
+ 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'libx264' 'libsamplerate'
'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva')
options=('!makeflags' '!emptydirs')
source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz
@@ -58,7 +58,7 @@
'jack: for the corresponding audio device plugin'
'libpulse: for the corresponding audio device plugin'
'sdl: for the corresponding audio device plugin'
- 'x264: for the corresponding video encoder plugin'
+ 'libx264: for the corresponding video encoder plugin'
'xvidcore: for the corresponding video encoder plugin')
provides=('avidemux')
conflicts=('avidemux')
More information about the arch-commits
mailing list