Yarny0
94022accb0
hylafaxplus: 7.0.6 -> 7.0.7
...
Also:
* Drop patch for libtiff 4.5 compatibility;
it is now included upstream.
* Update patch which expands the range of
permitted libtiff versions so it still applies.
Release notes: https://hylafax.sourceforge.io/news/7.0.7.php
2023-01-24 12:21:13 +01:00
Yarny0
28b2908486
hylafaxplus: patch source to fix build with libtiff 4.5
...
After libtiff's update to 4.5 in
4d4af86db6
hylafaxplus fails to build.
This is caused by libtiff 4.5 removing many exported symbols.
See this discussion for more details:
https://gitlab.com/libtiff/libtiff/-/issues/504
The next hylafaxplus relese will contain updated code such that
the missing code is simply added to the hylafaxplus codebase:
https://sourceforge.net/p/hylafax/HylaFAX+/2695/
To get hylafaxplus up and working again,
the commit at hand applies the corresponding patch.
Since Sourceforge doesn't permit to download patches
directly, we instead fetch the patch from Gentoo.
2023-01-15 12:42:48 +01:00
Franz Pletz
67408deaa2
hylafaxplus: fix build with libxcrypt
2022-10-09 18:10:41 +02:00
Yarny0
ad9e5b9386
hylafaxplus: 7.0.5 -> 7.0.6
...
* update libtiff patch due to
https://sourceforge.net/p/hylafax/HylaFAX+/2682/
* add openssl to buildInputs due to
https://sourceforge.net/p/hylafax/HylaFAX+/2664/
Release notes: https://hylafax.sourceforge.io/news/7.0.6.php
2022-07-27 14:34:58 +02:00
Renaud
a632c843a7
Merge pull request #158259 from Yarny0/hylafax
...
hylafaxplus: 7.0.4 -> 7.0.5
2022-02-18 22:17:08 +01:00
Yarny0
e899b07fc0
hylafaxplus: 7.0.4 -> 7.0.5
...
Released Feb 4 2022.
Release notes: https://hylafax.sourceforge.io/news/7.0.5.php
2022-02-05 11:44:52 +01:00
Yarny0
2fb7721bbb
hylafaxplus: add meta.changelog
url
2022-02-05 11:44:30 +01:00
FliegendeWurst
3a1c21cd5b
hylafaxplus: disable parallel build
2022-01-29 11:40:09 +01:00
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