Bug#1059228: This is fixed in the next release 0.11.1

2024-03-15 Thread Sebastian Späth
This is fixed in the next release 0.11.1. However, I fail to build a 
package (due to my unexperience I guess).


When I try to build a package from
https://salsa.debian.org/DebianOnMobile-team/s2geometry

I get the error:

CMake Error at CMakeLists.txt:204 (target_link_libraries):
  Target "s2" links to:
absl::check
  but the target was not found.  Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.

So something seems to be missing in the abseil library that it depends 
on. I am a bit at a loss about how to fix this. With a working package I 
could upload a new version...




Bug#919785: Yad new version available

2023-05-04 Thread Sebastian Späth
By now, version 12.3 of yad has been released. The new upstream source 
location is https://github.com/v1cont/yad although the maintainer 
(v1cont) is the same as in the original sourceforge location.


Debian has not updated yad since 2018, and it shows (wayland support 
etc), so it would be great to bump yad.




Bug#1023961: GCC bug

2022-11-18 Thread Sebastian Späth
Just for completeness' sake: The PPC build failure boils down to a GCC 
issue, failing to handle "constexpr double double" arithmetic.


See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107745 for details. 
s2geometry contains a workaround removing the constexpr optimization 
(for now on all platforms, but we should restrict that really to powerpc).




Bug#1021119: Acknowledgement (openshot-qt: openshot fails to open color picker in chroma key effect filter [patch available])

2022-10-02 Thread Sebastian Späth

MR to release a version with the upstream patch applied at
https://salsa.debian.org/multimedia-team/openshot-qt/-/merge_requests/2



Bug#1008730: abseil: Please update to latest upstream version

2022-07-10 Thread Sebastian Späth
On Thu, 31 Mar 2022 13:33:17 -0400 Benjamin Barenblat 
 wrote:

The latest Abseil release requires a prerelease version of googletest,
so I’m deliberately waiting to package it. I’ve mentioned the problem to
people who work on googletest at Google, and a new googletest upstream
release is in the pipeline. In the meantime, I’d be happy to backport
some patches – are there any that you’ve identified as good candidates?


I am trying to package 
https://github.com/google/s2geometry/releases/v0.10.0 (to progress on 
the routing software puremaps) and that requires a version of absl 
including "HashOf", which is not in the currently released version.


Release 20220623.0 does contain it.

Best,
Sebastian