summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGimmeapill2016-10-15 09:32:54 +0200
committerGimmeapill2016-10-15 09:32:54 +0200
commitaa4fb8391cd6df1dd415175d56c8dcfff42b1e35 (patch)
tree87aad604c28bb658e37103d248bcdba5c89b1e07
parent5a8151ac50d43ac56c2b3333352e2f6b0e0b46c1 (diff)
downloadaur-aa4fb8391cd6df1dd415175d56c8dcfff42b1e35.tar.gz
enabled m4a support, cleaned up redundant dependencies reported by namcap
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3390f3d50be5..3629b79305dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 17 20:23:20 UTC 2016
+# Sat Oct 15 07:31:41 UTC 2016
pkgbase = mixxx-git
- pkgdesc = Digital DJ mixing software. Development branch from git with cpu optimization enabled.
- pkgver = release.2.0.0.r2398.g4827a8f
+ pkgdesc = Digital DJ mixing software. Development branch from git.
+ pkgver = release.2.0.0.r2462.g2d4f67e
pkgrel = 1
url = http://www.mixxx.org/
arch = i686
@@ -20,14 +20,12 @@ pkgbase = mixxx-git
depends = taglib
depends = portmidi
depends = protobuf
- depends = libusbx
depends = chromaprint
depends = rubberband
- depends = vamp-plugin-sdk
- depends = sqlite
- depends = opus
depends = opusfile
depends = hidapi
+ depends = faad2
+ depends = libmp4v2
provides = mixxx
conflicts = mixxx
conflicts = mixxx1.11-git
diff --git a/PKGBUILD b/PKGBUILD
index 5d8a8ca4f956..12c52f5a576f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Gimmeapill <gimmeapill at gmail dot com>
pkgname=mixxx-git
-pkgver=release.2.0.0.r2398.g4827a8f
+pkgver=release.2.0.0.r2462.g2d4f67e
pkgrel=1
-pkgdesc="Digital DJ mixing software. Development branch from git with cpu optimization enabled."
+pkgdesc="Digital DJ mixing software. Development branch from git."
arch=('i686' 'x86_64')
url="http://www.mixxx.org/"
license=('GPL2')
-depends=('libid3tag' 'libmad' 'portaudio' 'qt4' 'libshout' 'taglib' 'portmidi' 'protobuf' 'libusbx' 'chromaprint' 'rubberband' 'vamp-plugin-sdk' 'sqlite' 'opus' 'opusfile' 'hidapi')
+#depends=('libid3tag' 'libmad' 'portaudio' 'qt4' 'libshout' 'taglib' 'portmidi' 'protobuf' 'libusbx' 'chromaprint' 'rubberband' 'vamp-plugin-sdk' 'sqlite' 'opus' 'opusfile' 'hidapi')
+depends=('libid3tag' 'libmad' 'portaudio' 'qt4' 'libshout' 'taglib' 'portmidi' 'protobuf' 'chromaprint' 'rubberband' 'opusfile' 'hidapi' 'faad2' 'libmp4v2')
makedepends=('git' 'scons' 'pkgconfig' 'glu')
provides=(mixxx)
conflicts=(mixxx mixxx1.11-git mixxx1.12-git mixxx_stable-git)
@@ -21,7 +22,7 @@ pkgver() {
build() {
cd "$srcdir/mixxx"
- 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
+ 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
}
package() {