From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C4F941388BF for ; Tue, 12 Jan 2016 14:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C261F21C001; Tue, 12 Jan 2016 14:59:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A97121C001 for ; Tue, 12 Jan 2016 14:59:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C3FD340756 for ; Tue, 12 Jan 2016 14:59:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BEAFA16 for ; Tue, 12 Jan 2016 14:59:01 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1452610759.706e0055683bc0d5f9246200bb1cda4fca7229c5.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qsynth/files/, media-sound/qsynth/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qsynth/files/qsynth-0.4.0-qt5-tagging.patch media-sound/qsynth/qsynth-0.4.0.ebuild X-VCS-Directories: media-sound/qsynth/files/ media-sound/qsynth/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 706e0055683bc0d5f9246200bb1cda4fca7229c5 X-VCS-Branch: master Date: Tue, 12 Jan 2016 14:59:01 +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-Archives-Salt: ad81c2f3-3c1f-4d62-9aae-2ac48739c61a X-Archives-Hash: fed371ab29cc1adacdae5e80dee5e5dc commit: 706e0055683bc0d5f9246200bb1cda4fca7229c5 Author: Jason A. Donenfeld gentoo org> AuthorDate: Tue Jan 12 14:58:36 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Tue Jan 12 14:59:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706e0055 media-sound/qsynth: Fix configure for qt5 Package-Manager: portage-2.2.26 media-sound/qsynth/files/qsynth-0.4.0-qt5-tagging.patch | 11 +++++++++++ media-sound/qsynth/qsynth-0.4.0.ebuild | 4 ++++ 2 files changed, 15 insertions(+) diff --git a/media-sound/qsynth/files/qsynth-0.4.0-qt5-tagging.patch b/media-sound/qsynth/files/qsynth-0.4.0-qt5-tagging.patch new file mode 100644 index 0000000..6b16492 --- /dev/null +++ b/media-sound/qsynth/files/qsynth-0.4.0-qt5-tagging.patch @@ -0,0 +1,11 @@ +diff -ru qsynth-0.4.0/configure qsynth-0.4.0-modified/configure +--- qsynth-0.4.0/configure 2015-09-07 16:59:25.083842955 +0200 ++++ qsynth-0.4.0-modified/configure 2016-01-12 15:57:36.673008368 +0100 +@@ -4159,6 +4159,7 @@ + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ ++#define QT_NO_VERSION_TAGGING + #include "QtCore/qglobal.h" + int + main () diff --git a/media-sound/qsynth/qsynth-0.4.0.ebuild b/media-sound/qsynth/qsynth-0.4.0.ebuild index e9bc54b..de76b60 100644 --- a/media-sound/qsynth/qsynth-0.4.0.ebuild +++ b/media-sound/qsynth/qsynth-0.4.0.ebuild @@ -33,6 +33,10 @@ DEPEND="${RDEPEND} REQUIRED_USE="|| ( alsa jack pulseaudio )" +src_prepare() { + use qt5 && epatch "${FILESDIR}/${PN}-0.4.0-qt5-tagging.patch" +} + src_configure() { econf \ $(use_enable debug) \