Package Details: aqualung 1.2-2

Git Clone URL: https://aur.archlinux.org/aqualung.git (read-only, click to copy)
Package Base: aqualung
Description: High quality music player w/ gapless support
Upstream URL: https://aqualung.jeremyevans.net/
Licenses: GPL2
Submitter: fab31
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 0
Popularity: 0.000000
First Submitted: 2016-02-16 10:05 (UTC)
Last Updated: 2023-10-02 21:32 (UTC)

Latest Comments

1 2 Next › Last »

FabioLolix commented on 2023-09-29 15:05 (UTC)

Thanks for reporting, seems I need to change other 2 too

ferda commented on 2023-09-29 14:27 (UTC)

The @libcddb@ dependency shouldn’t be optional – program won’t launch without it. I didn’t check the others.

fab31 commented on 2019-08-20 20:43 (UTC)

If someone else want to take the maintenance or have a better PKGBUILD feel free, I'm not using this package anymore.

al0o0z commented on 2019-08-20 20:24 (UTC)

make: *** [Makefile:372: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... :: Unable to build aqualung - makepkg exited with code: 4

korrode commented on 2016-08-02 17:58 (UTC)

Again, the fix so you don't have to use --without-mac is in my old aqualung-svn PKGBUILD. You just need to put: sed -i 's|wchar_t \* pUTF16 = CAPECharacterHelper::GetUTF16FromANSI(filename);|wchar_t \* pUTF16 = GetUTF16FromANSI(filename);|' src/decoder/dec_mac.cpp in the prepare function.

korrode commented on 2016-04-09 16:37 (UTC)

Hi, i was the maintainer of Aqualung back on AUR3. You might like to have a look at my old packages, they were in good order. Check my old aqualung-svn PKGBUILD for the fix for the APE/Monkey's Audio issue. http://paradoxcomputers.com.au/arch/packages/

ristic commented on 2016-03-10 09:30 (UTC) (edited on 2016-03-10 09:44 (UTC) by ristic)

The build is failing my side. Here is what I believe to be the relevant section of the log: gcc -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dec_lavc.o -MD -MP -MF .deps/dec_lavc.Tpo -c -o dec_lavc.o dec_lavc.c dec_lavc.c: In function ‘decode_lavc’: dec_lavc.c:200:2: warning: ‘av_free_packet’ is deprecated [-Wdeprecated-declarations] av_free_packet(&packet); ^ In file included from dec_lavc.h:24:0, from dec_lavc.c:32: /usr/include/libavcodec/avcodec.h:4040:6: note: declared here void av_free_packet(AVPacket *pkt); ^ dec_lavc.c: In function ‘lavc_decoder_open’: dec_lavc.c:284:16: error: ‘AVCodecContext {aka struct AVCodecContext}’ has no member named ‘get_buffer’ pd->avCodecCtx->get_buffer = avcodec_default_get_buffer; ^ dec_lavc.c:284:31: error: ‘avcodec_default_get_buffer’ undeclared (first use in this function) pd->avCodecCtx->get_buffer = avcodec_default_get_buffer; ^ dec_lavc.c:284:31: note: each undeclared identifier is reported only once for each function it appears in dec_lavc.c:285:16: error: ‘AVCodecContext {aka struct AVCodecContext}’ has no member named ‘release_buffer’ pd->avCodecCtx->release_buffer = avcodec_default_release_buffer; ^ dec_lavc.c:285:35: error: ‘avcodec_default_release_buffer’ undeclared (first use in this function) pd->avCodecCtx->release_buffer = avcodec_default_release_buffer; ^ Makefile:451: recipe for target 'dec_lavc.o' failed make[3]: *** [dec_lavc.o] Error 1 make[3]: Leaving directory '/tmp/yaourt-tmp-robsco/aur-aqualung/src/aqualung-1.0/src/decoder' Makefile:1231: recipe for target 'all-recursive' failed Luckily I have it installed already but I needed to downgrade libmpcdec-1.2.6-4 to libmpcdec-1:0.1+r475-1 to get it to run. I think this is unrelated to the build error but both seem (with my limited understanding) to be libraries that have updated that are now incompatible with the Aqualung source code.