summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-06-30 17:38:58 +0000
committerDan Armak <danarmak@gentoo.org>2005-06-30 17:38:58 +0000
commit55115fb770f9303c226ad3f4cbe9c40def0eaf85 (patch)
treec5486c5688189c4556fe68291052236b7cb8b6c5 /media-sound/k3guitune
parentAdded ~ppc and PPC target. Bug #97001. (diff)
downloadgentoo-2-55115fb770f9303c226ad3f4cbe9c40def0eaf85.tar.gz
gentoo-2-55115fb770f9303c226ad3f4cbe9c40def0eaf85.tar.bz2
gentoo-2-55115fb770f9303c226ad3f4cbe9c40def0eaf85.zip
Fix 96577: compilation without arts installed.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-sound/k3guitune')
-rw-r--r--media-sound/k3guitune/ChangeLog6
-rw-r--r--media-sound/k3guitune/Manifest4
-rw-r--r--media-sound/k3guitune/files/k3guitune-0.4.1-configure.patch100
3 files changed, 101 insertions, 9 deletions
diff --git a/media-sound/k3guitune/ChangeLog b/media-sound/k3guitune/ChangeLog
index 275dc8dbb3da..19ebdeac73c6 100644
--- a/media-sound/k3guitune/ChangeLog
+++ b/media-sound/k3guitune/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/k3guitune
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v 1.8 2005/04/03 16:48:08 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v 1.9 2005/06/30 17:38:58 danarmak Exp $
+
+ 30 Jun 2005; Dan Armak <danarmak@gentoo.org>
+ files/k3guitune-0.4.1-configure.patch:
+ Fix 96577: compilation without arts installed.
03 Apr 2005; Gregorio Guidi <greg_g@gentoo.org>
+files/k3guitune-0.4.1-configure.patch, metadata.xml,
diff --git a/media-sound/k3guitune/Manifest b/media-sound/k3guitune/Manifest
index c817435db40d..ebb2f6bc290d 100644
--- a/media-sound/k3guitune/Manifest
+++ b/media-sound/k3guitune/Manifest
@@ -1,5 +1,5 @@
-MD5 b6cbf50982296a5907d8a6de4a0963c2 metadata.xml 239
MD5 07a25c3337fac5d12454ea39685de35a k3guitune-0.4.1.ebuild 755
MD5 bf631d920a244992fbd2640723514ddb ChangeLog 1287
+MD5 b6cbf50982296a5907d8a6de4a0963c2 metadata.xml 239
+MD5 3bfcf57528d09141c6758e44e42a9f66 files/k3guitune-0.4.1-configure.patch 4998
MD5 78dbcff7a5cfeefae7ca2772b582de38 files/digest-k3guitune-0.4.1 68
-MD5 5b7366832476e18b4d3ba25a7c2a823a files/k3guitune-0.4.1-configure.patch 1964
diff --git a/media-sound/k3guitune/files/k3guitune-0.4.1-configure.patch b/media-sound/k3guitune/files/k3guitune-0.4.1-configure.patch
index de1e258c9a1a..c7fb661c4eee 100644
--- a/media-sound/k3guitune/files/k3guitune-0.4.1-configure.patch
+++ b/media-sound/k3guitune/files/k3guitune-0.4.1-configure.patch
@@ -1,7 +1,6 @@
-diff -Nur k3guitune-0.4.1.orig/configure k3guitune-0.4.1/configure
---- k3guitune-0.4.1.orig/configure 2004-08-18 15:10:29.000000000 +0200
-+++ k3guitune-0.4.1/configure 2005-04-03 18:41:51.000000000 +0200
-@@ -14073,71 +14073,6 @@
+--- configure.orig 2005-06-30 20:27:58.000000000 +0300
++++ configure 2005-06-30 20:28:25.000000000 +0300
+@@ -14073,138 +14073,6 @@
fi
@@ -70,6 +69,95 @@ diff -Nur k3guitune-0.4.1.orig/configure k3guitune-0.4.1/configure
-
- fi
-
+-
+- echo "$as_me:$LINENO: checking for artsc-config" >&5
+-echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6
+- if test -n "$ARTSCCONFIG"; then
+- kde_cv_path="$ARTSCCONFIG";
+- else
+- kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
+-
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-
+- kde_cv_path="NONE"
+- dirs="$kde_default_bindirs"
+- kde_save_IFS=$IFS
+- IFS=':'
+- for dir in $PATH; do
+- dirs="$dirs $dir"
+- done
+- IFS=$kde_save_IFS
+-
+- for dir in $dirs; do
+- if test -x "$dir/artsc-config"; then
+- if test -n ""
+- then
+- evalstr="$dir/artsc-config 2>&1 "
+- if eval $evalstr; then
+- kde_cv_path="$dir/artsc-config"
+- break
+- fi
+- else
+- kde_cv_path="$dir/artsc-config"
+- break
+- fi
+- fi
+- done
+-
+- eval "kde_cv_path_$kde_cache=$kde_cv_path"
+-
+-
+-fi
+-
+-
+- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
+-
+- fi
+-
+- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
+-
+- { { echo "$as_me:$LINENO: error: The important program artsc-config was not found!
+-Please check whether you installed KDE correctly.
+-" >&5
+-echo "$as_me: error: The important program artsc-config was not found!
+-Please check whether you installed KDE correctly.
+-" >&2;}
+- { (exit 1); exit 1; }; }
+-
+- else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
+- ARTSCCONFIG=$kde_cv_path
+-
+- fi
+-
+-
+ echo "$as_me:$LINENO: checking for kde-config" >&5
+ echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
+ if test -n "$KDECONFIG"; then
+--- k3guitune/Makefile.am 2004-07-12 12:08:48.000000000 +0300
++++ k3guitune/Makefile.am 2005-06-30 20:30:54.000000000 +0300
+@@ -4,7 +4,7 @@
+ ## INCLUDES were found outside kdevelop specific part
+
+ k3guitune_SOURCES = audiodlg.cpp soundinput.cpp k2guitune.cpp guitune.cpp osziview.cpp main.cpp logview.cpp k2guitune_meta_unload.cpp
+-k3guitune_LDADD = -lartsc -lkdeui -lkdecore $(LIBSOCKET)
++k3guitune_LDADD = -lkdeui -lkdecore $(LIBSOCKET)
+
+
+ EXTRA_DIST = k3guitune.desktop k2guitune_meta_unload.cpp logview.cpp logview.h main.cpp osziview.cpp osziview.h resources.h guitune.cpp guitune.h k2guitune.cpp k2guitune.h k3guituneui.rc soundinput.h soundinput.cpp audiodlg.h audiodlg.cpp
+--- k3guitune/Makefile.in 2005-06-30 20:31:48.000000000 +0300
++++ k3guitune/Makefile.in 2005-06-30 20:31:03.000000000 +0300
+@@ -305,7 +305,7 @@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ k3guitune_SOURCES = audiodlg.cpp soundinput.cpp k2guitune.cpp guitune.cpp osziview.cpp main.cpp logview.cpp k2guitune_meta_unload.cpp
+-k3guitune_LDADD = -lartsc -lkdeui -lkdecore $(LIBSOCKET)
++k3guitune_LDADD = -lkdeui -lkdecore $(LIBSOCKET)
+ EXTRA_DIST = k3guitune.desktop k2guitune_meta_unload.cpp logview.cpp logview.h main.cpp osziview.cpp osziview.h resources.h guitune.cpp guitune.h k2guitune.cpp k2guitune.h k3guituneui.rc soundinput.h soundinput.cpp audiodlg.h audiodlg.cpp
- echo "$as_me:$LINENO: checking for artsc-config" >&5
- echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6
+ ####### kdevelop will overwrite this part!!! (end)############