summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2010-12-06 22:52:41 +0000
committerTim Harder <radhermit@gentoo.org>2010-12-06 22:52:41 +0000
commit3e451aa5583e96ed34a579a7ad8cd46377a43f03 (patch)
tree871041781ddc0753d3011128a9b16f6fda161d43 /media-sound/audacity
parentDepend on virtual/jpeg instead of media-libs/jpeg, bug #347981 (diff)
downloadhistorical-3e451aa5583e96ed34a579a7ad8cd46377a43f03.tar.gz
historical-3e451aa5583e96ed34a579a7ad8cd46377a43f03.tar.bz2
historical-3e451aa5583e96ed34a579a7ad8cd46377a43f03.zip
Apply patch to fix bug #273971 by Juan Aguado. Thanks to Richard Ash for the patch.
Package-Manager: portage-2.2.0_alpha6/cvs/Linux x86_64
Diffstat (limited to 'media-sound/audacity')
-rw-r--r--media-sound/audacity/ChangeLog7
-rw-r--r--media-sound/audacity/audacity-1.3.12.ebuild3
-rw-r--r--media-sound/audacity/files/audacity-1.3.12-widget-extra-only-needed-cflags.patch26
3 files changed, 34 insertions, 2 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog
index 2fa71d7d5859..e81c744737fb 100644
--- a/media-sound/audacity/ChangeLog
+++ b/media-sound/audacity/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/audacity
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.147 2010/11/28 17:20:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.148 2010/12/06 22:52:41 radhermit Exp $
+
+ 06 Dec 2010; Tim Harder <radhermit@gentoo.org> audacity-1.3.12.ebuild,
+ +files/audacity-1.3.12-widget-extra-only-needed-cflags.patch:
+ Apply patch to fix bug #273971 by Juan Aguado. Thanks to Richard Ash for the
+ patch.
28 Nov 2010; Markus Meier <maekke@gentoo.org> audacity-1.3.12.ebuild:
x86 stable, bug #346277
diff --git a/media-sound/audacity/audacity-1.3.12.ebuild b/media-sound/audacity/audacity-1.3.12.ebuild
index c132f3a79d8e..c74af24a662d 100644
--- a/media-sound/audacity/audacity-1.3.12.ebuild
+++ b/media-sound/audacity/audacity-1.3.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.12.ebuild,v 1.6 2010/11/28 17:20:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.12.ebuild,v 1.7 2010/12/06 22:52:41 radhermit Exp $
EAPI=2
@@ -52,6 +52,7 @@ src_prepare() {
epatch "${FILESDIR}/${P}-gcc45.patch"
epatch "${FILESDIR}/${P}-ffmpeg.patch"
epatch "${FILESDIR}/${P}-portaudio-shell.patch"
+ epatch "${FILESDIR}/${P}-widget-extra-only-needed-cflags.patch"
AT_M4DIR="${S}/m4" eautoreconf
}
diff --git a/media-sound/audacity/files/audacity-1.3.12-widget-extra-only-needed-cflags.patch b/media-sound/audacity/files/audacity-1.3.12-widget-extra-only-needed-cflags.patch
new file mode 100644
index 000000000000..bbc4745d1cd9
--- /dev/null
+++ b/media-sound/audacity/files/audacity-1.3.12-widget-extra-only-needed-cflags.patch
@@ -0,0 +1,26 @@
+Index: lib-src/lib-widget-extra/libwidgetextra-uninstalled.pc.in
+===================================================================
+--- lib-src/lib-widget-extra/libwidgetextra-uninstalled.pc.in (revision 10804)
++++ lib-src/lib-widget-extra/libwidgetextra-uninstalled.pc.in (working copy)
+@@ -12,5 +12,6 @@
+ Requires:
+ Version: 1
+
+-Libs: -L${libdir} -lwidgetextra @LIBS@
+-Cflags: -I${includedir} @CXXFLAGS@
++Libs: -L${libdir} -lwidgetextra
++Libs.private: @LIBS@
++Cflags: -I${includedir}
+Index: lib-src/lib-widget-extra/libwidgetextra.pc.in
+===================================================================
+--- lib-src/lib-widget-extra/libwidgetextra.pc.in (revision 10804)
++++ lib-src/lib-widget-extra/libwidgetextra.pc.in (working copy)
+@@ -6,5 +6,6 @@
+ Requires:
+ Version: 1
+
+-Libs: -L${libdir} -lwidgetextra @LIBS@
+-Cflags: -I${includedir} @CXXFLAGS@
++Libs: -L${libdir} -lwidgetextra
++Libs.private: @LIBS@
++Cflags: -I${includedir}