summary refs log tree commit diff
path: root/pkgs/os-specific/linux/guvcview
Commit message (Collapse)AuthorAge
* Change all alsaLib references to alsa-libAndersonTorres2021-06-10
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* guvcview: use latest ffmpeg (#92170)Doron Behar2020-07-04
|
* treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2020-06-12
| | | | | | 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.
* guvcview: use libsForQt5.callPackageDoron Behar2020-04-25
|
* guvcview: enable to build with both qt5 and gtk3Doron Behar2020-04-25
|
* guvcview: format argumentsDoron Behar2020-04-25
|
* guvcview: move some packages to nativeBuildInputsDoron Behar2020-04-25
|
* guvcview: fix gsettings filechooser errorsDoron Behar2020-04-25
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* guvcview: move defaults to package fileJan Malakhovski2019-02-03
|
* guvcview: 2.0.5 -> 2.0.6R. RyanTM2019-02-05
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/guvcview/versions
* gucview: add licenseMarkus Kowalewski2018-08-30
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* guvcview: 2.0.4 -> 2.0.5Armijn Hemel2017-04-22
|
* treewide: Fix more lib.optional misusesTuomas Tynkkynen2016-10-02
|
* guvcview: 2.0.2 -> 2.0.4Kranium Gikos Mendoza2016-06-26
|
* guvcview: add pulseaudioSupport option (default true)Bjørn Forsman2016-01-05
|
* guvcview: 1.7.2 -> 2.0.2Bjørn Forsman2016-01-05
| | | | | | | * Download tarball instead of git repo, drop autoreconfHook. * The application now needs SDL2 instead of SDL. * The build failed without 'gsl', so add that. (I think ./configure can be told to build without it, but it's only 5.7 MiB.)
* add guvcview packageCorey O'Connor2014-02-07