Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Dear ppc team, please keyword avidemux-2.5.1-r1 once opencore-amr is keyworded. Thanks :)
Created an attachment (id=205346) [details] Build log I tried to build it with: USE=""alsa gtk mp3 nls opencore-amr sdl truetype vorbis xv xvid -aac -aften -dts -esd -jack -libsamplerate -oss -pulseaudio -qt4 -x264" and it fails miserably... (opencore is keyworded now, btw)
That's because avidemux seems to require >=cmake-2.6.4 to be built correctly (according to bug #281560). At least it fails for me the same way with cmake-2.6.2 (on amd64, but still). I added the missing dependency, please check if it helps.
Created an attachment (id=205415) [details] Build log cmake-2.6.4 has fixed the previous issue but now i got a new one... enjoy :)
Created an attachment (id=205422) [details] Patch to fix MSmooth plugin compilation Nice one, didn't see it before... Looks like missing #include <vector> - it's not there, but it's not there also for my amd64 build, which compiles this plugin successfully. The patch is just my quick guess, it may or may not fix the build. If it doesn't solve the issue, then PPC team ...help?
Dropping ppc keyword was not needed, a temporary useflag mask would have been better. Anyway, as opencore-amr has been keyworded in the meantime, I restored the ppc keyword. This leaves us with the compile error reported, and the proposed patch. PPC team can you please test this for 2.5.1-r2 (which is a possible stable candidate)? Also, can you test the new snapshot 2.5.1_p5359 and see if the same bug appears?
Sorry, I forget to give feedback here but the patch didn't work. Actually, it's failing in a part of the code only available for altivec-enabled processor (ie. ppc): plugins/ADM_videoFilters/MSmooth/ADM_vidMsmooth.cpp line 379 I think it should be good to report the bug upstream.