public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/wxsvg/
Date: Wed, 12 Mar 2025 10:14:46 +0000 (UTC)	[thread overview]
Message-ID: <1741774302.8b95c16748f049a6347f9f09f5467cdf13b86b4f.ionen@gentoo> (raw)

commit:     8b95c16748f049a6347f9f09f5467cdf13b86b4f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 12 02:59:59 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 12 10:11:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b95c167

media-libs/wxsvg: use ffmpeg-compat

Apparently already fixed in the next version, but not planning
to handle the bump myself.

Given no code changes, plans are to sync keywords back with stable
when ready.

Bug: https://bugs.gentoo.org/948077
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-libs/wxsvg/wxsvg-1.5.24-r1.ebuild | 52 +++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/media-libs/wxsvg/wxsvg-1.5.24-r1.ebuild b/media-libs/wxsvg/wxsvg-1.5.24-r1.ebuild
new file mode 100644
index 000000000000..edfd80d66315
--- /dev/null
+++ b/media-libs/wxsvg/wxsvg-1.5.24-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+WX_GTK_VER=3.2-gtk3
+inherit ffmpeg-compat wxwidgets
+
+DESCRIPTION="C++ library to create, manipulate and render SVG files"
+HOMEPAGE="http://wxsvg.sourceforge.net/"
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
+
+LICENSE="wxWinLL-3"
+SLOT="0/3" # based on SONAME of libwxsvg.so
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=dev-libs/expat-2:=
+	media-libs/libexif:=
+	>=dev-libs/glib-2.28:2=
+	dev-libs/libxml2:=
+	media-libs/fontconfig:=
+	media-libs/freetype:2=
+	media-libs/harfbuzz:=
+	x11-libs/cairo:=
+	x11-libs/pango:=
+	x11-libs/wxGTK:${WX_GTK_VER}=[X]
+	media-video/ffmpeg-compat:6="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}/gcc13.patch"
+)
+
+src_configure() {
+	# TODO: try using ffmpeg-7 w/o compat in >=wxsvg-1.5.25 (bug #948077)
+	ffmpeg_compat_setup 6
+	ffmpeg_compat_add_flags
+
+	setup-wxwidgets base-unicode
+	econf \
+		--disable-static \
+		--with-wx-config=${WX_CONFIG}
+}
+
+src_install() {
+	default
+
+	# no static archives
+	find "${ED}" -name '*.la' -delete || die
+}


             reply	other threads:[~2025-03-12 10:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-12 10:14 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-10  4:21 [gentoo-commits] repo/gentoo:master commit in: media-libs/wxsvg/ Ionen Wolkens
2024-06-20 18:14 Arthur Zamarin
2021-08-14  3:48 Sam James
2020-12-02  0:32 Aaron Bauman
2020-04-26  7:54 Mikle Kolyada
2017-11-07 18:48 Pacho Ramos
2017-11-07 18:22 Thomas Deutschmann
2017-07-15  9:46 Pacho Ramos
2017-02-09 13:57 Alexis Ballier
2016-12-29 10:45 Agostino Sarubbo
2016-12-21 16:24 Tobias Klausmann
2016-08-29 13:19 Alexis Ballier
2015-10-24 11:22 Pacho Ramos

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=1741774302.8b95c16748f049a6347f9f09f5467cdf13b86b4f.ionen@gentoo \
    --to=ionen@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