Weijia Wang
7774391040
Merge pull request #247063 from emilazy/cdrdao-fixes
...
{cdrdao,whipper}: support Darwin and add patch
2023-08-04 12:12:59 +02:00
Travis A. Everett
3ea80c9c2c
srt-to-vtt-cl: fix macOS builds
...
The upstream Makefile is using logic to build into different dirs
depending on uname output. Trivial to get macOS builds working if
we just don't do that.
I've also stripped out a use of substituteAll that was having no
effect (the variables it replaced were removed during review of
the initial PR.)
2023-08-03 22:39:24 -05:00
Emily
8d08ce1f93
cdrdao: add patch to fix uninitialized variable
2023-08-02 04:05:21 +01:00
Emily
58dff2378f
{cdrdao,whipper}: support Darwin
2023-08-02 04:05:03 +01:00
Emily
13e2cb64cf
cdrdao: use finalAttrs
2023-08-02 04:03:53 +01:00
figsoda
d80e764433
ventoy: remove dead code
2023-07-25 10:28:26 -04:00
R. Ryantm
7fc27444da
ventoy: 1.0.93 -> 1.0.94
2023-07-24 00:38:34 -03:00
Anderson Torres
70904d0cc0
ventoy: remove with lib;
...
Because I have a strong disgust about `with` since
https://nix.dev/recipes/best-practices#with-scopes
2023-07-06 23:34:40 -03:00
Weijia Wang
2572884adf
Merge pull request #240027 from peterhoeg/u/ventoy
...
ventoy: 1.0.91 -> 1.0.93
2023-06-27 10:03:31 +03:00
Peter Hoeg
66356e1f7e
ventoy: 1.0.91 -> 1.0.93
2023-06-27 09:24:23 +08:00
Anderson Torres
d7d2970ae6
xorriso: 1.5.6 -> 1.5.6.pl02
2023-06-25 11:03:02 -03:00
Hugh O'Brien
28c5effe2f
iac: init at 0.1.7
2023-06-17 21:44:49 +01:00
Weijia Wang
e2432e9abf
xorriso: fix build on darwin
2023-06-12 17:45:16 +03:00
R. Ryantm
e072e61f7a
xorriso: 1.5.4.pl02 -> 1.5.6
2023-06-11 09:07:08 +01:00
bb2020
b9ae609d63
cdrdao: 1.2.3 -> 1.2.5
2023-04-30 20:53:39 +03:00
Anderson Torres
3a6205d9f7
ventoy: 1.0.90 -> 1.0.91
2023-04-16 14:10:00 -03:00
Anderson Torres
630e1fbb51
ventoy-bin: rename to ventoy
2023-04-16 14:10:00 -03:00
Matthew "strager" Glazar
48f8dbfef3
nrg2iso: compile on Darwin
...
nrg2iso's build scripts are hard-coded to use GCC. This prevents nrg2iso
from working on Darwin/macOS.
Teach nrg2iso's build scripts to use whatever compiler is installed, not
GCC specifically. This allows nrg2iso to build using Clang on macOS.
2023-04-08 17:53:41 -07:00
R. Ryantm
6dba375c3c
ventoy-bin-full: 1.0.89 -> 1.0.90
2023-04-04 20:07:10 -03:00
Stanisław Pitucha
6d903cec7e
cdrkit: fix darwin build
...
Fix source issues and required deps.
2023-03-23 07:18:42 +11:00
Weijia Wang
442fb2ba90
Merge pull request #210561 from wegank/dvdplusrwtools-darwin
...
dvdplusrwtools: add darwin support
2023-03-17 17:47:27 +02:00
Weijia Wang
225e81da26
dvdplusrwtools: add darwin support
2023-03-12 00:38:29 +02:00
R. Ryantm
c42b85cfd2
ventoy-bin-full: 1.0.88 -> 1.0.89
2023-03-10 00:41:05 +00:00
Robert Schütz
ea6ce7c983
vobsub2srt: use tesseract3
2023-03-02 21:12:55 -08:00
Artturin
3251013cc1
treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
...
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
226e149145
treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
...
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Robert Scott
3caa473dcf
vobsub2srt: fix build with tesseract 3.05.02
2023-01-28 22:02:50 +00:00
Ferry Jérémie
65d7e87fdb
treewide: replace http by https when https is a permanent redirection
2023-01-22 02:46:49 +01:00
R. Ryantm
ff3c3bb1df
ventoy-bin-full: 1.0.87 -> 1.0.88
2023-01-15 15:42:45 +00:00
R. Ryantm
5149546626
ventoy-bin-full: 1.0.86 -> 1.0.87
2023-01-10 09:06:03 +00:00
AndersonTorres
1453e6761a
ventoy-bin: remove inherit (libsForQt5)
reference on all-packages.nix
...
According to the issue linked at the end, filling arguments for `callPackage` in
all-packages.nix breaks splicing and makes the expressions incompatible with
cross-compilation.
This issue is more pronounced in the many `inherit (darwin)` calls. However, it
is present in similar contexts too.
The idea here is not the smartest: it just hides those inheritances from
`all-packages.nix` and sends them to the `default.nix` expressions.
Issue: https://github.com/NixOS/nixpkgs/issues/204303
2022-12-30 12:42:50 -03:00
R. Ryantm
2e8df73ed8
ventoy-bin-full: 1.0.85 -> 1.0.86
2022-12-25 23:49:53 +00:00
Sandro
906157dce0
Merge pull request #202029 from muscaln/bootiso-syslinux
2022-12-24 02:26:22 +01:00
R. Ryantm
b421f0c14d
ventoy-bin-full: 1.0.84 -> 1.0.85
2022-12-22 02:18:34 +00:00
AndersonTorres
e7e6577895
ventoy-bin: fix egregious error on meta attributes
2022-12-07 18:26:49 -03:00
R. Ryantm
08b713e044
ventoy-bin: 1.0.82 -> 1.0.84
2022-12-07 08:13:25 +00:00
Alyssa Ross
3e04410ced
pkgsMusl.cdrkit: fix build
...
These are the same tricks that Alpine uses.
2022-12-03 00:05:31 +01:00
R. Ryantm
d2068fdd5d
ventoy-bin: 1.0.81 -> 1.0.82
2022-11-20 10:47:48 +00:00
Mustafa Çalışkan
a25927d07f
bootiso: actually fix finding syslinux
2022-11-20 12:44:16 +03:00
Maciej Krüger
b2444828a1
Merge pull request #176793 from r-ryantm/auto-update/isolyzer
2022-11-15 16:07:09 +01:00
AndersonTorres
5d9a2f1cdf
ventoy-bin: fix VentoyPlugson
2022-11-02 11:28:06 -03:00
R. Ryantm
9c0adb711f
ventoy-bin: 1.0.80 -> 1.0.81
2022-10-26 06:15:09 +00:00
Artturin
7e49471316
treewide: optional -> optionals where the argument is a list
...
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
k4leg
a22f734533
maintainers: remove k4leg
2022-09-22 14:29:31 -03:00
R. Ryantm
161cd6572b
ventoy-bin: 1.0.79 -> 1.0.80
2022-09-22 05:37:39 +00:00
AndersonTorres
b48882773a
ventoy-bin: 1.0.78 -> 1.0.79
2022-09-04 20:57:25 -03:00
R. Ryantm
fb6a1ae938
dvdisaster: 0.79.9 -> 0.79.10
2022-08-02 11:17:00 +00:00
Adam Stephens
4c942133b7
ventoy-bin: add meta.mainProgram
2022-07-11 16:09:30 -04:00
AndersonTorres
27fcfa314f
ventoy-bin: 1.0.77 -> 1.0.78
2022-07-10 00:03:19 -03:00