Search Criteria
Package Details: gossip 0.12.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gossip.git (read-only, click to copy) |
---|---|
Package Base: | gossip |
Description: | gossip nostr client, rust, egui based. |
Upstream URL: | https://github.com/mikedilger/gossip |
Licenses: | MIT |
Conflicts: | ffmpeg-git |
Submitter: | soloturn |
Maintainer: | soloturn (zero66, mikedilger) |
Last Packager: | mikedilger |
Votes: | 4 |
Popularity: | 0.48 |
First Submitted: | 2023-02-13 19:50 (UTC) |
Last Updated: | 2024-10-05 05:14 (UTC) |
Dependencies (7)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (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 3 4 Next › Last »
mikedilger commented on 2024-07-18 17:19 (UTC)
I'm not updating to 0.11.0 because it won't compile against ffmpeg 7.0.0.
I am fixing several bugs and will instead update this to 0.11.1 with all the patches.
soloturn commented on 2024-06-16 18:01 (UTC)
dreieck added you to maintainers. feel free to adjust. i do not understand why ffmpeg-git should conflict? the goal was to permit both, the git and normal version to be installed in parallel, isn't it?
nqdtdz29bq commented on 2024-05-20 21:08 (UTC) (edited on 2024-05-20 21:09 (UTC) by nqdtdz29bq)
If you try building it in a clean chroot you'll run into two missing
makedepends
:ffmpeg cmake
After adding those two it builds successfully.
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.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:08 (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:57 (UTC)
Please remove the
conflicts
andprovides
entries, since they just list the package's name.dreieck commented on 2024-02-28 08:51 (UTC) (edited on 2024-02-28 08:57 (UTC) by dreieck)
Please move the
cargo
related download stuff out ofbuild()
intoprepare()
so thatbuild()
can run offline on already downloaded sources.Regards and thanks for maintaining!
qlrd commented on 2023-12-21 18:00 (UTC)
@chovy, the error
can be fixed with
yay -S clang cmake
(Maybe its worth to addclang
,cmake
todepends
ormakedepends
variables?)@soloturn, but after fix this error, another one appeared:
``bash error[E0004]: non-exhaustive patterns:
sys::AVPixelFormat::AV_PIX_FMT_P212BE,
sys::AVPixelFormat::AV_PIX_FMT_P212LE,
sys::AVPixelFormat::AV_PIX_FMT_P412BEand 3 more not covered ... For more information about this error, try
rustc --explain E0004. error: could not compile
ffmpeg-next` (lib) due to 3 previous errorschovy commented on 2023-11-15 02:53 (UTC)
1 2 3 4 Next › Last »