summary refs log tree commit diff
path: root/pkgs/os-specific/linux/tiscamera
Commit message (Collapse)AuthorAge
* tiscamera: 0.11.1 -> 0.13.1J. Neto2021-05-12
|
* tiscamera: clean upJan Tojnar2020-09-02
| | | | | | | | | - use pkg-config instead of pkgconfig alias - use placeholders for cmakeFlags - do not skip build rpath - udev replacements no longer apply https://github.com/TheImagingSource/tiscamera/commit/47d4fb246b5f82763f87ad57c7d1ed3420655e96 There are some misplaced dependencies like gobject-introspection and orc that should probably go to nativeBuildInputs but upstream detects them incorrectly.
* tiscamera: drop legacy gstJan Tojnar2020-09-02
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* tiscamera: 0.9.1 -> 0.11.1, fix build w/glibc-2.30Maximilian Bosch2020-01-28
|
* treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg2020-01-15
| | | | | | | | | | Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* tiscamera: Init at 0.9.1 (#41738)jraygauthier2018-06-10