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.7.ebuild
@ 2010-12-17 14:21 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2010-12-17 14:21 UTC (permalink / raw
  To: gentoo-commits

aballier    10/12/17 14:21:59

  Modified:             ChangeLog
  Added:                qjackctl-0.3.7.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha9/cvs/Linux x86_64)

Revision  Changes    Path
1.65                 media-sound/qjackctl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	9 Mar 2010 23:33:43 -0000	1.64
+++ ChangeLog	17 Dec 2010 14:21:59 -0000	1.65
@@ -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.64 2010/03/09 23:33:43 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.65 2010/12/17 14:21:59 aballier Exp $
+
+*qjackctl-0.3.7 (17 Dec 2010)
+
+  17 Dec 2010; Alexis Ballier <aballier@gentoo.org> +qjackctl-0.3.7.ebuild:
+  version bump
 
 *qjackctl-0.3.6 (09 Mar 2010)
 



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

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

Index: qjackctl-0.3.7.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.7.ebuild,v 1.1 2010/12/17 14:21:59 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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/qjackctl: ChangeLog qjackctl-0.3.7.ebuild
@ 2011-01-25 14:49 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-25 14:49 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/25 14:49:22

  Modified:             ChangeLog qjackctl-0.3.7.ebuild
  Log:
  Stable on amd64 wrt bug #331157
  
  (Portage version: 2.1.9.33/cvs/Linux x86_64)

Revision  Changes    Path
1.67                 media-sound/qjackctl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	24 Jan 2011 12:05:54 -0000	1.66
+++ ChangeLog	25 Jan 2011 14:49:22 -0000	1.67
@@ -1,6 +1,9 @@
 # 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.66 2011/01/24 12:05:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.67 2011/01/25 14:49:22 hwoarang Exp $
+
+  25 Jan 2011; Markos Chandras <hwoarang@gentoo.org> qjackctl-0.3.7.ebuild:
+  Stable on amd64 wrt bug #331157
 
   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,



1.2                  media-sound/qjackctl/qjackctl-0.3.7.ebuild

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

Index: qjackctl-0.3.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qjackctl-0.3.7.ebuild	17 Dec 2010 14:21:59 -0000	1.1
+++ qjackctl-0.3.7.ebuild	25 Jan 2011 14:49:22 -0000	1.2
@@ -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/qjackctl/qjackctl-0.3.7.ebuild,v 1.1 2010/12/17 14:21:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.7.ebuild,v 1.2 2011/01/25 14:49:22 hwoarang Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 
 IUSE="alsa dbus debug portaudio"
 






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

end of thread, other threads:[~2011-01-25 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-25 14:49 [gentoo-commits] gentoo-x86 commit in media-sound/qjackctl: ChangeLog qjackctl-0.3.7.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-17 14:21 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