Package Details: deadbeef-plugin-jack-git r10.62d1e6a-1

Git Clone URL: https://aur.archlinux.org/deadbeef-plugin-jack-git.git (read-only, click to copy)
Package Base: deadbeef-plugin-jack-git
Description: JACK output plugin for DeaDBeeF music player (latest commit)
Upstream URL: https://github.com/DeaDBeeF-Player/jack
Keywords: deadbeef for git jack latest music output player plugin
Licenses: MIT
Conflicts: deadbeef-plugin-jack
Provides: deadbeef-plugin-jack
Submitter: begin-theadventu
Maintainer: begin-theadventu
Last Packager: begin-theadventu
Votes: 5
Popularity: 0.000000
First Submitted: 2023-11-07 11:59 (UTC)
Last Updated: 2023-11-07 11:59 (UTC)

Latest Comments

begin-theadventu commented on 2023-11-07 01:41 (UTC) (edited on 2024-03-31 05:51 (UTC) by begin-theadventu)

I have no problem with build, however shouldn't the package name be deadbeef-plugin-jack-git?

Edit: merged.

dreieck commented on 2023-09-22 19:40 (UTC) (edited on 2023-09-22 19:45 (UTC) by dreieck)

Build fais for me with
error: ‘ddb_waveformat_t’ has no member named ‘is_bigendian’:

==> Starting build()...
cc -march=native -mtune=native -Ofast -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -fstack-clash-protection -fcf-protection -flto=auto -std=c99 -shared -O2 -o jack.so -ljack jack.c -fPIC -Wall -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto
jack.c:350:14: warning: initialization of ‘ddb_playback_state_t (*)(void)’ {aka ‘enum ddb_playback_state_e (*)(void)’} from incompatible pointer type ‘int (*)(void)’ [-Wincompatible-pointer-types]
  350 |     .state = jack_get_state,
      |              ^~~~~~~~~~~~~~
jack.c:350:14: note: (near initialization for ‘plugin.state’)
jack.c:356:10: error: ‘ddb_waveformat_t’ has no member named ‘is_bigendian’
  356 |         .is_bigendian = 0,
      |          ^~~~~~~~~~~~
make: *** [Makefile:4: all] Error 1
==> ERROR: A failure occurred in build().

Reported to upstream via email.

Regards!