Diff wesnoth-1.16.10 with a wesnoth-1.17.19

/usr/portage/games-strategy/wesnoth/wesnoth-1.17.19.ebuild 2023-10-09 14:52:31.144368392 +0300
8 8
DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
9 9
HOMEPAGE="http://www.wesnoth.org
10 10
	https://github.com/wesnoth/wesnoth"
11
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
12 12

  
13 13
LICENSE="GPL-2"
14 14
SLOT="0"
......
27 27
		dev-libs/glib:2
28 28
		dev-libs/openssl:0=
29 29
		>=media-libs/fontconfig-2.4.1
30
		>=media-libs/sdl2-image-2.0.0[jpeg,png]
30
		>=media-libs/sdl2-image-2.0.0[jpeg,png,webp]
31 31
		>=media-libs/sdl2-mixer-2.0.0[vorbis]
32 32
		media-libs/libvorbis
33 33
		>=x11-libs/pango-1.22.0
......
43 43
	virtual/pkgconfig
44 44
"
45 45

  
46
PATCHES=(
47
	"${FILESDIR}"/${PN}-1.16.10-boost-1.83.patch #912385
48
)
49

  
50 46
src_prepare() {
51 47
	cmake_src_prepare
52 48

  
Thank you!