Skip to content

qgis: update to 4.0.2; New package: libblend2d-devel-0.21.2#60786

Open
nezos wants to merge 3 commits into
void-linux:masterfrom
nezos:master
Open

qgis: update to 4.0.2; New package: libblend2d-devel-0.21.2#60786
nezos wants to merge 3 commits into
void-linux:masterfrom
nezos:master

Conversation

@nezos
Copy link
Copy Markdown
Contributor

@nezos nezos commented May 27, 2026

Testing the changes

  • I tested the changes in this PR: YES

New package (libblend2d-devel)

Local build testing

  • I built this PR locally for my native architecture: x86_64-glibc

Note: Fixes also incompatibility problems installing plugins due to qt6 build of the latest 3.x version.
Note2: blend2d was introduced as it is required for building qgis

@ar-jan if you want to review it also, thanks.

@nezos
Copy link
Copy Markdown
Contributor Author

nezos commented May 28, 2026

Dropped support for 32bit. There is no package for qt6-webengine in 32bit plus since 2020 it was announced that moving to qt6, 32bit will no longer be supported:
https://blog.qgis.org/2020/10/15/phasing-out-32-bit-support-in-qgis/

Comment thread srcpkgs/qgis/template
distfiles="https://github.com/qgis/QGIS/archive/final-${version//./_}.tar.gz"
checksum=1396c84dd6c9c89c026de8b564319e0f6206c8bbc1b160bfdc0fdf49adb61748
checksum=1800a4ad63224821d4b391b87cc53cc8a53c8626193fde8235934c81223e617e
lib32disabled=yes
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not how you exclude 32-bit architectures. Use the archs variable to restrict the build to 64-bit targets.

@@ -0,0 +1,13 @@
# Template file for 'libblend2d-devel'
pkgname=libblend2d-devel
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be called libblend2d and have a -devel subpackage. Look at other library packages for examples. You'll also need an entry in common/shlibs.

revision=1
build_style=cmake
configure_args="-DBLEND2D_TEST=OFF -DBLEND2D_DEMOS=OFF -DBLEND2D_STATIC=ON
-DCMAKE_POSITION_INDEPENDENT_CODE=ON"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Continued quotes lines should be indented with a single space.

configure_args="-DBLEND2D_TEST=OFF -DBLEND2D_DEMOS=OFF -DBLEND2D_STATIC=ON
-DCMAKE_POSITION_INDEPENDENT_CODE=ON"
short_desc="High performance 2D vector graphics engine"
maintainer="Orphaned <you@example.com>"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not start life orphaned (and an orphaned package uses the specific orphan@voidlinux.org email address anyway). Add your own name and email address when you add a new package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants