[arch-commits] Commit in qtav/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Sat Oct 1 10:01:42 UTC 2016
Date: Saturday, October 1, 2016 @ 10:01:41
Author: arojas
Revision: 191129
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 191128, qtav/trunk/PKGBUILD)
qtav/repos/community-testing-x86_64/
qtav/repos/community-testing-x86_64/PKGBUILD
(from rev 191128, 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 191128, qtav/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-01 10:01:41 UTC (rev 191129)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qtav
+pkgver=1.11.0
+pkgrel=2
+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
+
+ # fix mkspecs install dir
+ sed -e 's|\$\$\[QT_INSTALL_BINS\]\/\.\.\/mkspecs|\$\$\[QT_INSTALL_ARCHDATA\]\/mkspecs|g' -i tools/install_sdk/install_sdk.pro
+}
+
+build() {
+ cd QtAV
+
+ qmake-qt5 "CONFIG+=no_rpath recheck"
+ make
+}
+
+package() {
+ cd QtAV
+
+ make INSTALL_ROOT="${pkgdir}" install
+}
Copied: qtav/repos/community-testing-x86_64/PKGBUILD (from rev 191128, qtav/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2016-10-01 10:01:41 UTC (rev 191129)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qtav
+pkgver=1.11.0
+pkgrel=2
+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
+
+ # fix mkspecs install dir
+ sed -e 's|\$\$\[QT_INSTALL_BINS\]\/\.\.\/mkspecs|\$\$\[QT_INSTALL_ARCHDATA\]\/mkspecs|g' -i tools/install_sdk/install_sdk.pro
+}
+
+build() {
+ cd QtAV
+
+ qmake-qt5 "CONFIG+=no_rpath recheck"
+ make
+}
+
+package() {
+ cd QtAV
+
+ make INSTALL_ROOT="${pkgdir}" install
+}
More information about the arch-commits
mailing list