Diff wxsvg-1.5.11-r1 with a wxsvg-1.5.23

/usr/portage/media-libs/wxsvg/wxsvg-1.5.23.ebuild 2023-10-09 14:52:31.720368406 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
5 5

  
6
WX_GTK_VER=3.0
6
WX_GTK_VER=3.0-gtk3
7 7
inherit wxwidgets
8 8

  
9 9
DESCRIPTION="C++ library to create, manipulate and render SVG files"
......
12 12

  
13 13
LICENSE="wxWinLL-3"
14 14
SLOT="0/3" # based on SONAME of libwxsvg.so
15
KEYWORDS="amd64 x86"
15
KEYWORDS="~amd64 ~x86"
16 16

  
17 17
RDEPEND=">=dev-libs/expat-2:=
18 18
	media-libs/libexif:=
......
27 27
	>=media-video/ffmpeg-2.6:0="
28 28
DEPEND="${RDEPEND}"
29 29
BDEPEND="virtual/pkgconfig"
30
PATCHES=( "${FILESDIR}/ffmpeg5.patch" )
30 31

  
31 32
src_configure() {
32 33
	setup-wxwidgets base-unicode
Thank you!