summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-03-28 18:28:59 +0000
committerChristoph Mende <angelos@gentoo.org>2011-03-28 18:28:59 +0000
commit0e8d5538790d10d5be294666c6bc68eb64613ecc (patch)
tree340d6d8720af04da2fa8ea4997a495f868be0838 /media-sound
parentFixed slot deps and cleaned up (diff)
downloadhistorical-0e8d5538790d10d5be294666c6bc68eb64613ecc.tar.gz
historical-0e8d5538790d10d5be294666c6bc68eb64613ecc.tar.bz2
historical-0e8d5538790d10d5be294666c6bc68eb64613ecc.zip
Fixed slot deps
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/amsynth/ChangeLog8
-rw-r--r--media-sound/amsynth/amsynth-1.2.0.ebuild6
-rw-r--r--media-sound/amsynth/amsynth-1.2.2.ebuild6
-rw-r--r--media-sound/amsynth/amsynth-1.2.3.ebuild6
-rw-r--r--media-sound/gejengel/ChangeLog5
-rw-r--r--media-sound/gejengel/gejengel-0.1.4.ebuild8
-rw-r--r--media-sound/gigedit/ChangeLog8
-rw-r--r--media-sound/gigedit/gigedit-0.1.1.ebuild12
-rw-r--r--media-sound/gigedit/gigedit-0.2.0.ebuild9
-rw-r--r--media-sound/gnomoradio/ChangeLog7
-rw-r--r--media-sound/gnomoradio/gnomoradio-0.15.1.ebuild10
-rw-r--r--media-sound/paprefs/ChangeLog7
-rw-r--r--media-sound/paprefs/paprefs-0.9.9.ebuild8
-rw-r--r--media-sound/pavumeter/ChangeLog7
-rw-r--r--media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild8
15 files changed, 66 insertions, 49 deletions
diff --git a/media-sound/amsynth/ChangeLog b/media-sound/amsynth/ChangeLog
index a05c7126cfcc..d3b147492947 100644
--- a/media-sound/amsynth/ChangeLog
+++ b/media-sound/amsynth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/amsynth
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.34 2010/06/12 18:40:00 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.35 2011/03/28 18:17:43 angelos Exp $
+
+ 28 Mar 2011; Christoph Mende <angelos@gentoo.org> amsynth-1.2.0.ebuild,
+ amsynth-1.2.2.ebuild, amsynth-1.2.3.ebuild:
+ Fixed slot deps
*amsynth-1.2.3 (12 Jun 2010)
diff --git a/media-sound/amsynth/amsynth-1.2.0.ebuild b/media-sound/amsynth/amsynth-1.2.0.ebuild
index 2e34674304b9..a0022551958f 100644
--- a/media-sound/amsynth/amsynth-1.2.0.ebuild
+++ b/media-sound/amsynth/amsynth-1.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild,v 1.9 2009/08/01 06:21:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild,v 1.10 2011/03/28 18:17:43 angelos Exp $
EAPI=2
inherit autotools eutils
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
IUSE="alsa debug jack oss sndfile"
-RDEPEND=">=dev-cpp/gtkmm-2.4
+RDEPEND="dev-cpp/gtkmm:2.4
sndfile? ( >=media-libs/libsndfile-1.0 )
alsa? ( >=media-libs/alsa-lib-0.9 media-sound/alsa-utils )
jack? ( media-sound/jack-audio-connection-kit )"
diff --git a/media-sound/amsynth/amsynth-1.2.2.ebuild b/media-sound/amsynth/amsynth-1.2.2.ebuild
index 0178ad0e4f69..a779aca11a56 100644
--- a/media-sound/amsynth/amsynth-1.2.2.ebuild
+++ b/media-sound/amsynth/amsynth-1.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.2.ebuild,v 1.1 2009/08/28 18:18:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.2.ebuild,v 1.2 2011/03/28 18:17:43 angelos Exp $
EAPI=2
MY_P=${P/ams/amS}
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="alsa debug jack oss sndfile"
-RDEPEND=">=dev-cpp/gtkmm-2.4
+RDEPEND="dev-cpp/gtkmm:2.4
sndfile? ( >=media-libs/libsndfile-1 )
alsa? ( media-libs/alsa-lib
media-sound/alsa-utils )
diff --git a/media-sound/amsynth/amsynth-1.2.3.ebuild b/media-sound/amsynth/amsynth-1.2.3.ebuild
index 3734e2a5f940..e8ef032e38fe 100644
--- a/media-sound/amsynth/amsynth-1.2.3.ebuild
+++ b/media-sound/amsynth/amsynth-1.2.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.3.ebuild,v 1.1 2010/06/12 18:40:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.3.ebuild,v 1.2 2011/03/28 18:17:43 angelos Exp $
EAPI=2
MY_P=${P/ams/amS}
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="alsa debug jack oss sndfile"
-RDEPEND=">=dev-cpp/gtkmm-2.4
+RDEPEND="dev-cpp/gtkmm:2.4
sndfile? ( >=media-libs/libsndfile-1 )
alsa? ( media-libs/alsa-lib
media-sound/alsa-utils )
diff --git a/media-sound/gejengel/ChangeLog b/media-sound/gejengel/ChangeLog
index 785d49252953..836308bfbbce 100644
--- a/media-sound/gejengel/ChangeLog
+++ b/media-sound/gejengel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/gejengel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gejengel/ChangeLog,v 1.17 2011/02/05 11:59:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gejengel/ChangeLog,v 1.18 2011/03/28 18:20:39 angelos Exp $
+
+ 28 Mar 2011; Christoph Mende <angelos@gentoo.org> gejengel-0.1.4.ebuild:
+ Fixed slot deps
05 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> gejengel-0.1.4.ebuild,
+files/gejengel-0.1.4-libnotify-0.7.patch:
diff --git a/media-sound/gejengel/gejengel-0.1.4.ebuild b/media-sound/gejengel/gejengel-0.1.4.ebuild
index f101ee2753d4..f6c05defc99e 100644
--- a/media-sound/gejengel/gejengel-0.1.4.ebuild
+++ b/media-sound/gejengel/gejengel-0.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gejengel/gejengel-0.1.4.ebuild,v 1.4 2011/02/05 11:59:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gejengel/gejengel-0.1.4.ebuild,v 1.5 2011/03/28 18:20:39 angelos Exp $
EAPI=3
inherit eutils multilib
@@ -14,11 +14,11 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+alsa audioscrobbler debug dbus +ffmpeg flac libnotify mad openal pulseaudio syslog"
-RDEPEND=">=dev-cpp/gtkmm-2.16
- >=dev-cpp/pangomm-2.24
+RDEPEND="dev-cpp/gtkmm:2.4
+ dev-cpp/pangomm:1.4
dev-cpp/libsexymm
media-libs/taglib
- dev-db/sqlite
+ dev-db/sqlite:3
|| ( media-gfx/imagemagick[cxx]
media-gfx/graphicsmagick[imagemagick] )
mad? ( media-libs/libmad )
diff --git a/media-sound/gigedit/ChangeLog b/media-sound/gigedit/ChangeLog
index ea06ea9e8d49..33aeba9a36f8 100644
--- a/media-sound/gigedit/ChangeLog
+++ b/media-sound/gigedit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/gigedit
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gigedit/ChangeLog,v 1.3 2009/08/27 09:53:55 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gigedit/ChangeLog,v 1.4 2011/03/28 18:23:18 angelos Exp $
+
+ 28 Mar 2011; Christoph Mende <angelos@gentoo.org> gigedit-0.1.1.ebuild,
+ gigedit-0.2.0.ebuild:
+ Fixed slot deps
*gigedit-0.2.0 (27 Aug 2009)
diff --git a/media-sound/gigedit/gigedit-0.1.1.ebuild b/media-sound/gigedit/gigedit-0.1.1.ebuild
index b3cb93a8ea70..1298b9faf7f7 100644
--- a/media-sound/gigedit/gigedit-0.1.1.ebuild
+++ b/media-sound/gigedit/gigedit-0.1.1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gigedit/gigedit-0.1.1.ebuild,v 1.2 2009/02/08 10:04:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gigedit/gigedit-0.1.1.ebuild,v 1.3 2011/03/28 18:23:18 angelos Exp $
+EAPI=3
inherit eutils
DESCRIPTION="An instrument editor for gig files"
@@ -14,20 +15,17 @@ KEYWORDS="~amd64"
IUSE=""
DEPEND=">=media-sound/linuxsampler-0.5
- >=dev-cpp/gtkmm-2.4.10
+ dev-cpp/gtkmm:2.4
>=media-libs/libgig-3.2.0
>=media-libs/libsndfile-1.0.2"
RDEPEND="${DEPEND}"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}/${P}-gcc43.patch"
}
src_compile() {
- econf
emake -j1 || die "make failed"
}
diff --git a/media-sound/gigedit/gigedit-0.2.0.ebuild b/media-sound/gigedit/gigedit-0.2.0.ebuild
index 09e45a59e756..0e75346aa46e 100644
--- a/media-sound/gigedit/gigedit-0.2.0.ebuild
+++ b/media-sound/gigedit/gigedit-0.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gigedit/gigedit-0.2.0.ebuild,v 1.1 2009/08/27 09:53:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gigedit/gigedit-0.2.0.ebuild,v 1.2 2011/03/28 18:23:18 angelos Exp $
-inherit eutils
+EAPI=3
DESCRIPTION="An instrument editor for gig files"
HOMEPAGE="http://www.linuxsampler.org/"
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-RDEPEND=">=dev-cpp/gtkmm-2.4.10
+RDEPEND="dev-cpp/gtkmm:2.4
>=media-libs/libgig-3.3.0
>=media-libs/libsndfile-1.0.2
>=media-sound/linuxsampler-0.5.1"
@@ -23,7 +23,6 @@ DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9"
src_compile() {
- econf
# fails with parallel jobs
emake -j1 || die
}
diff --git a/media-sound/gnomoradio/ChangeLog b/media-sound/gnomoradio/ChangeLog
index 070d8ad44ca8..fdc68501b200 100644
--- a/media-sound/gnomoradio/ChangeLog
+++ b/media-sound/gnomoradio/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/gnomoradio
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/ChangeLog,v 1.21 2009/07/18 10:38:22 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/ChangeLog,v 1.22 2011/03/28 18:24:27 angelos Exp $
+
+ 28 Mar 2011; Christoph Mende <angelos@gentoo.org> gnomoradio-0.15.1.ebuild:
+ Fixed slot deps
18 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
gnomoradio-0.15.1.ebuild, +files/gnomoradio-0.15.1-lm.patch:
diff --git a/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild b/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild
index 261211337cc7..d25d0e4014d3 100644
--- a/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild
+++ b/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild,v 1.11 2009/07/18 10:38:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild,v 1.12 2011/03/28 18:24:27 angelos Exp $
EAPI=2
inherit autotools eutils
@@ -14,10 +14,10 @@ SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE="vorbis"
-RDEPEND=">=dev-cpp/gtkmm-2.4
- >=dev-cpp/glibmm-2.4
+RDEPEND="dev-cpp/gtkmm:2.4
+ dev-cpp/glibmm:2
>=dev-cpp/gconfmm-2.6
- >=dev-cpp/libxmlpp-2.6
+ dev-cpp/libxmlpp:2.6
dev-libs/libsigc++:2
media-libs/libao
vorbis? ( media-libs/libvorbis )"
diff --git a/media-sound/paprefs/ChangeLog b/media-sound/paprefs/ChangeLog
index 754e6d42bc8d..02f2ceb8422d 100644
--- a/media-sound/paprefs/ChangeLog
+++ b/media-sound/paprefs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/paprefs
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/paprefs/ChangeLog,v 1.21 2010/03/08 20:26:52 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/paprefs/ChangeLog,v 1.22 2011/03/28 18:25:34 angelos Exp $
+
+ 28 Mar 2011; Christoph Mende <angelos@gentoo.org> paprefs-0.9.9.ebuild:
+ Fixed slot deps
08 Mar 2010; Markus Meier <maekke@gentoo.org> paprefs-0.9.9.ebuild:
x86 stable, bug #305921
diff --git a/media-sound/paprefs/paprefs-0.9.9.ebuild b/media-sound/paprefs/paprefs-0.9.9.ebuild
index ccc5e0132987..ea924989ab81 100644
--- a/media-sound/paprefs/paprefs-0.9.9.ebuild
+++ b/media-sound/paprefs/paprefs-0.9.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/paprefs/paprefs-0.9.9.ebuild,v 1.4 2010/03/08 20:26:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/paprefs/paprefs-0.9.9.ebuild,v 1.5 2011/03/28 18:25:34 angelos Exp $
EAPI=2
@@ -13,8 +13,8 @@ SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE="nls"
-RDEPEND=">=dev-cpp/gtkmm-2.4
- >=dev-cpp/libglademm-2.4
+RDEPEND="dev-cpp/gtkmm:2.4
+ dev-cpp/libglademm:2.4
>=dev-cpp/gconfmm-2.6
>=dev-libs/libsigc++-2.2:2
>=media-sound/pulseaudio-0.9.5[glib]
diff --git a/media-sound/pavumeter/ChangeLog b/media-sound/pavumeter/ChangeLog
index fde7ece8d657..d0d516e6896e 100644
--- a/media-sound/pavumeter/ChangeLog
+++ b/media-sound/pavumeter/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/pavumeter
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pavumeter/ChangeLog,v 1.14 2010/03/08 20:25:48 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pavumeter/ChangeLog,v 1.15 2011/03/28 18:28:59 angelos Exp $
+
+ 28 Mar 2011; Christoph Mende <angelos@gentoo.org> pavumeter-0.9.3-r1.ebuild:
+ Fixed slot deps
08 Mar 2010; Markus Meier <maekke@gentoo.org> pavumeter-0.9.3-r1.ebuild:
x86 stable, bug #305919
diff --git a/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild b/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
index f5835f8177dc..1a7ef405999c 100644
--- a/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
+++ b/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild,v 1.3 2010/03/08 20:25:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild,v 1.4 2011/03/28 18:28:59 angelos Exp $
EAPI=2
@@ -13,8 +13,8 @@ SLOT="0"
KEYWORDS="amd64 ~sparc x86"
IUSE=""
-RDEPEND=">=dev-cpp/gtkmm-2.4
- >=dev-libs/libsigc++-2.0
+RDEPEND="dev-cpp/gtkmm:2.4
+ dev-libs/libsigc++:2
>=media-sound/pulseaudio-0.9.7[glib]
|| ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme )"
DEPEND="${RDEPEND}