Stefan Frijters
6fc9e4b700
openttd-jgrpp: Add optional but recommended zstd dependency
...
Fixes
```
CMake Warning at cmake/LinkPackage.cmake:23 (message):
ZSTD not found; compiling OpenTTD without ZSTD is not recommended
Call Stack (most recent call first):
CMakeLists.txt:330 (link_package)
```
2022-04-03 13:52:24 +02:00
Stefan Frijters
3d16e9db85
openttd-jgrpp: 0.44.0 -> 0.47.1
2022-04-03 13:43:24 +02:00
Stefan Frijters
98e1f0ba4e
openttd: 12.1 -> 12.2
2022-04-03 13:43:09 +02:00
R. Ryantm
03aabab071
openttd-nml: 0.5.3 -> 0.6.1
2022-01-31 10:00:46 -08:00
Stefan Frijters
ed15fa0a4a
openttd-jgrpp: 0.43.1 -> 0.44.0
2021-11-10 10:08:10 +01:00
Stefan Frijters
d60b95168e
openttd: 12.0 -> 12.1
2021-11-10 10:05:46 +01:00
Stefan Frijters
507d0eadcb
openttd-jgrpp: 0.41.0 -> 0.43.1
2021-10-18 10:09:43 +02:00
Stefan Frijters
5fcd6019df
openttd: 1.11.2 -> 12.0
2021-10-18 10:09:31 +02:00
Rebecca Kelly
82c4085089
openttd-nml: init at 0.5.3
2021-07-03 17:54:01 -04:00
Rebecca Kelly
277d1a1569
openttd-grfcodec: init at 6.0.6+git20210310
...
N.b. 6.0.6 release version is ~5 years old now, and doesn't build under gcc10
2021-07-03 17:54:01 -04:00
Stefan Frijters
af3425beca
openttd: 1.11.1 -> 1.11.2
2021-05-07 12:25:41 +02:00
Stefan Frijters
c1c22e065d
openttd-jgrpp: 0.40.5 -> 0.41.0
2021-04-24 00:30:12 +02:00
Stefan Frijters
134fd7fbe4
openttd: 1.11.0 -> 1.11.1
2021-04-24 00:27:21 +02:00
Stefan Frijters
5f3ba2015b
openttd: Remove libxdg_basedir as dependency
...
Dependency in code removed at 3dfee979a7e486b8d90f6398ea557d2889855059.
"Codechange: Drop libxdg-basedir dependency in favour of finding the directories ourselves"
2021-04-09 23:52:27 +02:00
Stefan Frijters
cf56e0ebcc
openttd-jgrpp: 0.34.4 -> 0.40.5
2021-04-01 19:55:38 +02:00
Stefan Frijters
9fd13c1524
openttd: Update graphics and sound packs
2021-04-01 17:36:14 +02:00
Stefan Frijters
914c2b7a22
openttd: 1.10.3 -> 1.11.0
2021-04-01 16:56:01 +02:00
Ben Siraphob
bd42003f87
pkgs/games: pkg-config -> pkgconfig (2)
2021-01-16 23:49:59 -08:00
Ben Siraphob
2e34288f0d
pkgs/games: stdenv.lib -> lib
2021-01-15 13:36:04 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Stefan Frijters
adb03222bf
openttd: 1.10.2 -> 1.10.3
2020-08-11 18:24:05 +02:00
Martin Weinelt
b109addeef
openttd-jgrpp: init at 0.34.4
2020-06-22 15:36:18 +02:00
Stefan Frijters
87dc127ce3
openttd: 1.10.1 -> 1.10.2
...
A bug in the upstream configure script was fixed (OpenTTD/OpenTTD#8145 ),
which means we now need `which` available during the build.
2020-06-04 15:38:08 -07:00
Stefan Frijters
46fcaf3c8a
openttd: Add XDG support ( #89296 )
2020-06-01 13:09:11 -04:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
...
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Maxine E. Aubrey
3f633966e0
openttd: 1.10.0 -> 1.10.1
...
1.10.0 added SDL support
2020-04-14 21:07:27 +02:00
Pavol Rusnak
f1e0844cbb
openttd: 1.9.3 -> 1.10.0
2020-04-03 21:49:30 +02:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists
2019-12-30 12:58:11 +01:00
Will Dietz
7b449bcf03
openttd: 1.9.2 -> 1.9.3
...
https://www.openttd.org/news/2019/09/16/openttd-1-9-3.html
2019-09-19 19:10:02 +09:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
8c52d00e4a
openttd: 1.9.1 -> 1.9.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openttd/versions
2019-07-15 20:28:11 -07:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
R. RyanTM
e50d609ef2
openttd: 1.9.0 -> 1.9.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openttd/versions
2019-04-16 18:45:53 +02:00
Franz Pletz
0eb9f812bd
openttd: 1.8.0 -> 1.9.0
2019-04-02 12:02:35 +02:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
rnhmjoj
bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-16 20:37:15 +01:00
R. RyanTM
2e905fb4cd
openttd: 1.7.2 -> 1.8.0
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/openttd/versions .
These checks were done:
- built on NixOS
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd -h’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd --help’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd help’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped -h’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped --help’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped help’ got 0 exit code
- found 1.8.0 with grep in /nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0
- directory tree listing: https://gist.github.com/8f8e59bc7bf394685911bd755a16c0a9
2018-04-06 09:47:09 -07:00
Franz Pletz
25ddd39725
openttd: 1.7.1 -> 1.7.2
2018-01-28 18:52:21 +01:00
Franz Pletz
c34d43a4ce
openttd: 1.6.1 -> 1.7.1
2017-06-20 03:45:41 +02:00
Tuomas Tynkkynen
5bf5de58ea
treewide: Fix 'lib.optional' misuses
...
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Kranium Gikos Mendoza
63a2c80bf9
openttd: out of the box midi playback
2016-08-20 06:57:02 +08:00
Kranium Gikos Mendoza
d770792197
openttd: correct openmsx dir
2016-08-20 06:21:46 +08:00
Kranium Gikos Mendoza
6a8673716e
openttd: 1.6.0 -> 1.6.1 ( #17580 )
...
also disable builds on darwin
2016-08-07 19:45:15 +02:00
Franz Pletz
f1de534188
openttd: 1.5.3 -> 1.6.0
2016-04-12 15:49:54 +02:00
Franz Pletz
1bac185dae
openttd: Add OpenGFX, OpenSFX, OpenMSX
...
Closes #12400 .
2016-01-16 15:58:09 +01:00
Franz Pletz
59c130a690
openttd: 1.5.2 -> 1.5.3
2015-12-06 16:59:55 +01:00
Moritz Ulrich
1b479dbdc2
openttd: 1.5.1 -> 1.5.2
2015-09-14 13:22:22 +02:00
Nixpkgs Monitor
c25027f210
openttd: update from 1.4.4 to 1.5.1
2015-06-07 15:43:53 +02:00
Tobias Geerinckx-Rice
c64257b8e5
Fix user-facing typos (mainly in descriptions)
2014-12-30 03:31:03 +01:00
Moritz Ulrich
e93c528a01
openttd: Fix build with fix from upstream.
2014-12-22 17:29:30 +01:00