Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm/
Date: Mon, 22 Nov 2021 13:20:50
Message-Id: 1637587244.d40a8862de0bfb211fe8f5066471c5e7f4b5b376.mgorny@gentoo
1 commit: d40a8862de0bfb211fe8f5066471c5e7f4b5b376
2 Author: Alan Swanson <reiver <AT> improbability <DOT> net>
3 AuthorDate: Mon Nov 22 12:25:38 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 13:20:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40a8862
7
8 games-engines/scummvm: Bump to version 2.5.0
9
10 Signed-off-by: Alan Swanson <reiver <AT> improbability.net>
11 Closes: https://github.com/gentoo/gentoo/pull/23035
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 games-engines/scummvm/Manifest | 1 +
15 .../scummvm/{scummvm-9999.ebuild => scummvm-2.5.0.ebuild} | 8 +++++---
16 games-engines/scummvm/scummvm-9999.ebuild | 8 +++++---
17 3 files changed, 11 insertions(+), 6 deletions(-)
18
19 diff --git a/games-engines/scummvm/Manifest b/games-engines/scummvm/Manifest
20 index 7dda4a664151..d2ec580a7610 100644
21 --- a/games-engines/scummvm/Manifest
22 +++ b/games-engines/scummvm/Manifest
23 @@ -1 +1,2 @@
24 DIST scummvm-2.2.0.tar.xz 63652348 BLAKE2B b44a07d7ad6747b136465f81122464f02e5cc655c205d6f4424555311563f8ceaa8072972d05512af85d18fabba78d5ea9396ea314581776c1ef8d88ca6ab81b SHA512 001f884b9689386ef5b69ab8f5fa2362e1e4dc5e8273f96dc8dce1963be354a2fad95e724ff33d65008be7591519f0e2bac530ba3c44a449b8b7cac862f4f81e
25 +DIST scummvm-2.5.0.tar.xz 130095472 BLAKE2B a5153280999e321be5bf7b56411c163d5ba1d4fb142fc900e1c3cb709d357d199d3764a94af57ab7218ee201bdbe6288adf222add9ffc941324b84d0e6954fe8 SHA512 7ea702cf0f993994209fd692e82ab65f9686fb60d65f36624a31bd642067fe7dd35e556666281c68d1592d7dd07333f085c124038f7a45acefae8f30bceff534
26
27 diff --git a/games-engines/scummvm/scummvm-9999.ebuild b/games-engines/scummvm/scummvm-2.5.0.ebuild
28 similarity index 90%
29 copy from games-engines/scummvm/scummvm-9999.ebuild
30 copy to games-engines/scummvm/scummvm-2.5.0.ebuild
31 index cf7685a08e01..9f70736f67ee 100644
32 --- a/games-engines/scummvm/scummvm-9999.ebuild
33 +++ b/games-engines/scummvm/scummvm-2.5.0.ebuild
34 @@ -11,14 +11,14 @@ if [[ ${PV} == *9999* ]]; then
35 inherit git-r3
36 EGIT_REPO_URI="https://github.com/scummvm/scummvm"
37 else
38 - SRC_URI="https://scummvm.org/frs/scummvm/${PV}/${P}.tar.xz"
39 - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
40 + SRC_URI="https://downloads.scummvm.org/frs/scummvm/${PV}/${P}.tar.xz"
41 + KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
42 S="${WORKDIR}/${PN}-${P}"
43 fi
44
45 LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception"
46 SLOT="0"
47 -IUSE="a52 aac alsa debug flac fluidsynth fribidi glew +gtk jpeg lua mpeg2 mp3 +net opengl png sndio speech theora truetype unsupported vorbis zlib"
48 +IUSE="a52 aac alsa debug flac fluidsynth fribidi gif glew +gtk jpeg lua mpeg2 mp3 +net opengl png sndio speech theora truetype unsupported vorbis zlib"
49 RESTRICT="test" # it only looks like there's a test there #77507
50
51 RDEPEND="
52 @@ -29,6 +29,7 @@ RDEPEND="
53 flac? ( media-libs/flac )
54 fluidsynth? ( media-sound/fluidsynth:= )
55 fribidi? ( dev-libs/fribidi )
56 + gif? ( media-libs/giflib )
57 gtk? (
58 dev-libs/glib:2
59 x11-libs/gtk+:3
60 @@ -102,6 +103,7 @@ src_configure() {
61 $(use_enable flac)
62 $(usex fluidsynth '' --disable-fluidsynth)
63 $(use_enable fribidi)
64 + $(use_enable gif)
65 $(use opengl && use_enable glew)
66 $(use_enable gtk)
67 $(use_enable jpeg)
68
69 diff --git a/games-engines/scummvm/scummvm-9999.ebuild b/games-engines/scummvm/scummvm-9999.ebuild
70 index cf7685a08e01..9f70736f67ee 100644
71 --- a/games-engines/scummvm/scummvm-9999.ebuild
72 +++ b/games-engines/scummvm/scummvm-9999.ebuild
73 @@ -11,14 +11,14 @@ if [[ ${PV} == *9999* ]]; then
74 inherit git-r3
75 EGIT_REPO_URI="https://github.com/scummvm/scummvm"
76 else
77 - SRC_URI="https://scummvm.org/frs/scummvm/${PV}/${P}.tar.xz"
78 - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
79 + SRC_URI="https://downloads.scummvm.org/frs/scummvm/${PV}/${P}.tar.xz"
80 + KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
81 S="${WORKDIR}/${PN}-${P}"
82 fi
83
84 LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception"
85 SLOT="0"
86 -IUSE="a52 aac alsa debug flac fluidsynth fribidi glew +gtk jpeg lua mpeg2 mp3 +net opengl png sndio speech theora truetype unsupported vorbis zlib"
87 +IUSE="a52 aac alsa debug flac fluidsynth fribidi gif glew +gtk jpeg lua mpeg2 mp3 +net opengl png sndio speech theora truetype unsupported vorbis zlib"
88 RESTRICT="test" # it only looks like there's a test there #77507
89
90 RDEPEND="
91 @@ -29,6 +29,7 @@ RDEPEND="
92 flac? ( media-libs/flac )
93 fluidsynth? ( media-sound/fluidsynth:= )
94 fribidi? ( dev-libs/fribidi )
95 + gif? ( media-libs/giflib )
96 gtk? (
97 dev-libs/glib:2
98 x11-libs/gtk+:3
99 @@ -102,6 +103,7 @@ src_configure() {
100 $(use_enable flac)
101 $(usex fluidsynth '' --disable-fluidsynth)
102 $(use_enable fribidi)
103 + $(use_enable gif)
104 $(use opengl && use_enable glew)
105 $(use_enable gtk)
106 $(use_enable jpeg)