[arch-commits] Commit in deepin-movie/repos (2 files)

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


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

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-movie/repos/community-testing-x86_64/
  deepin-movie/repos/community-testing-x86_64/PKGBUILD
    (from rev 924450, deepin-movie/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: deepin-movie/repos/community-testing-x86_64/PKGBUILD (from rev 924450, deepin-movie/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-04-25 21:50:21 UTC (rev 924451)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-movie
+epoch=1
+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'  '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")
+sha512sums=('1710649da82caea0f70de73b7b00c48a50108ba7feb233507b8f46a33f8f3390e58beab5fc0fe4897d23bd4ff914709f29179d88fec9d50fb1ba6f1aa443706e')
+
+build() {
+  cd deepin-movie-reborn-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release .
+  ninja
+}
+
+package() {
+  cd deepin-movie-reborn-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list