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.2.ebuild
@ 2008-01-21 13:59 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2008-01-21 13:59 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/01/21 13:59:40

  Modified:             ChangeLog
  Added:                qjackctl-0.3.2.ebuild
  Log:
  Version bump to 0.3.2 version, and use eqmake4 to make sure the correct compiler is used.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.50                 media-sound/qjackctl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qjackctl/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qjackctl/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qjackctl/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	19 Nov 2007 13:30:01 -0000	1.49
+++ ChangeLog	21 Jan 2008 13:59:39 -0000	1.50
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/qjackctl
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.49 2007/11/19 13:30:01 flameeyes Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.50 2008/01/21 13:59:39 flameeyes Exp $
+
+*qjackctl-0.3.2 (21 Jan 2008)
+
+  21 Jan 2008; Diego Pettenò <flameeyes@gentoo.org> +qjackctl-0.3.2.ebuild:
+  Version bump to 0.3.2 version, and use eqmake4 to make sure the correct
+  compiler is used.
 
   19 Nov 2007; Diego Pettenò <flameeyes@gentoo.org>
   -qjackctl-0.2.19a.ebuild, -qjackctl-0.2.23.ebuild:



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

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

Index: qjackctl-0.3.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.2.ebuild,v 1.1 2008/01/21 13:59:39 flameeyes Exp $

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"

DEPEND="alsa? ( media-libs/alsa-lib )
	$(qt4_min_version 4.1)
	media-sound/jack-audio-connection-kit"

pkg_setup() {
	if use alsa && ! built_with_use --missing true media-libs/alsa-lib midi; then
		eerror ""
		eerror "To be able to build ${CATEGORY}/${PN} with ALSA support you"
		eerror "need to have built media-libs/alsa-lib with midi USE flag."
		die "Missing midi USE flag on media-libs/alsa-lib"
	fi
}

src_compile() {
	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"

	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
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-21 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-21 13:59 [gentoo-commits] gentoo-x86 commit in media-sound/qjackctl: ChangeLog qjackctl-0.3.2.ebuild Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox