1 Star 0 Fork 1

xiezhh23/scummvm

forked from src-oepkgs/scummvm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
scummvm.spec 19.33 KB
一键复制 编辑 原始数据 按行查看 历史
张一诺 提交于 2022-12-24 10:29 . 2.5.1
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
# Filter provides of private plugins.
%if 0%{?fedora} || 0%{?rhel} >= 7
%global __provides_exclude_from ^%{_libdir}/%{name}/.*\\.so$
%else
%{?filter_setup:
%filter_provides_in %{_libdir}/%{name}/.*\.so$
%filter_setup
}
%endif
# Url to upstream GitHub repo.
%global git_url https://github.com/%{name}/%{name}
Name: scummvm
Version: 2.5.1
Release: 3%{?dist}
Summary: Interpreter for several adventure games
# GPLv3+ and OFL only used by font files (distributed as fonts.dat)
License: GPLv2+ and LGPLv2+ and GPLv3+ and BSD and OFL and MIT and ISC
URL: https://www.scummvm.org/
Source0: https://www.scummvm.org/frs/%{name}/%{version}/%{name}-%{version}.tar.bz2
Patch0005: scummvm-2.1.1-ftbfs-use-bfd-linker-on-x86.patch
# Needed for AppData check.
BuildRequires: make
BuildRequires: libappstream-glib speech-dispatcher-devel alsa-lib-devel
BuildRequires: SDL2-devel libvorbis-devel flac-devel zlib-devel
BuildRequires: fluidsynth-devel desktop-file-utils libtheora-devel
BuildRequires: libpng-devel freetype-devel libjpeg-devel libmad-devel
BuildRequires: readline-devel libcurl-devel libmpeg2-devel gtk3-devel
BuildRequires: gcc-c++ giflib-devel glew-devel
%ifarch %{ix86}
BuildRequires: nasm
%endif
Requires: hicolor-icon-theme
Requires: %{name}-data = %{version}-%{release}
Provides: bundled(mt32emu) = 2.5.1
# Lua is bundled twice: modified version 5.1 and 3.1
Provides: bundled(lua)
%description
ScummVM is a program which allows you to run certain classic graphical
point-and-click adventure games, provided you already have their
data files.
ScummVM supports many adventure games, including LucasArts SCUMM games
(such as Monkey Island 1-3, Day of the Tentacle, Sam & Max, ...),
many of Sierra's AGI and SCI games (such as King's Quest 1-6,
Space Quest 1-5, ...), Discworld 1 and 2, Simon the Sorcerer 1 and 2,
Beneath A Steel Sky, Lure of the Temptress, Broken Sword 1 and 2,
Flight of the Amazon Queen, Gobliiins 1-3, The Legend of Kyrandia 1-3,
many of Humongous Entertainment's children's SCUMM games (including
Freddi Fish and Putt Putt games) and many more.
The complete list can be found on ScummVM's compatibility page:
http://scummvm.org/compatibility/%{version}/
%package data
Summary: Data files for %{name}
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
%description data
This package contains the data files for %{name}.
%prep
%autosetup -p 1
%build
# LTO combined with -Wl,--gdb-index and the Gold linker sometimes triggers
# occasional faults in the Gold linker. We have already decided to deprecate
# the Gold linker so it does not seem worth the effort to reproduce, reduce,
# analyze # and report the heisenbug in Gold.
# Disable LTO
%define _lto_cflags %{nil}
# workaround FTBFS on i386
%ifarch %{ix86}
export LDFLAGS="-fuse-ld=bfd"
%endif
# The configure script shall ignore the parameter for the --host option
#passed by %%configure.
export CONFIGURE_NO_HOST=true
# The disables are so that these don't accidently get build in when rebuilding
# on a system with the necesarry deps installed.
%configure \
--datadir=%{_datadir}/%{name} \
--default-dynamic \
--enable-all-engines \
--enable-c++11 \
--enable-plugins \
--enable-release \
--enable-text-console \
--enable-translation \
--enable-verbose-build \
--enable-cloud \
--enable-libcurl \
--enable-mpeg2 \
--disable-tinygl \
--with-freetype2-prefix=%{_prefix}
%make_build
%check
# Check the AppData add-on to comply with guidelines.
appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/*.xml
%install
%make_install
# Remove doc files we want to include with %%doc
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}/
# below is the desktop file and icon stuff.
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
--set-key=Keywords --set-value="game;emulator;adventure;adventuregame;" \
--add-category=Emulator \
dists/%{name}.desktop
install -D -p -m 0644 icons/%{name}.svg \
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
# Plugins should be executable.
find $RPM_BUILD_ROOT%{_libdir} -type f -name '*.so' | xargs chmod -Rc 0755
%files
%license COPYING COPYING.*
%doc AUTHORS README.md NEWS.md TODO doc/{cz,da,de,es,fr,it,no-nb,QuickStart,se}
%{_bindir}/%{name}
%{_libdir}/%{name}/
%{_mandir}/man6/%{name}.6*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.svg
%{_datadir}/pixmaps/%{name}.xpm
%{_metainfodir}/%{name}.appdata.xml
%files data
%{_datadir}/%{name}/
%changelog
* Thu Feb 10 2022 Orion Poplawski <[email protected]> - 2.5.1-3
- Rebuild for glew 2.2
* Sat Jan 22 2022 Fedora Release Engineering <[email protected]> - 2.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Jan 11 2022 Christian Krause <[email protected]> - 2.5.1-1
- Update to 2.5.1 (#2035598)
- Remove patches already included upstream
* Sat Dec 11 2021 Christian Krause <[email protected]> - 2.5.0-1
- Update to 2.5.0 (#2009713)
- Remove patches already included upstream
- Add upstream patch to allow building without tinygl
- Flag bundled mt32emu library (#1991802)
- Flag bundled lua (#1077764)
- Update License tag and add more %%license files
- Add BR: giflib-devel and glew-devel
* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 2.2.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sun Jul 04 2021 Christian Krause <[email protected]> - 2.2.0-4
- Rebuilt for fluidsynth soname bump (#1976457)
- Add upstream patches to support fluidsynth 2.2
- Add upstream patch to fix compile issue on non-x86 architectures
- Correct LGPLv2+ license tag
* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 2.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sun Nov 15 2020 Christian Krause <[email protected]> - 2.2.0-2
- Update License tag and add more %%license files
* Sun Oct 18 2020 Christian Krause <[email protected]> - 2.2.0-1
- Update to 2.2.0 (#1819020)
- Remove patches already included upstream
- Update patch to disable LTO
- Use new directory for AppData files
- Add gtk3-devel to BuildRequires
* Mon Sep 14 2020 Than Ngo <[email protected]> - 2.1.1-11
- Fix FTBFS
* Wed Sep 09 2020 Than Ngo <[email protected]> - 2.1.1-10
- Rebuilt
* Sat Aug 01 2020 Fedora Release Engineering <[email protected]> - 2.1.1-9
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 2.1.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jul 10 2020 Jeff Law <[email protected]> - 2.1.1-7
- Disable LTO
* Tue May 26 2020 Jeff Law <[email protected]> - 2.1.1-6
- Fix configure test compromised by LTO
* Sat Feb 22 2020 Björn Esser <[email protected]> - 2.1.1-5
- Update patch for properly using LDFLAGS
* Fri Feb 21 2020 Björn Esser <[email protected]> - 2.1.1-4
- Add patch from upstreamed PR to add compatibility for RPM's configure macro
* Tue Feb 18 2020 Björn Esser <[email protected]> - 2.1.1-3
- Export build-flags in a more elaborated way
- Use GitHub url for patches from upstream
* Mon Feb 17 2020 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 2.1.1-2
- Rebuild against fluidsynth2
* Sat Feb 08 2020 Christian Krause <[email protected]> - 2.1.1-1
- Update to 2.1.1 (#1792610)
- Remove patch already included upstream
* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 2.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Oct 16 2019 Christian Krause <[email protected]> - 2.1.0-1
- Update to 2.1.0 (#1758740)
- Remove patches already included upstream
- Adjust names of doc files
- Add BR: alsa-lib-devel, needs to be referenced explicitly now
- Add BR: speech-dispatcher-devel to enable text-to-speech support
- Add patch to fix a build issue when text-to-speech support is enabled
* Fri Jul 26 2019 Fedora Release Engineering <[email protected]> - 2.0.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Wed Jun 19 2019 Christian Krause <[email protected]> - 2.0.0-6
- Enable mpeg2 video support (BZ #1710796)
- Switch to SDL2 (BZ #1716769)
* Sun Feb 17 2019 Igor Gnatenko <[email protected]> - 2.0.0-5
- Rebuild for readline 8.0
* Sat Feb 02 2019 Fedora Release Engineering <[email protected]> - 2.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sun Sep 23 2018 Filipe Rosset <[email protected]> - 2.0.0-3
- rebuilt to fix FTBFS rhbz #1606321
* Sat Jul 14 2018 Fedora Release Engineering <[email protected]> - 2.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sun Apr 08 2018 Christian Krause <[email protected]> - 2.0.0-1
- update to latest upstream (BZ 1536755)
- add upstream patch for CVE-2017-17528 (and one follow-up patch, BZ 1528426,
BZ 1528425)
- turn off virtual keyboard (the keyboard pack files are not installed
and scummvm doesn't have a global search path for them on platform sdl/posix)
* Fri Feb 09 2018 Fedora Release Engineering <[email protected]> - 1.9.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jan 18 2018 Igor Gnatenko <[email protected]> - 1.9.0-7
- Remove obsolete scriptlets
* Sun Aug 20 2017 Björn Esser <[email protected]> - 1.9.0-6
- Properly apply compiler / linker flags
- Add BR: libmad-devel for MP3 support
- Add BR: readline-devel for text-console support
- Build game engines as dynamic plugins
- Build with C++11
- Enable several optional features
- Split data into noarch sub-package
- Move COPYING to %%license
* Thu Aug 03 2017 Fedora Release Engineering <[email protected]> - 1.9.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <[email protected]> - 1.9.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Feb 08 2017 Lucian Langa <[email protected]> - 1.9.0-3
- re-enable MP3 support (1400069)
* Mon Nov 07 2016 Christian Krause <[email protected]> - 1.9.0-2
- add keywords to desktop file
- add category Emulator to desktop file
- remove outdated sed statements
* Mon Oct 31 2016 Christian Krause <[email protected]> - 1.9.0-1
- update to latest upstream
- validate and install appdata file
* Sat May 21 2016 Lucian Langa <[email protected]> - 1.8.1-1
- drop patch - fixed upstream
- update to latest upstream
* Sat Mar 12 2016 Lucian Langa <[email protected]> - 1.8.0-1
- update url/download links
- cleanup specfile
- drop patch - fixed upstream
- update to latest upstream
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 1.7.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Fri Jun 19 2015 Fedora Release Engineering <[email protected]> - 1.7.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat May 02 2015 Kalev Lember <[email protected]> - 1.7.0-3
- Rebuilt for GCC 5 C++11 ABI change
* Sat Jan 03 2015 Christian Krause <[email protected]> - 1.7.0-2
- remove freetype patch, BZ 1161963 was fixed
- add upstream patch to support aarch64 (BZ 926503)
- fix typo in %%description (BZ 1164474)
* Sun Nov 09 2014 Christian Krause <[email protected]> - 1.7.0-1
- new upstream release (BZ 1144386)
- added patch to work-around the currently broken freetype-config script
(BZ 1161963)
- added libjpg-devel to BuildRequires
* Mon Aug 18 2014 Fedora Release Engineering <[email protected]> - 1.6.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Jun 08 2014 Fedora Release Engineering <[email protected]> - 1.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <[email protected]> - 1.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Sat Jun 01 2013 Christian Krause <[email protected]> - 1.6.0-1
- new upstream release
- added freetype-devel, libtheora-devel and libpng-devel to BuildRequires
- drop nostrip patch - fixed upstream
* Thu Feb 14 2013 Fedora Release Engineering <[email protected]> - 1.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Jul 28 2012 Christian Krause <[email protected]> - 1.5.0-1
- new upstream release
- use shipped SVG icon instead of manually extracted PNG files
- add shipped XPM icon for openbox compatibility
- update Icon Cache scriptlets
* Sat Jul 21 2012 Fedora Release Engineering <[email protected]> - 1.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sun Jan 29 2012 Christian Krause <[email protected]> - 1.4.1-1
- new upstream release
* Sat Jan 14 2012 Fedora Release Engineering <[email protected]> - 1.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Nov 22 2011 Christian Krause <[email protected]> - 1.4.0-2
- update description
* Thu Nov 10 2011 [email protected] - 1.4.0-1
- new upstream release
* Mon Jul 25 2011 Christian Krause <[email protected]> - 1.3.1-1
- new upstream release
* Wed May 25 2011 Lucian Langa <[email protected]> - 1.3.0-1
- new upstream release
* Wed Feb 09 2011 Fedora Release Engineering <[email protected]> - 1.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Dec 13 2010 Lucian Langa <[email protected]> - 1.2.1-1
- new upstream release
* Fri Oct 15 2010 Lucian Langa <[email protected]> - 1.2.0-1
- update nostrip patch
- drop patch1 - fixed upstream
- new upstream release
* Fri Sep 17 2010 Lucian Langa <[email protected]> - 1.1.1-2
- update description
- add enable-release flag
* Mon May 03 2010 Lucian Langa <[email protected]> - 1.1.1-1
- new upstream release
* Mon Apr 05 2010 Lucian Langa <[email protected]> - 1.1.0-1
- new upstream release
* Sun Apr 4 2010 Hans de Goede <[email protected]> - 1.0.0-2
- When starting lure from the cmdline (as the lure fedora package .desktop
file does) prefer the VGA version over the EGA version
* Wed Nov 25 2009 Lucian Langa <[email protected]> - 1.0.0-1
- drop patch1 - fixed upstream
- update patch0 to 1.0.0 release
- new upstream release
* Sun Jul 26 2009 Fedora Release Engineering <[email protected]> - 0.13.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Apr 28 2009 Lucian Langa <[email protected]> - 0.13.1-1
- new upstream release
* Mon Mar 09 2009 Lucian Langa <[email protected]> - 0.13.0-1
- new upstream release
- update patch0
- drop installing uneeded theme files
- drop vendor from desktop file; fix icon entry
* Thu Feb 26 2009 Lucian Langa <[email protected]> - 0.12.0-3
- add patch1 for gcc44 fixes
* Wed Feb 25 2009 Fedora Release Engineering <[email protected]> - 0.12.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Sep 01 2008 Lucian Langa <[email protected]> - 0.12.0-1
- new upstream 0.12.0
- drop 0.11.0 patches (fixed upstream)
- drop 0.9.0 patch (fixed upstream)
* Sat Mar 8 2008 Hans de Goede <[email protected]> 0.11.1-2
- Various bugfixes to lure sound support
- Enable libfluidsynth support
* Sat Mar 1 2008 Hans de Goede <[email protected]> 0.11.1-1
- New upstream version 0.11.1
* Tue Feb 19 2008 Fedora Release Engineering <[email protected]> - 0.11.0-2
- Autorebuild for GCC 4.3
* Wed Jan 16 2008 Hans de Goede <[email protected]> 0.11.0-1
- New upstream version 0.11.0
- Drop no longer needed gcc 4.3 patch
* Sat Jan 12 2008 Hans de Goede <[email protected]> 0.10.0-3
- Fix compilation with gcc 4.3
* Wed Aug 15 2007 Hans de Goede <[email protected]> 0.10.0-2
- Update License tag for new Licensing Guidelines compliance
* Thu Jun 21 2007 Matthias Saou <http://freshrpms.net/> 0.10.0-1
- Update to 0.10.0, since Hans is away for a few days ;-)
- Install icons the same way as the theme, and preserve timestamps.
- Use a downloads.sf.net source URL.
- Remove two no longer needed patches (gcc41 and new-flac).
* Thu Feb 15 2007 Hans de Goede <[email protected]> 0.9.1-3
- Take patches from svn for new flac support and rebuild for new flac
- Fix (remove) execstack usage
* Sat Nov 11 2006 Hans de Goede <[email protected]> 0.9.1-2
- Fix desktop-file so that scummvm doesn't end up in the "Other" menu under
gnome (bug 215097)
* Sat Nov 4 2006 Hans de Goede <[email protected]> 0.9.1-1
- New upstream release 0.9.1
- Prepare for inclusion into FE
- Remove mp3 support (the same files are also available in ogg format)
- Remove mpeg2 video support (problem, but only for one game I will
request upstream to add theora support)
* Sun Oct 29 2006 Matthias Saou <http://freshrpms.net/> 0.9.0-1
- Update to 0.9.0.
- Spec file cleanup.
- Add datadir patch from upstream in order to include themes.
* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- switch to new release field
- drop Epoch
* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- add dist
* Mon Feb 06 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.8.2-0.lvn.1
- version upgrade
* Mon Jan 30 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.8.1-0.lvn.1
- version upgrade
* Thu Dec 08 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.8.0-0.lvn.2
- fix #693 (desktop entry)
- beautify desktop-file-install
* Sat Oct 29 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.8.0-0.lvn.1
- version upgrade
* Mon Jun 20 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.1-0.lvn.3
- add --disable--mt32emu switch to fix build with gcc4
* Mon May 30 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.1-0.lvn.2
- fix x86_64 build
* Thu Mar 31 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.1-0.lvn.1
- Version Upgrade
* Tue Feb 22 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.0-0.lvn.3
- add nasm <-> x86_64
* Tue Feb 22 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.0-0.lvn.2
- fixed #371 (bild on non ix86 - David Woodhouse)
* Fri Dec 24 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.0-0.lvn.1
- added AUTHORS and TODO
* Thu Dec 23 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- added off. 0.7.0 sources
* Sun Dec 19 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- upgrade to 0.7.0 cvs (20041219), prep. for 0.7.0
- added more BuildRequires
- if without-alsa is defined actually disable alsa via configure
* Thu Nov 25 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.6.1b-0.lvn.1
-upgrade to 0.6.1b
* Thu May 27 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.6.0-0.lvn.1
- upgrade to 0.6.0
* Thu Oct 02 2003 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.5.1-0.fdr.6
- removed #--- lines
* Tue Sep 16 2003 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.5.1-0.fdr.5
- added ${RPM_OPT_FLAGS}
* Mon Sep 08 2003 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.5.1-0.fdr.4
- added libvorbis-devel
* Tue Sep 02 2003 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.5.1-0.fdr.3
- upgrade to new minor version
* Wed Aug 06 2003 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.5.0-0.fdr.2
- upgrade to new major version
* Fri Aug 01 2003 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.4.1-0.fdr.1
- Initial RPM release.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiezhh23/scummvm.git
[email protected]:xiezhh23/scummvm.git
xiezhh23
scummvm
scummvm
master

搜索帮助