Files
@ r24244:556df3f1e087
Branch filter:
Location: cpp/openttd-patchpack/source/os/debian/control - annotation
r24244:556df3f1e087
1.5 KiB
text/plain
Add: introduce CMake for project management
CMake works on all our supported platforms, like MSVC, Mingw, GCC,
Clang, and many more. It allows for a single way of doing things,
so no longer we need shell scripts and vbs scripts to work on all
our supported platforms.
Additionally, CMake allows to generate project files for like MSVC,
KDevelop, etc.
This heavily reduces the lines of code we need to support multiple
platforms from a project perspective.
Addtiionally, this heavily improves our detection of libraries, etc.
CMake works on all our supported platforms, like MSVC, Mingw, GCC,
Clang, and many more. It allows for a single way of doing things,
so no longer we need shell scripts and vbs scripts to work on all
our supported platforms.
Additionally, CMake allows to generate project files for like MSVC,
KDevelop, etc.
This heavily reduces the lines of code we need to support multiple
platforms from a project perspective.
Addtiionally, this heavily improves our detection of libraries, etc.
r10098:49c4f44dcd42 r14954:41eb825176fe r10098:49c4f44dcd42 r10098:49c4f44dcd42 r10098:49c4f44dcd42 r23833:61ad963f9e87 r14576:72f72375ce46 r20929:c7e920a92fe2 r20929:c7e920a92fe2 r10098:49c4f44dcd42 r10098:49c4f44dcd42 r10098:49c4f44dcd42 r10098:49c4f44dcd42 r10098:49c4f44dcd42 r14954:41eb825176fe r14576:72f72375ce46 r14576:72f72375ce46 r14954:41eb825176fe r10098:49c4f44dcd42 r10098:49c4f44dcd42 r14954:41eb825176fe r14954:41eb825176fe r14954:41eb825176fe r14954:41eb825176fe r14954:41eb825176fe r14954:41eb825176fe r15470:978daa48f04d r15470:978daa48f04d r15470:978daa48f04d r15470:978daa48f04d r15470:978daa48f04d r15470:978daa48f04d r15470:978daa48f04d r15470:978daa48f04d r15470:978daa48f04d r15470:978daa48f04d | Source: openttd
Section: games
Priority: optional
Maintainer: Matthijs Kooijman <matthijs@stdin.nl>
Uploaders: Jordi Mallach <jordi@debian.org>
Build-Depends: debhelper (>= 7.0.50), libsdl2-dev, zlib1g-dev, libpng-dev, libfreetype6-dev, libfontconfig-dev, libicu-dev, liblzma-dev, liblzo2-dev
Standards-Version: 3.8.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/openttd.git
Vcs-Git: git://anonscm.debian.org/collab-maint/openttd.git
Homepage: http://www.openttd.org/
Package: openttd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: openttd-opengfx, x11-utils
Replaces: openttd-data
Conflicts: openttd-data
Suggests: openttd-opensfx, timidity, freepats
Description: reimplementation of Transport Tycoon Deluxe with enhancements
OpenTTD is a reimplementation of the Microprose game "Transport
Tycoon Deluxe" with lots of new features and enhancements.
.
OpenTTD is playable with the free graphics files from the openttd-opengfx
package and optional sound files from the openttd-opensfx package (which is in
non-free). Alternatively, OpenTTD can use the graphics files from the original
Transport Tycoon Deluxe game (See README.Debian on how to set this up).
Package: openttd-dbg
Architecture: any
Section: debug
Priority: extra
Depends: openttd (= ${binary:Version}), ${misc:Depends}
Description: debugging symbols for openttd
This package contains the debugging symbols for OpenTTD, the reimplementation
of the Micropose game "Transport Tycoon Deluxe" with lots of new features and
enhancements.
|