Yarny0
44aea0986b
hylafaxplus: 7.0.3 -> 7.0.4
...
Release notes: https://hylafax.sourceforge.io/news/7.0.4.php
Regarding libtiff versions:
In the past, libtiff updates sometimes broke hylafaxplus builds
as the configure script checks the libtiff version
very thoroughly:
https://github.com/NixOS/nixpkgs/pull/122650
https://github.com/NixOS/nixpkgs/pull/130888
The new version permits libtiff versions `4.[0123]`,
due to this commit
https://sourceforge.net/p/hylafax/HylaFAX+/2595/
This is OK for now as we currently ship libtiff 4.3.
However, since the past tells us that libtiff
updates are rarely a problem, we keep our
patch that permits libtiff versions `4.[0-9]`.
The patch also needs adaption to new libtiff integer types
due to this commit
https://sourceforge.net/p/hylafax/HylaFAX+/2597/#diff-2
2021-09-04 13:05:36 +02:00
ajs124
3027914a57
hylafaxplus: fix build
2021-07-21 02:33:50 +02:00
Yarny0
b5464b008f
hylafaxplus: drop patch for POSIXLY_CORRECT
...
I'm not sure why this patch was needed,
but it builds and works find without it now.
Maybe this is connected with
https://github.com/NixOS/nixpkgs/pull/30483
2021-05-14 05:42:17 +02:00
Yarny0
87f08e8899
hylafaxplus: switch to pname+version
...
To support efforts like
https://github.com/NixOS/nixpkgs/issues/103997
this splits `name` into `pname` and `version`.
2021-05-14 05:42:16 +02:00
Yarny0
9e9da7c4cb
hylafaxplus: use gentoo patch for libtiff 4.2
2021-05-14 05:42:16 +02:00
ajs124
62b12d749b
hylafaxplus: fix build
2021-05-12 00:02:59 +02:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
R. RyanTM
2bd7f772b1
hylafaxplus: 7.0.2 -> 7.0.3
2020-08-14 03:58:03 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
dd0efcdb0b
hylafaxplus: 7.0.1 -> 7.0.2
2020-02-01 02:02:09 +00:00
R. RyanTM
3da675c6aa
hylafaxplus: 7.0.0 -> 7.0.1
2019-11-01 22:26:51 -07:00
Ryan Mulligan
6561637fdc
Merge pull request #59540 from r-ryantm/auto-update/hylafaxplus
...
hylafaxplus: 5.6.1 -> 7.0.0
2019-04-19 07:47:02 -07:00
R. RyanTM
4b0565464c
hylafaxplus: 5.6.1 -> 7.0.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/hylafaxplus/versions
2019-04-14 17:11:28 -07:00
Yarny0
729ce1cc58
hylafaxplus: update meta
...
* move meta attrset into curly brackets
* update homepage (finally supports https)
* add downloadPage
* add longDescription
2019-04-12 11:11:49 +02:00
R. RyanTM
aefb40b671
hylafaxplus: 5.6.0 -> 5.6.1 ( #47045 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hylafaxplus/versions
2018-09-22 18:25:44 +02:00
Yarny0
a08b633fe7
HylaFAX+: init at 5.6.0
...
Create the top-level packages attribute
'hylafaxplus' that builds HylaFAX+ .
Note:
The nobody uid and the nogroup gid
are hardcoded in the package.
The package build recipe file
contains options to modify these ids.
2018-09-08 14:21:40 +02:00