summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGimmeapill2018-05-03 18:58:52 +0200
committerGimmeapill2018-05-03 18:58:52 +0200
commit767b4e62b8da25baa8c21d7d50beaf4228cf7b00 (patch)
tree4fc352d4ec0851193781f518022e7268b3d7180c
parenteea931c87540f18dfdaad342b71467c57330a65c (diff)
downloadaur-767b4e62b8da25baa8c21d7d50beaf4228cf7b00.tar.gz
enabled module support by popular request
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02dbb3f8d775..70930a468ff7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 15 21:21:43 UTC 2017
+# Thu May 3 16:51:20 UTC 2018
pkgbase = mixxx-git
pkgdesc = Digital DJ mixing software. Development branch from git.
- pkgver = release.2.0.0.r6032.g24028f2e8
+ pkgver = release.2.1.0.r148.geb9edc4676
pkgrel = 1
url = http://www.mixxx.org/
arch = i686
@@ -28,9 +28,6 @@ pkgbase = mixxx-git
depends = chromaprint
provides = mixxx
conflicts = mixxx
- conflicts = mixxx1.11-git
- conflicts = mixxx1.12-git
- conflicts = mixxx_stable-git
source = mixxx::git+https://github.com/mixxxdj/mixxx.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1f315171e4d0..5eebba9e2fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gimmeapill <gimmeapill at gmail dot com>
pkgname=mixxx-git
-pkgver=release.2.0.0.r6032.g24028f2e8
+pkgver=release.2.1.0.r148.geb9edc4676
pkgrel=1
pkgdesc="Digital DJ mixing software. Development branch from git."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL2')
depends=(libmad libusb faad2 qt4 taglib libmp4v2 rubberband portaudio portmidi protobuf libshout libid3tag opusfile chromaprint)
makedepends=('git' 'scons' 'pkgconfig' 'glu')
provides=("${pkgname%-*}")
-conflicts=("${pkgname%-*}" mixxx1.11-git mixxx1.12-git mixxx_stable-git)
+conflicts=("${pkgname%-*}")
source=("${pkgname%-*}::git+https://github.com/mixxxdj/mixxx.git")
md5sums=('SKIP')
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-*}"
- scons qtdir=/usr/lib/qt4 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
+ scons qtdir=/usr/lib/qt4 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
}
package() {