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

Felix Yan felixonmars at archlinux.org
Wed Apr 25 06:14:24 UTC 2018


    Date: Wednesday, April 25, 2018 @ 06:14:23
  Author: felixonmars
Revision: 317724

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: deepin-movie/repos/community-staging-x86_64/PKGBUILD (from rev 317723, deepin-movie/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-04-25 06:14:23 UTC (rev 317724)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-movie
+epoch=1
+pkgver=3.2.3
+pkgrel=2
+pkgdesc='Movie player based on QtAV'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn"
+license=('GPL3')
+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=('1e95cee2c7c32148b983632720b2dbed3c2222249cd3b87bd7183760bd40f5b71e78db4e63f15d8766f3ea60d65b4c086b0edb92f9909ebfa70174e8f9358f78')
+
+build() {
+  cd deepin-movie-reborn-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-movie-reborn-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list