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 (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-full-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR) (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, mimejs-gitAUR, xdg-utils-mimeoAUR) (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-utilsneeds to be added as optional dependency sincexdg-openis in the shabeng-line of the.desktopfile.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
.desktopfile: 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-gitto theconflictsarray?: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 coveredanderror[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-gitin theprovidesarray should be replaced withgossip=${pkgver}.gossip-gitin theconflictsarray should be replaced withgossip.cargorelated 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 »