tUse SDL2 for the dopewars RPM - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6c7458d99337c67d2c7be8b1552fe5fe7adb7f4f
(DIR) parent b546da68fd49a890223b021cdf2633a11bbc1e93
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Wed, 2 Dec 2020 19:59:48 -0800
Use SDL2 for the dopewars RPM
Diffstat:
M rpm/dopewars.spec.in | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/rpm/dopewars.spec.in b/rpm/dopewars.spec.in
t@@ -9,7 +9,7 @@ Group: Amusements/Games
Source0: %{name}-%{version}.tar.gz
Obsoletes: dopewars-esd = 1.5.7
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
-BuildRequires: SDL_mixer-devel, SDL-devel, esound-devel
+BuildRequires: SDL2_mixer-devel, SDL2-devel, esound-devel
%description
Based on John E. Dell's old Drug Wars game, dopewars is a simulation of an
t@@ -30,7 +30,7 @@ Group: Amusements/Games
Requires: %{name}
%description sdl
This package adds a plugin to dopewars to allow sound to be output via.
-the Simple DirectMedia Layer mixer (SDL_mixer).
+the Simple DirectMedia Layer mixer (SDL2 and SDL_mixer).
%prep
%setup
t@@ -84,6 +84,9 @@ test "$RPM_BUILD_ROOT" != "/" && rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/dopewars/libsound_sdl.so
%changelog
+* Wed Dec 02 2020 Ben Webb <benwebb@users.sf.net>
+- Build with SDL2 rather than SDL 1.
+
* Mon Jul 28 2003 Ben Webb <benwebb@users.sf.net>
- High score file moved to /var/lib/games for consistency with
other packages