public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markus Meier" <maekke@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/
Date: Thu, 21 Dec 2023 18:30:04 +0000 (UTC)	[thread overview]
Message-ID: <1703183393.c90c94e0fedbd69314d87830e3b75905f5d030f8.maekke@gentoo> (raw)

commit:     c90c94e0fedbd69314d87830e3b75905f5d030f8
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 18:29:53 2023 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 18:29:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90c94e0

media-gfx/hugin: version bump and wxGTK 3.2 update for bug #917630

Signed-off-by: Markus Meier <maekke <AT> gentoo.org>

 media-gfx/hugin/Manifest                             |  1 +
 .../{hugin-9999.ebuild => hugin-2023.0.0.ebuild}     | 20 +++++++++-----------
 media-gfx/hugin/hugin-9999.ebuild                    |  4 ++--
 3 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/media-gfx/hugin/Manifest b/media-gfx/hugin/Manifest
index f845f64e758e..9cbac297857f 100644
--- a/media-gfx/hugin/Manifest
+++ b/media-gfx/hugin/Manifest
@@ -1 +1,2 @@
 DIST hugin-2022.0.0.tar.bz2 10374360 BLAKE2B ea77614a650f832f39583328767a55ebe888a003fed117e73b22fd29c641fc8494b190b864b7ccb05f996ceca5d95c5391597333efdc19bce0eba93af14543be SHA512 752bdaaea666a24bddc72b4aa4ccfbf366af30022102a2e74fad9c86045b3aeae50929a8a3eb27e296b27bdb487ecd60b6e363b23413e08af6ed944686569c97
+DIST hugin-2023.0.0.tar.bz2 10336322 BLAKE2B 5c35f67160d76f961e812a309a0c50bb012beac74dc888ce716e8d0e3da35dbb053ab4e5d5d043b3d3fee9885f2fc1afa962a73e794cd4df920527456d477e89 SHA512 f950afec9020972baa20931d5001cd479a9169a4eec0d459d830612f40177eea6a25e059047054b8e9679017687e4c2db9fb27f755a3d0b749e5055e2ff0adc8

diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-2023.0.0.ebuild
similarity index 82%
copy from media-gfx/hugin/hugin-9999.ebuild
copy to media-gfx/hugin/hugin-2023.0.0.ebuild
index f73101d06bae..934bab607e9c 100644
--- a/media-gfx/hugin/hugin-9999.ebuild
+++ b/media-gfx/hugin/hugin-2023.0.0.ebuild
@@ -3,20 +3,18 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0-gtk3"
-PYTHON_COMPAT=( python3_{9..11} )
+WX_GTK_VER="3.2-gtk3"
+PYTHON_COMPAT=( python3_{9..12} )
 
-inherit mercurial python-single-r1 wxwidgets cmake xdg
+inherit python-single-r1 wxwidgets cmake xdg
 
 DESCRIPTION="GUI for the creation & processing of panoramic images"
 HOMEPAGE="http://hugin.sf.net"
-SRC_URI=""
-EHG_REPO_URI="http://hg.code.sf.net/p/hugin/hugin"
-EHG_PROJECT="${PN}-${PN}"
+SRC_URI="mirror://sourceforge/${PN}/${P/_/}.tar.bz2"
 
 LICENSE="GPL-2+ BSD BSD-2 MIT wxWinLL-3 ZLIB FDL-1.2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 LANGS=" ca ca-valencia cs da de en-GB es eu fi fr hu it ja nl pl pt-BR ro ru sk sv zh-CN zh-TW"
 IUSE="debug lapack python raw sift $(echo ${LANGS//\ /\ l10n_})"
@@ -65,6 +63,10 @@ pkg_setup() {
 }
 
 src_prepare() {
+	sed -i \
+		-e "/COMMAND.*GZIP/d" \
+		-e "s/\.gz//g" \
+		"${S}"/doc/CMakeLists.txt || die
 	cmake_src_prepare
 }
 
@@ -72,10 +74,6 @@ src_configure() {
 	local mycmakeargs=(
 		-DBUILD_HSI=$(usex python)
 		-DENABLE_LAPACK=$(usex lapack)
-		# Temporary workaround for bug #833443. Can be dropped when
-		# we switch to wxgtk-3.2, but complications for that remain
-		# w/ egl+wayland.
-		-DUSE_GDKBACKEND_X11=on
 	)
 	cmake_src_configure
 }

diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild
index f73101d06bae..06c2a45cde7f 100644
--- a/media-gfx/hugin/hugin-9999.ebuild
+++ b/media-gfx/hugin/hugin-9999.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0-gtk3"
-PYTHON_COMPAT=( python3_{9..11} )
+WX_GTK_VER="3.2-gtk3"
+PYTHON_COMPAT=( python3_{9..12} )
 
 inherit mercurial python-single-r1 wxwidgets cmake xdg
 


             reply	other threads:[~2023-12-21 18:30 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-21 18:30 Markus Meier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-22 20:44 [gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/ Andreas K. Hüttel
2024-12-12  2:46 Sam James
2024-12-12  2:46 Sam James
2024-11-24 18:55 Markus Meier
2024-11-17 12:50 Markus Meier
2024-10-31 20:47 Markus Meier
2024-09-18 20:40 Markus Meier
2024-09-14 19:41 Markus Meier
2024-03-13  0:54 Sam James
2024-03-12 14:38 Arthur Zamarin
2024-03-12  0:39 Sam James
2023-09-23 20:08 Sam James
2023-02-16 17:13 Michał Górny
2023-02-01 19:27 Andreas Sturmlechner
2022-12-19 19:24 Markus Meier
2022-12-16  4:30 Sam James
2022-07-11  2:50 Sam James
2022-05-19 19:46 Markus Meier
2022-03-01  0:02 Sam James
2022-02-28 23:58 Sam James
2022-02-28  5:21 Sam James
2022-02-18 18:14 Sam James
2022-01-01 17:07 Markus Meier
2021-12-25 10:49 Markus Meier
2021-10-16 23:15 Andreas K. Hüttel
2021-04-20  7:37 Michał Górny
2021-02-28 12:26 Andreas Sturmlechner
2021-02-19 19:32 Thomas Deutschmann
2021-02-18  8:40 Sam James
2021-02-17  0:10 Sam James
2021-01-28 17:42 Sam James
2021-01-27  3:28 Sam James
2020-12-20  9:14 Markus Meier
2020-12-17 19:48 Markus Meier
2020-12-05  7:19 Miroslav Šulc
2020-10-25 19:01 Andreas K. Hüttel
2020-06-18 17:51 Markus Meier
2020-06-06 23:18 Andreas K. Hüttel
2020-05-11  9:26 Agostino Sarubbo
2020-05-10 17:42 Mart Raudsepp
2020-02-10 11:54 Michał Górny
2020-02-02 18:38 Tim Harder
2019-12-30 13:13 Markus Meier
2019-12-25 13:28 Markus Meier
2019-12-04 16:37 Aaron Bauman
2019-05-21 13:00 Andreas Sturmlechner
2019-05-20 17:22 Aaron Bauman
2019-05-19 20:59 Mikle Kolyada
2019-04-24 21:20 Ulrich Müller
2019-04-06 12:14 Markus Meier
2019-03-24 19:07 Markus Meier
2019-03-17 12:59 Andreas Sturmlechner
2018-07-09  1:29 Thomas Deutschmann
2018-06-24 13:51 Jason Zaman
2018-06-22 19:29 Andreas Hüttel
2018-04-26  5:02 Matt Turner
2018-02-04 17:11 Markus Meier
2018-02-03 17:01 Markus Meier
2018-01-28 20:41 Markus Meier
2017-12-29 12:15 Markus Meier
2017-12-09 23:31 Andreas Hüttel
2017-07-03 18:41 Markus Meier
2017-06-18  9:04 Markus Meier
2017-06-04  7:18 Markus Meier
2017-05-07  8:31 Markus Meier
2017-05-06 17:20 Agostino Sarubbo
2017-05-06 16:48 Agostino Sarubbo
2016-11-07 19:17 David Seifert
2016-11-07 18:05 David Seifert
2016-11-06 18:11 David Seifert
2016-09-23  5:03 Markus Meier
2016-07-10  9:14 Markus Meier
2016-04-20 15:13 Ian Stakenvicius
2016-03-20 10:39 Markus Meier
2016-03-13 12:28 Markus Meier
2016-03-10 18:05 Markus Meier
2015-11-07  7:50 Markus Meier
2015-11-03 16:18 Agostino Sarubbo
2015-10-27 12:18 Agostino Sarubbo

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=1703183393.c90c94e0fedbd69314d87830e3b75905f5d030f8.maekke@gentoo \
    --to=maekke@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