Package Details: gossip 0.10.1-2

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: gossip
Provides: gossip
Submitter: soloturn
Maintainer: soloturn (zero66, mikedilger)
Last Packager: mikedilger
Votes: 2
Popularity: 0.24
First Submitted: 2023-02-13 19:50 (UTC)
Last Updated: 2024-04-23 03:20 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

1 2 3 Next › Last »

dreieck commented on 2024-03-02 19:21 (UTC)

xdg-utils needs to be added as optional dependency since xdg-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 the conflicts 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 and
  • error[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 and provides 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 of build() into prepare() so that build() can run offline on already downloaded sources.

Regards and thanks for maintaining!

qlrd commented on 2023-12-21 18:00 (UTC)

@chovy, the error

--- stderr
  thread 'main' panicked at /home/ettinger/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.64.0/./lib.rs:2393:31:
  Unable to find libclang: "couldn't find any valid shared libraries matching: ['libclang.so', 'libclang-*.so', 'libclang.so.*', 'libclang-*.so.*'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])"
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: gossip-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
gossip - exit status 4

can be fixed with yay -S clang cmake (Maybe its worth to add clang, cmake to depends or makedepends 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, tryrustc --explain E0004. error: could not compileffmpeg-next` (lib) due to 3 previous errors

chovy commented on 2023-11-15 02:53 (UTC)

  --- stderr
  thread 'main' panicked at /home/ettinger/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.64.0/./lib.rs:2393:31:
  Unable to find libclang: "couldn't find any valid shared libraries matching: ['libclang.so', 'libclang-*.so', 'libclang.so.*', 'libclang-*.so.*'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])"
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: gossip-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
gossip - exit status 4

soloturn commented on 2023-11-12 00:52 (UTC)

@TomZander you are now co maintainer, feel free to add that configuration.

suchende commented on 2023-07-06 05:35 (UTC)

extend the dependencies with: clang, cmake

soloturn commented on 2023-03-09 11:18 (UTC)

mike now co mainteiner