summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072024-01-25 22:19:27 +0100
committersL1pKn072024-01-25 22:19:27 +0100
commit2f237db8b1002f1d1408699756f7a1d78f689072 (patch)
treedbab42648764bc7e76b0aac977498ac674ced81a /PKGBUILD
parenta66e9e6f154dac40d5d19aad9698564c9ea2db60 (diff)
downloadaur-2f237db8b1002f1d1408699756f7a1d78f689072.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01554a807f01..70b40ca83e69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=(
'avidemux-qt6-git'
'avidemux-cli-git'
)
-pkgver=2.8.2.230910.dd023f161
+pkgver=2.8.2.240125.cdbfa6956
pkgrel=1
pkgdesc="A graphical/cli tool to edit video (filter/re-encode/split). (GIT version)"
arch=('x86_64')
@@ -61,7 +61,6 @@ source=(
'opus_check.patch'
'fix_mpeg-ts_typo.patch'
'fix_ugly_slider.patch'
- 'https://github.com/FFmpeg/FFmpeg/commit/effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch'
)
sha256sums=(
'SKIP'
@@ -71,7 +70,6 @@ sha256sums=(
'ae6d2c93163b7b760591688c7811dfdd4a952ed9074d8cbdf4953b701f0fa7db'
'a11452a93c993bdf71f0c29d686badec1c50231bc9d3c6f02f280e06cd8add7a'
'3c91ddefadfad5f43d514941ddfa1942ea2c618525aaae36bde5a5d18f8e2067'
- '206f4d8437b21f6197ffc444c86d0504892a5c2137cb227b4af1c1e8bf2c426c'
)
options=('debug')
@@ -89,9 +87,6 @@ prepare() {
git -c protocol.file.allow=always submodule update --init \
avidemux/qt4/i18n
- # fix build ffmpeg about ASM encode
- cp "${srcdir}/effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch" avidemux_core/ffmpeg_package/patches/upstream/effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch
-
# http://avidemux.org/smif/index.php/topic,16301.0.html
patch -p1 -i "${srcdir}/fix_verbose.patch"