From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35EDD1382C5 for ; Sun, 7 Feb 2021 08:08:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01D31E0839; Sun, 7 Feb 2021 08:08:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9F1DE0839 for ; Sun, 7 Feb 2021 08:08:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 985AB3439A5 for ; Sun, 7 Feb 2021 08:08:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECFF949 for ; Sun, 7 Feb 2021 08:08:13 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1612685288.344dcc5eb2e41dd43ed0ce07a483365a1f9e42e3.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qjackctl/, media-sound/qjackctl/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qjackctl/Manifest media-sound/qjackctl/files/qjackctl-0.9.1-disable-git.patch media-sound/qjackctl/qjackctl-0.9.1.ebuild X-VCS-Directories: media-sound/qjackctl/files/ media-sound/qjackctl/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 344dcc5eb2e41dd43ed0ce07a483365a1f9e42e3 X-VCS-Branch: master Date: Sun, 7 Feb 2021 08:08:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4e28fdab-2e0c-4f2d-8709-ce5765c1488c X-Archives-Hash: a3f9e47522bf80572a0f9f1759614d58 commit: 344dcc5eb2e41dd43ed0ce07a483365a1f9e42e3 Author: Miroslav Šulc gentoo org> AuthorDate: Sun Feb 7 08:07:54 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Feb 7 08:08:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344dcc5e media-sound/qjackctl: bump to 0.9.1 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/qjackctl/Manifest | 1 + .../files/qjackctl-0.9.1-disable-git.patch | 21 ++++++++++ media-sound/qjackctl/qjackctl-0.9.1.ebuild | 47 ++++++++++++++++++++++ 3 files changed, 69 insertions(+) diff --git a/media-sound/qjackctl/Manifest b/media-sound/qjackctl/Manifest index e269fb189c7..3e0c6709fee 100644 --- a/media-sound/qjackctl/Manifest +++ b/media-sound/qjackctl/Manifest @@ -1 +1,2 @@ DIST qjackctl-0.9.0.tar.gz 1088061 BLAKE2B 3be89091b6efb34d2dffee92fdfda5dabadc8b6e9f9a248cc5cd60df423482dc65342e9758a98f34c5c01bfba74eac64039e3ec2de157df0e03f8bf09a7a14fc SHA512 5aa6f3e86b6a5c528daa5fdb71b5400d5882fea6569d585a86bb6b9fa66b62699472fd82999a6f4eb1a375c70e684a20214240c1fc3b44239c22d182e3ae1b1c +DIST qjackctl-0.9.1.tar.gz 1092787 BLAKE2B 1ae68d3b61591bb31f7c8c31f35f8a42f0048cf34c49ff0eadca9155c1a770d9880728582f6b7abdaf27a28ccb3d6a20ca87e3a6178b090579b6ead811f091f0 SHA512 7d3a6efdeedff9335897f9d943dd51d13bf7c48d55ee2bf31d53fe685cef88e281133c164cf6cdb95669b9fe394eb06d3544a78b9d760f4420a9acb3c800c612 diff --git a/media-sound/qjackctl/files/qjackctl-0.9.1-disable-git.patch b/media-sound/qjackctl/files/qjackctl-0.9.1-disable-git.patch new file mode 100644 index 00000000000..6761d53599d --- /dev/null +++ b/media-sound/qjackctl/files/qjackctl-0.9.1-disable-git.patch @@ -0,0 +1,21 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 7a1098f..f83ed7b 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -6,6 +6,7 @@ project(qjackctl + LANGUAGES C CXX) + + set (CONFIG_VERSION ${PROJECT_VERSION}) ++#[[ + execute_process ( + COMMAND git describe --tags --dirty --abbrev=6 + OUTPUT_VARIABLE GIT_DESCRIBE_OUTPUT +@@ -27,6 +28,8 @@ if (GIT_DESCRIBE_RESULT EQUAL 0) + else () + set (VERSION "${PROJECT_VERSION}") + endif () ++]] ++set (VERSION "${PROJECT_VERSION}") + + set (PACKAGE_NAME "QjackCtl") + set (PACKAGE_VERSION "${VERSION}") diff --git a/media-sound/qjackctl/qjackctl-0.9.1.ebuild b/media-sound/qjackctl/qjackctl-0.9.1.ebuild new file mode 100644 index 00000000000..3090126b6c2 --- /dev/null +++ b/media-sound/qjackctl/qjackctl-0.9.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xdg cmake + +DESCRIPTION="Qt GUI to control the JACK Audio Connection Kit and ALSA sequencer connections" +HOMEPAGE="https://qjackctl.sourceforge.io/" +SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="alsa dbus debug portaudio" + +BDEPEND="dev-qt/linguist-tools:5" +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + virtual/jack + alsa? ( media-libs/alsa-lib ) + dbus? ( dev-qt/qtdbus:5 ) + portaudio? ( media-libs/portaudio ) +" +RDEPEND="${DEPEND} + dev-qt/qtsvg:5 +" + +PATCHES=( + "${FILESDIR}/${P}-disable-git.patch" +) + +src_configure() { + local mycmakeargs=( + -DCONFIG_ALSA_SEQ=$(usex alsa 1 0) + -DCONFIG_DBUS=$(usex dbus 1 0) + -DCONFIG_DEBUG=$(usex debug 1 0) + -DCONFIG_PORTAUDIO=$(usex portaudio 1 0) + -DCONFIG_JACK_VERSION=1 + ) + cmake_src_configure +}