summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/video
AgeCommit message (Collapse)Author
12 daysffmpeg_4: almost drop (#336401)Sandro
2024-08-22untrunc-anthowlock: 0-unstable-2021-11-21 -> 0-unstable-2024-08-14Emily
Includes fixes for FFmpeg 7.
2024-08-21xjadeo: unpin FFmpeg 4Emily
2024-08-11recyclarr: move to pkgs/by-nameJoseph Stahl
2024-08-11recyclarr: 7.1.1 -> 7.2.1Joseph Stahl
2024-08-11recyclarr: refactor - build from sourceJoseph Stahl
recyclarr: add openssl as runtime dependency Addresses issue from #331498
2024-08-12Merge pull request #333983 from pbsds/fix-recyclarr-1723408873Peder Bergebakken Sundt
recyclarr: fix passthru.tests
2024-08-11recyclarr: fix passthru.testsPeder Bergebakken Sundt
2024-08-11Merge pull request #331498 from Scrumplex/pkgs/recyclarr/sslPeder Bergebakken Sundt
recyclarr: add openssl as a runtime dependency
2024-08-06wtwitch: migrate to by-nameColin Arnott
2024-08-01harvid: move to `pkgs/by-name`Emily
2024-08-01recyclarr: add openssl as a runtime dependencySefa Eyeoglu
When trying to reach radarr/sonarr instances that require TLS, recyclarr fails with the following error: No usable version of libssl was found Aborted (core dumped) Add openssl as a runtime dependency to support TLS-protected instances. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-07-30Merge pull request #330969 from r-ryantm/auto-update/yaydlNick Cao
yaydl: 0.14.0 -> 0.14.1
2024-07-30yaydl: 0.14.0 -> 0.14.1R. Ryantm
2024-07-29treewide: remove unused with statements from maintainer listsJörg Thalheim
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
2024-07-18Merge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt
Conflicts: - pkgs/development/python-modules/uvcclient/default.nix - pkgs/development/tools/rust/rust-analyzer/default.nix
2024-07-16replay-sorcery: remove as it is unmaintained upstreamKira Bruneau
2024-07-14Merge staging-next into staginggithub-actions[bot]
2024-07-14treewide: sha256 -> hash attribute for fetchgitaleksana
2024-07-08Merge branch 'staging-next' into stagingVladimír Čunát
2024-07-08Merge pull request #318400 from r-ryantm/auto-update/atomicparsleyWeijia Wang
atomicparsley: 20221229.172126.d813aa6 -> 20240608.083822.1ed9031
2024-07-03Merge staging-next into staginggithub-actions[bot]
2024-07-02decklink, blackmagic-desktop-video: drop package and modulehexchen
I am the singular maintainer for these packages. They are difficult to maintain and are going to start to bitrot pretty much as soon as BMD releases new software versions. Therefore, I am not only removing myself as the maintainer but dropping them entirely.
2024-07-02Merge staging-next into staginggithub-actions[bot]
2024-07-02Merge pull request #312741 from trofi/svt-av1-updateAtemu
svt-av1: 2.0.0 -> 2.1.2
2024-07-02maintainers: drop janikJanik H.
I guess my time has come as well... With this commit, I'm not just dropping my maintainer entry, but I'm also resigning from my duties as a board observer and NixCon project lead. I also terminated my Summer of Nix contract today. I'll also stop hosting the local NixOS meetup. The only "project" I'll finish under the NixOS Foundation umbrella is Google Summer of Code because the mentees aren't even remotely responsible for why I'm leaving, and it would be unfair to leave them hanging. I'm grateful for all the things I was able to learn, for all the experiences I could gather, and for all the friends I made along the way. NixOS is what makes computers bearable for me, so I'll go and work on some fork (*something something* you always meet twice in life).
2024-06-30recyclarr: 6.0.2 -> 7.0.0R. Ryantm
2024-06-29svt-av1: 2.0.0 -> 2.1.2Sergei Trofimovich
Changes: - https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v2.1.0 - https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v2.1.1 - https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v2.1.2
2024-06-25treewide: remove jonringer as package maintainerPaul Meyer
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-19go2rtc: 1.9.3 -> 1.9.4R. Ryantm
2024-06-14Merge pull request #319175 from getchoo/pkgs/rav1e/adoptWeijia Wang
rav1e: adopt; modernize
2024-06-13Merge pull request #318589 from jtojnar/u-s-v-ignore-sameJan Tojnar
common-updater-scripts/u-s-v: support --ignore-same-version
2024-06-12rav1e: migrate to by-nameseth
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt
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-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09treewide: Simplify use of update-source-versionJan Tojnar
- `--ignore-same-version` allows us to not call it twice. - with that, we can also omit version, to allow us updating e.g. `cargoDeps` hash
2024-06-09atomicparsley: 20221229.172126.d813aa6 -> 20240608.083822.1ed9031R. Ryantm
2024-06-07go2rtc: 1.9.2 -> 1.9.3R. Ryantm
2024-05-26bento4: fix build on darwin (#314361)Alex James
CMakeLists.txt in v1.6.0-641 set `CMAKE_OSX_ARCHITECTURES`, which broke evaluation on Darwin. Fix it by unsetting `CMAKE_OSX_ARCHITECTURES`.
2024-05-17go2rtc: 1.9.1 -> 1.9.2R. Ryantm
2024-05-12Merge pull request #309503 from r-ryantm/auto-update/luxWeijia Wang
lux: 0.24.0 -> 0.24.1
2024-05-07Merge pull request #309518 from Naxdy/work/refactor-decklink-runpathSandro
blackmagic-desktop-video: refactor runpath resolution
2024-05-07go2rtc: 1.9.0 -> 1.9.1R. Ryantm
2024-05-06blackmagic-desktop-video: refactor runpath resolutionNaxdy
2024-05-06lux: 0.24.0 -> 0.24.1R. Ryantm
2024-05-04untrunc-anthwlock: unstable-2021-11-21 -> 0-unstable-2021-11-21OPNA2608
2024-05-03Merge master into staging-nextgithub-actions[bot]
2024-05-02pkgs/tools: remove licenses.gpl2Jussi Kuokkanen
2024-05-01Merge branch 'master' into staging-nextK900