public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/qjackctl: ChangeLog qjackctl-0.3.8.ebuild
@ 2011-07-11 18:43 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2011-07-11 18:43 UTC (permalink / raw
  To: gentoo-commits

aballier    11/07/11 18:43:16

  Modified:             ChangeLog
  Added:                qjackctl-0.3.8.ebuild
  Log:
  version bump, bug #374281
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.70                 media-sound/qjackctl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	17 Apr 2011 12:49:49 -0000	1.69
+++ ChangeLog	11 Jul 2011 18:43:16 -0000	1.70
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/qjackctl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.69 2011/04/17 12:49:49 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.70 2011/07/11 18:43:16 aballier Exp $
+
+*qjackctl-0.3.8 (11 Jul 2011)
+
+  11 Jul 2011; Alexis Ballier <aballier@gentoo.org> +qjackctl-0.3.8.ebuild:
+  version bump, bug #374281
 
   17 Apr 2011; Thomas Kahle <tomka@gentoo.org> qjackctl-0.3.2.ebuild:
   Dropping to ~x86 b/c of bugs 331157, 363915.



1.1                  media-sound/qjackctl/qjackctl-0.3.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.8.ebuild?rev=1.1&content-type=text/plain

Index: qjackctl-0.3.8.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.8.ebuild,v 1.1 2011/07/11 18:43:16 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 ~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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/qjackctl: ChangeLog qjackctl-0.3.8.ebuild
@ 2012-03-28  9:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-03-28  9:59 UTC (permalink / raw
  To: gentoo-commits

ago         12/03/28 09:59:00

  Modified:             ChangeLog qjackctl-0.3.8.ebuild
  Log:
  Stable for amd64, wrt bug #409705
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.73                 media-sound/qjackctl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	27 Mar 2012 12:13:03 -0000	1.72
+++ ChangeLog	28 Mar 2012 09:59:00 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/qjackctl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.72 2012/03/27 12:13:03 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.73 2012/03/28 09:59:00 ago Exp $
+
+  28 Mar 2012; Agostino Sarubbo <ago@gentoo.org> qjackctl-0.3.8.ebuild:
+  Stable for amd64, wrt bug #409705
 
   27 Mar 2012; Davide Pesavento <pesa@gentoo.org> qjackctl-0.3.8.ebuild:
   Migrate to qt4-r2.eclass, ACK'ed by aballier in bug #409705.



1.4                  media-sound/qjackctl/qjackctl-0.3.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.8.ebuild?r1=1.3&r2=1.4

Index: qjackctl-0.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qjackctl-0.3.8.ebuild	27 Mar 2012 12:13:03 -0000	1.3
+++ qjackctl-0.3.8.ebuild	28 Mar 2012 09:59:00 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.8.ebuild,v 1.3 2012/03/27 12:13:03 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.8.ebuild,v 1.4 2012/03/28 09:59:00 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="alsa dbus debug portaudio"
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-28  9:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-28  9:59 [gentoo-commits] gentoo-x86 commit in media-sound/qjackctl: ChangeLog qjackctl-0.3.8.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-11 18:43 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