Update README
This commit is contained in:
@@ -3,4 +3,4 @@ LibXISF
|
|||||||
|
|
||||||
LibXISF is C++ library that can read and write XISF files produced by [PixInsight](https://pixinsight.com/).
|
LibXISF is C++ library that can read and write XISF files produced by [PixInsight](https://pixinsight.com/).
|
||||||
It implement [XISF 1.0 specification](https://pixinsight.com/doc/docs/XISF-1.0-spec/XISF-1.0-spec.html).
|
It implement [XISF 1.0 specification](https://pixinsight.com/doc/docs/XISF-1.0-spec/XISF-1.0-spec.html).
|
||||||
It is licensed under GPLv3. To compile you will need Qt5 Core.
|
It is licensed under GPLv3. To compile you will need C++17 compiler.
|
||||||
|
|||||||
Vendored
+6
@@ -1,3 +1,9 @@
|
|||||||
|
libxisf (0.2.0-ubuntu1) focal; urgency=medium
|
||||||
|
|
||||||
|
* Rewrite to remove Qt as dependency
|
||||||
|
|
||||||
|
-- Dušan Poizl <nou@nouspiro.space> Fri, 10 Mar 2023 22:10:01 +0100
|
||||||
|
|
||||||
libxisf (0.1.3-ubuntu1) focal; urgency=medium
|
libxisf (0.1.3-ubuntu1) focal; urgency=medium
|
||||||
|
|
||||||
* Write missing pixelStorage attribute
|
* Write missing pixelStorage attribute
|
||||||
|
|||||||
Vendored
-1
@@ -4,7 +4,6 @@ Maintainer: Dušan Poizl <nou@nouspiro.space>
|
|||||||
Build-Depends: debhelper (>= 9),
|
Build-Depends: debhelper (>= 9),
|
||||||
cdbs,
|
cdbs,
|
||||||
cmake,
|
cmake,
|
||||||
qtbase5-dev
|
|
||||||
Standards-Version: 4.5.0
|
Standards-Version: 4.5.0
|
||||||
Section: libs
|
Section: libs
|
||||||
Homepage: https://gitea.nouspiro.space/nou/libXISF
|
Homepage: https://gitea.nouspiro.space/nou/libXISF
|
||||||
|
|||||||
Reference in New Issue
Block a user