summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2007-05-07 08:14:08 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2007-05-07 08:14:08 +0000
commit4cb01fcbc65f6cb6faca2a4d9c7870097e8718d5 (patch)
treeeef8760e19e3bcba8d93a185b49c86e8530ef367 /kde-base
parentppc stable (diff)
downloadgentoo-2-4cb01fcbc65f6cb6faca2a4d9c7870097e8718d5.tar.gz
gentoo-2-4cb01fcbc65f6cb6faca2a4d9c7870097e8718d5.tar.bz2
gentoo-2-4cb01fcbc65f6cb6faca2a4d9c7870097e8718d5.zip
Add a patch to fix kaudiocreator building against arts with USE="-arts". Thanks to jmbsvicetto and Shealdon Hearn
(Portage version: 2.1.2.2)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kaudiocreator/ChangeLog10
-rw-r--r--kde-base/kaudiocreator/files/digest-kaudiocreator-3.5.6-r1 (renamed from kde-base/kaudiocreator/files/digest-kaudiocreator-3.5.6)1
-rw-r--r--kde-base/kaudiocreator/files/kaudiocreator-3.5.6-arts.patch11
-rw-r--r--kde-base/kaudiocreator/kaudiocreator-3.5.6-r1.ebuild (renamed from kde-base/kaudiocreator/kaudiocreator-3.5.6.ebuild)3
4 files changed, 22 insertions, 3 deletions
diff --git a/kde-base/kaudiocreator/ChangeLog b/kde-base/kaudiocreator/ChangeLog
index ff15d43235a3..abffb6697fe9 100644
--- a/kde-base/kaudiocreator/ChangeLog
+++ b/kde-base/kaudiocreator/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for kde-base/kaudiocreator
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kaudiocreator/ChangeLog,v 1.67 2007/02/04 01:46:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kaudiocreator/ChangeLog,v 1.68 2007/05/07 08:14:08 masterdriverz Exp $
+
+*kaudiocreator-3.5.6-r1 (07 May 2007)
+
+ 07 May 2007; Charlie Shepherd <masterdriverz@gentoo.org>
+ +files/kaudiocreator-3.5.6-arts.patch, -kaudiocreator-3.5.6.ebuild,
+ +kaudiocreator-3.5.6-r1.ebuild:
+ Add a patch to fix kaudiocreator building against arts with USE="-arts".
+ Thanks to jmbsvicetto and Shealdon Hearn
04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org>
-kaudiocreator-3.5.2.ebuild:
diff --git a/kde-base/kaudiocreator/files/digest-kaudiocreator-3.5.6 b/kde-base/kaudiocreator/files/digest-kaudiocreator-3.5.6-r1
index 189f4e8bd94c..d00517ec5784 100644
--- a/kde-base/kaudiocreator/files/digest-kaudiocreator-3.5.6
+++ b/kde-base/kaudiocreator/files/digest-kaudiocreator-3.5.6-r1
@@ -1,3 +1,2 @@
-MD5 57c50bfcb0147324a1af02ebcc103376 kdemultimedia-3.5.6.tar.bz2 6291692
RMD160 7411019e2765f740ad0f3fd592e74f62e04b8387 kdemultimedia-3.5.6.tar.bz2 6291692
SHA256 1a08f71c73cacb1da1d2269d0376193c23de727235a255866f869caeea300719 kdemultimedia-3.5.6.tar.bz2 6291692
diff --git a/kde-base/kaudiocreator/files/kaudiocreator-3.5.6-arts.patch b/kde-base/kaudiocreator/files/kaudiocreator-3.5.6-arts.patch
new file mode 100644
index 000000000000..c49a76ffb04d
--- /dev/null
+++ b/kde-base/kaudiocreator/files/kaudiocreator-3.5.6-arts.patch
@@ -0,0 +1,11 @@
+--- kaudiocreator/configure.in.in.orig 2007-03-18 16:54:01.000000000 -0100
++++ kaudiocreator/configure.in.in 2007-03-18 16:55:19.000000000 -0100
+@@ -397,7 +397,7 @@
+ dnl but if we find arts we need the include
+ dnl path for it.
+
+- if test x$kde_artsplug_compiles = xyes; then
++ if test "x$build_arts" = "xyes" && test x$kde_artsplug_compiles = xyes; then
+ ARTSC_INCLUDE=`${ARTSCCONFIG} --cflags`
+ AC_MSG_RESULT([arts includes... $ARTSC_INCLUDE])
+ AC_SUBST(ARTSC_INCLUDE)
diff --git a/kde-base/kaudiocreator/kaudiocreator-3.5.6.ebuild b/kde-base/kaudiocreator/kaudiocreator-3.5.6-r1.ebuild
index 588fe7179f07..7aa5e3c690a5 100644
--- a/kde-base/kaudiocreator/kaudiocreator-3.5.6.ebuild
+++ b/kde-base/kaudiocreator/kaudiocreator-3.5.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kaudiocreator/kaudiocreator-3.5.6.ebuild,v 1.1 2007/01/16 19:33:57 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kaudiocreator/kaudiocreator-3.5.6-r1.ebuild,v 1.1 2007/05/07 08:14:08 masterdriverz Exp $
KMNAME=kdemultimedia
MAXKDEVER=$PV
@@ -24,6 +24,7 @@ KMCOPYLIB="libkcddb libkcddb"
KMEXTRACTONLY="libkcddb"
KMCOMPILEONLY="kscd
libkcddb/"
+PATCHES="${FILESDIR}/${P}-arts.patch"
src_compile () {
DO_NOT_COMPILE=libkcddb kde-meta_src_compile myconf configure