View | Details | Raw Unified | Return to bug 201684
Collapse All | Expand All

(-)audio/mous/Makefile (-1 / +3 lines)
Lines 14-19 Link Here
14
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
14
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
15
15
16
USES=		cmake
16
USES=		cmake
17
USE_LDCONFIG=	yes
17
18
18
OPTIONS_DEFINE=		ALSA ASSEMBLY FAAC FAAD FLAC LAME AO CUE MAC4DECODER \
19
OPTIONS_DEFINE=		ALSA ASSEMBLY FAAC FAAD FLAC LAME AO CUE MAC4DECODER \
19
			MACDECODER MPG123 NCURSES OSS QT4 SDK TAGLIB VORBIS \
20
			MACDECODER MPG123 NCURSES OSS QT4 SDK TAGLIB VORBIS \
Lines 78-84 Link Here
78
OSS_CMAKE_OFF=		-DWithPluginOssRenderer=0
79
OSS_CMAKE_OFF=		-DWithPluginOssRenderer=0
79
80
80
QT4_DESC=		QT4 frontend
81
QT4_DESC=		QT4 frontend
81
QT4_USE=		QT4=gui,linguist,moc_build,qmake_build,rcc_build,uic_build
82
QT4_USE=		QT4=corelib,gui,linguisttools_build
83
QT4_USE+=		QT4=qmake_build,moc_build,rcc_build,uic_build
82
QT4_CMAKE_ON=		-DWithFrontendQt=1
84
QT4_CMAKE_ON=		-DWithFrontendQt=1
83
QT4_CMAKE_OFF=		-DWithFrontendQt=0
85
QT4_CMAKE_OFF=		-DWithFrontendQt=0
84
86
(-)audio/mous/files/patch-CMakeLists.txt (-4 / +4 lines)
Lines 1-6 Link Here
1
--- CMakeLists.txt.orig	2012-06-15 04:46:40.000000000 +0200
1
--- CMakeLists.txt.orig	2012-06-28 14:58:11 UTC
2
+++ CMakeLists.txt	2012-07-18 17:04:03.462575000 +0200
2
+++ CMakeLists.txt
3
@@ -292,7 +292,7 @@
3
@@ -306,7 +306,7 @@ if(WithFrontendQt)
4
         RUNTIME DESTINATION bin)
4
         RUNTIME DESTINATION bin)
5
     install(
5
     install(
6
         CODE "file(GLOB TRANSLATION_FILES \"${PROJECT_BINARY_DIR}/*.qm\")"
6
         CODE "file(GLOB TRANSLATION_FILES \"${PROJECT_BINARY_DIR}/*.qm\")"
Lines 9-15 Link Here
9
     )
9
     )
10
 endif()
10
 endif()
11
 
11
 
12
@@ -307,7 +307,7 @@
12
@@ -321,7 +321,7 @@ install(
13
 )
13
 )
14
 
14
 
15
 file(GLOB RESOURCE_FILES "${MOUS_SOURCE_DIR}/resource/*")
15
 file(GLOB RESOURCE_FILES "${MOUS_SOURCE_DIR}/resource/*")
(-)audio/mous/files/patch-contrib__ffmpeg-strip-wma__common.h (-3 / +3 lines)
Lines 1-6 Link Here
1
--- ./contrib/ffmpeg-strip-wma/common.h.orig	2014-07-02 10:52:02.000000000 -0400
1
--- contrib/ffmpeg-strip-wma/common.h.orig	2012-06-28 14:58:11 UTC
2
+++ ./contrib/ffmpeg-strip-wma/common.h	2014-07-02 10:52:39.000000000 -0400
2
+++ contrib/ffmpeg-strip-wma/common.h
3
@@ -1150,11 +1150,6 @@
3
@@ -1150,11 +1150,6 @@ if(256*256*256*64%(tcount+tskip_count)==
4
 
4
 
5
 #define CLAMP_TO_8BIT(d) ((d > 0xff) ? 0xff : (d < 0) ? 0 : d)
5
 #define CLAMP_TO_8BIT(d) ((d > 0xff) ? 0xff : (d < 0) ? 0 : d)
6
 
6
 

Return to bug 201684