Merge pull request #16576 from 4fury-c3440d8/work
Geeqie26. Orphaned build of libetonyek and libdispatch.
This commit is contained in:
@@ -13,8 +13,8 @@
|
|||||||
<PartOf>multimedia.graphics</PartOf>
|
<PartOf>multimedia.graphics</PartOf>
|
||||||
<Summary>Geeqie is a lightweight image viewer for Linux, BSDs and compatibles.</Summary>
|
<Summary>Geeqie is a lightweight image viewer for Linux, BSDs and compatibles.</Summary>
|
||||||
<Description>Geeqie can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images.</Description>
|
<Description>Geeqie can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images.</Description>
|
||||||
<Archive sha1sum="2d47ddf341a09325f1db36ff3ac2bd4f0d8eccc0" type="tarxz">
|
<Archive sha1sum="718e08776d48a25425cc4b330047a0976d4b1260" type="tarxz">
|
||||||
https://github.com/BestImageViewer/geeqie/releases/download/v2.5/geeqie-2.5.tar.xz
|
https://github.com/BestImageViewer/geeqie/releases/download/v2.6/geeqie-2.6.tar.xz
|
||||||
</Archive>
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>vim</Dependency>
|
<Dependency>vim</Dependency>
|
||||||
@@ -38,6 +38,8 @@
|
|||||||
<Dependency>ffmpeg-devel</Dependency>
|
<Dependency>ffmpeg-devel</Dependency>
|
||||||
<Dependency>libraw-devel</Dependency>
|
<Dependency>libraw-devel</Dependency>
|
||||||
<Dependency>libjxl-devel</Dependency>
|
<Dependency>libjxl-devel</Dependency>
|
||||||
|
<Dependency>cfitsio-devel</Dependency>
|
||||||
|
<Dependency>openexr-devel</Dependency>
|
||||||
<Dependency>openssl-devel</Dependency>
|
<Dependency>openssl-devel</Dependency>
|
||||||
<Dependency>libheif-devel</Dependency>
|
<Dependency>libheif-devel</Dependency>
|
||||||
<Dependency>gettext-devel</Dependency>
|
<Dependency>gettext-devel</Dependency>
|
||||||
@@ -72,6 +74,8 @@
|
|||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>libraw</Dependency>
|
<Dependency>libraw</Dependency>
|
||||||
<Dependency>libjxl</Dependency>
|
<Dependency>libjxl</Dependency>
|
||||||
|
<Dependency>cfitsio</Dependency>
|
||||||
|
<Dependency>openexr</Dependency>
|
||||||
<Dependency>gphoto2</Dependency>
|
<Dependency>gphoto2</Dependency>
|
||||||
<Dependency>libheif</Dependency>
|
<Dependency>libheif</Dependency>
|
||||||
<Dependency>openjpeg2</Dependency>
|
<Dependency>openjpeg2</Dependency>
|
||||||
@@ -94,6 +98,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="9">
|
||||||
|
<Date>2025-05-06</Date>
|
||||||
|
<Version>2.6</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="8">
|
<Update release="8">
|
||||||
<Date>2025-02-08</Date>
|
<Date>2025-02-08</Date>
|
||||||
<Version>2.5</Version>
|
<Version>2.5</Version>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<Summary>A terminal integrated SSH/Telnet client.</Summary>
|
<Summary>A terminal integrated SSH/Telnet client.</Summary>
|
||||||
<Description>A terminal integrated SSH/Telnet client.</Description>
|
<Description>A terminal integrated SSH/Telnet client.</Description>
|
||||||
<Archive sha1sum="f9fd9ab5e3849bf8c22b218cdb7697dcdd1d8c9e" type="targz">https://the.earth.li/~sgtatham/putty/latest/putty-0.83.tar.gz</Archive>
|
<Archive sha1sum="f9fd9ab5e3849bf8c22b218cdb7697dcdd1d8c9e" type="targz">https://the.earth.li/~sgtatham/putty/0.83/putty-0.83.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
<Dependency>ninja</Dependency>
|
<Dependency>ninja</Dependency>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ i = ''.join([
|
|||||||
' --disable-werror',
|
' --disable-werror',
|
||||||
' --disable-static',
|
' --disable-static',
|
||||||
' --without-docs',
|
' --without-docs',
|
||||||
' --with-mdds=2.1 '
|
' --with-mdds=3.0 '
|
||||||
])
|
])
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
--- a/src/lib/IWORKTable.cpp 2024-11-05 15:56:01.000000000 -0600
|
||||||
|
+++ b/src/lib/IWORKTable.cpp 2025-02-07 14:50:09.040442328 -0600
|
||||||
|
@@ -168,7 +168,7 @@
|
||||||
|
|
||||||
|
void writeBorder(librevenge::RVNGPropertyList &props, const char *name, IWORKGridLine_t &line, unsigned index)
|
||||||
|
{
|
||||||
|
- if (!line.is_tree_valid())
|
||||||
|
+ if (!line.valid_tree())
|
||||||
|
line.build_tree();
|
||||||
|
|
||||||
|
IWORKStylePtr_t style;
|
||||||
@@ -27,6 +27,7 @@
|
|||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<!-- <Patch level="1"></Patch> -->
|
<!-- <Patch level="1"></Patch> -->
|
||||||
|
<Patch level="1">mdds3.patch</Patch>
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -64,9 +65,9 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="10">
|
<Update release="10">
|
||||||
<Date>2025-02-09</Date>
|
<Date>2025-05-08</Date>
|
||||||
<Version>0.1.12</Version>
|
<Version>0.1.12</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Rebuild.</Comment>
|
||||||
<Name>Pisi Linux Community</Name>
|
<Name>Pisi Linux Community</Name>
|
||||||
<Email>admin@pisilinux.org</Email>
|
<Email>admin@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
|
|||||||
@@ -49,9 +49,9 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2025-04-05</Date>
|
<Date>2025-05-08</Date>
|
||||||
<Version>6.1</Version>
|
<Version>6.1</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Rebuild.</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Update>
|
</Update>
|
||||||
|
|||||||
Reference in New Issue
Block a user