New version 0.0.20

Switch to SDL2
This commit is contained in:
Andrey Bondrov 2016-04-05 01:52:18 +10:00
parent 7a79fef2c1
commit 55a5aeaa18
2 changed files with 4 additions and 5 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
0ad-0.0.19-alpha-unix-build.tar.gz: 979e5b6390965b2c815c85a52561444f2550543f 0ad-0.0.20-alpha-unix-build.tar.xz: 4c056ee114e6b50f456ad14be961a101728e99a3

View file

@ -15,13 +15,13 @@
Summary: Cross-Platform RTS Game of Ancient Warfare Summary: Cross-Platform RTS Game of Ancient Warfare
Name: 0ad Name: 0ad
Version: 0.0.19 Version: 0.0.20
Release: 1 Release: 1
Epoch: 1 Epoch: 1
License: GPLv2+ and BSD and MIT and IBM License: GPLv2+ and BSD and MIT and IBM
Group: Games/Strategy Group: Games/Strategy
Url: http://play0ad.com Url: http://play0ad.com
Source0: http://releases.wildfiregames.com/%{name}-%{version}-alpha-unix-build.tar.gz Source0: http://releases.wildfiregames.com/%{name}-%{version}-alpha-unix-build.tar.xz
# adapted from binaries/system/readme.txt # adapted from binaries/system/readme.txt
# It is advisable to review this file at on newer versions, to update the # It is advisable to review this file at on newer versions, to update the
# version field and check for extra options. Note that windows specific, # version field and check for extra options. Note that windows specific,
@ -58,7 +58,7 @@ BuildRequires: pkgconfig(libzip)
BuildRequires: pkgconfig(mozjs-31) BuildRequires: pkgconfig(mozjs-31)
BuildRequires: pkgconfig(nspr) BuildRequires: pkgconfig(nspr)
BuildRequires: pkgconfig(openal) BuildRequires: pkgconfig(openal)
BuildRequires: pkgconfig(sdl) BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(vorbis) BuildRequires: pkgconfig(vorbis)
Requires: %{name}-data Requires: %{name}-data
ExclusiveArch: %{ix86} x86_64 ExclusiveArch: %{ix86} x86_64
@ -118,7 +118,6 @@ build/workspaces/update-workspaces.sh \
%if %{without_nvtt} %if %{without_nvtt}
--without-nvtt \ --without-nvtt \
%endif %endif
--sdl1 \
%{?_smp_mflags} %{?_smp_mflags}
%make -C build/workspaces/gcc config=%{config} verbose=1 %make -C build/workspaces/gcc config=%{config} verbose=1