diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-28 18:38:37 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-28 18:38:37 +0000 |
commit | 3296009170978f9a564c0aa992a727404a0f2b6b (patch) | |
tree | 057b652bc65096784f9cc84b752c9ea2d19a4663 /media-sound | |
parent | Fixed slot deps (diff) | |
download | historical-3296009170978f9a564c0aa992a727404a0f2b6b.tar.gz historical-3296009170978f9a564c0aa992a727404a0f2b6b.tar.bz2 historical-3296009170978f9a564c0aa992a727404a0f2b6b.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/ardour/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/ardour/ardour-2.8.7.ebuild | 13 | ||||
-rw-r--r-- | media-sound/patchage/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/patchage/patchage-0.4.2.ebuild | 12 | ||||
-rw-r--r-- | media-sound/patchage/patchage-0.4.4.ebuild | 12 | ||||
-rw-r--r-- | media-sound/patchage/patchage-0.4.5.ebuild | 12 | ||||
-rw-r--r-- | media-sound/patchage/patchage-0.5.0.ebuild | 10 | ||||
-rw-r--r-- | media-sound/seq24/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/seq24/seq24-0.9.0.ebuild | 6 | ||||
-rw-r--r-- | media-sound/seq24/seq24-0.9.2.ebuild | 6 |
10 files changed, 51 insertions, 41 deletions
diff --git a/media-sound/ardour/ChangeLog b/media-sound/ardour/ChangeLog index 91330c653a0b..c0591858449f 100644 --- a/media-sound/ardour/ChangeLog +++ b/media-sound/ardour/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/ardour -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.90 2010/04/24 23:32:04 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.91 2011/03/28 18:34:32 angelos Exp $ + + 28 Mar 2011; Christoph Mende <angelos@gentoo.org> ardour-2.8.7.ebuild: + Fixed slot deps *ardour-2.8.7 (24 Apr 2010) diff --git a/media-sound/ardour/ardour-2.8.7.ebuild b/media-sound/ardour/ardour-2.8.7.ebuild index cf8d7148510c..2afaef80b1f6 100644 --- a/media-sound/ardour/ardour-2.8.7.ebuild +++ b/media-sound/ardour/ardour-2.8.7.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/ardour/ardour-2.8.7.ebuild,v 1.3 2010/10/15 18:50:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.8.7.ebuild,v 1.4 2011/03/28 18:34:32 angelos Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -22,21 +22,20 @@ RDEPEND="media-libs/aubio media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 >=x11-libs/gtk+-2.8.1:2 - >=dev-libs/libxml2-2.6 + >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 media-libs/libsoundtouch media-libs/flac - >=media-libs/raptor-1.4.2 - <media-libs/raptor-1.9.0 + >=media-libs/raptor-1.4.2:0 >=media-libs/liblrdf-0.4 >=media-sound/jack-audio-connection-kit-0.109 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 - >=dev-cpp/gtkmm-2.16 - >=dev-cpp/libgnomecanvasmm-2.26 + >=dev-cpp/gtkmm-2.16:2.4 + >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib curl? ( net-misc/curl )" DEPEND="${RDEPEND} diff --git a/media-sound/patchage/ChangeLog b/media-sound/patchage/ChangeLog index 7d4d2ce00c1e..4a0b6784fe06 100644 --- a/media-sound/patchage/ChangeLog +++ b/media-sound/patchage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/patchage # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/ChangeLog,v 1.11 2011/01/13 09:00:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/ChangeLog,v 1.12 2011/03/28 18:37:25 angelos Exp $ + + 28 Mar 2011; Christoph Mende <angelos@gentoo.org> patchage-0.4.2.ebuild, + patchage-0.4.4.ebuild, patchage-0.4.5.ebuild, patchage-0.5.0.ebuild: + Fixed slot deps *patchage-0.5.0 (13 Jan 2011) diff --git a/media-sound/patchage/patchage-0.4.2.ebuild b/media-sound/patchage/patchage-0.4.2.ebuild index 86720acae87a..2a91f2a60c12 100644 --- a/media-sound/patchage/patchage-0.4.2.ebuild +++ b/media-sound/patchage/patchage-0.4.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/patchage/patchage-0.4.2.ebuild,v 1.4 2009/08/02 21:12:43 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/patchage-0.4.2.ebuild,v 1.5 2011/03/28 18:37:25 angelos Exp $ EAPI=1 @@ -15,10 +15,10 @@ IUSE="alsa dbus debug jack" RDEPEND=">=media-libs/raul-0.5.1 >=x11-libs/flowcanvas-0.5.1 - >=dev-cpp/gtkmm-2.11.12 - dev-cpp/glibmm - dev-cpp/libglademm - dev-cpp/libgnomecanvasmm + >=dev-cpp/gtkmm-2.11.12:2.4 + dev-cpp/glibmm:2 + dev-cpp/libglademm:2.4 + dev-cpp/libgnomecanvasmm:2.6 dev-libs/boost jack? ( >=media-sound/jack-audio-connection-kit-0.107 ) alsa? ( media-libs/alsa-lib ) diff --git a/media-sound/patchage/patchage-0.4.4.ebuild b/media-sound/patchage/patchage-0.4.4.ebuild index 702f89778950..c34f23874827 100644 --- a/media-sound/patchage/patchage-0.4.4.ebuild +++ b/media-sound/patchage/patchage-0.4.4.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/patchage/patchage-0.4.4.ebuild,v 1.1 2009/12/12 18:44:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/patchage-0.4.4.ebuild,v 1.2 2011/03/28 18:37:25 angelos Exp $ EAPI=2 @@ -17,10 +17,10 @@ IUSE="alsa debug lash" RDEPEND=">=media-libs/raul-0.5.1 >=x11-libs/flowcanvas-0.5.1 - >=dev-cpp/gtkmm-2.11.12 - dev-cpp/glibmm - dev-cpp/libglademm - dev-cpp/libgnomecanvasmm + >=dev-cpp/gtkmm-2.11.12:2.4 + dev-cpp/glibmm:2 + dev-cpp/libglademm:2.4 + dev-cpp/libgnomecanvasmm:2.6 dev-libs/boost >=media-sound/jack-audio-connection-kit-0.107 alsa? ( media-libs/alsa-lib ) diff --git a/media-sound/patchage/patchage-0.4.5.ebuild b/media-sound/patchage/patchage-0.4.5.ebuild index 8226256b6cca..a28d5ac070d3 100644 --- a/media-sound/patchage/patchage-0.4.5.ebuild +++ b/media-sound/patchage/patchage-0.4.5.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/patchage/patchage-0.4.5.ebuild,v 1.1 2010/10/09 13:31:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/patchage-0.4.5.ebuild,v 1.2 2011/03/28 18:37:25 angelos Exp $ EAPI=2 @@ -17,10 +17,10 @@ IUSE="alsa debug lash" RDEPEND=">=media-libs/raul-0.5.1 >=x11-libs/flowcanvas-0.6.0 - >=dev-cpp/gtkmm-2.11.12 - >=dev-cpp/glibmm-2.14 - >=dev-cpp/libglademm-2.6.0 - dev-cpp/libgnomecanvasmm + >=dev-cpp/gtkmm-2.11.12:2.4 + >=dev-cpp/glibmm-2.14:2 + >=dev-cpp/libglademm-2.6.0:2.4 + dev-cpp/libgnomecanvasmm:2.6 dev-libs/boost >=media-sound/jack-audio-connection-kit-0.107 alsa? ( media-libs/alsa-lib ) diff --git a/media-sound/patchage/patchage-0.5.0.ebuild b/media-sound/patchage/patchage-0.5.0.ebuild index b559cc386223..96590de2d855 100644 --- a/media-sound/patchage/patchage-0.5.0.ebuild +++ b/media-sound/patchage/patchage-0.5.0.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/patchage/patchage-0.5.0.ebuild,v 1.1 2011/01/13 09:00:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/patchage-0.5.0.ebuild,v 1.2 2011/03/28 18:37:25 angelos Exp $ EAPI=2 @@ -17,10 +17,10 @@ IUSE="alsa debug lash" RDEPEND=">=media-libs/raul-0.5.1 >=x11-libs/flowcanvas-0.7.1 - >=dev-cpp/gtkmm-2.11.12 - >=dev-cpp/glibmm-2.14 - >=dev-cpp/libglademm-2.6.0 - dev-cpp/libgnomecanvasmm + >=dev-cpp/gtkmm-2.11.12:2.4 + >=dev-cpp/glibmm-2.14:2 + >=dev-cpp/libglademm-2.6.0:2.4 + dev-cpp/libgnomecanvasmm:2.6 dev-libs/boost >=media-sound/jack-audio-connection-kit-0.107 alsa? ( media-libs/alsa-lib ) diff --git a/media-sound/seq24/ChangeLog b/media-sound/seq24/ChangeLog index 0fa071215b51..a4a1369ab988 100644 --- a/media-sound/seq24/ChangeLog +++ b/media-sound/seq24/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/seq24 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.40 2010/12/27 01:16:44 aballier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.41 2011/03/28 18:38:37 angelos Exp $ + + 28 Mar 2011; Christoph Mende <angelos@gentoo.org> seq24-0.9.0.ebuild, + seq24-0.9.2.ebuild: + Fixed slot deps *seq24-0.9.2 (27 Dec 2010) diff --git a/media-sound/seq24/seq24-0.9.0.ebuild b/media-sound/seq24/seq24-0.9.0.ebuild index e0c31f50208d..e1223d9ec27b 100644 --- a/media-sound/seq24/seq24-0.9.0.ebuild +++ b/media-sound/seq24/seq24-0.9.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/seq24/seq24-0.9.0.ebuild,v 1.5 2009/08/01 06:37:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.0.ebuild,v 1.6 2011/03/28 18:38:37 angelos Exp $ EAPI=2 inherit eutils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" RDEPEND="media-libs/alsa-lib - >=dev-cpp/gtkmm-2.4 + >=dev-cpp/gtkmm-2.4:2.4 >=dev-libs/libsigc++-2.2:2 jack? ( >=media-sound/jack-audio-connection-kit-0.90 ) lash? ( >=media-sound/lash-0.5 )" diff --git a/media-sound/seq24/seq24-0.9.2.ebuild b/media-sound/seq24/seq24-0.9.2.ebuild index 244d3b8d0976..ec87c86a7a81 100644 --- a/media-sound/seq24/seq24-0.9.2.ebuild +++ b/media-sound/seq24/seq24-0.9.2.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/seq24/seq24-0.9.2.ebuild,v 1.1 2010/12/27 01:16:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.2.ebuild,v 1.2 2011/03/28 18:38:37 angelos Exp $ EAPI=2 inherit eutils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="media-libs/alsa-lib - >=dev-cpp/gtkmm-2.4 + >=dev-cpp/gtkmm-2.4:2.4 >=dev-libs/libsigc++-2.2:2 jack? ( >=media-sound/jack-audio-connection-kit-0.90 ) lash? ( >=media-sound/lash-0.5 )" |