mirror of
https://abf.rosa.ru/djam/0ad.git
synced 2025-02-23 15:02:47 +00:00
New version 0.0.20
Switch to SDL2
This commit is contained in:
parent
7a79fef2c1
commit
55a5aeaa18
2 changed files with 4 additions and 5 deletions
2
.abf.yml
2
.abf.yml
|
@ -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
|
||||||
|
|
7
0ad.spec
7
0ad.spec
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue