Search Criteria
Package Details: lossywav-git 1.4.2p.r21.g5c04ba3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lossywav-git.git (read-only, click to copy) |
---|---|
Package Base: | lossywav-git |
Description: | lossy audio pre-processor to improve flac encoding efficiency |
Upstream URL: | https://github.com/xiota/lossywav-for-posix |
Licenses: | GPL-3.0-or-later |
Conflicts: | lossywav |
Provides: | lossywav |
Submitter: | sekret |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2014-12-16 17:16 (UTC) |
Last Updated: | 2024-06-05 22:10 (UTC) |
Dependencies (4)
- fftw (fftw-amdAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Latest Comments
archlinux38 commented on 2022-08-19 17:42 (UTC)
This github repository compiles (x86_64) successfully : https://github.com/Sound-Linux-More/lossywav-for-linux
aphirst commented on 2019-01-27 14:03 (UTC)
I'm also unable to build:
sekret commented on 2017-12-19 12:01 (UTC) (edited on 2017-12-19 12:01 (UTC) by sekret)
Same here. I don't know how to fix this though. Filed a bug report: https://github.com/MoSal/lossywav-for-posix/issues/1
Thanks for the heads up!
archlinux38 commented on 2017-12-18 22:51 (UTC) (edited on 2017-12-18 22:52 (UTC) by archlinux38)
I get compilation errors:
Waf: Entering directory `/tmp/yaourt-tmp-user/aur-lossywav-git/src/lossywav/build' [13/15] Compiling units/nWav.cpp ../units/nWav.cpp:225:24: error: flexible array member ‘{anonymous}::tDS64Header::Table’ not at end of ‘struct {anonymous}::tWAVEChunks’ tChunkSize64 Table[]; ^ ../units/nWav.cpp:352:15: note: next member ‘{anonymous}::tFMTChunk {anonymous}::tWAVEChunks::FMT’ declared here tFMTChunk FMT; ^~~ ../units/nWav.cpp:348:8: note: in the definition of ‘struct {anonymous}::tWAVEChunks’ struct tWAVEChunks ^~~~~~~~~~~ ../units/nWav.cpp:225:24: error: flexible array member ‘{anonymous}::tDS64Header::Table’ not at end of ‘struct {anonymous}::tRIFF_Rec’ tChunkSize64 Table[]; ^ ../units/nWav.cpp:352:15: note: next member ‘{anonymous}::tFMTChunk {anonymous}::tWAVEChunks::FMT’ declared here tFMTChunk FMT; ^~~ ../units/nWav.cpp:413:8: note: in the definition of ‘struct {anonymous}::tRIFF_Rec’ struct tRIFF_Rec ^~~~~~~~~ ../units/nWav.cpp:225:24: error: flexible array member ‘{anonymous}::tDS64Header::Table’ not at end of ‘struct {anonymous}::RIFF’ tChunkSize64 Table[]; ^ ../units/nWav.cpp:352:15: note: next member ‘{anonymous}::tFMTChunk {anonymous}::tWAVEChunks::FMT’ declared here tFMTChunk FMT; ^~~ ../units/nWav.cpp:487:8: note: in the definition of ‘struct {anonymous}::RIFF’ struct RIFF ^~~~
Waf: Leaving directory `/tmp/yaourt-tmp-user/aur-lossywav-git/src/lossywav/build' Build failed -> task in 'lossywav-objs' failed with exit status 1 (run with -v to display more information) ==> ERROR: A failure occurred in build(). Aborting...
MoSal commented on 2016-11-27 22:27 (UTC) (edited on 2016-11-27 22:28 (UTC) by MoSal)