Commit Graph

28 Commits

Author SHA1 Message Date
poz
9e195782d6 libbassmidi: 2.4.15.3 -> 2.4.16 2026-08-02 02:57:57 +02:00
poz
638035665b libbass: add internet archive mention to update instructions 2026-08-01 20:11:04 +02:00
Emily
fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
Ulysses Zhan
90e6d45b40 libbass{,_fx,midi,mix}: support darwin; add ulysseszhan to maintainers 2026-03-20 20:14:36 -07:00
poz
d8db65d457 libbass_fx: 2.4.12.1 -> 2.4.12.6 2025-12-22 17:24:21 +01:00
poz
a29abda361 libbass: 2.4.17 -> 2.4.18.3 2025-12-22 17:24:05 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
poz
0d3e1173ff libbass: update maintainer 2025-03-27 18:07:09 +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
Leah Amelia Chen
9e1b88a443 libbassmidi: init at 2.4.15.3 2024-11-06 22:30:16 +01:00
jacekpoz
2a780460b8 libbassmix: init at 2.4.12 2024-09-30 20:43:34 +02:00
jacekpoz
7370884602 libbass: use Internet Archive to avoid URL breakage 2024-09-26 20:48:01 +02:00
jacekpoz
c9eaf04a68 libbass: 2.4.15 -> 2.4.17 2024-04-28 00:05:17 +02:00
Jonathan Ringer
7e8f4423a8 libbass: disable until upstream provides stable urls 2021-12-10 11:15:48 -08:00
Felix Buehler
87c2751d0b libbass: fix sha256sum 2021-07-20 17:20:44 +02:00
Martin Weinelt
03acc02f80 libbass: fix src hash
hash mismatch in fixed-output derivation '/nix/store/d100rh2dgk6w7pcmwydw0hc3sgfkpfb5-bass24-linux.zip':
  wanted: sha256:1z01im0l2ydi608vc0n0c1cfyp1vrh6681zn2zkhg98vvs20y805
  got:    sha256:1ycvpfa7yyi1qxgflpfzcw1q32f0isd14m9cf351pk8zwndkmp4q
2021-06-09 03:18:59 +02:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Emery Hemingway
47ff94a179 Merge pull request #84143 from NotGate/patch-1
update libbass
2020-05-04 18:15:48 +05:30
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jonathan Ringer
7c8d21790d libbass: fix sha 2020-04-07 17:59:32 -07:00
Michael Millwood
a5bf5e2db5 update libbass
upstream changed which broke the install for libbass
2020-04-02 18:48:40 -05:00
Nikolay Amiantov
2d0a2044b3 libbass: update and use real version numbers
Upstream doesn't indeed have any way of getting versioned library, as per
http://www.un4seen.com/forum/?topic=18614.0.
2019-08-17 10:52:41 +03:00
Profpatsch
3a0fbc17e2 libbass: update 2019-05-07 02:02:11 +02:00
John Ericson
2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Tuomas Tynkkynen
e3875883cc libbass: Fix src hash 2018-06-11 17:36:24 +03:00
Vladimír Čunát
15bac19cd2 libbass: evaluation nitpicks
- specify meta.platforms to avoid trying to evaluate when it shouldn't
- use `throw` instead of `abort`, as that's the convention for similar cases
2017-08-29 11:04:59 +02:00
Profpatsch
79dd4deda5 Ultrastar (#26524)
* ultrastardx-beta: init at 1.3.5

* libbass, libbass_fx: init at 24

* ultrastar-creator: init at 2017-04-12

* buildSupport/plugins.nix: add diffPlugins

Helper function to compare expected plugin lists to the found plugins.

* ultrastar-manager: init at 2017-05-24

The plugins are built in their own derivations, speeding up (re-)compilation.
The `diffPlugins` function from `beets` is reused to test for changes in the
plugin list on updates.

* beets: switch to diffPlugins

The function is basically just extracted for better reusability.
2017-06-14 11:29:31 +02:00