Commit Graph

13 Commits

Author SHA1 Message Date
piegames
68927918d0 treewide: Fix indentation in strings
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.

I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.

Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.

List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00
Roland Coeurjoly
7ffd6194a8 baresip: substitute --replace with --replace-fail 2024-08-25 17:56:03 +02:00
Colin
b297828f75 baresip: enable the pipewire module 2024-08-17 08:17:51 +00:00
Colin
cfa34ac9d2 baresip: enable the gst (gstreamer) module 2024-08-17 08:17:51 +00:00
Colin
6d30a57f86 baresip: enable the gtk feature
upstream's CMake feature detection expects the gtk3 package to supply
not only `cflags` but also `cflags_other`. i think the latter was
intended to be optional, so patch it out since our gtk doesn't supply it.
<1501ad367d/cmake/FindGTK3.cmake (L14-L15)>
2024-08-17 08:17:51 +00:00
Colin
0db1163a48 baresip: packaging cleanups
the `LIBRE*` and `USE_*` make flags were removed during the cmake
transition in v2.11.0: <https://github.com/baresip/baresip/pull/2354/files>

upstream now detects features on a best-effort basis, with pkg-config.
2024-08-17 08:17:51 +00:00
Colin
7245ee8389 baresip: assert that all expected modules were compiled 2024-08-17 08:17:51 +00:00
Enno Richter
89b62b5ab5 baresip: remove elohmeier as maintainer 2024-06-14 09:18:09 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
45e5863c16 baresip: 3.10.0 -> 3.10.1 2024-03-15 17:37:44 +00:00
R. Ryantm
94cf5993a1 baresip: 3.9.0 -> 3.10.0 2024-03-11 16:31:40 +00:00
Emery Hemingway
3489aa0fc8 baresip: 3.8.1 -> 3.9.0 2024-02-09 11:32:45 +00:00
Emery Hemingway
fa9ba5ade9 baresip: move to pkgs/by-name 2024-02-09 11:22:23 +00:00