Commit Graph

27 Commits

Author SHA1 Message Date
Marcin Serwin
c1b9d04d9c maintainers: drop momeemt
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-06-04 12:05:36 +02:00
Vincent Laporte
c8f0c2c3c1 liquidsoap: 2.4.2 → 2.4.4
ocamlPackages.ffmpeg: 1.2.8 → 1.3.0
2026-04-28 07:29:09 +02:00
Juanjo Presa
812f343e8a liquidsoap: 2.3.3 → 2.4.2 2026-01-24 11:53:23 +01:00
Mutsuha Asada
86394421cd ocamlPackages.ffmpeg: add @momeemt to maintainers 2025-06-06 22:31:58 +02:00
Mutsuha Asada
9019cc426e ocamlPackages.ffmpeg: modernized derivation
- Remove `with lib;`
- Changed rev to tag, and sha256 to hash
- Added meta.changelog

Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
2025-06-06 22:31:58 +02:00
Mutsuha Asada
1da7506394 ocamlPackages.ffmpeg: 1.2.1 -> 1.2.5
Diff: https://github.com/savonet/ocaml-ffmpeg/compare/v1.2.1...v1.2.5
Changelog: https://github.com/savonet/ocaml-ffmpeg/releases/tag/v1.2.5
2025-06-06 22:31:58 +02:00
Ihar Hrachyshka
dd0f03a56c treewide: remove usage of deprecated apple_sdk framework stubs
They are not doing anything right now. This is in preparation for their
complete removal from the tree.

Note: several changes that affect the derivation inputs (e.g. removal of
references to stub paths in build instructions) were left out. They will
be cleaned up the next iteration and will require special care.

Note: this PR is a result of a mix of ugly regex (not AST) based
automation and some manual labor. For reference, the regex automation
part was hacked in: https://github.com/booxter/nix-clean-apple_sdk

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2025-04-19 20:28:20 -04:00
Mutsuha Asada
bb136ef6dc liquidsoap: 2.2.5 → 2.3.0
ocamlPackages.ffmpeg: 1.1.11 -> 1.2.1
Changelog: https://github.com/savonet/ocaml-ffmpeg/releases/tag/v1.2.1
Diff: https://github.com/savonet/ocaml-ffmpeg/compare/v1.1.11...v1.2.1
2025-01-30 09:33:36 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Sigmanificient
3e1227a1af pkgs/development/ocaml-modules: remove unused arguments 2024-07-16 03:54:01 +02:00
isabel
63aceac766 treewide: remove unused occurence of fetchFromGitHub argument 2024-05-30 05:56:07 +00:00
Daniel Løvbrøtte Olsen
f88f273291 Update liquidsoap and its dependencies (#310112)
* ocamlPackages.duppy: 0.9.3 -> 0.9.4

* ocamlPackages.ffmpeg: 1.1.8 -> 1.1.11

* ocamlPackages.lastfm: 0.3.3 -> 0.3.4

* ocamlPackages.uri: 4.2.0 -> 4.4.0

Diff: https://github.com/mirage/ocaml-uri/compare/None...v4.4.0

* ocamlPackages.gd4o: remove, ocamlPackages.gd: init at 1.1

* ocamlPackages.mad: 0.5.2 -> 0.5.3

Diff: https://github.com/savonet/ocaml-mad/compare/v0.5.2...v0.5.3

* ocamlPackages.tsdl-image: 0.5 -> 0.6

Diff: https://github.com/sanette/tsdl-image/compare/0.5...0.6

* liquidsoap: small package fixups

Diff: https://github.com/savonet/liquidsoap/compare/refs/tags/v2.2.4...v2.2.5
2024-05-21 07:38:49 +02:00
Daniel Olsen
64391b8326 ocamlPackages.ffmpeg: 1.1.7 -> 1.1.8 2023-11-16 16:03:36 +01:00
Antonio Nuno Monteiro
a48e7da55a ocamlPackages.ffmpeg-avdevice: add missing AVFoundation library on macOS 2023-03-10 21:10:14 -08:00
Daniel Olsen
1b66e8cffc ocamlPackages.ffmpeg: 1.1.6 -> 1.1.7 2023-02-28 23:19:45 +00:00
Et7f3
50100d192e ocamlPackages.ffmpeg-swresample: fix build on darwin 2023-01-05 04:44:30 +01:00
Et7f3
699b87b8a4 ocamlPackages.ffmpeg-avdevice: fix build on darwin 2023-01-05 04:44:30 +01:00
Et7f3
278da9f093 ocamlPackages.ffmpeg-av: fix build on darwin 2023-01-05 04:44:29 +01:00
Et7f3
50f77e3b9d ocamlPackages.ffmpeg-swscale: fix build on darwin 2023-01-05 04:44:29 +01:00
Et7f3
eddbd3d8e2 ocamlPackages.ffmpeg-avfilter: fix build on darwin 2023-01-05 04:44:28 +01:00
Et7f3
be7dbbe589 ocamlPackages.ffmpeg-avcodec: fix build on darwin 2023-01-05 04:44:28 +01:00
Et7f3
9a5b1e495f ocamlPackages.ffmpeg-avutil: fix build on darwin 2023-01-05 04:44:27 +01:00
Daniel Olsen
b99c3d2386 ocamlPackages.ffmpeg: 1.1.4 -> 1.1.6 2022-10-06 09:38:19 +02:00
Daniel Olsen
eb72486d13 ocamlPackages.ffmpeg*: 1.1.3 -> 1.1.4 2022-06-23 23:10:17 +02:00
Daniel Olsen
ee122a3337 ocamlPackages.ffmpeg: 1.1.0 -> 1.1.3 2022-04-18 22:20:11 +02:00
Daniel Olsen
683b9050a2 ocamlPackages.ffmpeg: init at 1.0.1 2022-03-09 13:48:22 +01:00