Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
...
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
nova madeline
82aeb7fba1
epkowa: add plugin for Perfection V100 Photo
2024-06-14 16:40:55 +02:00
Edu Renesto
147b07ffbb
epkowa: add plugin for Perfection V550 Photo
2024-02-25 12:54:06 -03:00
Martin Gondermann
b48bce252f
epkowa: add plugin for GT-1500
2024-01-06 23:14:29 +01:00
Nicolas Benes
0ccdbb399a
epkowa: add plugin for GT-X750, Perfection 4490
2022-12-18 20:46:05 +01:00
Robert Scott
9fc90429c3
treewide/games,misc: add sourceType binaryNativeCode for many packages
2022-06-10 21:12:22 +01:00
Jason Lenz
898232add7
epkowa: update iscan-data 1.39.1-2 -> 1.39.2-1
2021-03-21 16:25:17 -05:00
Jason Lenz
5f0d9afab6
epkowa: apply recommendations from nixos package audit bot
2021-03-19 12:35:58 -05:00
Jason Lenz
67230d58a4
epkowa: add epson perfection v600 photo
2021-03-18 20:12:15 -05:00
Ben Siraphob
fce00d15c2
pkgs/misc: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
rys ostrovid
357e0703f8
epkowa: add support for 'Perfection V37/V370' scanners ( #107584 )
2020-12-25 21:10:36 +01:00
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
symphorien
5e6fe939df
epkowa: update hashes ( #93846 )
2020-08-05 20:23:30 +02:00
Jan Tojnar
e89e2edc73
libusb-compat-0_1: rename from libusb
2020-04-28 05:33:41 +02:00
Dominik Honnef
baa4798f56
epkowa: add dominikh as maintainer
2020-03-20 20:02:21 +01:00
Dominik Honnef
55e85a0d62
epkowa: add the GT-S650 plugin
...
This plugin adds support for the GT-S650, Perfection V19 and
Perfection V39 scanners. I've tested it personally with an Epson
Perfection V39.
This plugin uses the ISCAN_FIRMWARE_DIR environment variable, not
ISCAN_FW_DIR. A quick grep didn't find any use of ISCAN_FW_DIR in the
currently packaged plugins, but a quick Google suggests that this
variable does (or at least used to) exist, so I'm not touching it.
2020-03-20 17:44:20 +01:00
Dominik Honnef
e22eb2d7b5
epkowa: fix parsing of interpreters ( #82909 )
...
Building with -std=c99 breaks the obsolete "%as" format string, which
completely breaks the parsing of epkowa interpreters. This means that
no scanner requiring plugins worked.
2020-03-19 13:40:45 -04:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists
2019-12-30 12:58:11 +01:00
wucke13
959930f7fd
epkowa: added mirror url for src
...
+ added webarchive source for reliable builds in the future
2019-10-13 19:23:54 +02:00
symphorien
8772a1dfbc
epkowa: update ( #68225 )
2019-09-08 13:39:21 -04:00
Niklas Hambüchen
9e78f76ade
treewide: Remove unnecessary --disable-static
( #66759 )
...
* freetype: Remove unnecessary `--disable-static`.
The true-by-default `dontDisableStatic` already takes care of it.
Fixes freetype not being overridable to have static libs.
* treewide: Remove unnecessary `--disable-static`.
The true-by-default `dontDisableStatic` already takes care of it.
Fixes these packages not being overridable to have static libs.
2019-08-31 08:10:53 -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
Ihar Hrachyshka
35ee15ded8
epkowa: add support for network scanners ( #60568 )
2019-06-12 14:46:57 -04:00
Benedikt Heine
fa82ebccf6
epkowa: support Epson Perfection V330 Photo
2019-02-19 20:45:31 -05:00
pacien
bf899d3bfb
epkowa: add s80 series driver
2019-01-20 00:22:24 +01:00
Patrick Hilhorst
c63d3530ef
vcv-rack, opkowa: pname-version fixes
2018-11-06 00:17:05 +01:00
Will Dietz
eb91037e7b
tree-wide: patchelf used during build -> nativeBuildInputs
...
In a few cases it wasn't clear so I left them as-is.
While visiting these moved other things to nativeBuildInputs
when it was clear they were one of these cases:
* makeWrapper
* archive utilities (in order to unpack src)
* a few of these might no longer be needed but leaving for another day
2018-09-28 11:43:16 -05:00
Massimo Redaelli
4dae72c879
fix for master
2018-06-24 17:36:11 +02:00
Massimo Redaelli
5667087581
epkowa: added Perfection V500 support
2018-06-23 17:04:21 +02:00
Symphorien Gibol
ebcd591f30
epkowa: make symphorien maintainer
2018-01-22 16:30:47 +01:00
Symphorien Gibol
eff980c6cb
epkowa: fix patch download url
...
the patch was modified (see [1]) so specify the git revision when
downloading it.
[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/media-gfx/iscan/files/iscan-2.28.1.3+libpng-1.5.patch?id=32694b0b3b24bd6729e613fabd7a3050c658c95b
2018-01-22 15:56:24 +01:00
John Ericson
ed14223f8c
treewide: Manual fix more pkg-config build-inputs
2017-09-21 15:49:54 -04:00
Symphorien Gibol
2dfba8529b
epkowa: init at 2.30.3-1
2017-08-15 11:41:55 +02:00