Search Criteria
Package Details: gossip-git .r2635.g72ffea6a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gossip-git.git (read-only, click to copy) |
---|---|
Package Base: | gossip-git |
Description: | gossip nostr client, rust, egui based. |
Upstream URL: | https://github.com/mikedilger/gossip |
Licenses: | MIT |
Conflicts: | gossip-git |
Provides: | gossip-git |
Submitter: | soloturn |
Maintainer: | soloturn (mikedilger, dreieck) |
Last Packager: | soloturn |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-02-13 17:14 (UTC) |
Last Updated: | 2024-06-16 18:09 (UTC) |
Dependencies (6)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- cmake (cmake-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- mold (mold-gitAUR) (make)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional)
Latest Comments
1 2 Next › Last »
soloturn commented on 2024-06-16 17:57 (UTC)
dreieck, added you as maintainer, feel free to add dependency.
dreieck commented on 2024-03-02 19:21 (UTC)
xdg-utils
needs to be added as optional dependency sincexdg-open
is in the shabeng-line of the.desktop
file.qlrd commented on 2024-03-01 14:00 (UTC)
According @dreieck stated:
I suggest to modify the line 41 from:
to:
dreieck commented on 2024-02-28 19:19 (UTC) (edited on 2024-02-28 19:20 (UTC) by dreieck)
Please install the executable as
/usr/bin/gossip
, not/usr/bin/gossip-git
.Similar with the logo SVG file and the
.desktop
file: Name itgossip.*
, notgossip-git.*
.Thanks for maintaining!
dreieck commented on 2024-02-28 19:02 (UTC) (edited on 2024-02-28 19:03 (UTC) by dreieck)
Error in
package()
:(it must be
logo/gossip.svg
, notgossip.svg
.)Regards!
dreieck commented on 2024-02-28 18:57 (UTC)
Can you please add
ffmpeg-git
to theconflicts
array?:https://github.com/mikedilger/gossip/issues/653#issuecomment-1969641377
dreieck commented on 2024-02-28 10:07 (UTC)
Information:
Build fails for me with
error[E0004]: non-exhaustive patterns: `sys::AVPixelFormat::AV_PIX_FMT_D3D12` not covered
,error[E0004]: non-exhaustive patterns: `sys::AVCodecID::AV_CODEC_ID_LEAD` and `sys::AVCodecID::AV_CODEC_ID_QOA` not covered
anderror[E0004]: non-exhaustive patterns: `sys::AVPacketSideDataType::AV_PKT_DATA_IAMF_MIX_GAIN_PARAM`, `sys::AVPacketSideDataType::AV_PKT_DATA_IAMF_DEMIXING_INFO_PARAM`, `sys::AVPacketSideDataType::AV_PKT_DATA_IAMF_RECON_GAIN_INFO_PARAM` and 1 more not covered
.↗ Upstream issue report.
dreieck commented on 2024-02-28 08:56 (UTC) (edited on 2024-03-01 22:32 (UTC) by dreieck)
pkgver()
currently generates.r2069.gfe45e990
-- there is the official version missing at the beginning.Version should be parsed from
gossip-lib/Cargo.toml
, notCargo.toml
.Regards and thanks for maintaining!
dreieck commented on 2024-02-28 08:51 (UTC)
gossip-git
in theprovides
array should be replaced withgossip=${pkgver}
.gossip-git
in theconflicts
array should be replaced withgossip
.cargo
related download stuff out ofbuild()
intoprepare()
so thatbuild()
can run offline on already downloaded sources.Regards and thanks for maintaining!
jeremydei commented on 2023-09-16 18:59 (UTC)
this is great! just installed on a fresh archlinux system, some additional build deps (that I only noticed because it's so fresh) are: clang, cmake
1 2 Next › Last »