summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-15 09:18:03 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-15 09:18:03 +0000
commitd202e6e5bd963f50b4bf14aef91cefb062db5d21 (patch)
treeb3ba7478c963f089596484fc4b7bf34ac1c5ed8c /media-sound
parentDEPEND on arts to make sure that noatun was built with kdemultimedia. (diff)
downloadhistorical-d202e6e5bd963f50b4bf14aef91cefb062db5d21.tar.gz
historical-d202e6e5bd963f50b4bf14aef91cefb062db5d21.tar.bz2
historical-d202e6e5bd963f50b4bf14aef91cefb062db5d21.zip
Added arts as a dependency because you can't build without mcopidl.
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/k3guitune/ChangeLog5
-rw-r--r--media-sound/k3guitune/files/digest-k3guitune-0.41
-rw-r--r--media-sound/k3guitune/k3guitune-0.4.1.ebuild10
-rw-r--r--media-sound/k3guitune/k3guitune-0.4.ebuild27
-rw-r--r--media-sound/noteedit/ChangeLog6
-rw-r--r--media-sound/noteedit/files/digest-noteedit-2.5.31
-rw-r--r--media-sound/noteedit/noteedit-2.5.3.ebuild19
-rw-r--r--media-sound/noteedit/noteedit-2.6.2.ebuild7
8 files changed, 19 insertions, 57 deletions
diff --git a/media-sound/k3guitune/ChangeLog b/media-sound/k3guitune/ChangeLog
index 7a85ac59cd5f..62256de46165 100644
--- a/media-sound/k3guitune/ChangeLog
+++ b/media-sound/k3guitune/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/k3guitune
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v 1.6 2004/09/14 16:36:52 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v 1.7 2004/10/15 09:18:03 eradicator Exp $
+
+ 15 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> :
+ Added arts as a dependency because you can't build without mcopidl.
14 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org>
k3guitune-0.4.1.ebuild:
diff --git a/media-sound/k3guitune/files/digest-k3guitune-0.4 b/media-sound/k3guitune/files/digest-k3guitune-0.4
deleted file mode 100644
index ebd7d2b13cb5..000000000000
--- a/media-sound/k3guitune/files/digest-k3guitune-0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d724ed651f377116d08760e571f89cfb k3guitune-0.4.tar.bz2 308322
diff --git a/media-sound/k3guitune/k3guitune-0.4.1.ebuild b/media-sound/k3guitune/k3guitune-0.4.1.ebuild
index 6da88f5e220c..36ed77992646 100644
--- a/media-sound/k3guitune/k3guitune-0.4.1.ebuild
+++ b/media-sound/k3guitune/k3guitune-0.4.1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-0.4.1.ebuild,v 1.4 2004/09/14 16:36:52 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-0.4.1.ebuild,v 1.5 2004/10/15 09:18:03 eradicator Exp $
+
+IUSE="alsa oss debug xinerama"
DESCRIPTION="A program for KDE 3 that lets you tune musical instruments."
HOMEPAGE="http://home.planet.nl/~lamer024/k3guitune.html"
@@ -9,19 +11,19 @@ SRC_URI="http://home.planet.nl/~lamer024/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc amd64"
-IUSE="alsa arts oss debug xinerama"
DEPEND=">=kde-base/kdelibs-3
+ kde-base/arts
alsa? ( media-libs/alsa-lib )"
src_compile() {
local myconf
- myconf="$(use_enable alsa) $(use_enable arts) $(use_enable oss) $(use_enable debug) $(use_with xinerama)"
+ myconf="$(use_enable alsa) $(use_enable oss) $(use_enable debug) $(use_with xinerama)"
econf ${myconf} || die
emake || die
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS COPYING ChangeLog INSTALL README TODO
}
diff --git a/media-sound/k3guitune/k3guitune-0.4.ebuild b/media-sound/k3guitune/k3guitune-0.4.ebuild
deleted file mode 100644
index 93c0818ba478..000000000000
--- a/media-sound/k3guitune/k3guitune-0.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-0.4.ebuild,v 1.3 2004/08/24 20:09:38 pkdawson Exp $
-
-DESCRIPTION="A program for KDE 3 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"
-IUSE="alsa arts oss"
-
-DEPEND=">=kde-base/kdelibs-3
- alsa? ( media-libs/alsa-lib )"
-
-src_compile() {
- local myconf
- myconf="$(use_enable alsa) $(use_enable arts) $(use_enable oss)"
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL README TODO
-}
diff --git a/media-sound/noteedit/ChangeLog b/media-sound/noteedit/ChangeLog
index ae490ef1bde4..65a60959f282 100644
--- a/media-sound/noteedit/ChangeLog
+++ b/media-sound/noteedit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/noteedit
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.11 2004/09/03 09:57:56 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.12 2004/10/15 09:16:55 eradicator Exp $
+
+ 15 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ -noteedit-2.5.3.ebuild, noteedit-2.6.2.ebuild:
+ Added arts as a dependency because you can't build without mcopidl.
03 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org>
noteedit-2.6.2.ebuild:
diff --git a/media-sound/noteedit/files/digest-noteedit-2.5.3 b/media-sound/noteedit/files/digest-noteedit-2.5.3
deleted file mode 100644
index 3da4dedbb808..000000000000
--- a/media-sound/noteedit/files/digest-noteedit-2.5.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 94b3d621b96e514d7099e5f7964ccf7a noteedit-2.5.3.tgz 1861522
diff --git a/media-sound/noteedit/noteedit-2.5.3.ebuild b/media-sound/noteedit/noteedit-2.5.3.ebuild
deleted file mode 100644
index a928ef811235..000000000000
--- a/media-sound/noteedit/noteedit-2.5.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.5.3.ebuild,v 1.3 2004/06/25 00:15:37 agriffis Exp $
-
-inherit kde-functions kde
-
-DESCRIPTION="Musical score editor (for Linux)."
-HOMEPAGE="http://rnvs.informatik.tu-chemnitz.de/~jan/noteedit/"
-SRC_URI="http://rnvs.informatik.tu-chemnitz.de/cgi-bin/nph-sendbin.cgi/~jan/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE="arts"
-
-DEPEND="arts? ( kde-base/kdemultimedia )
- media-libs/tse3"
-
-need-kde 3
diff --git a/media-sound/noteedit/noteedit-2.6.2.ebuild b/media-sound/noteedit/noteedit-2.6.2.ebuild
index 47f5005ee9d2..d19989e1ebd7 100644
--- a/media-sound/noteedit/noteedit-2.6.2.ebuild
+++ b/media-sound/noteedit/noteedit-2.6.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.6.2.ebuild,v 1.5 2004/09/03 09:57:56 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.6.2.ebuild,v 1.6 2004/10/15 09:16:55 eradicator Exp $
-IUSE="arts"
+IUSE=""
inherit kde-functions kde eutils flag-o-matic
@@ -14,7 +14,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc sparc amd64"
-DEPEND="arts? ( kde-base/kdemultimedia )
+DEPEND="kde-base/kdemultimedia
+ kde-base/arts
media-libs/tse3"
need-kde 3