svn commit: r394643 - in head/audio/mous: . files
Philip M. Gollucci
pgollucci at FreeBSD.org
Tue Aug 18 20:00:23 UTC 2015
Author: pgollucci
Date: Tue Aug 18 20:00:22 2015
New Revision: 394643
URL: https://svnweb.freebsd.org/changeset/ports/394643
Log:
audio/mous: qt4-linguist -> qt4-linguisttools
- USE_QT4=linguist -> USE_QT4=linguisttools_build. Also, add 'corelib'.
- Add USE_LDCONFIG.
- Regenerate patches.
- Bump PORTREVISION
PR: 201684
Submitted by: s3erios at gmail.com
Approved by: shen.elf at gmail.com
Modified:
head/audio/mous/Makefile
head/audio/mous/files/patch-CMakeLists.txt
head/audio/mous/files/patch-contrib__ffmpeg-strip-wma__common.h
Modified: head/audio/mous/Makefile
==============================================================================
--- head/audio/mous/Makefile Tue Aug 18 19:58:06 2015 (r394642)
+++ head/audio/mous/Makefile Tue Aug 18 20:00:22 2015 (r394643)
@@ -3,7 +3,7 @@
PORTNAME= mous
PORTVERSION= 1.1a
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://cloud.github.com/downloads/bsdelf/mous/
@@ -14,6 +14,7 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= cmake
+USE_LDCONFIG= yes
OPTIONS_DEFINE= ALSA ASSEMBLY FAAC FAAD FLAC LAME AO CUE MAC4DECODER \
MACDECODER MPG123 NCURSES OSS QT4 SDK TAGLIB VORBIS \
@@ -81,7 +82,8 @@ OSS_CMAKE_ON= -DWithPluginOssRenderer=1
OSS_CMAKE_OFF= -DWithPluginOssRenderer=0
QT4_DESC= QT4 frontend
-QT4_USE= QT4=gui,linguist,moc_build,qmake_build,rcc_build,uic_build
+QT4_USE= QT4=corelib,gui,linguisttools_build
+QT4_USE+= QT4=qmake_build,moc_build,rcc_build,uic_build
QT4_CMAKE_ON= -DWithFrontendQt=1
QT4_CMAKE_OFF= -DWithFrontendQt=0
Modified: head/audio/mous/files/patch-CMakeLists.txt
==============================================================================
--- head/audio/mous/files/patch-CMakeLists.txt Tue Aug 18 19:58:06 2015 (r394642)
+++ head/audio/mous/files/patch-CMakeLists.txt Tue Aug 18 20:00:22 2015 (r394643)
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig 2012-06-15 04:46:40.000000000 +0200
-+++ CMakeLists.txt 2012-07-18 17:04:03.462575000 +0200
-@@ -292,7 +292,7 @@
+--- CMakeLists.txt.orig 2012-06-28 14:58:11 UTC
++++ CMakeLists.txt
+@@ -306,7 +306,7 @@ if(WithFrontendQt)
RUNTIME DESTINATION bin)
install(
CODE "file(GLOB TRANSLATION_FILES \"${PROJECT_BINARY_DIR}/*.qm\")"
@@ -9,7 +9,7 @@
)
endif()
-@@ -307,7 +307,7 @@
+@@ -321,7 +321,7 @@ install(
)
file(GLOB RESOURCE_FILES "${MOUS_SOURCE_DIR}/resource/*")
Modified: head/audio/mous/files/patch-contrib__ffmpeg-strip-wma__common.h
==============================================================================
--- head/audio/mous/files/patch-contrib__ffmpeg-strip-wma__common.h Tue Aug 18 19:58:06 2015 (r394642)
+++ head/audio/mous/files/patch-contrib__ffmpeg-strip-wma__common.h Tue Aug 18 20:00:22 2015 (r394643)
@@ -1,6 +1,6 @@
---- ./contrib/ffmpeg-strip-wma/common.h.orig 2014-07-02 10:52:02.000000000 -0400
-+++ ./contrib/ffmpeg-strip-wma/common.h 2014-07-02 10:52:39.000000000 -0400
-@@ -1150,11 +1150,6 @@
+--- contrib/ffmpeg-strip-wma/common.h.orig 2012-06-28 14:58:11 UTC
++++ contrib/ffmpeg-strip-wma/common.h
+@@ -1150,11 +1150,6 @@ if(256*256*256*64%(tcount+tskip_count)==
#define CLAMP_TO_8BIT(d) ((d > 0xff) ? 0xff : (d < 0) ? 0 : d)
More information about the svn-ports-all
mailing list