Commit Graph

40 Commits

Author SHA1 Message Date
R. Ryantm
908d02c1c0 libv4l: 1.22.1 -> 1.24.1 2023-04-29 04:24:46 +00:00
Alyssa Ross
f031dafcc8 libv4l: fix build for non-glibc platforms
argp is a Glibc-specific feature.
2022-06-30 07:41:09 +00:00
R. RyanTM
dfab9e35c6
libv4l: 1.20.0 -> 1.22.1
* 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>
2022-02-21 12:23:37 +01:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Jonathan Ringer
9bb3fccb5b 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.
2021-01-19 01:16:25 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Cole Mickens
3a2d677b0b
v4l-utils: fix by patchShebangs on cec-gen.pl 2020-08-06 22:04:06 -07:00
R. RyanTM
1b941508f1 libv4l: 1.18.1 -> 1.20.0 2020-07-07 19:39:29 +00:00
R. RyanTM
ec7e931c90 libv4l: 1.18.0 -> 1.18.1 2020-05-10 18:47:02 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
100f1f8cbc libv4l: 1.16.7 -> 1.18.0
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
2020-02-05 10:47:46 +01:00
Jan Tojnar
e1d5779154
v4l-utils: split to multiple outputs
That required setting localedir to fix cycle.

Also do not patch shebangs globally.
2019-09-10 01:56:39 +02:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Will Dietz
00de817ab5
v4l-utils: 1.16.6 -> 1.16.7 2019-09-03 18:40:31 -05:00
Jan Tojnar
e6e03ba58d libv4l: disable building Qt (#67134)
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-20 20:58:13 -04:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Bjørn Forsman
f6763cc130 v4l-utils: use qt5's mkDerivation
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-08-07 20:40:08 +02:00
R. RyanTM
ea36e9260e libv4l: 1.16.5 -> 1.16.6
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-05-13 04:04:28 -07:00
Markus Kowalewski
74e3bf3c0f
v4l-utils: 1.16.2 -> 1.16.5 2019-04-08 15:24:07 +02:00
Will Dietz
a4adec8654 v4l_utils: 1.16.0 -> 1.16.2 2018-12-02 00:10:07 -06:00
R. RyanTM
c1272a966c libv4l: 1.14.2 -> 1.16.0
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-10-21 08:50:16 +02:00
Lluís Batlle i Rossell
66d7126255 Take me (viric) out of most maintenance
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-07-22 21:50:19 +02:00
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* 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-06-28 20:43:35 +02:00
Ryan Mulligan
38acfcad47 libv4l: 1.12.3 -> 1.14.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-03-18 12:58:07 -07:00
Alexander V. Nikolaev
1bc1909e5b treewide: transition from mesa_glu to libGLU 2018-02-24 17:05:43 +02:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Thomas Tuegel
c816bbc8a8
qt5: remove makeQtWrapper 2017-06-18 08:44:42 -05:00
Nikolay Amiantov
fda2590abb v4l_utils: 1.10.1 -> 1.12.3
Add CLI utils-only mode.
Use flags instead of null's.
Move to Qt 5.
2017-04-02 23:55:13 +03:00
Tuomas Tynkkynen
a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Vladimír Čunát
6f07fdf469 v4l-utils: 1.6.3 -> 1.10.1
This fixes build after libjpeg(-turbo) update.
/cc maintainers: @codypoel, @viric.
2016-07-09 18:54:44 +02:00
Thomas Tuegel
e0a2224f1e v4l-utils: multiple outputs 2016-04-25 19:04:24 -05:00
codyopel
a9af62f38b v4l-utils: 1.6.2 -> 1.6.3 2015-05-31 19:54:03 -04:00
Michael Raskin
3ba3c1f25d libjpeg needs to be propagated build input of v4l 2015-04-06 08:27:23 +03:00
codyopel
466cb22bcd v4l-util: refactor & 1.0.0 -> 1.6.2 (libv4l)
+ added missing dependencies (alsa, libXll & qt5)
+ added fixes to make sure unnecessary features are disabled for libv4l
2015-04-05 16:23:37 -04:00
Mateusz Kowalczyk
007f80c1d0 Turn more licenses into lib.licenses style
Should eval cleanly, as far as -A tarball tells me.

Relevant: issue #2999, issue #739
2014-11-06 00:48:16 +00:00
Nixpkgs Monitor
e64b7663f6 v4l_utils: update from 0.9.3 to 1.0.0 2013-12-21 02:28:27 +02:00
Peter Simons
ced57493ee v4l-utils: update to version 0.9.3
This update fixes the build of the SANE back and front-ends.
2013-01-20 16:23:28 +01:00
Rickard Nilsson
4b9df608e2 v4l: Fix building of ir-keytable 2013-01-20 00:39:13 +01:00
Lluís Batlle i Rossell
7962af0fe5 Updating libv4l (part of v4l-utils). I moved v4l-utils to stdenv.mkDerivation style,
and it's used to build either libv4l or the utils (with qt4).


svn path=/nixpkgs/trunk/; revision=34208
2012-05-22 14:30:12 +00:00
Michael Raskin
6f1eded225 Adding v4l-utils
svn path=/nixpkgs/trunk/; revision=28529
2011-08-13 08:59:00 +00:00