about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/v4l-utils
AgeCommit message (Collapse)AuthorFilesLines
2023-04-29libv4l: 1.22.1 -> 1.24.1R. Ryantm1-2/+2
2022-06-30libv4l: fix build for non-glibc platformsAlyssa Ross1-2/+4
argp is a Glibc-specific feature.
2022-02-21libv4l: 1.20.0 -> 1.22.1R. RyanTM1-5/+7
* libv4l: 1.20.0 -> 1.22.1 (#143322) * v4l-utils: build in parallel and fix patching of shebangs under utils and add meta.changelog URL and clarify meta.license (libs are LGPL 2.1 but tools are GPL 2) Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
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-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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
2020-08-06v4l-utils: fix by patchShebangs on cec-gen.plCole Mickens1-0/+1
2020-07-07libv4l: 1.18.1 -> 1.20.0R. RyanTM1-2/+2
2020-05-10libv4l: 1.18.0 -> 1.18.1R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-05libv4l: 1.16.7 -> 1.18.0R. RyanTM1-2/+2
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
2019-09-10v4l-utils: split to multiple outputsJan Tojnar1-10/+8
That required setting localedir to fix cycle. Also do not patch shebangs globally.
2019-09-06Merge branch 'master' into staging-nextJan Tojnar1-3/+3
Fixed trivial conflicts caused by removing rec.
2019-09-03v4l-utils: 1.16.6 -> 1.16.7Will Dietz1-3/+3
2019-08-20libv4l: disable building Qt (#67134)Jan Tojnar1-6/+10
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.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-07v4l-utils: use qt5's mkDerivationBjørn Forsman1-2/+2
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
2019-05-13libv4l: 1.16.5 -> 1.16.6R. RyanTM1-2/+2
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
2019-04-08v4l-utils: 1.16.2 -> 1.16.5Markus Kowalewski1-2/+2
2018-12-02v4l_utils: 1.16.0 -> 1.16.2Will Dietz1-3/+3
2018-10-21libv4l: 1.14.2 -> 1.16.0R. RyanTM1-2/+2
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
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell1-1/+1
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!
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* 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
2018-03-18libv4l: 1.12.3 -> 1.14.2Ryan Mulligan1-2/+2
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
2018-02-24treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev1-2/+2
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-06-18qt5: remove makeQtWrapperThomas Tuegel1-6/+2
2017-04-02v4l_utils: 1.10.1 -> 1.12.3Nikolay Amiantov1-29/+25
Add CLI utils-only mode. Use flags instead of null's. Move to Qt 5.
2016-08-29treewide: Shuffle outputsTuomas Tynkkynen1-1/+1
Make either 'bin' or 'out' the first output.
2016-07-09v4l-utils: 1.6.3 -> 1.10.1Vladimír Čunát1-2/+2
This fixes build after libjpeg(-turbo) update. /cc maintainers: @codypoel, @viric.
2016-04-25v4l-utils: multiple outputsThomas Tuegel1-3/+5
2015-05-31v4l-utils: 1.6.2 -> 1.6.3codyopel1-2/+2
2015-04-06libjpeg needs to be propagated build input of v4lMichael Raskin1-1/+3
2015-04-05v4l-util: refactor & 1.0.0 -> 1.6.2 (libv4l)codyopel1-13/+42
+ added missing dependencies (alsa, libXll & qt5) + added fixes to make sure unnecessary features are disabled for libv4l
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-1/+1
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2013-12-21v4l_utils: update from 0.9.3 to 1.0.0Nixpkgs Monitor1-2/+2
2013-01-20v4l-utils: update to version 0.9.3Peter Simons1-12/+6
This update fixes the build of the SANE back and front-ends.
2013-01-20v4l: Fix building of ir-keytableRickard Nilsson1-5/+3
2012-05-22Updating libv4l (part of v4l-utils). I moved v4l-utils to ↵Lluís Batlle i Rossell1-43/+27
stdenv.mkDerivation style, and it's used to build either libv4l or the utils (with qt4). svn path=/nixpkgs/trunk/; revision=34208
2011-08-13Adding v4l-utilsMichael Raskin1-0/+50
svn path=/nixpkgs/trunk/; revision=28529