Commit Graph

7624 Commits

Author SHA1 Message Date
Aaron Andersen
46d0c84bef kodiPackages.arteplussept: 1.5.3 -> 1.6.0 (#552597) 2026-08-15 13:49:07 +00:00
Aaron Andersen
f1104f8b64 kodiPackages.radioparadise: 2.4.0 -> 2.5.0 (#552361) 2026-08-15 12:28:33 +00:00
isabel
8fd9b3a28e obs-studio-plugins.advanced-scene-switcher: 1.35.1 -> 1.36.1 (#552461) 2026-08-14 13:29:00 +00:00
R. Ryantm
300a13ac58 kodiPackages.arteplussept: 1.5.3 -> 1.6.0 2026-08-14 09:06:29 +00:00
R. Ryantm
4193843514 obs-studio-plugins.advanced-scene-switcher: 1.35.1 -> 1.36.1 2026-08-13 22:35:09 +00:00
Peder Bergebakken Sundt
0402abab2d kodiPackages.osmc-skin: fix build (#520989) 2026-08-13 21:16:30 +00:00
R. Ryantm
8cfb4e256f kodiPackages.radioparadise: 2.4.0 -> 2.5.0 2026-08-13 17:26:29 +00:00
Yohann Boniface
64f98b0673 wrapVdr: use pname and version instead of name (#551390) 2026-08-11 21:42:59 +00:00
jopejoe1
5747f8e44e wrapVdr: use pname and version instead of name 2026-08-11 09:24:24 +02:00
Jorge Javier Araya Navarro
b792f62e04 maintainers: shackra -> elzorrorebelde
I changed the name of my GitHub account, also renamed any references
used.
2026-08-09 00:10:07 -06:00
Peder Bergebakken Sundt
46df120b67 obs-studio-plugins.obs-backgroundremoval: 1.3.7 -> 1.4.1 (#545882) 2026-08-08 15:39:17 +00:00
Ben Siraphob
062d2b697e pkgs: fix typos in applications, data, desktops, games and misc
Assisted-by: Claude Code (claude-opus-5)
2026-08-02 11:15:27 -07:00
Peder Bergebakken Sundt
ef9f96a263 obs-wayland-hotkeys: 1.1.0 -> 1.1.1 (#543297) 2026-07-29 22:37:53 +00:00
Yohann Boniface
88fba85a35 various: meta: add changelog (#545398) 2026-07-28 11:41:43 +00:00
R. Ryantm
22d8e58b59 kodiPackages.arteplussept: 1.5.2 -> 1.5.3 2026-07-27 11:46:06 +00:00
R. Ryantm
5db467c30d obs-studio-plugins.obs-backgroundremoval: 1.3.7 -> 1.4.1 2026-07-26 08:38:31 +00:00
R. Ryantm
55b04ed26a kodiPackages.trakt: 3.8.2 -> 3.9.0 2026-07-25 03:54:30 +00:00
SandaruKasa
e824f8c7a9 obs-studio: meta: add changelog 2026-07-25 00:28:44 +03:00
R. Ryantm
478374d337 obs-studio-plugins.droidcam-obs: 2.5.0 -> 2.5.1 2026-07-24 15:01:27 +00:00
whispers
5648ac4351 kodi: don't build with cwiid for wiiremote support
cwiid has been unmaintained for 17 years and depends on gtk2, which we
want to remove. the only thing kodi uses it for is wiiremote support,
and those code paths don't appear to have been touched in kodi other
than cmake changes since 2014. this doesn't seem like a huge loss to
remove.
2026-07-22 11:32:46 -04:00
Acid Bong
3709bda38e mplayer: move to by-name 2026-07-19 18:24:38 +03:00
Fazzi
fa8127e51a obs-wayland-hotkeys: 1.1.0 -> 1.1.1 2026-07-18 20:02:38 +01:00
Peder Bergebakken Sundt
4fd4e1f434 obs-studio-plugins.droidcam-obs: 2.4.1 -> 2.5.0 (#540222) 2026-07-18 17:11:43 +00:00
R. Ryantm
7f8801c208 kodiPackages.arteplussept: 1.4.4 -> 1.5.2 2026-07-18 07:36:59 +00:00
Jo
134518cebe treewide: avoid using singleton lists for licenses (#535754) 2026-07-15 18:25:37 +00:00
Eman Resu
ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
Peder Bergebakken Sundt
97582edef2 obs-studio-plugins.advanced-scene-switcher: 1.34.2 -> 1.35.1 (#539764) 2026-07-15 13:16:54 +00: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
Zahid Kizmaz
5e187cd01b obs-studio-plugins.droidcam-obs: 2.4.1 -> 2.5.0 2026-07-10 08:23:50 +02:00
whispers
e362fcd197 kodi: fix build with giflib 6
TexturePacker has some conditionals on GIFLIB 5, which break with GIFLIB
6. This has been extended to support all versions >= 5 upstream, but has
not yet made it into a release. Upstream PR:
https://github.com/xbmc/xbmc/pull/28016
2026-07-09 11:11:58 -04:00
R. Ryantm
9a4ee3b3a9 obs-studio-plugins.advanced-scene-switcher: 1.34.2 -> 1.35.1 2026-07-09 00:27:16 +00:00
nixpkgs-ci[bot]
5ab418dde1 Merge master into staging-next 2026-07-07 10:11:50 +00:00
Stefan Frijters
476fa49775 obs-studio-plugins: move env variable into env for structuredAttrs (#524036) 2026-07-07 09:05:24 +00:00
Sigmanificient
f379d4b537 obs-studio-plugins.obs-teleport: move env variable into env for structuredAttrs 2026-07-07 10:26:28 +02:00
Sigmanificient
c6d7fb8840 obs-studio-plugins.obs-source-record: move env variable into env for structuredAttrs 2026-07-07 10:26:28 +02:00
Sigmanificient
2f20355cdd obs-studio-plugins.obs-hyperion: move env variable into env for structuredAttrs 2026-07-07 10:24:03 +02:00
nixpkgs-ci[bot]
d1d955afb1 Merge master into staging-next 2026-07-07 00:38:46 +00:00
Rémi NICOLE
c73480ae3f kodiPackages.jellyfin: 2.0.0 -> 2.1.0 (#538837) 2026-07-06 20:32:21 +00:00
K900
a9fc48d6eb Merge remote-tracking branch 'origin/master' into staging-next 2026-07-06 10:03:26 +03:00
R. Ryantm
d035775252 kodiPackages.jellycon: 1.0.1 -> 1.0.2 2026-07-06 01:40:27 +00:00
R. Ryantm
312a307fa0 kodiPackages.jellyfin: 2.0.0 -> 2.1.0 2026-07-06 01:40:02 +00:00
K900
b812bc2a4a treewide: drop gst-vaapi
Upstream dropped it and it no longer builds.
2026-06-28 17:18:22 +03:00
dish
2bb98361f8 obs-studio-plugins.obs-wayland-hotkeys: init at 1.1.0 (#467529) 2026-06-26 17:12:16 +00:00
R. Ryantm
32d8b8ee6d vdrPlugins.softhddevice: 2.4.8 -> 2.5.0 2026-06-25 18:46:12 +00:00
Aaron Andersen
d80b937f8b kodiPackages.youtube: 7.4.3 -> 7.4.4 (#535066) 2026-06-24 21:27:32 +00:00
R. Ryantm
5062b8f0a0 kodiPackages.youtube: 7.4.3 -> 7.4.4 2026-06-24 20:34:31 +00:00
R. Ryantm
ea6ff05458 kodiPackages.jellycon: 1.0.0 -> 1.0.1 2026-06-24 14:27:46 +00:00
TomaSajt
51277308b5 plex-mpv-shim: migrate to by-name 2026-06-15 16:37:41 +02:00
TomaSajt
fda2f10537 jellyfin-mpv-shim: migrate to by-name 2026-06-15 16:35:38 +02:00
Michael Daniels
a49677885e obs-studio-plugins.obs-vertical-canvas: 1.6.2 -> 1.6.4 (#509852) 2026-06-15 02:04:20 +00:00