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

Felix Yan felixonmars at archlinux.org
Thu Nov 26 12:54:14 UTC 2020


    Date: Thursday, November 26, 2020 @ 12:54:13
  Author: felixonmars
Revision: 763485

upgpkg: deepin-movie 1:5.7.6.109-1

Modified:
  deepin-movie/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-26 12:54:11 UTC (rev 763484)
+++ PKGBUILD	2020-11-26 12:54:13 UTC (rev 763485)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-movie
 epoch=1
-pkgver=5.7.6.108
+pkgver=5.7.6.109
 pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('x86_64')
@@ -11,15 +11,18 @@
 depends=('deepin-qt5integration' 'libxtst' 'mpv' 'ffmpegthumbnailer')
 makedepends=('cmake' 'gtest' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz")
-sha512sums=('b126a4cbf95a69183b7b7c59876fdd7bf8c3e74382782eaee7597a69d66a953f3b68830b59b1c32d718f8d3d944af65bc21e4ed0559017bcc6661620e6d2c176')
+source=("https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+        $pkgname-mpv-qthelper.patch::https://github.com/linuxdeepin/deepin-movie-reborn/commit/cc9484fdb63589c3596d2914d180e351e0e0330a.patch
+        $pkgname-libavformat-version-check.patch::https://github.com/linuxdeepin/deepin-movie-reborn/commit/7bff486b84a6c9e8602ef2fb201cfa602d6ca1d8.patch)
+sha512sums=('d5f96bfb9465faa951024f90f25cf149b22711535d0508b995f10a8055f9706ff4d79f387705346912a48836f8773dcecabf8bcc58e7d1f2e60718f7862135bc'
+            'ed9414601226feb6e93828098efae4ff007dbd40c5ac1c102cdeabb3e138898f22b11ffe6c0052902591667904454795b95dcd9b75a6d1a10c84b70232c78f8d'
+            '157296a3e48ba4b6606a859397f0c24311dead227b301448c94c9eb2dc4408d5d6466ce2a0873636f8ed48d71137e9556fc8103a6764e65ce2392ba042f94fed')
 
 prepare() {
   cd deepin-movie-reborn-$pkgver
+  patch -p1 -i ../$pkgname-mpv-qthelper.patch
+  patch -p1 -i ../$pkgname-libavformat-version-check.patch
   sed -i '/#include <DPalette>/a #include <QPainterPath>' src/widgets/{tip,toolbutton}.h
-
-  # https://github.com/linuxdeepin/deepin-movie-reborn/issues/59
-  sed -i 's/ && LIBAVFORMAT_VERSION_MINOR <= 25//' src/libdmr/playlist_model.cpp
 }
 
 build() {



More information about the arch-commits mailing list