[arch-commits] Commit in mixxx/trunk (PKGBUILD mixxx-2.0.0-build.patch)

Laurent Carlier lcarlier at archlinux.org
Sat May 27 07:55:25 UTC 2017


    Date: Saturday, May 27, 2017 @ 07:55:24
  Author: lcarlier
Revision: 230498

upgpkg: mixxx 2.0.0-11

remove rpath (FS#53623)

Added:
  mixxx/trunk/mixxx-2.0.0-build.patch
Modified:
  mixxx/trunk/PKGBUILD

-------------------------+
 PKGBUILD                |    9 ++++++---
 mixxx-2.0.0-build.patch |   10 ++++++++++
 2 files changed, 16 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-27 07:23:28 UTC (rev 230497)
+++ PKGBUILD	2017-05-27 07:55:24 UTC (rev 230498)
@@ -5,7 +5,7 @@
 
 pkgname=mixxx
 pkgver=2.0.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Free, open source software for digital DJ'ing."
 arch=('i686' 'x86_64')
 url='http://www.mixxx.org'
@@ -16,15 +16,18 @@
 makedepends=('mesa' 'scons' 'libshout' 'glu')
 source=("https://downloads.mixxx.org/${pkgname}-${pkgver}/${pkgname}-${pkgver}-src.tar.gz"
         mixxx-2.0.0-gcc-6.patch
-        mixxx-2.0.0-chromaprint-1.4.0.patch)
+        mixxx-2.0.0-chromaprint-1.4.0.patch
+        mixxx-2.0.0-build.patch)
 md5sums=('5520a2f110f1078197d2ff914ccca37a'
          '957245cf7a06e57d42fb7f8e3421a934'
-         '9aa411ccc9e72b27860858ac68104f2b')
+         '9aa411ccc9e72b27860858ac68104f2b'
+         '0da474abaf9eb50cfdcdc449854a6772')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -p1 -i ../mixxx-2.0.0-gcc-6.patch
   patch -p1 -i ../mixxx-2.0.0-chromaprint-1.4.0.patch
+  patch -p1 -i ../mixxx-2.0.0-build.patch
 }
 
 build() {

Added: mixxx-2.0.0-build.patch
===================================================================
--- mixxx-2.0.0-build.patch	                        (rev 0)
+++ mixxx-2.0.0-build.patch	2017-05-27 07:55:24 UTC (rev 230498)
@@ -0,0 +1,10 @@
+diff -ur mixxx-2.0.0/build/mixxx.py mixxx-2.0.0-patched/build/mixxx.py
+--- ./build/depends.py.orig	2016-02-09 04:30:54.860754912 +0000
++++ ./build/depends.py	2016-02-09 04:29:53.286383033 +0000
+@@ -359,7 +359,6 @@ class Qt(Dependence):
+             qtdir = build.env['QTDIR']
+             framework_path = Qt.find_framework_libdir(qtdir, qt5)
+             if os.path.isdir(framework_path):
+-                build.env.Append(LINKFLAGS="-Wl,-rpath," + framework_path)
+                 build.env.Append(LINKFLAGS="-L" + framework_path)
+



More information about the arch-commits mailing list