Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b18b852e39 | |||
| e6879a7901 | |||
| da79474daf | |||
| 730bf89bf3 | |||
| b203c8c635 | |||
| 06ac92df34 | |||
| 92c1aff6bc |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5b33532bd70d247f09127719c670b4b935810f53ebb6b7b6eafacaa5da99452
|
||||
size 219893788
|
||||
3
scummvm-2026.1.0.tar.xz
Normal file
3
scummvm-2026.1.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e15b8650c2bd9e11b69b49eef9dea1eedccc5b1c191748b15c34167614d77b66
|
||||
size 226299792
|
||||
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 7 15:24:12 UTC 2026 - Giacomo Comes <gcomes.obs@gmail.com>
|
||||
|
||||
- Update to 2026.1.0
|
||||
* see https://downloads.scummvm.org/frs/scummvm/2026.1.0/ReleaseNotes.html for notes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 12 18:14:35 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
|
||||
|
||||
- enable faad2 for Leap 16.0 and tumbleweed
|
||||
- remove obsolete bcond for mad and libmpeg2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 11 07:32:47 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Add --enable-release for reproducible builds (boo#1231626)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 10 19:15:49 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
|
||||
|
||||
- Update to 2.9.1
|
||||
* see https://downloads.scummvm.org/frs/scummvm/2.9.1/ReleaseNotes.html for notes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 18:18:01 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
|
||||
|
||||
|
||||
22
scummvm.spec
22
scummvm.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package scummvm
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,11 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} >= 1600
|
||||
%bcond_without faad
|
||||
%else
|
||||
%bcond_with faad
|
||||
%bcond_without libmpeg2
|
||||
%bcond_without mad
|
||||
%endif
|
||||
|
||||
Name: scummvm
|
||||
Version: 2.9.0
|
||||
Version: 2026.1.0
|
||||
Release: 0
|
||||
Summary: Interpreter for several adventure games
|
||||
License: GPL-3.0-or-later
|
||||
@@ -34,7 +37,7 @@ BuildRequires: hicolor-icon-theme
|
||||
%if 0%{?suse_version} > 1500
|
||||
BuildRequires: libieee1284-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1600
|
||||
%if 0%{?suse_version} >= 1600
|
||||
BuildRequires: pkgconfig(libopenmpt) >= 0.7
|
||||
%endif
|
||||
BuildRequires: libjpeg-devel
|
||||
@@ -58,12 +61,8 @@ Suggests: %{name}-tools
|
||||
%if %{with faad}
|
||||
BuildRequires: pkgconfig(faad2)
|
||||
%endif
|
||||
%if %{with mad}
|
||||
BuildRequires: pkgconfig(mad)
|
||||
%endif
|
||||
%if %{with libmpeg2}
|
||||
BuildRequires: pkgconfig(libmpeg2) >= 0.4.0
|
||||
%endif
|
||||
BuildRequires: pkgconfig(mad)
|
||||
%ifarch %{ix86}
|
||||
BuildRequires: nasm
|
||||
%endif
|
||||
@@ -120,6 +119,7 @@ CXXFLAGS="%{optflags}" ; export CXXFLAGS ; \
|
||||
--mandir=%{_mandir} \
|
||||
--libdir=%{_libdir} \
|
||||
--docdir=%{_docdir}/%{name} \
|
||||
--enable-release \
|
||||
--enable-verbose-build \
|
||||
--enable-plugins \
|
||||
--enable-engine-dynamic=lastexpress \
|
||||
@@ -139,7 +139,7 @@ rm %{buildroot}%{_docdir}/%{name}/COPYING*
|
||||
%license COPYING*
|
||||
%attr(0755,-,-) %{_bindir}/scummvm
|
||||
%{_datadir}/scummvm
|
||||
%{_mandir}/man6/scummvm.6*
|
||||
%{_mandir}/man6/scummvm.6%{?ext_man}
|
||||
%{_datadir}/applications/org.scummvm.scummvm.desktop
|
||||
%{_datadir}/metainfo/org.scummvm.scummvm.metainfo.xml
|
||||
%{_datadir}/icons/hicolor/*/*/*
|
||||
|
||||
Reference in New Issue
Block a user