public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qjackctl/
Date: Fri, 30 Oct 2015 10:51:57 +0000 (UTC)	[thread overview]
Message-ID: <1446202278.01df0d40c48fee47f10c74d5fc78a65a03e41ed6.aballier@gentoo> (raw)

commit:     01df0d40c48fee47f10c74d5fc78a65a03e41ed6
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 10:51:18 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 10:51:18 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01df0d40

media-sound/qjackctl: Bump to 0.4.1.

Package-Manager: portage-2.2.23

 media-sound/qjackctl/Manifest              |  1 +
 media-sound/qjackctl/qjackctl-0.4.1.ebuild | 50 ++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/media-sound/qjackctl/Manifest b/media-sound/qjackctl/Manifest
index 8b3f29d..5beb48a 100644
--- a/media-sound/qjackctl/Manifest
+++ b/media-sound/qjackctl/Manifest
@@ -1,2 +1,3 @@
 DIST qjackctl-0.3.10.tar.gz 487678 SHA256 5cdd937c44e5c737f3d2c2063ada015cac2fc8ed0cdbcb90d0ba747087270132 SHA512 1d7c310967cd112aad2caa79684b40b90070e5ce78fe2fd71f0a159ff835a8ccb4806dd140237c05d369ec782965472616aca67fc649cf1ba232535dc8b3104f WHIRLPOOL 7a6cb86992d4dafc0dc43bb8587285c0a2db64649c29fb9a4236f050f89ac9df4cd1d6b7083b980a6121bb508eb98da3b48b3d4eca96d655d75bf737e107f9ab
 DIST qjackctl-0.4.0.tar.gz 500534 SHA256 5b651cc5bd85986bcb36b32943e091c931ba229d58732c1724a200e03762485a SHA512 dff5d6bd153cc92149e7a16820ab061f70090eca7a15f8f79ac7b9316e7c279f61e800cfbfc7ec4ce0a13721e717f9f18b98611c22c2a134830111c865d3d001 WHIRLPOOL ae607775d75825355d405b6b3e41ae25793b4a698735d847c9617e6af2eef8dd73cf4ed104e7941c1d014ebeb02d48d128cb363241898ab9ffcb5752ae59464e
+DIST qjackctl-0.4.1.tar.gz 824293 SHA256 98024e1ea9f55ac16c290feda051d6494b2261e83f6a918f0fa583b509e2bfd1 SHA512 99de2de422a82a1dbc26dd2d2548afd31a50dc650f2dbe177a26edfe3808a2f66a2206120535edaec8314f3ef25b2dfe6fadfdfb11b814ffe311185c68252881 WHIRLPOOL bfe04a75ba323fd2cf7c8e715ba9a0623bcaadcc47ad74f387aff381036c77d8fec269bfa341783e17a4580fda8f652fa30f52deeb61c857eed817588ab21367

