Package Details: deadbeef-optimfrog-git 20151108.g07c8965-1

Git Clone URL: https://aur.archlinux.org/deadbeef-optimfrog-git.git (read-only, click to copy)
Package Base: deadbeef-optimfrog-git
Description: OptimFROG input plugin for DeaDBeeF
Upstream URL: https://github.com/cspiegel/deadbeef-optimfrog
Licenses: custom
Submitter: maz-1
Maintainer: maz-1
Last Packager: maz-1
Votes: 2
Popularity: 0.000000
First Submitted: 2015-11-17 08:32 (UTC)
Last Updated: 2015-11-20 01:28 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

micwoj92 commented on 2021-12-09 20:38 (UTC)

needs git in makedepends

dreieck commented on 2021-04-24 11:12 (UTC)

Build fails for me:

==> Starting build()...
g++ -O2 -g0 -march=x86-64 -mtune=native -O3 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC -fpermissive -Wall -std=c++11 -pedantic -I/usr/include  -g -fPIC -c ofr.cpp -o ofr.o
g++ -O2 -g0 -march=x86-64 -mtune=native -O3 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC -fpermissive -Wall -std=c++11 -pedantic -I/usr/include  -g -fPIC -c frogwrap.cpp -o frogwrap.o
frogwrap.cpp: In constructor ‘FrogWrap::FrogWrap(const char*)’:
frogwrap.cpp:73:68: error: cannot bind packed field ‘ofr_tags.OptimFROG_Tags::keys[i]’ to ‘char*&’
   73 |     tags.insert(std::pair<std::string, std::string>(ofr_tags.keys[i], ofr_tags.values[i]));
      |                                                     ~~~~~~~~~~~~~~~^
make: *** [deadbeef.mk:14: frogwrap.o] Error 1
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in build().
    Aborting...

Thanks for maintaining!