summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGimmeapill2018-09-10 21:23:32 +0200
committerGimmeapill2018-09-10 21:23:32 +0200
commit26d57b2106d4729760fdbc27b11ced2f4f71ef98 (patch)
treef1ff69b842ead6436d017a3dfda31416f315b9cd
parent33a1385888aee381a1e2e14245dfbe2d6c81ea14 (diff)
downloadaur-26d57b2106d4729760fdbc27b11ced2f4f71ef98.tar.gz
more dependency cleanup
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33672c549bda..459e59046b3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Sep 9 16:36:29 UTC 2018
+# Mon Sep 10 19:23:09 UTC 2018
pkgbase = mixxx-git
pkgdesc = Digital DJ mixing software. Development branch from git.
pkgver = release.2.1.3.r459.g7db928dd27
@@ -16,7 +16,6 @@ pkgbase = mixxx-git
makedepends = qt5-tools
depends = libmad
depends = faad2
- depends = qt5-base
depends = qt5-script
depends = qt5-svg
depends = taglib
@@ -30,6 +29,7 @@ pkgbase = mixxx-git
depends = opusfile
depends = chromaprint
depends = lilv
+ depends = upower
provides = mixxx
conflicts = mixxx
source = mixxx::git+https://github.com/mixxxdj/mixxx.git
diff --git a/PKGBUILD b/PKGBUILD
index fa1979bb8698..e49bb9a68fea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://www.mixxx.org/"
license=('GPL2')
groups=('pro-audio')
-depends=('libmad' 'faad2' 'qt5-base' 'qt5-script' 'qt5-svg' 'taglib' 'libmp4v2' 'rubberband' 'portaudio' 'portmidi' 'protobuf' 'libshout' 'libid3tag' 'opusfile' 'chromaprint' 'lilv')
+depends=('libmad' 'faad2' 'qt5-script' 'qt5-svg' 'taglib' 'libmp4v2' 'rubberband' 'portaudio' 'portmidi' 'protobuf' 'libshout' 'libid3tag' 'opusfile' 'chromaprint' 'lilv' 'upower')
makedepends=('git' 'scons' 'pkgconfig' 'glu' 'qt5-tools')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
@@ -22,7 +22,8 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-*}"
- scons qtdir=/usr/lib/qt prefix=/usr install_root="$pkgdir/usr" -j2 virtualize=0 localecompare=1 qt_sqlite_plugin=0 opus=1 optimize=native build=release battery=0 faad=1 modplug=1 vamp=0
+ export SCONSFLAGS="-j $(nproc)"
+ scons qtdir=/usr/lib/qt prefix=/usr install_root="$pkgdir/usr" virtualize=0 opus=1 optimize=native build=release faad=1 modplug=1
}
package() {