Accepting request 1136561 from games
- Update to 2.8.0 * see https://downloads.scummvm.org/frs/scummvm/2.8.0/ReleaseNotes.html for notes OBS-URL: https://build.opensuse.org/request/show/1136561 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scummvm?expand=0&rev=31
This commit is contained in:
commit
866457aac7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d6bbf62e33154759a609d59f3034d71652ecdb64ed5c800156718ab1f1d5d063
|
|
||||||
size 148127416
|
|
3
scummvm-2.8.0.tar.xz
Normal file
3
scummvm-2.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d6e9fbee06a924706635dea225dfd560ff6770f35aa99d59570a3eb883795a72
|
||||||
|
size 207362400
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 1 17:36:13 UTC 2024 - Giacomo Comes <gcomes.obs@gmail.com>
|
||||||
|
|
||||||
|
- Update to 2.8.0
|
||||||
|
* see https://downloads.scummvm.org/frs/scummvm/2.8.0/ReleaseNotes.html for notes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 4 20:51:48 UTC 2023 - Giacomo Comes <gcomes.obs@gmail.com> - 2.7.1
|
Fri Aug 4 20:51:48 UTC 2023 - Giacomo Comes <gcomes.obs@gmail.com> - 2.7.1
|
||||||
|
|
||||||
|
15
scummvm.spec
15
scummvm.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package scummvm
|
# spec file for package scummvm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%bcond_without libmpeg2
|
%bcond_without libmpeg2
|
||||||
%bcond_without mad
|
%bcond_without mad
|
||||||
Name: scummvm
|
Name: scummvm
|
||||||
Version: 2.7.1
|
Version: 2.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Interpreter for several adventure games
|
Summary: Interpreter for several adventure games
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -40,11 +40,16 @@ BuildRequires: pkgconfig(alsa) >= 0.9
|
|||||||
BuildRequires: pkgconfig(flac) >= 1.0.1
|
BuildRequires: pkgconfig(flac) >= 1.0.1
|
||||||
BuildRequires: pkgconfig(fluidsynth)
|
BuildRequires: pkgconfig(fluidsynth)
|
||||||
BuildRequires: pkgconfig(freetype2)
|
BuildRequires: pkgconfig(freetype2)
|
||||||
|
BuildRequires: pkgconfig(libmikmod)
|
||||||
BuildRequires: pkgconfig(libpng) >= 1.2.8
|
BuildRequires: pkgconfig(libpng) >= 1.2.8
|
||||||
BuildRequires: pkgconfig(ogg)
|
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(theoradec) >= 1.0
|
||||||
BuildRequires: pkgconfig(vorbis)
|
BuildRequires: pkgconfig(vorbis)
|
||||||
BuildRequires: pkgconfig(vorbisfile)
|
BuildRequires: pkgconfig(vorbisfile)
|
||||||
|
BuildRequires: pkgconfig(vpx)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
Suggests: %{name}-extra
|
Suggests: %{name}-extra
|
||||||
Suggests: %{name}-tools
|
Suggests: %{name}-tools
|
||||||
@ -131,10 +136,10 @@ rm %{buildroot}%{_docdir}/%{name}/COPYING*
|
|||||||
%attr(0755,-,-) %{_bindir}/scummvm
|
%attr(0755,-,-) %{_bindir}/scummvm
|
||||||
%{_datadir}/scummvm
|
%{_datadir}/scummvm
|
||||||
%{_mandir}/man6/scummvm.6*
|
%{_mandir}/man6/scummvm.6*
|
||||||
%{_datadir}/applications/scummvm.desktop
|
%{_datadir}/applications/org.scummvm.scummvm.desktop
|
||||||
%{_datadir}/metainfo/scummvm.appdata.xml
|
%{_datadir}/metainfo/org.scummvm.scummvm.metainfo.xml
|
||||||
%{_datadir}/icons/hicolor/*/*/*
|
%{_datadir}/icons/hicolor/*/*/*
|
||||||
%{_datadir}/pixmaps/scummvm.xpm
|
%{_datadir}/pixmaps/org.scummvm.scummvm.xpm
|
||||||
%{_docdir}/%{name}
|
%{_docdir}/%{name}
|
||||||
|
|
||||||
%files extra
|
%files extra
|
||||||
|
Loading…
x
Reference in New Issue
Block a user