




















The 1.19.0-1 release FTBFS due to a mismatched checksum.
❯ sha256sum purple-config.cmake
a815fec89feb37ea2153f81ebd469e44a3c93a0babb35d6414cea6032044dc91 purple-config.cmake
❯ grep sha256sum -C1 PKGBUILD
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hoehermann/purple-gowhatsapp/archive/refs/tags/v${pkgver}.tar.gz" "purple-config.cmake")
sha256sums=('4db5702a59f569778631bc28f2a01d8112d4f6907369fa33f062ca97c53a0008'
'acf2329cfb20ceea7aa0f58d15b52daffd408afeb5f1a3656ffd8e2260f7e67a')
Can you clarify what I need to to better?
The github-supplied source packages are missing the files from git submodules. That is a known issue, see https://github.com/orgs/community/discussions/31795. As far as I know, I cannot change how github operates.
purple-config.cmake is linked via submodule on git.
this breaks for static releases. lovely right?
I am removing the out of date flag as latest release is not a version number. maintainers need to do better.
Thank you for the quick response to flagging. It appears that the updated purple-config.cmake file hasn’t been checked into Git, despite the checksum being updated.
@Mr.Tao: Thank you for the comment. opusfile is supposed to be an optional dependency. I want to fix that upstream.
opusfile should be included in the depends array rather than optdepends
-- OPUSFILE_INCLUDE_DIRS: OPUSFILE_INCLUDE_DIR-NOTFOUND;OPUSFILE_INCLUDE_DIR-NOTFOUND/opus;/usr/include
-- OPUSFILE_LINK_LIBRARIES: OPUSFILE_LIB-NOTFOUND;/usr/lib/libopus.so;/usr/lib/libogg.so
-- Configuring done (1.4s)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
/purple-gowhatsapp/src/purple-gowhatsapp-1.16.0/src/c/OPUSFILE_INCLUDE_DIR
used as include directory in directory /purple-gowhatsapp/src/purple-gowhatsapp-1.16.0/src/c
OPUSFILE_LIB
linked by target "whatsmeow" in directory /purple-gowhatsapp/src/purple-gowhatsapp-1.16.0/src/c
Thanks for the plugin. Have my vote for this packages :)
Can you please change description. Nowadays it is powered by whatsmeow not by go-whatsapp anymore.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
purple-config.cmake is linked via submodule on git.
this breaks for static releases. lovely right?
I am removing the out of date flag as latest release is not a version number. maintainers need to do better.