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 F25E31382C5 for ; Wed, 26 May 2021 01:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AC52E069C; Wed, 26 May 2021 01:58:00 +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 1C1A7E069C for ; Wed, 26 May 2021 01:57:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A8F7D340E0A for ; Wed, 26 May 2021 01:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A52459C for ; Wed, 26 May 2021 01:57:57 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1621993995.6d977ecde366852ebb137ea7dacd3ab6825f8736.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-accessibility/rhvoice/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-accessibility/rhvoice/rhvoice-1.2.4.ebuild X-VCS-Directories: app-accessibility/rhvoice/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 6d977ecde366852ebb137ea7dacd3ab6825f8736 X-VCS-Branch: dev Date: Wed, 26 May 2021 01:57:57 +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: 63763efb-f0b8-4499-b2ce-5e2a11d9145f X-Archives-Hash: 79e43c3fecc889249dd99448bbe4d6f9 commit: 6d977ecde366852ebb137ea7dacd3ab6825f8736 Author: Anna Vyalkova sysrq in> AuthorDate: Tue May 25 22:44:03 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed May 26 01:53:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d977ecd app-accessibility/rhvoice: unbundle rapidxml Bug in dev-libs/rapidxml is resolved now, so using bundled version is not necessary anymore. https://bugs.gentoo.org/791328 Signed-off-by: Anna Vyalkova sysrq.in> app-accessibility/rhvoice/rhvoice-1.2.4.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/app-accessibility/rhvoice/rhvoice-1.2.4.ebuild b/app-accessibility/rhvoice/rhvoice-1.2.4.ebuild index a467dbdff..a550f7b13 100644 --- a/app-accessibility/rhvoice/rhvoice-1.2.4.ebuild +++ b/app-accessibility/rhvoice/rhvoice-1.2.4.ebuild @@ -10,16 +10,16 @@ DESCRIPTION="TTS engine with extended languages support (including Russian)" HOMEPAGE="https://rhvoice.su https://github.com/RHVoice/RHVoice" SRC_URI=" https://github.com/${MY_PN}/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz - l10n_en? ( https://github.com/RHVoice/evgeniy-eng/archive/refs/tags/4.0.tar.gz -> rhvoice-evgeniy-eng-4.0.tar.gz ) + l10n_en? ( https://github.com/${MY_PN}/evgeniy-eng/archive/refs/tags/4.0.tar.gz -> rhvoice-evgeniy-eng-4.0.tar.gz ) l10n_ru? ( - https://github.com/RHVoice/evgeniy-rus/archive/refs/tags/4.0.tar.gz -> rhvoice-evgeniy-rus-4.0.tar.gz - https://github.com/RHVoice/victoria-rus/archive/refs/tags/4.0.tar.gz -> rhvoice-victoria-4.0.tar.gz + https://github.com/${MY_PN}/evgeniy-rus/archive/refs/tags/4.0.tar.gz -> rhvoice-evgeniy-rus-4.0.tar.gz + https://github.com/${MY_PN}/victoria-rus/archive/refs/tags/4.0.tar.gz -> rhvoice-victoria-4.0.tar.gz ) " S="${WORKDIR}/${MY_PN}-${PV}" CMAKE_REMOVE_MODULES_LIST="Hardening VersionFromGit" -LICENSE="l10n_pt-BR? ( CC-BY-SA-4.0 ) BSD GPL-2 GPL-3+ LGPL-2.1+ MIT" +LICENSE="l10n_pt-BR? ( CC-BY-SA-4.0 ) BSD GPL-2 GPL-3+ LGPL-2.1+" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="ao bindist cli client portaudio +pulseaudio +server +speech-dispatcher utils" @@ -54,6 +54,7 @@ RDEPEND=" " BDEPEND="${DEPEND} dev-cpp/cli11 + dev-libs/rapidxml dev-libs/utfcpp " REQUIRED_USE="|| ( ao portaudio pulseaudio )" @@ -91,8 +92,9 @@ src_prepare() { sed 's|/systemd/system||' \ -i src/service/CMakeLists.txt || die - rm -r src/third-party/{sonic,tclap,utf8} || die - sed "/sonic/d" -i src/third-party/CMakeLists.txt || die + sed -e "/sonic/d" \ + -e "/set(RAPIDXML_INCLUDE_DIR/d" \ + -i src/third-party/CMakeLists.txt || die sed "/set(UTF8_INCLUDE_DIR/d" -i src/CMakeLists.txt || die sed 's/ "RHVoice_question_match"//' \ @@ -136,10 +138,9 @@ src_configure() { -DWITH_PULSE=$(usex pulseaudio) -DWITH_PORTAUDIO=$(usex portaudio) # src/third-party/CMakeLists.txt - -DRAPIDXML_INCLUDE_DIR="${S}"/src/third-party/rapidxml + -DRAPIDXML_INCLUDE_DIR=/usr/include/rapidxml -DUTF8_INCLUDE_DIR=/usr/include/utf8cpp ) - append-cppflags -std=gnu++11 cmake_src_configure }