[arch-commits] Commit in qtav/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jul 11 03:34:01 UTC 2019


    Date: Thursday, July 11, 2019 @ 03:34:01
  Author: felixonmars
Revision: 357525

archrelease: copy trunk to testing-x86_64

Added:
  qtav/repos/testing-x86_64/
  qtav/repos/testing-x86_64/PKGBUILD
    (from rev 357524, qtav/trunk/PKGBUILD)

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

Copied: qtav/repos/testing-x86_64/PKGBUILD (from rev 357524, qtav/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-07-11 03:34:01 UTC (rev 357525)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qtav
+pkgver=1.13.0
+pkgrel=1
+pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
+arch=('x86_64')
+url="https://www.qtav.org/"
+license=('LGPL')
+depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'uchardet' 'desktop-file-utils'
+         'qt5-quickcontrols' 'qt5-svg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wang-bin/QtAV/archive/v$pkgver.tar.gz")
+sha512sums=('93ffbf38c49b35bddc08dd93d5cee73369f0693e5a09b087a5295b454b970fed58076bcddb101aa061f48b0350b8e7c7d1ef1045e81f28b146de73d4b82480c8')
+
+build() {
+  cd QtAV-$pkgver
+
+  qmake-qt5 "CONFIG+=no_rpath recheck"
+  make
+}
+
+package() {
+  cd QtAV-$pkgver
+
+  make INSTALL_ROOT="${pkgdir}" install
+}



More information about the arch-commits mailing list