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>
|
||||
<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>
|
||||
<Archive sha1sum="2d47ddf341a09325f1db36ff3ac2bd4f0d8eccc0" type="tarxz">
|
||||
https://github.com/BestImageViewer/geeqie/releases/download/v2.5/geeqie-2.5.tar.xz
|
||||
<Archive sha1sum="718e08776d48a25425cc4b330047a0976d4b1260" type="tarxz">
|
||||
https://github.com/BestImageViewer/geeqie/releases/download/v2.6/geeqie-2.6.tar.xz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>vim</Dependency>
|
||||
@@ -38,6 +38,8 @@
|
||||
<Dependency>ffmpeg-devel</Dependency>
|
||||
<Dependency>libraw-devel</Dependency>
|
||||
<Dependency>libjxl-devel</Dependency>
|
||||
<Dependency>cfitsio-devel</Dependency>
|
||||
<Dependency>openexr-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>libheif-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
@@ -72,6 +74,8 @@
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libraw</Dependency>
|
||||
<Dependency>libjxl</Dependency>
|
||||
<Dependency>cfitsio</Dependency>
|
||||
<Dependency>openexr</Dependency>
|
||||
<Dependency>gphoto2</Dependency>
|
||||
<Dependency>libheif</Dependency>
|
||||
<Dependency>openjpeg2</Dependency>
|
||||
@@ -94,6 +98,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2025-02-08</Date>
|
||||
<Version>2.5</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A terminal integrated SSH/Telnet client.</Summary>
|
||||
<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>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
|
||||
@@ -13,7 +13,7 @@ i = ''.join([
|
||||
' --disable-werror',
|
||||
' --disable-static',
|
||||
' --without-docs',
|
||||
' --with-mdds=2.1 '
|
||||
' --with-mdds=3.0 '
|
||||
])
|
||||
|
||||
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>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
<Patch level="1">mdds3.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -64,9 +65,9 @@
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2025-02-09</Date>
|
||||
<Date>2025-05-08</Date>
|
||||
<Version>0.1.12</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
@@ -49,9 +49,9 @@
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2025-04-05</Date>
|
||||
<Date>2025-05-08</Date>
|
||||
<Version>6.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
|
||||
Reference in New Issue
Block a user