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 0EF5D1382C5 for ; Sun, 20 Dec 2020 10:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BDBEE090E; Sun, 20 Dec 2020 10:40:19 +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 0E6B2E090E for ; Sun, 20 Dec 2020 10:40:19 +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 7B6DA341098 for ; Sun, 20 Dec 2020 10:40:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D94122CA for ; Sun, 20 Dec 2020 10:40:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1608460794.564930564aeb4bf901a4fcce413052584214e12a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wargus/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/wargus/metadata.xml games-strategy/wargus/wargus-3.0.0-r1.ebuild games-strategy/wargus/wargus-3.0.0.ebuild X-VCS-Directories: games-strategy/wargus/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 564930564aeb4bf901a4fcce413052584214e12a X-VCS-Branch: master Date: Sun, 20 Dec 2020 10:40:15 +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: 989e8d21-c227-4cd9-9e2c-4401bd9f0688 X-Archives-Hash: bef56e750ac65e0544159a3f86f2e93b commit: 564930564aeb4bf901a4fcce413052584214e12a Author: Michał Górny gentoo org> AuthorDate: Sun Dec 20 10:11:43 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 20 10:39:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56493056 games-strategy/wargus: Support extracting BNE data Signed-off-by: Michał Górny gentoo.org> games-strategy/wargus/metadata.xml | 4 ++++ .../wargus/{wargus-3.0.0.ebuild => wargus-3.0.0-r1.ebuild} | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/games-strategy/wargus/metadata.xml b/games-strategy/wargus/metadata.xml index 4dbdbbfd032..e87f6c4d810 100644 --- a/games-strategy/wargus/metadata.xml +++ b/games-strategy/wargus/metadata.xml @@ -9,6 +9,10 @@ games@gentoo.org Gentoo Games Project + + Support extracting data from the Battle.net + Edition + Wargus/wargus diff --git a/games-strategy/wargus/wargus-3.0.0.ebuild b/games-strategy/wargus/wargus-3.0.0-r1.ebuild similarity index 94% rename from games-strategy/wargus/wargus-3.0.0.ebuild rename to games-strategy/wargus/wargus-3.0.0-r1.ebuild index 23954b3347a..a15e86163b5 100644 --- a/games-strategy/wargus/wargus-3.0.0.ebuild +++ b/games-strategy/wargus/wargus-3.0.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Wargus/wargus/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="+bne" RDEPEND=" =games-engines/stratagus-${PV}*[theora] @@ -21,6 +21,7 @@ RDEPEND=" sys-libs/zlib:= x11-libs/gtk+:2 x11-libs/libX11 + bne? ( app-arch/stormlib:= ) !games-strategy/wargus-data" DEPEND="${RDEPEND}" BDEPEND=" @@ -42,6 +43,7 @@ src_configure() { -DSTRATAGUS="${EPREFIX}/usr/bin/stratagus" -DSHAREDIR="${EPREFIX}/usr/share/stratagus/wargus" -DICONDIR=/usr/share/icons/hicolor/64x64/apps + -DWITH_STORMLIB=$(usex bne) ) cmake_src_configure } @@ -49,8 +51,7 @@ src_configure() { pkg_postinst() { elog "Wargus requires the data from the original game to run. The game" elog "will ask you for the location of the game data and extract/convert" - elog "it automatically on the first run. Only the DOS version is supported" - elog "at the moment." + elog "it automatically on the first run." if ! has_version media-video/ffmpeg || ! has_version media-sound/cdparanoia