diff --git a/media-sound/qjackctl/qjackctl-0.4.1.ebuild b/media-sound/qjackctl/qjackctl-0.4.1.ebuild
new file mode 100644
index 0000000..a33474a
--- /dev/null
+++ b/media-sound/qjackctl/qjackctl-0.4.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit qmake-utils
+
+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 ~x86"
+
+IUSE="alsa dbus debug portaudio +qt5"
+
+RDEPEND="
+	>=media-sound/jack-audio-connection-kit-0.109.2
+	qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 dev-qt/qtwidgets:5 )
+	!qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 )
+	alsa? ( media-libs/alsa-lib )
+	dbus? ( dev-qt/qtdbus:4 )
+	portaudio? ( media-libs/portaudio )"
+DEPEND="${RDEPEND}"
+
+DOCS="AUTHORS ChangeLog README TODO TRANSLATORS"
+
+src_configure() {
+	econf \
+		$(use_with !qt5 qt4 "$(qt4_get_bindir)/..") \
+		$(use_with qt5 qt5 "$(qt5_get_bindir)/..") \
+		$(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.
+	if use qt5 ; then
+		eqmake5 ${PN}.pro -o ${PN}.mak
+	else
+		eqmake4 ${PN}.pro -o ${PN}.mak
+	fi
+}
+
+src_compile() {
+	emake -f ${PN}.mak
+}


             reply	other threads:[~2015-10-30 10:52 UTC|newest]

Thread overview: 104+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-30 10:51 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-30 11:51 [gentoo-commits] repo/gentoo:master commit in: media-sound/qjackctl/ Miroslav Šulc
2024-10-20 10:33 Miroslav Šulc
2024-10-19 10:44 Jakov Smolić
2024-10-19 10:42 Arthur Zamarin
2024-09-18 12:59 Miroslav Šulc
2024-09-05 10:25 Miroslav Šulc
2024-09-02  8:20 Sam James
2024-09-02  7:59 Sam James
2024-08-02 13:32 Miroslav Šulc
2024-07-20 10:12 Miroslav Šulc
2024-07-19 15:43 Arthur Zamarin
2024-07-19 15:43 Arthur Zamarin
2024-06-19  8:28 Miroslav Šulc
2024-06-02  9:11 Miroslav Šulc
2024-05-31 14:09 Arthur Zamarin
2024-05-31 14:05 Arthur Zamarin
2024-05-01  8:33 Miroslav Šulc
2024-04-10  8:21 Miroslav Šulc
2024-02-24 15:26 Arthur Zamarin
2024-02-24  7:08 Sam James
2023-10-10  8:52 Miroslav Šulc
2023-10-10  8:52 Miroslav Šulc
2023-10-09 20:02 Sam James
2023-10-09 16:21 Arthur Zamarin
2023-09-09  8:40 Miroslav Šulc
2023-07-04  6:09 Miroslav Šulc
2023-07-03 14:59 Sam James
2023-07-03 13:47 Sam James
2023-06-02  6:48 Miroslav Šulc
2023-05-30 18:26 David Seifert
2023-04-25  6:11 Miroslav Šulc
2023-04-23  8:02 Sam James
2023-04-23  7:47 Sam James
2022-12-29  8:28 Miroslav Šulc
2022-11-05  5:44 Miroslav Šulc
2022-11-03 19:13 Sam James
2022-10-04  4:44 Miroslav Šulc
2022-05-04 18:55 Miroslav Šulc
2022-04-04  5:54 Miroslav Šulc
2022-04-04  5:54 Miroslav Šulc
2022-02-11 10:47 Miroslav Šulc
2022-02-11 10:40 Jakov Smolić
2022-02-11 10:40 Jakov Smolić
2022-01-11  8:48 Miroslav Šulc
2021-11-08 11:20 Miroslav Šulc
2021-11-08 10:11 Agostino Sarubbo
2021-11-06  9:02 Jakov Smolić
2021-10-06  6:54 Miroslav Šulc
2021-08-05 19:21 Miroslav Šulc
2021-08-05 14:08 Sam James
2021-07-05  6:03 Miroslav Šulc
2021-06-12  9:44 Miroslav Šulc
2021-06-12  1:18 Sam James
2021-06-12  1:18 Sam James
2021-05-12  5:42 Miroslav Šulc
2021-04-16  7:18 Miroslav Šulc
2021-04-16  0:36 Sam James
2021-04-16  0:35 Sam James
2021-03-16 10:46 Miroslav Šulc
2021-03-08  8:19 Miroslav Šulc
2021-03-07 19:48 Sam James
2021-03-07 19:46 Sam James
2021-02-09  9:32 Miroslav Šulc
2021-02-09  9:32 Miroslav Šulc
2021-02-07  7:52 Miroslav Šulc
2021-02-03  8:30 Miroslav Šulc
2021-02-03  8:30 Miroslav Šulc
2021-01-22  8:15 Miroslav Šulc
2021-01-22  1:49 Sam James
2021-01-20  0:02 Sam James
2020-12-20  4:44 Miroslav Šulc
2020-12-19 10:49 Miroslav Šulc
2020-09-23 10:47 Miroslav Šulc
2020-09-23 10:34 Agostino Sarubbo
2020-09-23 10:20 Agostino Sarubbo
2020-09-17  7:57 Miroslav Šulc
2020-08-21  8:48 Miroslav Šulc
2020-05-20 13:19 Andreas Sturmlechner
2020-05-09  8:41 Miroslav Šulc
2020-05-08 10:46 Agostino Sarubbo
2020-05-07 15:58 Agostino Sarubbo
2020-04-12  4:44 Miroslav Šulc
2020-04-11 16:12 Agostino Sarubbo
2020-04-09 12:25 Agostino Sarubbo
2020-04-03 13:23 Miroslav Šulc
2020-03-09 11:22 Miroslav Šulc
2019-12-10  8:51 Miroslav Šulc
2019-12-03 10:06 Agostino Sarubbo
2019-12-03 10:03 Agostino Sarubbo
2019-11-01 12:19 Miroslav Šulc
2019-11-01 12:04 Miroslav Šulc
2017-09-21 14:33 Michael Palimaka
2017-05-09  7:22 Alexis Ballier
2016-11-15  9:09 Alexis Ballier
2016-10-22  9:38 David Seifert
2016-10-22  9:38 David Seifert
2016-09-19 12:11 Alexis Ballier
2016-04-10 16:33 Michael Palimaka
2016-04-10 16:26 Michael Palimaka
2016-04-07 13:03 Alexis Ballier
2016-03-07 18:50 Alexis Ballier
2015-10-30 14:23 Alexis Ballier
2015-10-30 10:51 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446202278.01df0d40c48fee47f10c74d5fc78a65a03e41ed6.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox