mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Add missing dependency
- Take maintainership - Fix libmp3lame detection - Bump PORTREVISION
This commit is contained in:
parent
c9314c4453
commit
654e5822a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450573
@ -4,11 +4,11 @@
|
||||
PORTNAME= mixxx
|
||||
PORTVERSION= 2.0.0
|
||||
DISTVERSIONSUFFIX= -src
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= DJ mixing application
|
||||
|
||||
LICENSE= GPLv2+
|
||||
@ -32,8 +32,8 @@ BROKEN_aarch64= fails to compile: Exception("invalid machine type")
|
||||
BROKEN_powerpc64= fails to configure: unmet dependencies: Could not find libprotobuf, libchromaprint, libmp4, and libwavpack
|
||||
|
||||
USES= scons iconv pkgconfig
|
||||
USE_QT4= corelib gui network opengl script scripttools sql svg \
|
||||
testlib xml xmlpatterns linguisttools_build moc_build \
|
||||
USE_QT4= corelib gui network opengl script scripttools sql sql-sqlite3 \
|
||||
svg testlib xml xmlpatterns linguisttools_build moc_build \
|
||||
qmake_build rcc_build uic_build
|
||||
USE_GL= gl glu
|
||||
MAKE_ARGS= qtdir="${PREFIX}" install_root="${PREFIX}" \
|
||||
|
11
audio/mixxx/files/patch-src-encoder_encodermp3.cpp
Normal file
11
audio/mixxx/files/patch-src-encoder_encodermp3.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/encoder/encodermp3.cpp 2017-09-24 22:09:28.258505000 -0500
|
||||
+++ src/encoder/encodermp3.cpp 2017-09-24 22:12:09.197474000 -0500
|
||||
@@ -76,7 +76,7 @@
|
||||
*/
|
||||
QStringList libnames;
|
||||
QString libname = "";
|
||||
-#ifdef __LINUX__
|
||||
+#if defined(__LINUX__) || defined(__FreeBSD__)
|
||||
libnames << "mp3lame";
|
||||
#elif __WINDOWS__
|
||||
libnames << "lame_enc.dll";
|
Loading…
Reference in New Issue
Block a user