Hello, Released. Just rename ebuild. Thanks!
Created attachment 311013 [details, diff] mp3unicode-1.2.1.ebuild.diff Oh... sorry, I moved all to github.
I've committed 1.2.1 to CVS, but hardmasked for now, as it fails to build for me with the following error: make[2]: Entering directory `/var/tmp/portage/media-sound/mp3unicode-1.2.1/work/mp3unicode-1.2.1' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/usr/include/taglib -O2 -march=core2 -msse4.1 -mcx16 -msahf -pipe -w -c -o mp3unicode.o mp3unicode.cpp x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/usr/include/taglib -O2 -march=core2 -msse4.1 -mcx16 -msahf -pipe -w -c -o messages.o messages.cpp mp3unicode.cpp: In member function ‘std::string Converter::ConvertString(void*, std::string)’: mp3unicode.cpp:239:5: error: invalid conversion from ‘const char**’ to ‘char**’ mp3unicode.cpp:239:5: error: initializing argument 2 of ‘size_t iconv(void*, char**, size_t*, char**, size_t*)’ make[2]: *** [mp3unicode.o] Error 1
Thanks for this report! This was not changed in this version... Can you please attach the config.log? Thanks!!
Nevermind, glibc removed[1] const from input parameter, don't know why. I will perform the casting anyway. [1] http://sourceware.org/git/?p=glibc.git;a=commit;f=iconv/iconv.h;h=0efb48a1dfd132138a44c238b6e7f67a185a360e
Try to fetch now.
Thanks, this works! Unmasked.