Ana Guerrero 2024-12-24 15:26:00 +00:00 committed by Git OBS Bridge
commit 8e981f0aed
4 changed files with 14 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e97f4a13d22d570b70c9b357c941999be71deb9186039c87d82bbd9c20727b7
size 207711376

3
scummvm-2.9.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5b33532bd70d247f09127719c670b4b935810f53ebb6b7b6eafacaa5da99452
size 219893788

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 23 13:06:00 UTC 2024 - Giacomo Comes <gcomes.obs@gmail.com>
- Update to 2.9.0
* see https://downloads.scummvm.org/frs/scummvm/2.9.0/ReleaseNotes.html for notes
-------------------------------------------------------------------
Mon Nov 11 11:11:11 UTC 2024 - olaf@aepfle.de

View File

@ -20,7 +20,7 @@
%bcond_without libmpeg2
%bcond_without mad
Name: scummvm
Version: 2.8.1
Version: 2.9.0
Release: 0
Summary: Interpreter for several adventure games
License: GPL-3.0-or-later
@ -34,7 +34,11 @@ BuildRequires: hicolor-icon-theme
%if 0%{?suse_version} > 1500
BuildRequires: libieee1284-devel
%endif
%if 0%{?suse_version} > 1600
BuildRequires: pkgconfig(libopenmpt) >= 0.7
%endif
BuildRequires: libjpeg-devel
BuildRequires: libmpcdec-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(alsa) >= 0.9
BuildRequires: pkgconfig(flac) >= 1.0.1
@ -43,9 +47,7 @@ BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(libmikmod)
BuildRequires: pkgconfig(libpng) >= 1.2.8
BuildRequires: pkgconfig(ogg)
%if 0%{?suse_version} > 1500 || ( 0%{?sle_version} > 150500 && 0%{?is_opensuse} )
BuildRequires: pkgconfig(sonivox)
%endif
BuildRequires: pkgconfig(theoradec) >= 1.0
BuildRequires: pkgconfig(vorbis)
BuildRequires: pkgconfig(vorbisfile)