Package Details: deadbeef-jack-git 10.62d1e6a-1

Git Clone URL: https://aur.archlinux.org/deadbeef-jack-git.git (read-only, click to copy)
Package Base: deadbeef-jack-git
Description: jack plugin for the DeaDBeeF music player
Upstream URL: https://github.com/Alexey-Yakovenko/jack
Licenses: GPL2
Submitter: maz-1
Maintainer: maz-1
Last Packager: maz-1
Votes: 6
Popularity: 0.001335
First Submitted: 2015-10-07 14:49 (UTC)
Last Updated: 2015-10-17 06:46 (UTC)

Latest Comments

begin-theadventu commented on 2023-11-07 01:41 (UTC)

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

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!