Package Details: playgsf 0.7.1-4

Git Clone URL: https://aur.archlinux.org/playgsf.git (read-only, click to copy)
Package Base: playgsf
Description: Simple command line player for gsf files based on a winamp plugin
Upstream URL: http://projects.raphnet.net/#playgsf
Licenses: unknown
Groups: multimedia
Submitter: spider-mario
Maintainer: spider-mario
Last Packager: spider-mario
Votes: 3
Popularity: 0.000000
First Submitted: 2010-12-20 16:04 (UTC)
Last Updated: 2020-07-23 11:08 (UTC)

Latest Comments

jsutton commented on 2021-09-13 17:26 (UTC)

I've also created a -git version of this package with my own upstream github repo since it doesn't seem to be actively maintained either at the original URL in this package, or at the Github URL I listed in my previous comment.

I've made some changes to the application in my fork so that it can used more easily from the CLI.

https://aur.archlinux.org/packages/playgsf-git/

jsutton commented on 2021-09-13 15:38 (UTC)

@spider-mario the version of the source tree here seems to build and function without any build hacks for me:

https://github.com/yshui/playgsf

dreieck commented on 2021-03-08 19:03 (UTC)

Fails to build for me:

[...]
g++ -lz -lresample -L./libresample-0.1.3 -lao gsf.o VBA/GBA.o VBA/Globals.o VBA/Sound.o VBA/Util.o VBA/bios.o VBA/memgzio.o VBA/snd_interp.o VBA/unzip.o linuxmain.o VBA/psftag.o -lresample -o playgsf
/sbin/ld: VBA/GBA.o: relocation R_X86_64_32S against symbol `C_FLAG' can not be used when making a PIE object; recompile with -fPIE
collect2: error: ld returned 1 exit status
make: *** [Makefile:12: all] Error 1

Thanks for maintaining!

applebloom commented on 2019-05-01 22:48 (UTC) (edited on 2019-05-02 11:45 (UTC) by applebloom)

The build fails for me now:

g++ -lz -lresample -L./libresample-0.1.3 -lao gsf.o VBA/GBA.o VBA/Globals.o VBA/Sound.o VBA/Util.o VBA/bios.o VBA/memgzio.o VBA/snd_interp.o VBA/unzip.o linuxmain.o VBA/psftag.o -lresample -o playgsf /usr/bin/ld: VBA/GBA.o: relocation R_X86_64_32S against symbol `N_FLAG' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: final link failed: nonrepresentable section on output collect2: error: ld returned 1 exit status

Edit: Adding "--enable-ccore" to configure allows it to build, but the program then segfaults on every file.