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

Felix Yan felixonmars at archlinux.org
Sun Apr 25 21:50:09 UTC 2021


    Date: Sunday, April 25, 2021 @ 21:50:09
  Author: felixonmars
Revision: 924450

upgpkg: deepin-movie 1:5.7.11-1

Modified:
  deepin-movie/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-25 21:48:37 UTC (rev 924449)
+++ PKGBUILD	2021-04-25 21:50:09 UTC (rev 924450)
@@ -2,29 +2,18 @@
 
 pkgname=deepin-movie
 epoch=1
-pkgver=5.7.6.165
+pkgver=5.7.11
 pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-movie-reborn"
 license=('GPL3')
-depends=('deepin-qt5integration' 'libxtst' 'mpv' 'ffmpegthumbnailer')
+depends=('deepin-qt5integration'  'ffmpegthumbnailer' 'libxtst' 'mpv' 'qtdbusextended' 'qtmpris')
 makedepends=('cmake' 'gtest' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
-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=('1d912414137aa9475c8ffa1f8870e7c5a052c8024a1f94e6ed8906e026676197cc2cd572356834f18b26cf8662f6c7950ac89b6ad4f915629acb290e316f6118'
-            'ed9414601226feb6e93828098efae4ff007dbd40c5ac1c102cdeabb3e138898f22b11ffe6c0052902591667904454795b95dcd9b75a6d1a10c84b70232c78f8d'
-            '157296a3e48ba4b6606a859397f0c24311dead227b301448c94c9eb2dc4408d5d6466ce2a0873636f8ed48d71137e9556fc8103a6764e65ce2392ba042f94fed')
+source=("https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('1710649da82caea0f70de73b7b00c48a50108ba7feb233507b8f46a33f8f3390e58beab5fc0fe4897d23bd4ff914709f29179d88fec9d50fb1ba6f1aa443706e')
 
-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
-}
-
 build() {
   cd deepin-movie-reborn-$pkgver
   cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release .



More information about the arch-commits mailing list