* [gentoo-commits] gentoo-x86 commit in media-sound/qjackctl: ChangeLog qjackctl-0.3.6.ebuild
@ 2010-03-09 23:33 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2010-03-09 23:33 UTC (permalink / raw
To: gentoo-commits
aballier 10/03/09 23:33:44
Modified: ChangeLog
Added: qjackctl-0.3.6.ebuild
Log:
version bump
(Portage version: 2.2_rc66/cvs/Linux x86_64)
Revision Changes Path
1.64 media-sound/qjackctl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qjackctl/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qjackctl/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qjackctl/ChangeLog?r1=1.63&r2=1.64
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog 6 Oct 2009 17:10:49 -0000 1.63
+++ ChangeLog 9 Mar 2010 23:33:43 -0000 1.64
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/qjackctl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.63 2009/10/06 17:10:49 ayoy Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.64 2010/03/09 23:33:43 aballier Exp $
+
+*qjackctl-0.3.6 (09 Mar 2010)
+
+ 09 Mar 2010; Alexis Ballier <aballier@gentoo.org> +qjackctl-0.3.6.ebuild:
+ version bump
06 Oct 2009; Dominik Kapusta <ayoy@gentoo.org> qjackctl-0.3.2.ebuild,
qjackctl-0.3.4.ebuild:
1.1 media-sound/qjackctl/qjackctl-0.3.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.6.ebuild?rev=1.1&content-type=text/plain
Index: qjackctl-0.3.6.ebuild
===================================================================
# 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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-09 23:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-09 23:33 [gentoo-commits] gentoo-x86 commit in media-sound/qjackctl: ChangeLog qjackctl-0.3.6.ebuild Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox