[arch-commits] Commit in qtav/repos (4 files)

Felix Yan felixonmars at archlinux.org
Tue Jun 21 03:28:18 UTC 2016


    Date: Tuesday, June 21, 2016 @ 03:28:17
  Author: felixonmars
Revision: 180615

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  qtav/repos/community-testing-i686/
  qtav/repos/community-testing-i686/PKGBUILD
    (from rev 180614, qtav/trunk/PKGBUILD)
  qtav/repos/community-testing-x86_64/
  qtav/repos/community-testing-x86_64/PKGBUILD
    (from rev 180614, qtav/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: qtav/repos/community-testing-i686/PKGBUILD (from rev 180614, qtav/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-06-21 03:28:17 UTC (rev 180615)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qtav
+pkgver=1.11.0
+pkgrel=1
+pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
+arch=('i686' 'x86_64')
+url="http://www.qtav.org/"
+license=('LGPL')
+depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 'desktop-file-utils')
+makedepends=('git')
+source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cd QtAV
+  git submodule update --init
+}
+
+build() {
+  cd QtAV
+
+  qmake-qt5 "CONFIG+=no_rpath recheck"
+  make
+}
+
+package() {
+  cd QtAV
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  mkdir "$pkgdir/usr/bin"
+  ln -s ../lib/qt/bin/QMLPlayer "$pkgdir/usr/bin/QMLPlayer"
+}

Copied: qtav/repos/community-testing-x86_64/PKGBUILD (from rev 180614, qtav/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-06-21 03:28:17 UTC (rev 180615)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qtav
+pkgver=1.11.0
+pkgrel=1
+pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
+arch=('i686' 'x86_64')
+url="http://www.qtav.org/"
+license=('LGPL')
+depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 'desktop-file-utils')
+makedepends=('git')
+source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cd QtAV
+  git submodule update --init
+}
+
+build() {
+  cd QtAV
+
+  qmake-qt5 "CONFIG+=no_rpath recheck"
+  make
+}
+
+package() {
+  cd QtAV
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  mkdir "$pkgdir/usr/bin"
+  ln -s ../lib/qt/bin/QMLPlayer "$pkgdir/usr/bin/QMLPlayer"
+}



More information about the arch-commits mailing list