summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/av (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.av: 15.1.0 -> 16.0.1•••Diff: https://github.com/PyAV-Org/PyAV/compare/v15.1.0...v16.0.1 Changelog: https://github.com/PyAV-Org/PyAV/blob/v16.0.1/CHANGELOG.rst Robert Schütz2025-11-042-6/+5
* python3Packages.av: remove unnecessary env variableGaetan Lepage2025-09-051-6/+0
* python3Packages.av: 14.1.0 -> 15.1.0•••Diff: https://github.com/PyAV-Org/PyAV/compare/v14.1.0...v15.1.0 Changelog: https://github.com/PyAV-Org/PyAV/blob/v15.1.0/CHANGELOG.rst Gaetan Lepage2025-09-031-11/+23
* python313Packages.av: 13.1.0 -> 14.1.0•••Diff: https://github.com/PyAV-Org/PyAV/compare/refs/tags/v13.1.0...v14.1.0 Changelog: https://github.com/PyAV-Org/PyAV/blob/v14.1.0/CHANGELOG.rst Robert Schütz2025-02-091-8/+2
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.av: 13.0.0 -> 13.1.0•••https://github.com/PyAV-Org/PyAV/blob/v13.1.0/CHANGELOG.rst Martin Weinelt2024-12-091-2/+2
* tree-wide: Indent .bash files like .shVictor Engmark2024-11-101-21/+21
* Merge branch 'master' into staging-nextArtturin2024-09-251-1/+1
|\
| * 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" ``` Artturin2024-09-251-1/+1
* | python3Packages.av: 12.3.0 -> 13.0.0•••Includes support for FFmpeg 7. Emily2024-09-071-5/+5
|/
* python3Packages.av: remove libav referenceEmily2024-08-251-1/+1
* python312Packages.av: 12.2.0 -> 12.3.0•••Diff: https://github.com/mikeboers/PyAV/compare/refs/tags/v12.2.0...v12.3.0 Changelog: https://github.com/PyAV-Org/PyAV/blob/v12.3.0/CHANGELOG.rst Robert Schütz2024-08-061-7/+8
* treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
* python3Packages.av: fix build•••Many of the tests depend on sample files fetched over HTTP and they keep adding more. Since they support a caching mechanism, use it to pre‐fetch all the used samples instead. It might be nice to have a package for the full FATE suite, but it’s over 1 GiB in size so I just did this for now. Fixes: ca258d2d393eb240fd4eddf9a40093e422c33116 Emily2024-07-163-58/+81
* python3Packages.av: 11.0.0 -> 12.2.0•••Pin FFmpeg to 6.x as upstream doesn’t even support 5.x any more. Unfortunately 7.x support is not yet there; I might have to handle it myself when we drop 6. Emily2024-07-141-14/+4
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-65/+66
* python312Packages.av: Fix cross build•••Closes: #307065 Artturin2024-04-271-0/+10
* treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* python311Packages.av: 10.0.0 -> 11.0.0•••Diff: https://github.com/mikeboers/PyAV/compare/refs/tags/v10.0.0...v11.0.0 Changelog: https://github.com/PyAV-Org/PyAV/blob/v11.0.0/CHANGELOG.rst Fabian Affolter2023-11-271-2/+2
* python311Packages.av: refactorFabian Affolter2023-11-271-68/+53
* python311Packages.av: disable crashing tests on darwinMartin Weinelt2023-11-211-0/+5
* python311Packages.av: pin to ffmpeg 5•••``` av> src/av/container/core.c: In function ‘__pyx_pymod_exec_core’: av> src/av/container/core.c:9071:36: error: ‘AVFMT_FLAG_PRIV_OPT’ undeclared (first use in this function); did you mean ‘AVFMT_FLAG_IGNIDX’? av> 9071 | __pyx_t_3 = __Pyx_PyInt_From_int(AVFMT_FLAG_PRIV_OPT); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 160, __pyx_L1_error) av> | ^~~~~~~~~~~~~~~~~~~ av> | AVFMT_FLAG_IGNIDX av> src/av/container/core.c:9071:36: note: each undeclared identifier is reported only once for each function it appears in av> error: command '/nix/store/6dz7ahcr1ybhjwzsfdjqjfypmb7jg5qf-gcc-wrapper-12.3.0/bin/gcc' failed with exit code 1 ``` Martin Weinelt2023-10-051-2/+2
* python310Packages.av: use headless ffmpeg variant•••I think this leads to a more reasonable dependency closure for this library. Martin Weinelt2023-07-281-2/+2
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* python3Packages.av: 9.2.0 -> 10.0.0Martin Weinelt2022-11-051-2/+2
* python3Packages.av: add setuptools to nativeBuildInputsMartin Weinelt2022-09-161-0/+2
* python310Packages.av: 9.1.1 -> 9.2.0Fabian Affolter2022-04-271-2/+8
* python3Packages.av: 8.1.0 -> 9.1.1•••Fix build, enable tests, set up import checks Martin Weinelt2022-04-061-16/+124
* python38Packages.av: 8.0.3 -> 8.1.0R. Ryantm2021-12-301-2/+2
* python37Packages.av: 8.0.2 -> 8.0.3R. RyanTM2021-01-271-2/+2
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi. Jonathan Ringer2021-01-191-2/+2
* Merge master into staging-nextFrederik Rietdijk2020-06-171-2/+2
|\
| * treewide: ffmpeg_4 -> ffmpegzowoq2020-06-161-2/+2
* | pythonPackages.av: disable for python2•••Uses shlex commands which aren't present in python2 ``` from shlex import quote ImportError: cannot import name quote ``` Jonathan Ringer2020-06-161-0/+2
* | python: av: 7.0.1 -> 8.0.2Frederik Rietdijk2020-06-111-2/+2
|/
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python27Packages.av: 6.2.0 -> 7.0.1R. RyanTM2020-02-131-2/+2
* treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy volth2019-06-161-1/+0
* python37Packages.av: 6.1.2 -> 6.2.0•••PyAV stopped using nosetest https://github.com/mikeboers/PyAV/pull/514/ Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-av/versions R. RyanTM2019-05-121-4/+3
* python: av: 6.1.0 -> 6.1.2Frederik Rietdijk2019-02-171-5/+6
* python37Packages.av: 6.0.0 -> 6.1.0•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-av/versions R. RyanTM2019-01-021-2/+2
* python: av: 0.5.3 -> 6.0.0Frederik Rietdijk2018-12-031-2/+2
* pythonPackages.av: 0.4.1 -> 0.5.3Ben Wolsieffer2018-10-081-6/+6
* python: av: 0.2.4 -> 0.4.1Frederik Rietdijk2018-07-221-2/+2
* python.pkgs.av: move expressionFrederik Rietdijk2018-07-221-0/+32