summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-08-31 14:12:48 +0000
committerPacho Ramos <pacho@gentoo.org>2013-08-31 14:12:48 +0000
commitb8682d36bcc44dc11d3be33510075e7551c80577 (patch)
tree3f9e02104dacac8d68ae890f1a6d70af64a88a71 /media-sound/pianobooster
parentBuild with gcc47 (#421951 by Peter Asplund) (diff)
downloadgentoo-2-b8682d36bcc44dc11d3be33510075e7551c80577.tar.gz
gentoo-2-b8682d36bcc44dc11d3be33510075e7551c80577.tar.bz2
gentoo-2-b8682d36bcc44dc11d3be33510075e7551c80577.zip
Build with gcc47 (#424063 by Guillaume BINET)
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-sound/pianobooster')
-rw-r--r--media-sound/pianobooster/ChangeLog6
-rw-r--r--media-sound/pianobooster/files/pianobooster-0.6.4b-gcc47.patch11
-rw-r--r--media-sound/pianobooster/pianobooster-0.6.4b.ebuild5
3 files changed, 19 insertions, 3 deletions
diff --git a/media-sound/pianobooster/ChangeLog b/media-sound/pianobooster/ChangeLog
index efd04af2057f..d3aa1dc57539 100644
--- a/media-sound/pianobooster/ChangeLog
+++ b/media-sound/pianobooster/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/pianobooster
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobooster/ChangeLog,v 1.2 2013/03/02 21:59:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobooster/ChangeLog,v 1.3 2013/08/31 14:12:47 pacho Exp $
+
+ 31 Aug 2013; Pacho Ramos <pacho@gentoo.org>
+ +files/pianobooster-0.6.4b-gcc47.patch, pianobooster-0.6.4b.ebuild:
+ Build with gcc47 (#424063 by Guillaume BINET)
02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> pianobooster-0.6.4b.ebuild:
Move Qt dependencies to the new category
diff --git a/media-sound/pianobooster/files/pianobooster-0.6.4b-gcc47.patch b/media-sound/pianobooster/files/pianobooster-0.6.4b-gcc47.patch
new file mode 100644
index 000000000000..2b1b28c5a849
--- /dev/null
+++ b/media-sound/pianobooster/files/pianobooster-0.6.4b-gcc47.patch
@@ -0,0 +1,11 @@
+--- pianobooster-src-0.6.4b/src/CMakeLists.txt.orig 2013-04-06 10:48:02.469532914 -0700
++++ pianobooster-src-0.6.4b/src/CMakeLists.txt 2013-04-06 10:48:12.989532445 -0700
+@@ -203,8 +203,6 @@
+ ${PIANOBOOSTER_UI_HDRS} )
+ ENDIF(WIN32)
+
+-SET_TARGET_PROPERTIES(pianobooster PROPERTIES LINK_FLAGS "-mwindows")
+-
+ IF (USE_PCH)
+ ADD_PRECOMPILED_HEADER( pianobooster ${CMAKE_CURRENT_SOURCE_DIR}/precompile/precompile.h )
+ ENDIF (USE_PCH)
diff --git a/media-sound/pianobooster/pianobooster-0.6.4b.ebuild b/media-sound/pianobooster/pianobooster-0.6.4b.ebuild
index e95f94f9b7c7..2fc55a6bfc47 100644
--- a/media-sound/pianobooster/pianobooster-0.6.4b.ebuild
+++ b/media-sound/pianobooster/pianobooster-0.6.4b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobooster/pianobooster-0.6.4b.ebuild,v 1.2 2013/03/02 21:59:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobooster/pianobooster-0.6.4b.ebuild,v 1.3 2013/08/31 14:12:47 pacho Exp $
EAPI="4"
@@ -26,7 +26,8 @@ RDEPEND="${DEPEND}"
DOCS="ReleaseNote.txt ../README.txt"
-PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
+PATCHES=( "${FILESDIR}"/${P}-cmake.patch
+ "${FILESDIR}"/${P}-gcc47.patch )
S=${WORKDIR}/${MY_P}/src