Package Details: pulsenomore 0.1-1

Git Clone URL: https://aur.archlinux.org/pulsenomore.git (read-only, click to copy)
Package Base: pulsenomore
Description: Run Executable without Pulseaudio correctly
Upstream URL: http://bugs.kerbalspaceprogram.com/issues/7515#note-28
Licenses: GPL
Submitter: GloW
Maintainer: GloW
Last Packager: GloW
Votes: 1
Popularity: 0.000000
First Submitted: 2017-05-25 16:49 (UTC)
Last Updated: 2017-05-25 16:49 (UTC)

Latest Comments

Cavernosa commented on 2023-01-09 01:19 (UTC)

For anybody still with build issues, there's a PR waiting to be merged in the github repo that fixes it: https://github.com/mwestphal/pulsenomore/pull/2

Apply the patch and it should build fine: https://patch-diff.githubusercontent.com/raw/mwestphal/pulsenomore/pull/2.patch

dreieck commented on 2021-03-14 21:18 (UTC)

Fails to build for me:

==> Starting build()...
pulsenomore.c:39:19: error: static declaration of ‘memfd_create’ follows non-static declaration
   39 | static inline int memfd_create(const char *name, unsigned int flags) {
      |                   ^~~~~~~~~~~~
In file included from /usr/include/bits/mman-linux.h:113,
                 from /usr/include/bits/mman.h:34,
                 from /usr/include/sys/mman.h:41,
                 from pulsenomore.c:29:
/usr/include/bits/mman-shared.h:51:5: note: previous declaration of ‘memfd_create’ was here
   51 | int memfd_create (const char *__name, unsigned int __flags) __THROW;
      |     ^~~~~~~~~~~~
==> ERROR: A failure occurred in build().
    Aborting...