-
Notifications
You must be signed in to change notification settings - Fork 2.6k
qgis: update to 4.0.2; New package: libblend2d-devel-0.21.2 #60786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # Template file for 'libblend2d-devel' | ||
| pkgname=libblend2d-devel | ||
| version=0.21.2 | ||
| revision=1 | ||
| build_style=cmake | ||
| configure_args="-DBLEND2D_TEST=OFF -DBLEND2D_DEMOS=OFF -DBLEND2D_STATIC=ON | ||
| -DCMAKE_POSITION_INDEPENDENT_CODE=ON" | ||
|
nezos marked this conversation as resolved.
|
||
| short_desc="High performance 2D vector graphics engine" | ||
| maintainer="Orphaned <you@example.com>" | ||
|
nezos marked this conversation as resolved.
|
||
| license="Zlib" | ||
| homepage="https://blend2d.com" | ||
| distfiles="https://blend2d.com/download/blend2d-${version}.tar.gz" | ||
| checksum=234ba57a64153c96885a6271f15fdcf6c594ac8cb03adaad19abb8d3b2b533fa | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| # Template file for 'qgis' | ||
| pkgname=qgis | ||
| version=3.44.4 | ||
| revision=4 | ||
| version=4.0.2 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 4.0.3 was just released |
||
| revision=1 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can add
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We have more 32-bit architectures than i686.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since we have nocross, I was about to set:
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That seems the most readable version to me (though
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No. We'll need to determine whether it can be built natively on aarch64.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Another option to preserve original intent would be to mark the template broken when |
||
| build_style=cmake | ||
| configure_args="-DENABLE_TESTS=OFF -DWITH_3D=True -DWITH_PDAL=True | ||
| -DBUILD_WITH_QT6=ON -DWITH_PDF4QT=ON -DWITH_QTWEBKIT=NO | ||
|
|
@@ -20,8 +20,8 @@ makedepends="exiv2-devel draco-devel expat-devel freexl-devel geos-devel | |
| proj-devel protobuf-devel python3-devel python3-PyQt-builder | ||
| qt6-base-private-devel qt6-svg-devel qt6-position-devel qt6-qt5compat-devel | ||
| qt6-declarative-devel qt6-serialport-devel qt6-3d-devel | ||
| qt6-multimedia-devel | ||
| qt6-plugin-odbc qt6-plugin-pgsql qt6-plugin-sqlite | ||
| qt6-multimedia-devel qt6-webengine qt6-webengine-devel libblend2d-devel | ||
| qt6-plugin-odbc qt6-plugin-pgsql qt6-plugin-sqlite OpenCL-CLHPP | ||
| qscintilla-qt6-devel qtkeychain-qt6-devel qca-qt6-devel qwt-qt6-devel | ||
| python3-pyqt6-bindings python3-pyqt6-qsci-devel python3-pyqt6-sip ${_pyqt} | ||
| python3-devel sqlite-devel zlib-devel libopenjpeg2-devel" | ||
|
|
@@ -34,16 +34,10 @@ maintainer="Arjan Mossel <arjanmossel@gmail.com>" | |
| license="GPL-2.0-only" | ||
| homepage="https://qgis.org" | ||
| distfiles="https://github.com/qgis/QGIS/archive/final-${version//./_}.tar.gz" | ||
| checksum=1396c84dd6c9c89c026de8b564319e0f6206c8bbc1b160bfdc0fdf49adb61748 | ||
| checksum=1800a4ad63224821d4b391b87cc53cc8a53c8626193fde8235934c81223e617e | ||
| lib32disabled=yes | ||
|
nezos marked this conversation as resolved.
|
||
| nocross="due to grass" | ||
|
|
||
| post_configure() { | ||
| # No idea why the patch was removed on generated files | ||
| sed -i 's/[.]sip[.]in$/.sip/' ftbfs.patch | ||
| cd build | ||
| patch -Np1 -s -i ../ftbfs.patch | ||
| } | ||
|
|
||
| post_install() { | ||
| mv ${DESTDIR}/usr/share/qgis/python ${DESTDIR}/usr/lib/qgis/ | ||
| ln -s ../../lib/qgis/python ${DESTDIR}/usr/share/qgis/python | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be called
libblend2dand have a-develsubpackage. Look at other library packages for examples. You'll also need an entry incommon/shlibs.Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahesford I named the package this way cause I considered it only for development. The package contains header files, cmake files and a static library, i.e.:
Should I change it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should not be building only static libraries. Either build only the shared library or both.