summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072019-03-17 19:34:18 +0100
committersL1pKn072019-03-17 19:34:18 +0100
commit6ed2138264aa444d73a8f1a8c4e908b4b2e5f216 (patch)
treeb13eeb2d41cadf4185e8f7d2eb09952ed8100f1b /PKGBUILD
parent00e3abc42b1c0e486940e0026005c9d3d0f1d3de (diff)
downloadaur-6ed2138264aa444d73a8f1a8c4e908b4b2e5f216.tar.gz
bump, swiched to ffmpeg4x branch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8c6d5da1055..a7f7a40479ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=('avidemux-core-git'
'avidemux-qt-git'
'avidemux-cli-git'
)
-pkgver=2.7.1.190210.ef2af6011
+pkgver=2.7.2.190317.04c29e0e8
pkgrel=1
pkgdesc="A graphical/cli tool to edit video (filter/re-encode/split). (GIT version)"
arch=('x86_64')
@@ -43,8 +43,9 @@ makedepends=('git'
'qt5-tools'
'libxv'
'vapoursynth'
+ 'hicolor-icon-theme'
)
-source=('avidemux::git+https://github.com/mean00/avidemux2.git'
+source=('avidemux::git+https://github.com/mean00/avidemux2.git#branch=ffmpeg4x'
'fix_verbose.patch'
'add_settings_pluginui_message_error.patch'
'opus_check.patch'
@@ -187,14 +188,13 @@ package_avidemux-core-git() {
'opencore-amr'
'twolame'
'libxvidcore.so'
- 'sqlite'
'x264'
'x265'
)
optdepends=('avidemux-qt-git: a Qt GUI for Avidemux'
'avidemux-cli-git: a CLI frontend for Avidemux'
'wine: AVSload (Load Avisynth scripts on Avidemux)'
- 'vapoursynth: vsProxy (Load Vapoursynth scripts on Avidemux'
+ 'vapoursynth: vsProxy (Load Vapoursynth scripts on Avidemux)'
)
provides=('avidemux-core')
conflicts=('avidemux-core')
@@ -214,6 +214,7 @@ package_avidemux-qt-git() {
'libxv'
'glu'
'desktop-file-utils'
+ 'hicolor-icon-theme'
)
provides=('avidemux-qt')
conflicts=('avidemux-qt4'
@@ -227,9 +228,7 @@ package_avidemux-qt-git() {
package_avidemux-cli-git() {
pkgdesc="CLI frontend for Avidemux. (GIT version)"
- depends=("avidemux-core-git>=${pkgver}"
- 'gcc-libs'
- )
+ depends=("avidemux-core-git>=${pkgver}")
provides=('avidemux-cli')
conflicts=('avidemux-cli')