mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
Merge request for new net-misc/iipsrv package with user and group accounts (both set to -1) for the server process in acct-user/iipsrv and acct--group/iipsrv. net-misc/iipsrv includes both OpenRC and Systemd files and configuration.
iipsrv is an image server and transcoder for high resolution and scientific images that supports the IIP, IIIF, Deepzoom and Zoomify APIs (https://iipimage.sourceforge.io)
Signed-off-by: Ruven Pillay <someone@users.sourceforge.net>
12 lines
319 B
Diff
12 lines
319 B
Diff
--- iipsrv-1.2/Makefile.am 2021-04-09 22:29:51.000000000 +0200
|
|
+++ iipsrv-1.2/Makefile.am.new 2023-10-11 00:13:21.665852075 +0200
|
|
@@ -1,6 +1,6 @@
|
|
AUTOMAKE_OPTIONS = dist-bzip2
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
-SUBDIRS = fcgi src man
|
|
+SUBDIRS = src man
|
|
|
|
-EXTRA_DIST = TODO COPYING.FCGI doc windows
|
|
+EXTRA_DIST = doc windows
|