diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-01-24 12:05:54 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-01-24 12:05:54 +0000 |
commit | c6c4379f1581a1bf6df9558d90f1dc22d5ce5288 (patch) | |
tree | b65730ef012eafd6280873aea35332c674393bba /media-sound/qjackctl | |
parent | version bump, by Gavin Pryke <gavinlee303@googlemail.com>, bug #349953 (diff) | |
download | gentoo-2-c6c4379f1581a1bf6df9558d90f1dc22d5ce5288.tar.gz gentoo-2-c6c4379f1581a1bf6df9558d90f1dc22d5ce5288.tar.bz2 gentoo-2-c6c4379f1581a1bf6df9558d90f1dc22d5ce5288.zip |
remove old
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/qjackctl')
-rw-r--r-- | media-sound/qjackctl/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/qjackctl/files/qjackctl-0.3.4-noalsagcc4.3.patch | 15 | ||||
-rw-r--r-- | media-sound/qjackctl/qjackctl-0.3.4.ebuild | 53 | ||||
-rw-r--r-- | media-sound/qjackctl/qjackctl-0.3.5.ebuild | 47 | ||||
-rw-r--r-- | media-sound/qjackctl/qjackctl-0.3.6.ebuild | 47 |
5 files changed, 7 insertions, 164 deletions
diff --git a/media-sound/qjackctl/ChangeLog b/media-sound/qjackctl/ChangeLog index 9e5f376b52bf..cab5eece30d8 100644 --- a/media-sound/qjackctl/ChangeLog +++ b/media-sound/qjackctl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/qjackctl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.65 2010/12/17 14:21:59 aballier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.66 2011/01/24 12:05:54 aballier Exp $ + + 24 Jan 2011; Alexis Ballier <aballier@gentoo.org> -qjackctl-0.3.4.ebuild, + -files/qjackctl-0.3.4-noalsagcc4.3.patch, -qjackctl-0.3.5.ebuild, + -qjackctl-0.3.6.ebuild: + remove old *qjackctl-0.3.7 (17 Dec 2010) diff --git a/media-sound/qjackctl/files/qjackctl-0.3.4-noalsagcc4.3.patch b/media-sound/qjackctl/files/qjackctl-0.3.4-noalsagcc4.3.patch deleted file mode 100644 index 9d2c48f4edd5..000000000000 --- a/media-sound/qjackctl/files/qjackctl-0.3.4-noalsagcc4.3.patch +++ /dev/null @@ -1,15 +0,0 @@ -Upstream bug: -https://sourceforge.net/tracker/index.php?func=detail&aid=2447869&group_id=86211&atid=578826 - -Index: qjackctl-0.3.4/src/qjackctlPatchbayRack.cpp -=================================================================== ---- qjackctl-0.3.4.orig/src/qjackctlPatchbayRack.cpp -+++ qjackctl-0.3.4/src/qjackctlPatchbayRack.cpp -@@ -30,6 +30,7 @@ - // - - #include <QHash> -+#include <cstdlib> - - class qjackctlPatchbaySnapshot - { diff --git a/media-sound/qjackctl/qjackctl-0.3.4.ebuild b/media-sound/qjackctl/qjackctl-0.3.4.ebuild deleted file mode 100644 index 3cb61dd06714..000000000000 --- a/media-sound/qjackctl/qjackctl-0.3.4.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.4.ebuild,v 1.6 2009/10/06 17:10:49 ayoy Exp $ - -EAPI=2 - -inherit eutils qt4 - -DESCRIPTION="A Qt application to control the JACK Audio Connection Kit and ALSA sequencer connections." -HOMEPAGE="http://qjackctl.sourceforge.net/" -SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -IUSE="alsa debug" - -RDEPEND="alsa? ( media-libs/alsa-lib ) - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - >=media-sound/jack-audio-connection-kit-0.109.2" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${P}-noalsagcc4.3.patch" -} - -src_configure() { - econf \ - $(use_enable alsa alsa-seq) \ - $(use_enable debug) \ - || die "econf failed" - - # Emulate what the Makefile does, so that we can get the correct - # compiler used. - eqmake4 ${PN}.pro -o ${PN}.mak || die "eqmake4 failed" -} - -src_compile() { - emake -f ${PN}.mak || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - rm "${D}/usr/share/applications/qjackctl.desktop" - - # Upstream desktop file is invalid, better stick with our for now. - make_desktop_entry "${PN}" "QjackCtl" "${PN}" - - dodoc README ChangeLog TODO AUTHORS -} diff --git a/media-sound/qjackctl/qjackctl-0.3.5.ebuild b/media-sound/qjackctl/qjackctl-0.3.5.ebuild deleted file mode 100644 index 902054a54e73..000000000000 --- a/media-sound/qjackctl/qjackctl-0.3.5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.5.ebuild,v 1.1 2009/10/01 21:37:06 aballier Exp $ - -EAPI=2 - -inherit qt4 - -DESCRIPTION="A Qt application to control the JACK Audio Connection Kit and ALSA sequencer connections." -HOMEPAGE="http://qjackctl.sourceforge.net/" -SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -IUSE="alsa dbus debug portaudio" - -RDEPEND="alsa? ( media-libs/alsa-lib ) - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - dbus? ( x11-libs/qt-dbus ) - portaudio? ( media-libs/portaudio ) - >=media-sound/jack-audio-connection-kit-0.109.2" -DEPEND="${RDEPEND}" - -src_configure() { - econf \ - $(use_enable alsa alsa-seq) \ - $(use_enable dbus) \ - $(use_enable debug) \ - $(use_enable portaudio) - - # Emulate what the Makefile does, so that we can get the correct - # compiler used. - eqmake4 ${PN}.pro -o ${PN}.mak || die "eqmake4 failed" -} - -src_compile() { - emake -f ${PN}.mak || die "emake failed" - lupdate ${PN}.pro || die "lupdate failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc README ChangeLog TODO AUTHORS TRANSLATORS -} diff --git a/media-sound/qjackctl/qjackctl-0.3.6.ebuild b/media-sound/qjackctl/qjackctl-0.3.6.ebuild deleted file mode 100644 index 47d75a829ba1..000000000000 --- a/media-sound/qjackctl/qjackctl-0.3.6.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.6.ebuild,v 1.1 2010/03/09 23:33:43 aballier Exp $ - -EAPI=2 - -inherit qt4 - -DESCRIPTION="A Qt application to control the JACK Audio Connection Kit and ALSA sequencer connections." -HOMEPAGE="http://qjackctl.sourceforge.net/" -SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -IUSE="alsa dbus debug portaudio" - -RDEPEND="alsa? ( media-libs/alsa-lib ) - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - dbus? ( x11-libs/qt-dbus ) - portaudio? ( media-libs/portaudio ) - >=media-sound/jack-audio-connection-kit-0.109.2" -DEPEND="${RDEPEND}" - -src_configure() { - econf \ - $(use_enable alsa alsa-seq) \ - $(use_enable dbus) \ - $(use_enable debug) \ - $(use_enable portaudio) - - # Emulate what the Makefile does, so that we can get the correct - # compiler used. - eqmake4 ${PN}.pro -o ${PN}.mak || die "eqmake4 failed" -} - -src_compile() { - emake -f ${PN}.mak || die "emake failed" - lupdate ${PN}.pro || die "lupdate failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc README ChangeLog TODO AUTHORS TRANSLATORS -} |