Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: Jan Gruuthuse on April 07, 2017, 05:59:47 AM

Title: Nightly Builds
Post by: Jan Gruuthuse on April 07, 2017, 05:59:47 AM
Can you start the builds server?
20170403 - win32 updated
20170402 - win64 updated
20170329 - appImage updated
20170329 - osx-sierra

more updates possible in the line, more news tomorrow.
Title: Re: Nightly Builds
Post by: mean on April 07, 2017, 06:51:57 AM
win32/64 plugin settings are broken for some reason
Title: Re: Nightly Builds
Post by: Jan Gruuthuse on April 07, 2017, 06:56:45 AM
Ow, perhaps eumagga0x2a knows what is going on?
http://avidemux.org/smif/index.php/topic,17637.msg80203.html#msg80203
http://avidemux.org/smif/index.php/topic,17639.msg80222.html#msg80222
Title: Re: Nightly Builds
Post by: eumagga0x2a on April 07, 2017, 09:20:19 AM
Quote from: mean on April 07, 2017, 06:51:57 AM
win32/64 plugin settings are broken for some reason

My apologies, plugin settings were broken for a day by my typo (well, two identical typos) by me, fixed by [cmake] Fix typo that broke the build of plugin settings, oops (http://69a02b755d723d729d1c92119fd07992f18110b6) (Avidemux picked working cmake files from the install dir, so my testing failed to catch the mistake initially). Earlier builds were broken for a different reason.
Title: Re: Nightly Builds
Post by: mean on April 07, 2017, 09:44:42 AM
there might be still something wrong, i tried a build this morning, and the plugin settings part was failing
Maybe i forgot to resync with master
Title: Re: Nightly Builds
Post by: eumagga0x2a on April 07, 2017, 10:36:58 AM
I've tried a full clean mingw build again

bash bootStrapCrossMingwQt5_mxe.sh --64 --with-system-libass --with-system-liba52 --with-system-libmad

and it succeeded, plugin settings included. The pitfall in my case was the output directory (equivalent to the install directory in native builds) not deleted between builds, from where Avidemux picked old cmake files.
Title: Re: Nightly Builds
Post by: mean on April 07, 2017, 10:58:11 AM
I'll retry tonight, maybe i was desynced
Thanks for checking
Title: Re: Nightly Builds
Post by: mean on April 07, 2017, 04:51:10 PM
Seems that was it, win32 ok; win64 in progress
Thx