about summary refs log tree commit diff
path: root/pkgs/development/libraries/pangolin
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
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-03-11pangolin: remove potential bug hidding `? null` from inputsSandro1-2/+1
2024-01-20pangolin: 0.8 -> 0.9.1R. Ryantm1-2/+2
2023-03-13treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4Atemu1-2/+2
These packages were identified as broken when ffmpeg = ffmpeg_5. Tested _only_ by building them. If you are a maintainer of one of these packages, please test whether your package still works.
2022-07-29pangolin: 0.6 -> 0.8R. Ryantm1-2/+2
2021-04-30pangolin: 2017-08-02 -> 0.6 (#120735)Joe Hermaszewski1-7/+6
Drop ffmpeg_3 dependency in favor of ffmpeg: https://github.com/NixOS/nixpkgs/issues/120705
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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.
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-10-09pangolin: remove trailing whitespacezowoq1-12/+12
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-02-24treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev1-2/+2
2017-08-09pangolin: fix OS X buildJoe Hermaszewski1-3/+6
2017-08-08pangolin: init at 2017-08-02Joe Hermaszewski1-0/+54