| Commit message (Expand) | Author | Age | Files | Lines |
| * | frei0r: 2.3.1 -> 2.3.2 | R. Ryantm | 2024-01-25 | 1 | -2/+2 |
| * | frei0r: 1.8.0 -> 2.3.1 | Alexandru Scvortov | 2024-01-15 | 1 | -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 Serge | 2023-07-20 | 1 | -1/+1 |
| * | frei0r: 1.7.0 -> 1.8.0, fix/add cudaSupport (#226666)•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
| Philipp Mildenberger | 2023-05-12 | 1 | -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 Cowley | 2021-09-01 | 1 | -5/+15 |
| * | pkgs/development/libraries: stdenv.lib -> lib | Ben Siraphob | 2021-01-21 | 1 | -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 Ringer | 2021-01-19 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | treewide: name -> pname (easy cases) (#66585)•••treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname | volth | 2019-08-15 | 1 | -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
| Renaud | 2019-05-04 | 1 | -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 Schaefer | 2019-04-22 | 1 | -1/+1 |
| * | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`•••Only acts on one-line dependency lists.
| John Ericson | 2017-09-21 | 1 | -1/+2 |
| * | frei0r: 1.4 -> 1.6.1 | Sarah Brofeldt | 2017-07-28 | 1 | -2/+2 |
| * | Fix frei0r url | Antoine R. Dumont | 2015-03-12 | 1 | -1/+1 |
| * | frei0r: fix invalid download URL | Peter Simons | 2015-03-10 | 1 | -1/+1 |
| * | frei0r: fix typo | Cillian de Róiste | 2014-07-27 | 1 | -1/+1 |
| * | Add frei0r: Minimalist, cross-platform, shared video plugins | Cillian de Róiste | 2014-07-27 | 1 | -0/+22 |