mixxx: update to 2.1.0.

[ci skip]
This commit is contained in:
maxice8 2018-04-16 02:47:28 -03:00 committed by Enno Boland
parent 286f27a291
commit 60b75d7323

View File

@ -1,24 +1,22 @@
# Template file for 'mixxx' # Template file for 'mixxx'
pkgname=mixxx pkgname=mixxx
version=2.0.0.20180219 version=2.1.0
revision=2 revision=1
_gitrev="231132e108804db7f832faf0d9d0dce238118e2a" wrksrc="mixxx-release-${version}"
hostmakedepends="scons pkg-config" hostmakedepends="pkg-config scons"
makedepends="portaudio-devel libusb-devel libmad-devel protobuf-devel makedepends="chromaprint-devel faad2-devel ffmpeg-devel fftw-devel glu-devel
libid3tag-devel glu-devel taglib-devel opus-devel portmidi-devel libid3tag-devel libmad-devel libmp4v2-devel libshout-devel libusb-devel
vamp-plugin-sdk-devel faad2-devel libmp4v2-devel libshout-devel opus-devel portaudio-devel portmidi-devel protobuf-devel qt5-script-devel
rubberband-devel chromaprint-devel fftw-devel ffmpeg-devel upower-devel qt5-svg-devel qt5-xmlpatterns-devel rubberband-devel taglib-devel upower-devel
qt5-svg-devel qt5-script-devel qt5-xmlpatterns-devel qt5-script-devel" vamp-plugin-sdk-devel"
depends="qt5-plugin-sqlite" depends="qt5-plugin-sqlite"
short_desc="Open source digital DJing software that allows mixing music" short_desc="Open source digital DJing software that allows mixing music"
maintainer="Enno Boland <gottox@voidlinux.eu>" maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2.0-or-later"
homepage="http://www.mixxx.org" homepage="http://www.mixxx.org"
license="GPL-2" distfiles="https://github.com/mixxxdj/mixxx/archive/release-${version}.tar.gz"
distfiles="https://github.com/mixxxdj/mixxx/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz" checksum=148b0ab222fa1c310e62b566d87c0a3d43fdee9435150d40d62055dbc228d396
checksum=2144f19492a52a698c27b7c97089169752d6109e6f8c65e697ca0885b27cb27b
_scons_args="shoutcast=1 faad=1 tuned=0 prefix=/usr qt5=1 qtdir=/usr/include/qt5" _scons_args="shoutcast=1 faad=1 tuned=0 prefix=/usr qt5=1 qtdir=/usr/include/qt5"
#wrksrc=$pkgname-release-$version
wrksrc=${pkgname}-${_gitrev}
nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/7882/steps/shell_3/logs/stdio" nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/7882/steps/shell_3/logs/stdio"
@ -39,6 +37,7 @@ do_build() {
MAKEFLAGS="${makejobs}" scons ${makejobs} ${_scons_args} MAKEFLAGS="${makejobs}" scons ${makejobs} ${_scons_args}
} }
do_install() { do_install() {
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
export CFLAGS+=" -msse" export CFLAGS+=" -msse"