forked from pool/chocolate-doom
1.7.0
OBS-URL: https://build.opensuse.org/package/show/games/chocolate-doom?expand=0&rev=2
This commit is contained in:
parent
75dd173ca6
commit
07b7c66a16
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:969ea2ea40f976491b76ed948295c3b737e4a8740b25912b27f7373d55c5dd62
|
|
||||||
size 769556
|
|
3
chocolate-doom-1.7.0.tar.xz
Normal file
3
chocolate-doom-1.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b863204144624dbeefd94a008a882afd6c5b6c077706827ad412485b4450c1d
|
||||||
|
size 775952
|
17
chocolate-doom.changes
Normal file
17
chocolate-doom.changes
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 11 20:58:25 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.7.0
|
||||||
|
* Running servers now re-resolve the address of the master server
|
||||||
|
occasionally, to adapt to DNS address changes.
|
||||||
|
* A workaround for SDL mouse lag is now only used on Windows
|
||||||
|
(where it is needed)
|
||||||
|
* UTF-8 usernames are supported, and Windows usernames with
|
||||||
|
non-ASCII characters are now supported
|
||||||
|
* Palette accuracy is reduced to 6 bits per channel, to more
|
||||||
|
accurately emulate the PC VGA hardware
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 08 15:42:13 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Initial package for build.opensuse.org
|
@ -1,16 +1,36 @@
|
|||||||
|
#
|
||||||
|
# spec file for package chocolate-doom
|
||||||
|
#
|
||||||
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
Name: chocolate-doom
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
Version: 1.6.0
|
#
|
||||||
Release: 0
|
Name: chocolate-doom
|
||||||
Group: Amusements/Games/3D/Shoot
|
Version: 1.7.0
|
||||||
Summary: Conservative DOOM source port
|
Release: 0
|
||||||
License: GPLv2+
|
Summary: Conservative DOOM source port
|
||||||
URL: http://chocolate-doom.org/
|
License: GPL-2.0+
|
||||||
|
Group: Amusements/Games/3D/Shoot
|
||||||
|
Url: http://chocolate-doom.org/
|
||||||
|
|
||||||
Source: chocolate-doom-%version.tar.xz
|
#DL-URL: http://downloads.sf.net/chocolate-doom/chocolate-doom-1.7.0.tar.gz
|
||||||
BuildRoot: %_tmppath/%name-%version-build
|
Source: chocolate-doom-%version.tar.xz
|
||||||
BuildRequires: libSDL-devel, libSDL_mixer-devel, libSDL_net-devel
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libsamplerate-devel, update-desktop-files, xz
|
BuildRequires: libSDL-devel
|
||||||
|
BuildRequires: libSDL_mixer-devel
|
||||||
|
BuildRequires: libSDL_net-devel
|
||||||
|
BuildRequires: libsamplerate-devel
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: xz
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Chocolate Doom is a Doom source port which aims to behave as closely
|
Chocolate Doom is a Doom source port which aims to behave as closely
|
||||||
@ -24,12 +44,8 @@ as possible to the original DOS Doom executables. It aims to:
|
|||||||
* as far as possible, provide all the same features that are
|
* as far as possible, provide all the same features that are
|
||||||
available using the DOS version.
|
available using the DOS version.
|
||||||
|
|
||||||
Author(s):
|
|
||||||
----------
|
|
||||||
Simon "Fraggle" Howard
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
Reference in New Issue
Block a user