summary refs log tree commit diff
path: root/pkgs/os-specific/linux/v4l-utils
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.
* 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
* v4l-utils: fix by patchShebangs on cec-gen.plCole Mickens2020-08-06
|
* libv4l: 1.18.1 -> 1.20.0R. RyanTM2020-07-07
|
* libv4l: 1.18.0 -> 1.18.1R. RyanTM2020-05-10
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* libv4l: 1.16.7 -> 1.18.0R. RyanTM2020-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/v4l-utils/versions
* v4l-utils: split to multiple outputsJan Tojnar2019-09-10
| | | | | | That required setting localedir to fix cycle. Also do not patch shebangs globally.
* Merge branch 'master' into staging-nextJan Tojnar2019-09-06
|\ | | | | | | Fixed trivial conflicts caused by removing rec.
| * v4l-utils: 1.16.6 -> 1.16.7Will Dietz2019-09-03
| |
* | libv4l: disable building Qt (#67134)Jan Tojnar2019-08-20
|/ | | | | Since we added wrapQTAppHooks to qt5.mkDerivation, it pollutes the closure of everything it touches even when package is not building with Qt support. We had to revert to the standard deriver to avoid this.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* v4l-utils: use qt5's mkDerivationBjørn Forsman2019-08-07
| | | | | | | | | Fixes qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. See https://github.com/NixOS/nixpkgs/issues/65399
* libv4l: 1.16.5 -> 1.16.6R. RyanTM2019-05-13
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/v4l-utils/versions
* v4l-utils: 1.16.2 -> 1.16.5Markus Kowalewski2019-04-08
|
* v4l_utils: 1.16.0 -> 1.16.2Will Dietz2018-12-02
|
* libv4l: 1.14.2 -> 1.16.0R. RyanTM2018-10-21
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/v4l-utils/versions
* Take me (viric) out of most maintenanceLluís Batlle i Rossell2018-07-22
| | | | | | | Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* libv4l: 1.12.3 -> 1.14.2Ryan Mulligan2018-03-18
| | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.14.2 with grep in /nix/store/rbajjyaiyj3q7lxnxs1j3sn1j5x5qgpp-v4l-utils-1.14.2 - directory tree listing: https://gist.github.com/2bfaf54c93c6f29802c6049289a7bf94
* treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev2018-02-24
|
* Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* qt5: remove makeQtWrapperThomas Tuegel2017-06-18
|
* v4l_utils: 1.10.1 -> 1.12.3Nikolay Amiantov2017-04-02
| | | | | | Add CLI utils-only mode. Use flags instead of null's. Move to Qt 5.
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* v4l-utils: 1.6.3 -> 1.10.1Vladimír Čunát2016-07-09
| | | | | This fixes build after libjpeg(-turbo) update. /cc maintainers: @codypoel, @viric.
* v4l-utils: multiple outputsThomas Tuegel2016-04-25
|
* v4l-utils: 1.6.2 -> 1.6.3codyopel2015-05-31
|
* libjpeg needs to be propagated build input of v4lMichael Raskin2015-04-06
|
* v4l-util: refactor & 1.0.0 -> 1.6.2 (libv4l)codyopel2015-04-05
| | | | | + added missing dependencies (alsa, libXll & qt5) + added fixes to make sure unnecessary features are disabled for libv4l
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* v4l_utils: update from 0.9.3 to 1.0.0Nixpkgs Monitor2013-12-21
|
* v4l-utils: update to version 0.9.3Peter Simons2013-01-20
| | | | This update fixes the build of the SANE back and front-ends.
* v4l: Fix building of ir-keytableRickard Nilsson2013-01-20
|
* Updating libv4l (part of v4l-utils). I moved v4l-utils to ↵Lluís Batlle i Rossell2012-05-22
| | | | | | | | | stdenv.mkDerivation style, and it's used to build either libv4l or the utils (with qt4). svn path=/nixpkgs/trunk/; revision=34208
* Adding v4l-utilsMichael Raskin2011-08-13
svn path=/nixpkgs/trunk/; revision=28529