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

Felix Yan felixonmars at archlinux.org
Thu Oct 25 14:42:14 UTC 2018


    Date: Thursday, October 25, 2018 @ 14:42:13
  Author: felixonmars
Revision: 398991

upgpkg: deepin-movie 1:3.2.11-1

Modified:
  deepin-movie/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-25 14:32:59 UTC (rev 398990)
+++ PKGBUILD	2018-10-25 14:42:13 UTC (rev 398991)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-movie
 epoch=1
-pkgver=3.2.10
+pkgver=3.2.11
 pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('x86_64')
@@ -12,8 +12,13 @@
 makedepends=('cmake' 'qt5-tools')
 groups=('deepin-extra')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz")
-sha512sums=('83a3654789001552d8c2ff0fc3fc82761941b428b3578865f5edf9f1207d1c3ea4b63ebb6f83450ad361ac2685f1d3cf4f8c5d29e1dccb8eb39fb33ca15f6b93')
+sha512sums=('90645667687d650e32ef60f1bbd02725d5394ac7f90fbef1423b2dcc545aa6d71ad52ab44d16fb252bc7b87f2b5cef32d18ac9137e3a1ef7e1db4d3e7c60f4c9')
 
+prepare() {
+  cd deepin-movie-reborn-$pkgver
+  sed -i 's/libavresample//' src/CMakeLists.txt
+}
+
 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