[arch-commits] Commit in deepin-movie/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jul 30 03:48:54 UTC 2019
Date: Tuesday, July 30, 2019 @ 03:48:53
Author: felixonmars
Revision: 494889
upgpkg: deepin-movie 1:5.0.0-1
Modified:
deepin-movie/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-30 03:44:35 UTC (rev 494888)
+++ PKGBUILD 2019-07-30 03:48:53 UTC (rev 494889)
@@ -2,7 +2,7 @@
pkgname=deepin-movie
epoch=1
-pkgver=3.2.24.2
+pkgver=5.0.0
pkgrel=1
pkgdesc='Movie player based on QtAV'
arch=('x86_64')
@@ -11,9 +11,17 @@
depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
makedepends=('cmake' 'qt5-tools')
groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz")
-sha512sums=('1bde59227a1ccdb6a558486835df5fea1673ddb48acf51e74fc7ad40f8750d73a9213bf5b25f283964f0e020830ceb383ecdd308d3d49112cfcda2b3007d34d5')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz"
+ https://github.com/linuxdeepin/deepin-movie-reborn/pull/48.patch)
+sha512sums=('ff06c3bfd498f186141c54bf63bcd9bb44d9ac2c70b6cb41ce4b399cfd65047f0784f8238b7ba61b3b984f3250d11e0d0934617ee17e898b69403dc98e54e1cd'
+ 'ca94d3674cf2203daf9a2df1c3afa83ff2d26098c4058c58807c59748cb88c3bdd721d0e904f1f79acf403b3ea7780a6c3f00c276e5a85fe5a86792b12a2321e')
+prepare() {
+ cd deepin-movie-reborn-$pkgver
+ # Suggested by upstream, waiting for a real fix
+ patch -p1 -i ../48.patch
+}
+
build() {
cd deepin-movie-reborn-$pkgver
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release .
More information about the arch-commits
mailing list