From bd0f7f6cf7dfb223acd6f290e094cc1f9a11f32a Mon Sep 17 00:00:00 2001 From: AlmAck Date: Mon, 18 May 2015 22:12:06 +0200 Subject: [PATCH] avidemux rebuild to include x265 codec --- avidemux/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}"