summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 11 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b1a01270a3a..e3fed9f3437a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=('avidemux-core-git'
'avidemux-qt-git'
'avidemux-cli-git'
)
-pkgver=2.7.0.170902.f552a07b4
+pkgver=2.7.0.171021.896fea92d
pkgrel=1
pkgdesc="A graphical/cli tool to edit video (filter/re-encode/split). (GIT version)"
arch=('i686' 'x86_64')
@@ -15,6 +15,7 @@ makedepends=('git'
'cmake'
'subversion'
'yasm'
+ 'nasm'
'a52dec'
'aften'
'dcaenc'
@@ -29,11 +30,13 @@ makedepends=('git'
'libdca'
'libpulse'
'libva'
+ 'libvdpau'
'libvpx'
- 'libx264'
'opencore-amr'
+ 'setconf'
'twolame'
'xvidcore'
+ 'x264'
'x265'
'sqlite'
'glu'
@@ -41,7 +44,6 @@ makedepends=('git'
'qt5-tools'
'libxv'
'vapoursynth'
- 'setconf'
)
source=('avidemux::git+https://github.com/mean00/avidemux2.git'
'fix_verbose.patch'
@@ -187,18 +189,19 @@ package_avidemux-core-git() {
'fribidi'
'jack2'
'lame'
- 'libass'
- 'libfdk-aac'
+ 'libass.so'
+ 'libfdk-aac.so'
'libmad'
'libdca'
'libpulse'
'libva'
- 'libvpx'
+ 'libvdpau'
+ 'libvpx.so'
'opencore-amr'
'twolame'
- 'xvidcore'
+ 'libxvidcore.so'
'sqlite'
- 'libx264'
+ 'x264'
'x265'
)
optdepends=('avidemux-qt-git: a Qt GUI for Avidemux'