From owner-svn-ports-head@freebsd.org Tue Aug 18 20:00:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92AFB9BD23C; Tue, 18 Aug 2015 20:00:23 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F6FB10E9; Tue, 18 Aug 2015 20:00:23 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7IK0N2e002674; Tue, 18 Aug 2015 20:00:23 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7IK0M1n002671; Tue, 18 Aug 2015 20:00:22 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201508182000.t7IK0M1n002671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Tue, 18 Aug 2015 20:00:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394643 - in head/audio/mous: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2015 20:00:23 -0000 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@gmail.com Approved by: shen.elf@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)