Bug 267863 - cad/librnd: update to 3.2.2
Summary: cad/librnd: update to 3.2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: http://www.repo.hu/projects/librnd/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-19 11:10 UTC by Robert Clausecker
Modified: 2022-11-22 06:38 UTC (History)
1 user (show)

See Also:
fernape: merge-quarterly+


Attachments
cad/librnd: update to 3.2.2 (2.11 KB, patch)
2022-11-19 11:10 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-11-19 11:10:35 UTC
Created attachment 238176 [details]
cad/librnd: update to 3.2.2

A patch release.

http://www.repo.hu/projects/librnd/releases/changelog-3.2.2.txt

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Please MFH if possible.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-11-22 06:37:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8edd92b4039d5eee88c3d3e0084e646c313d2705

commit 8edd92b4039d5eee88c3d3e0084e646c313d2705
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-11-21 06:43:21 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-22 06:32:49 +0000

    cad/librnd: update to 3.2.2

    ChangeLog: http://www.repo.hu/projects/librnd/releases/changelog-3.2.2.txt

    * Add: comment on BSD make in INSTALL
    * Fix: use compatibility color component conversion for determining crosshair
      color because component type and scaling differs between gtk2 and gtk4
    * Add: compatibility macro for converting color component to 0..1
    * Change: enable gtk4 plugin by default (but still prefer gtk2 if both gtk4 and
      gtk2 are available)
    * Add: compatibility macro for converting color component to 0..1
    * Add: extdep on libgd
    * Fix: missing gtk4_gl from the help text
    * Fix: sensible default size for the export dialog
    * Fix: when real xor is not available (e.g. on VAO), use 1-clr for all r;g;b so
      that the base color is "inverted" like when xor is available
    * Fix: detect inline before making decisions based on it

    PR:             267863
    Reported by:    fuz@fuz.su (maintainer)
    MFH:            2022Q4 (bugfix release)

 cad/librnd/Makefile  | 3 ++-
 cad/librnd/distinfo  | 6 +++---
 cad/librnd/pkg-plist | 6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-11-22 06:38:20 UTC
Committed and merged to 2022Q4,

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-11-22 06:38:26 UTC
A commit in branch 2022Q4 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b53c44e54d7085151f12db4bebd10028729798d8

commit b53c44e54d7085151f12db4bebd10028729798d8
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-11-21 06:43:21 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-22 06:34:09 +0000

    cad/librnd: update to 3.2.2

    ChangeLog: http://www.repo.hu/projects/librnd/releases/changelog-3.2.2.txt

    * Add: comment on BSD make in INSTALL
    * Fix: use compatibility color component conversion for determining crosshair
      color because component type and scaling differs between gtk2 and gtk4
    * Add: compatibility macro for converting color component to 0..1
    * Change: enable gtk4 plugin by default (but still prefer gtk2 if both gtk4 and
      gtk2 are available)
    * Add: compatibility macro for converting color component to 0..1
    * Add: extdep on libgd
    * Fix: missing gtk4_gl from the help text
    * Fix: sensible default size for the export dialog
    * Fix: when real xor is not available (e.g. on VAO), use 1-clr for all r;g;b so
      that the base color is "inverted" like when xor is available
    * Fix: detect inline before making decisions based on it

    PR:             267863
    Reported by:    fuz@fuz.su (maintainer)
    MFH:            2022Q4 (bugfix release)

    (cherry picked from commit 8edd92b4039d5eee88c3d3e0084e646c313d2705)

 cad/librnd/Makefile  | 3 ++-
 cad/librnd/distinfo  | 6 +++---
 cad/librnd/pkg-plist | 6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)