summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-08-24 09:19:00 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-08-24 09:19:00 +0000
commitee5ce2cbacacb11764709a6525c0ade0c68d315e (patch)
tree7f4890536d0bd32d2063a5a186cfa9bbff9c1c34 /media-sound/k3guitune
parentlcms is not used only by imagemagick (diff)
downloadhistorical-ee5ce2cbacacb11764709a6525c0ade0c68d315e.tar.gz
historical-ee5ce2cbacacb11764709a6525c0ade0c68d315e.tar.bz2
historical-ee5ce2cbacacb11764709a6525c0ade0c68d315e.zip
New version.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-sound/k3guitune')
-rw-r--r--media-sound/k3guitune/ChangeLog8
-rw-r--r--media-sound/k3guitune/Manifest5
-rw-r--r--media-sound/k3guitune/files/digest-k3guitune-0.51
-rw-r--r--media-sound/k3guitune/files/k3guitune-0.5-configure.patch142
-rw-r--r--media-sound/k3guitune/k3guitune-0.5.ebuild32
5 files changed, 186 insertions, 2 deletions
diff --git a/media-sound/k3guitune/ChangeLog b/media-sound/k3guitune/ChangeLog
index 19ebdeac73c6..f4d1f31722f1 100644
--- a/media-sound/k3guitune/ChangeLog
+++ b/media-sound/k3guitune/ChangeLog
@@ -1,6 +1,12 @@
# 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.9 2005/06/30 17:38:58 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v 1.10 2005/08/24 09:19:00 greg_g Exp $
+
+*k3guitune-0.5 (24 Aug 2005)
+
+ 24 Aug 2005; Gregorio Guidi <greg_g@gentoo.org>
+ +files/k3guitune-0.5-configure.patch, +k3guitune-0.5.ebuild:
+ New version.
30 Jun 2005; Dan Armak <danarmak@gentoo.org>
files/k3guitune-0.4.1-configure.patch:
diff --git a/media-sound/k3guitune/Manifest b/media-sound/k3guitune/Manifest
index b19e37152948..d882ead0b0c3 100644
--- a/media-sound/k3guitune/Manifest
+++ b/media-sound/k3guitune/Manifest
@@ -1,5 +1,8 @@
MD5 b6cbf50982296a5907d8a6de4a0963c2 metadata.xml 239
+MD5 6b575c17a704ef8c28359296bc22f967 k3guitune-0.5.ebuild 827
MD5 8a6010e5ef689fcd4b7e6e2d73fae2e4 k3guitune-0.4.1.ebuild 762
-MD5 f966ff3407eb0c49e7370c65d7720c3b ChangeLog 1427
+MD5 f9ff7f5063706462a843be1414ba11ce ChangeLog 1585
MD5 78dbcff7a5cfeefae7ca2772b582de38 files/digest-k3guitune-0.4.1 68
MD5 3bfcf57528d09141c6758e44e42a9f66 files/k3guitune-0.4.1-configure.patch 4998
+MD5 449dc6448a0879a730c86cfc9dc441a0 files/digest-k3guitune-0.5 66
+MD5 0ba2c944a63ec8ff3bcaf317177024c3 files/k3guitune-0.5-configure.patch 3654
diff --git a/media-sound/k3guitune/files/digest-k3guitune-0.5 b/media-sound/k3guitune/files/digest-k3guitune-0.5
new file mode 100644
index 000000000000..c0b97f830c91
--- /dev/null
+++ b/media-sound/k3guitune/files/digest-k3guitune-0.5
@@ -0,0 +1 @@
+MD5 4c3f8c44136abc92d1c6a27e313a445b k3guitune-0.5.tar.bz2 310875
diff --git a/media-sound/k3guitune/files/k3guitune-0.5-configure.patch b/media-sound/k3guitune/files/k3guitune-0.5-configure.patch
new file mode 100644
index 000000000000..abe0885133b9
--- /dev/null
+++ b/media-sound/k3guitune/files/k3guitune-0.5-configure.patch
@@ -0,0 +1,142 @@
+diff -Nur k3guitune-0.5.orig/configure k3guitune-0.5/configure
+--- k3guitune-0.5.orig/configure 2005-08-16 13:29:01.000000000 +0200
++++ k3guitune-0.5/configure 2005-08-24 09:43:26.000000000 +0200
+@@ -14086,138 +14086,6 @@
+ fi
+
+
+- echo "$as_me:$LINENO: checking for mcopidl" >&5
+-echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6
+- if test -n "$MCOPIDL"; then
+- kde_cv_path="$MCOPIDL";
+- else
+- kde_cache=`echo mcopidl | 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/mcopidl"; then
+- if test -n ""
+- then
+- evalstr="$dir/mcopidl 2>&1 "
+- if eval $evalstr; then
+- kde_cv_path="$dir/mcopidl"
+- break
+- fi
+- else
+- kde_cv_path="$dir/mcopidl"
+- 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 mcopidl was not found!
+-Please check whether you installed KDE correctly.
+-" >&5
+-echo "$as_me: error: The important program mcopidl 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
+- MCOPIDL=$kde_cv_path
+-
+- 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
diff --git a/media-sound/k3guitune/k3guitune-0.5.ebuild b/media-sound/k3guitune/k3guitune-0.5.ebuild
new file mode 100644
index 000000000000..a9d951be14c7
--- /dev/null
+++ b/media-sound/k3guitune/k3guitune-0.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-0.5.ebuild,v 1.1 2005/08/24 09:19:00 greg_g Exp $
+
+inherit kde eutils
+
+DESCRIPTION="A program for KDE that lets you tune musical instruments."
+HOMEPAGE="http://home.planet.nl/~lamer024/k3guitune.html"
+SRC_URI="http://home.planet.nl/~lamer024/files/${P}.tar.bz2"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
+IUSE="alsa arts oss"
+
+DEPEND="alsa? ( media-libs/alsa-lib )"
+
+need-kde 3
+
+src_unpack() {
+ kde_src_unpack
+
+ use arts || epatch "${FILESDIR}/${P}-configure.patch"
+}
+
+src_compile() {
+ # the test for jack always fails.
+ local myconf="$(use_enable alsa) $(use_enable arts)
+ $(use_enable oss) --disable-jack"
+
+ kde_src_compile
+}