[arch-commits] Commit in avidemux/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Feb 25 21:47:50 UTC 2018


    Date: Sunday, February 25, 2018 @ 21:47:49
  Author: anthraxx
Revision: 317515

upgpkg: avidemux 2.7.0-5 (x265 2.7 rebuild)

Modified:
  avidemux/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-25 21:09:25 UTC (rev 317514)
+++ PKGBUILD	2018-02-25 21:47:49 UTC (rev 317515)
@@ -4,7 +4,7 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-qt')
 pkgver=2.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
 url='http://fixounet.free.fr/avidemux/'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 'desktop-file-utils'
              'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'libx264' 'x265' 'libsamplerate'
              'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' 'intltool' 'sqlite'
-             'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools')
+             'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'twolame' 'libfdk-aac' 'libass')
 options=('!emptydirs')
 source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
 sha256sums=('fe1d6b794c0d94922428ff84a931264a90c39a5ffe965e03ab7ae0ce71a2c4ad')
@@ -21,6 +21,7 @@
 prepare() {
   cd ${pkgbase}_${pkgver}
   sed -i 's|../avidemux/qt4|../avidemux/qt4 -DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5|' bootStrap.bash
+  sed -e 's|0.19|1.0|' -i avidemux_plugins/ADM_videoFilters6/ass/CMakeLists.txt
   cp avidemux2.desktop avidemux-qt.desktop
   sed -ri 's|(Name=).*|\1avidemux (Qt)|' avidemux-qt.desktop
   sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux-qt.desktop
@@ -32,7 +33,7 @@
 }
 
 package_avidemux-cli() {
-  depends=('libxml2' 'fontconfig' 'libvpx' 'libva' 'sqlite')
+  depends=('libxml2' 'fontconfig' 'sqlite' 'libvpx' 'libva' 'libvdpau')
   optdepends=('lame: for the corresponding audio encoder plugin'
               'faac: for the corresponding audio encoder plugin'
               'faad2: for the corresponding audio decoder plugin'
@@ -46,6 +47,9 @@
               'xvidcore: for the corresponding video encoder plugin'
               'qt5-base: for the QtScript scripting support'
               'libdca: for the corresponding audio decoder plugin'
+              'libfdk-aac: for the corresponding audio decoder plugin'
+              'twolame: for the corresponding audio decoder plugin'
+              'libass: for the corresponding video filter plugin'
               'fribidi: for the corresponding video filter plugin')
 
   cd ${pkgbase}_${pkgver}



More information about the arch-commits mailing list