forked from pool/asymptote
asymptote 2.90
This commit is contained in:
parent
cdc9248fe4
commit
5d7dcd7e05
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e2c6772b23074e8b9fa0832e2a4d5f743c02949e4799aaedfe59b6a0b0f10d96
|
|
||||||
size 12531627
|
|
BIN
2.90.tar.gz
(Stored with Git LFS)
Normal file
BIN
2.90.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 18 04:04:22 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.90
|
||||||
|
* Support templated access with imported and top-level
|
||||||
|
structure types, templated access with types containing
|
||||||
|
static fields, and templated imports for parameter types
|
||||||
|
defined in imported modules.
|
||||||
|
* Decouple scaling of each dimension with a fixed version of
|
||||||
|
the original 2-variable simplex method.
|
||||||
|
* Fix approximate transparency rendering for GPUs without SSBO
|
||||||
|
support.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 13 08:26:44 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
Thu Jun 13 08:26:44 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_with lsp
|
%bcond_with lsp
|
||||||
Name: asymptote
|
Name: asymptote
|
||||||
Version: 2.89
|
Version: 2.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: 2D & 3D TeX-Aware vector graphics language
|
Summary: 2D & 3D TeX-Aware vector graphics language
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -60,6 +60,7 @@ BuildRequires: pkgconfig(x11)
|
|||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
BuildRequires: tex(media9.sty)
|
BuildRequires: tex(media9.sty)
|
||||||
BuildRequires: tex(parskip.sty)
|
BuildRequires: tex(parskip.sty)
|
||||||
|
BuildRequires: tex(type1cm.sty)
|
||||||
Conflicts: texlive-asymptote
|
Conflicts: texlive-asymptote
|
||||||
Conflicts: texlive-asymptote-bin
|
Conflicts: texlive-asymptote-bin
|
||||||
Conflicts: texlive-asymptote-doc
|
Conflicts: texlive-asymptote-doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user