Commit Graph

58 Commits

Author SHA1 Message Date
R. Ryantm
3d7f72a06e ft2-clone: 1.78 -> 1.79.2 2024-03-21 04:21:53 +00:00
R. Ryantm
bb40e8c721 ft2-clone: 1.77.1 -> 1.78 2024-03-18 09:24:15 +01:00
R. Ryantm
413e3a6502 ft2-clone: 1.76 -> 1.77.1 2024-03-12 09:28:20 +01:00
R. Ryantm
07ff912d63 ft2-clone: 1.75 -> 1.76 2024-02-24 15:33:29 +01:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
R. Ryantm
63e3e2ab1a ft2-clone: 1.74 -> 1.75 2024-01-10 06:37:31 +00:00
R. Ryantm
965236f4c0 ft2-clone: 1.73 -> 1.74 2023-12-18 08:45:09 +00:00
R. Ryantm
74551cd62a ft2-clone: 1.72.1 -> 1.73 2023-11-01 09:12:00 +00:00
R. Ryantm
180462df11 ft2-clone: 1.71 -> 1.72.1 2023-10-08 22:37:41 +00:00
Francesco Gazzetta
e1ae770fdf ft2-clone: 1.69 -> 1.71
Diff: https://github.com/8bitbubsy/ft2-clone/compare/v1.69...v1.71
2023-10-05 11:34:34 +02:00
OPNA2608
307c7f4937 ft2-clone: Apply patch to fix Darwin building 2023-08-22 11:17:43 +02:00
R. Ryantm
5514a1578b ft2-clone: 1.68 -> 1.69 2023-08-06 07:40:34 +00:00
R. Ryantm
17e26fcf49 ft2-clone: 1.67 -> 1.68 2023-07-08 23:52:44 +00:00
R. Ryantm
a8f650bd32 ft2-clone: 1.66 -> 1.67 2023-04-30 13:19:33 +00:00
Francesco Gazzetta
03e737930c ft2-clone: 1.65 -> 1.66 2023-04-21 15:35:20 +02:00
R. Ryantm
a4bc1983b0 ft2-clone: 1.63 -> 1.65 2023-03-04 16:37:38 +00:00
Francesco Gazzetta
e72965f927 ft2-clone: 1.62 -> 1.63 2023-01-25 16:23:25 +01:00
R. Ryantm
b3f7ea4e42 ft2-clone: 1.61 -> 1.62 2022-12-01 23:13:22 +00:00
R. Ryantm
6c44734327 ft2-clone: 1.60 -> 1.61 2022-11-08 22:20:15 +00:00
R. Ryantm
83a898a461 ft2-clone: 1.59 -> 1.60 2022-10-11 19:53:22 +00:00
R. Ryantm
a097585ef1 ft2-clone: 1.58 -> 1.59 2022-10-04 20:03:19 +08:00
R. Ryantm
e1783be172 ft2-clone: 1.57 -> 1.58 2022-09-26 21:16:54 +08:00
R. Ryantm
3f72016bb1 ft2-clone: 1.56 -> 1.57 2022-09-05 14:12:18 +00:00
Francesco Gazzetta
3b1ea472d3 ft2-clone: 1.55 -> 1.56 2022-07-23 13:58:04 +02:00
Francesco Gazzetta
cc3fa0d787 ft2-clone: 1.54 -> 1.55 2022-06-14 23:04:22 +02:00
Francesco Gazzetta
05554d6c57 ft2-clone: 1.52 -> 1.54 2022-04-20 12:56:01 +02:00
R. Ryantm
78778534e4 ft2-clone: 1.51 -> 1.52 2022-02-28 06:00:06 +00:00
Francesco Gazzetta
1219cd6778 ft2-clone: 1.50 -> 1.51 2022-02-01 18:33:11 +01:00
Francesco Gazzetta
4aa35b41c2 ft2-clone: 1.49 -> 1.50 2022-01-13 09:17:53 +01:00
R. Ryantm
ba4ccf2c12 ft2-clone: 1.48 -> 1.49 2021-12-30 12:12:12 +00:00
R. Ryantm
dade4f3b63 ft2-clone: 1.47 -> 1.48 2021-12-06 23:43:27 +00:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
R. RyanTM
b55ce5bfdc ft2-clone: 1.46 -> 1.47 2021-05-23 22:30:36 +00:00
R. RyanTM
229aff82b2 ft2-clone: 1.44_fix -> 1.46 2021-04-06 04:11:12 -04:00
R. RyanTM
af5ce367fd ft2-clone: 1.43 -> 1.44_fix 2021-03-02 22:21:13 +00:00
R. RyanTM
ac29a296ca ft2-clone: 1.42 -> 1.43 2021-01-18 20:50:55 +00:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +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
Francesco Gazzetta
5ec0a5636e ft2-clone: fix darwin 2021-01-02 18:55:09 +01:00
Francesco Gazzetta
62f0b749d2 ft2-clone: 1.41_fix -> 1.42 2021-01-01 22:08:07 +01:00
Pavol Rusnak
b8bc039a13
Merge pull request #99381 from fgaz/ft2-pt2-clone/endianness
pt2-clone,ft2-clone: only build on little-endian systems
2020-11-26 17:52:32 +01:00
R. RyanTM
080ad2b0c8 ft2-clone: 1.40 -> 1.41_fix 2020-11-21 22:10:54 +00:00
R. RyanTM
168747920a ft2-clone: 1.39 -> 1.40 2020-11-15 05:25:31 +00:00
R. RyanTM
d2264a5552 ft2-clone: 1.37 -> 1.39 2020-11-11 06:48:11 +00:00
R. RyanTM
816da5c1d1 ft2-clone: 1.36 -> 1.37 2020-11-03 08:46:43 -08:00
R. RyanTM
6392f5e308 ft2-clone: 1.31 -> 1.36 2020-10-18 08:30:03 +00:00
Timo Kaufmann
787ec15440
Merge pull request #94187 from fgaz/ft2-clone/1.27
ft2-clone: add a test
2020-10-12 11:06:04 +02:00
Francesco Gazzetta
672ab0d63a ft2-clone: only build on little-endian systems 2020-10-02 14:30:35 +02:00
Francesco Gazzetta
75414df39e ft2-clone: fix some darwin dependencies
Still failing, but it goes further than before
2020-09-07 11:21:32 +02:00
Francesco Gazzetta
e158d19618 ft2-clone: add nixos test 2020-09-07 11:21:26 +02:00