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

Levente Polyak anthraxx at archlinux.org
Wed Jun 6 19:45:25 UTC 2018


    Date: Wednesday, June 6, 2018 @ 19:45:24
  Author: anthraxx
Revision: 326060

upgpkg: avidemux 2.7.1-1

Modified:
  avidemux/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-06 19:45:21 UTC (rev 326059)
+++ PKGBUILD	2018-06-06 19:45:24 UTC (rev 326060)
@@ -3,8 +3,8 @@
 
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-qt')
-pkgver=2.7.0
-pkgrel=6
+pkgver=2.7.1
+pkgrel=1
 pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
 url='http://fixounet.free.fr/avidemux/'
 arch=('x86_64')
@@ -14,11 +14,9 @@
              'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' 'intltool' 'sqlite'
              'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'twolame' 'libfdk-aac' 'libass')
 options=('!emptydirs')
-source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz avidemux-qt5.11.patch)
-sha256sums=('fe1d6b794c0d94922428ff84a931264a90c39a5ffe965e03ab7ae0ce71a2c4ad'
-            '4b5a5b5e4a53afeaefa6c3213502a83f35e71787c66a6abc81c3487b97fc0ca3')
-sha512sums=('7c92213d3bd2849dbdb5a1aff2acd6da231fd76c561b756fbf4a1d5a41e9705d609d7a35b6ca6b77ceb3bf5138f861cd24ed16d8fcec4fd713f09a2ff07e9015'
-            'ae8aeadab04e2467a2a8d744a5fb7db70b03711f6f1d749214d46339c3261d653f1a6b4818c14dc3aec2e72764e90c6478b80bde337cd830845ebb913e953423')
+source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
+sha256sums=('3ccd784a329c8957c6741923549fdfb70f3b96d087aeb514f3d52e1cd281e995')
+sha512sums=('85a690a36cad827f176818d6f566d897b4e46b2a272c8fb18bd64672d92f106d2706ac214b3e3ac3a836c5c98f81f7d5feca1229c3f3f2152ab715a3565008be')
 
 prepare() {
   cd ${pkgbase}_${pkgver}
@@ -30,8 +28,6 @@
 
   # https://sourceforge.net/p/avidemux/bugs/77/
   sed -e 's|pow10f|exp10f|g' -i avidemux/common/ADM_audioFilter/src/audiofilter_normalize.cpp
-  # fix build with Qt 5.11
-  patch -p1 -i ../avidemux-qt5.11.patch
 }
 
 build() {



More information about the arch-commits mailing list