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

Antonio Rojas arojas at archlinux.org
Sat Oct 1 10:01:14 UTC 2016


    Date: Saturday, October 1, 2016 @ 10:01:14
  Author: arojas
Revision: 191128

Install binaries to the standard location

Modified:
  qtav/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-01 09:08:15 UTC (rev 191127)
+++ PKGBUILD	2016-10-01 10:01:14 UTC (rev 191128)
@@ -3,7 +3,7 @@
 
 pkgname=qtav
 pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
 arch=('i686' 'x86_64')
 url="http://www.qtav.org/"
@@ -16,6 +16,9 @@
 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() {
@@ -29,7 +32,4 @@
   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