[arch-commits] Commit in (5 files)
Felix Yan
fyan at archlinux.org
Fri Sep 18 05:11:26 UTC 2015
Date: Friday, September 18, 2015 @ 07:11:25
Author: fyan
Revision: 140643
addpkg: qtav 1.8.0-1
Added:
qtav/
qtav/repos/
qtav/trunk/
qtav/trunk/PKGBUILD
qtav/trunk/qtav.install
--------------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
qtav.install | 13 +++++++++++++
2 files changed, 46 insertions(+)
Added: qtav/trunk/PKGBUILD
===================================================================
--- qtav/trunk/PKGBUILD (rev 0)
+++ qtav/trunk/PKGBUILD 2015-09-18 05:11:25 UTC (rev 140643)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qtav
+pkgver=1.8.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-base' 'ffmpeg' 'libxv' 'openal' 'portaudio' 'desktop-file-utils')
+makedepends=('git')
+install=$pkgname.install
+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
+ make
+}
+
+package() {
+ cd QtAV
+
+ make INSTALL_ROOT="${pkgdir}" install
+}
Property changes on: qtav/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: qtav/trunk/qtav.install
===================================================================
--- qtav/trunk/qtav.install (rev 0)
+++ qtav/trunk/qtav.install 2015-09-18 05:11:25 UTC (rev 140643)
@@ -0,0 +1,13 @@
+post_upgrade() {
+ update-desktop-database -q
+}
+
+post_install() {
+ post_upgrade
+}
+
+post_remove() {
+ post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list