summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/frei0r (follow)
Commit message (Expand)AuthorAgeFilesLines
* frei0r: 2.3.1 -> 2.3.2R. Ryantm2024-01-251-2/+2
* frei0r: 1.8.0 -> 2.3.1Alexandru Scvortov2024-01-151-5/+7
* treewide: consume config.cudaSupport as required•••Eliminate uses of `config.cudaSupport or false` and alike, since the option is now declared in config.nix with a default value fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i Someone Serge2023-07-201-1/+1
* frei0r: 1.7.0 -> 1.8.0, fix/add cudaSupport (#226666)•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Philipp Mildenberger2023-05-121-16/+23
* frei0r-plugins: 1.6.1 -> 1.7.0•••- Switched the build from autoconf to cmake as this build path receives more attention by upstream developers. - Include a PR that adds OpenCV 4 compatibility to better fit with nixpkgs. This is not a recent PR, but no releases have been made in quite some time. Anthony Cowley2021-09-011-5/+15
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-211-3/+3
* 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-2/+2
* frei0r-plugins: enable on Darwin (#60896)•••* frei0r-plugins: enable on Darwin Upstream support Darwin platform + brew formula for this is pretty straightforward * frei0r: Darwin dlopen will look for *.dylib Renaud2019-05-041-3/+9
* treewide: Change URLs to HTTPS•••Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004 Daniel Schaefer2019-04-221-1/+1
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`•••Only acts on one-line dependency lists. John Ericson2017-09-211-1/+2
* frei0r: 1.4 -> 1.6.1Sarah Brofeldt2017-07-281-2/+2
* Fix frei0r urlAntoine R. Dumont2015-03-121-1/+1
* frei0r: fix invalid download URLPeter Simons2015-03-101-1/+1
* frei0r: fix typoCillian de Róiste2014-07-271-1/+1
* Add frei0r: Minimalist, cross-platform, shared video pluginsCillian de Róiste2014-07-271-0/+22