diff --git a/avidemux/PKGBUILD b/avidemux/PKGBUILD index fdda3e05b..ad88b2e81 100644 --- a/avidemux/PKGBUILD +++ b/avidemux/PKGBUILD @@ -1,14 +1,14 @@ pkgbase=avidemux pkgname=('avidemux-cli' 'avidemux') pkgver=2.6.9 -pkgrel=1 +pkgrel=2 pkgdesc='Simple video editor for cutting, filtering and encoding tasks.' arch=('x86_64') license=('GPL') url="http://fixounet.free.fr/avidemux/" screenshot="http://upload.wikimedia.org/wikipedia/commons/7/77/Avidemux_Screenshot_Qt.png" makedepends=('cmake' 'libxslt' 'qt5-base' 'qt5-tools' 'qt5-script' 'jack' 'libvorbis' 'sdl' 'libxv' 'alsa-lib' 'lame' 'xvidcore' - 'faad2' 'faac' 'x264' 'libsamplerate' 'opencore-amr' 'yasm' 'mesa' 'libvpx' + 'faad2' 'faac' 'x264' 'x265' 'libsamplerate' 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'pulseaudio' 'libva' 'desktop-file-utils') categories=('multimedia') options=("!makeflags") @@ -40,6 +40,7 @@ package_avidemux-cli() { 'pulseaudio: for the corresponding audio device plugin' 'sdl: for the corresponding audio device plugin' 'x264: for the corresponding video encoder plugin' + 'x265: for the corresponding video encoder plugin' 'xvidcore: for the corresponding video encoder plugin') cd "${srcdir}/${pkgbase}_${pkgver}"