Re: [Mixxx-devel] Qt 5 request for testing

2016-01-05 Thread Max Linke
Does anyone know which packages are required for debian/ubuntu?

On 01/04/2016 05:24 PM, Uwe Klotz wrote:
> Fedora 23 x86_64
>
> Required packages for building with qt5=1:
>
>   * qt5-qtbase-devel
>   * qt5-qtscript-devel
>   * qt5-qtsvg-devel
>   * qt5-qtxmlpatterns-devel
>   * qt5-linguist
>
>
> Minor bug:
> Library table view is empty after startup. Only after selecting another
> side bar item and selecting it again it gets populated.
>
> Fixed bug:
> The previously unreadable column headers (red on red) in the Late Night
> skin have become readable (yellow on black) again :)
> https://bugs.launchpad.net/mixxx/+bug/1514069
>
> Uwe
>
> On 01/03/2016 11:33 PM, RJ Ryan wrote:
>> Hi folks,
>>
>> We'd like to switch to Qt5 at some point. For folks living on the
>> bleeding edge, please start building Mixxx with qt5 and filing bugs.
>>
>> Tag them qt5 so we have a hotlist of bugs to fix:
>> https://bugs.launchpad.net/mixxx/+bugs?field.tag=qt5
>>
>> On OS X, Qt 5.5 is a huge improvement performance-wise over 4.8! It
>> mostly just works, except for some minor issues.
>>
>> Cheers,
>> RJ
>>
>>
>> --
>>
>>
>> ___
>> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
>> http://mixxx.org
>>
>>
>> Mixxx-devel mailing list
>> Mixxx-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>
>
>
> --
>
>
>
> ___
> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
> http://mixxx.org
>
>
> Mixxx-devel mailing list
> Mixxx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>

--
___
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel


Re: [Mixxx-devel] TESTERS NEEDED: New windows installer

2016-01-05 Thread Sébastien Blaisot



Yeah, I found way to make a multilingual MSI installer:
http://www.codeproject.com/Articles/103749/Creating-a-Localized-Windows-Installer-Bootstrap

Pretty hard, but really cool. So it seems we will be able to ship a 
unique windows installer that uses the correct language at runtime (or 
in fact two, one for 32bits and the other for 64bits)


Currently what needs to be done now:

1) find a way to transform wxl files (wix localization files) to a 
format transifex can read.


The best choice is probably a po file.
I had a hard time to use okapi, finally got a test project on transifex 
with the strings to translate using a po file, but I am unable to 
convert it back to wxl :(

jus, can you help me with that ?
the other solution is to try to transform it with a little of vbscript 
or powershel (yuck), that doesn't seems too complicated (on linux, I 
would have it done in 5 minutes with perl or even bash).


2) try embedding multi languages in installer.
I will try with french and english.
If someone can send me the german translation of the attached file too 
(I know there are german-speaking people here) before we get it on 
transifex, it would be great and let me try with more than 2 languages.


thanks,

sb

Le 02/01/2016 21:36, S.Brandt a écrit :
Reading [1] and [2], i understand that we need the wix toolset to 
extract *.wxl translation templates for each language to be supported.

Unfortunately, Transifex does not support the wxl format for import [3].
Might be possible to convert wxl templates to a format Transifex 
supports, and vis-a-vis after translation, using the Okapi framework 
[4] though.

Can investigate tomorrow (CET) if needed.

[1] 
http://wixtoolset.org/documentation/manual/v3/howtos/ui_and_localization/build_a_localized_version.html
[2] 
http://wixtoolset.org/documentation/manual/v3/wixui/wixui_localization.html 


[3] http://docs.transifex.com/formats/
[4] http://www.opentag.com/okapi/wiki/index.php?title=Filters

jus

On Jan 2, 2016, at 6:38 PM, Sébastien Blaisot > wrote:


I built english and french installers, but I will need more 
translations. Can somebody explain me how to extract strings and make 
a file suitable for transifex ?

We can maybe publish it to transifex as a new resource ?





http://schemas.microsoft.com/wix/2006/localization";>
   
   1033 
 
   
   Mixxx
   Mixxx
   The Mixxx Development Team
   Open-source Digital DJ software
   Installs Mixxx
 
   
   
   This product requires Windows XP or above.
   The same or a newer version of this product is already installed.
   You need to install the 64-bit version of this product on 64-bit Windows.
   You need to install the 32-bit version of this product on 32-bit Windows.
   You are about to install the 32-bit version on a 64-bit operating system.
We recommend using the 64-bit version for better performance.
You can download the 64-bit installation package from http://mixxx.org/download/
   You are installing Mixxx on an outdated operating system. Some functions may not work well or at all. We recommend upgrading your operating system.
   You are about to install the 32-bit version but a 64-bit one is already installed. This can lead to undesired behavior.
   Please un-install the existing Mixxx first, or download the 64-bit installation package to upgrade (unless you know exactly what you are 
   doing.)
   You are about to install the 64-bit version but a 32-bit one is already installed. This can lead to undesired behavior. Please un-install the existing Mixxx first, or download the 32-bit installation package to upgrade (unless you know exactly what you are doing.)
   An older version of Mixxx has been detected. As we changed installer, we can not smoothly upgrade. Please uninstall older version before installing this one.

   
   {\WixUI_Font_Title}Warning
 

   The complete package.
   Core application
   The core Mixxx application including controller presets.
   Desktop Shortcut
   Add a shortcut to Mixxx on your desktop
   User Manual
   The Mixxx user manual in PDF form, also available at http://mixxx.org/manual/
   Translations
   Resource files that allow Mixxx to display in alternate languages, other than US english
 
--
___
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Re: [Mixxx-devel] windows build failing on opus

2016-01-05 Thread Owen Williams
I think that fixed it

On Tue, 2016-01-05 at 09:42 -0500, RJ Ryan wrote:
> We'll see if this works:
> 
> https://github.com/mixxxdj/buildserver/commit/cf245e1bc1cbd6f65207714c86220f096997cbcd
> 
> 
> 
> 
> On Tue, Jan 5, 2016 at 3:05 AM, Daniel Schürmann 
> wrote:
> Hi
> 
> this issue happens, because I have removed opus.lib dependency
> from the Mixxx link flags. 
> 
> This change is correct, because Mixxx does not use libopus
> directly. 
> 
> 
> It looks like this discovers an issue in the opusfile.lib
> linke settings. 
> 
> It fails to link, because opusfile.lib is missing opus.lib. 
> 
> 
> This can be solved by adding opus.lib to the opusfile.lib
> linker settings. 
> 
> Who can do this? 
> 
> 
> Thank you, 
> 
> 
> Daniel 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 2016-01-05 5:11 GMT+01:00 Owen Williams :
> win64_build\widget\wwidgetstack.obj
> LINK : win64_build\mixxx.exe not found or not built by
> the last
> incremental link; performing full link
>Creating library win64_build\mixxx.lib and object
> win64_build\mixxx.exp
> opusfile.lib(opusfile.obj) : error LNK2019: unresolved
> external symbol
> opus_packet_get_samples_per_frame referenced in
> function
> op_get_packet_duration
> opusfile.lib(opusfile.obj) : error LNK2019: unresolved
> external symbol
> opus_packet_get_nb_frames referenced in function
> op_get_packet_duration
> opusfile.lib(opusfile.obj) : error LNK2019: unresolved
> external symbol
> opus_pcm_soft_clip referenced in function
> op_float2short_filter
> opusfile.lib(opusfile.obj) : error LNK2019: unresolved
> external symbol
> opus_multistream_decoder_create referenced in function
> op_make_decode_ready
> opusfile.lib(opusfile.obj) : error LNK2019: unresolved
> external symbol
> opus_multistream_decode_float referenced in function
> op_decode
> opusfile.lib(opusfile.obj) : error LNK2019: unresolved
> external symbol
> opus_multistream_decoder_ctl referenced in function
> op_update_gain
> opusfile.lib(opusfile.obj) : error LNK2019: unresolved
> external symbol
> opus_multistream_decoder_destroy referenced in
> function
> op_make_decode_ready
> win64_build\mixxx.exe : fatal error LNK1120: 7
> unresolved externals
> scons: *** [win64_build\mixxx.exe] Error 1120
> scons: building terminated because of errors.
> 
> 
> --
> ___
> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
> http://mixxx.org
> 
> 
> Mixxx-devel mailing list
> Mixxx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
> 
> 
> 
> 
> --
> 
> ___
> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
> http://mixxx.org
> 
> 
> Mixxx-devel mailing list
> Mixxx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
> 
> 



--
___
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Re: [Mixxx-devel] windows build failing on opus

2016-01-05 Thread RJ Ryan
We'll see if this works:
https://github.com/mixxxdj/buildserver/commit/cf245e1bc1cbd6f65207714c86220f096997cbcd


On Tue, Jan 5, 2016 at 3:05 AM, Daniel Schürmann  wrote:

> Hi
>
> this issue happens, because I have removed opus.lib dependency from the
> Mixxx link flags.
> This change is correct, because Mixxx does not use libopus directly.
>
> It looks like this discovers an issue in the opusfile.lib linke settings.
> It fails to link, because opusfile.lib is missing opus.lib.
>
> This can be solved by adding opus.lib to the opusfile.lib linker settings.
> Who can do this?
>
> Thank you,
>
> Daniel
>
>
>
>
>
>
>
> 2016-01-05 5:11 GMT+01:00 Owen Williams :
>
>> win64_build\widget\wwidgetstack.obj
>> LINK : win64_build\mixxx.exe not found or not built by the last
>> incremental link; performing full link
>>Creating library win64_build\mixxx.lib and object
>> win64_build\mixxx.exp
>> opusfile.lib(opusfile.obj) : error LNK2019: unresolved external symbol
>> opus_packet_get_samples_per_frame referenced in function
>> op_get_packet_duration
>> opusfile.lib(opusfile.obj) : error LNK2019: unresolved external symbol
>> opus_packet_get_nb_frames referenced in function op_get_packet_duration
>> opusfile.lib(opusfile.obj) : error LNK2019: unresolved external symbol
>> opus_pcm_soft_clip referenced in function op_float2short_filter
>> opusfile.lib(opusfile.obj) : error LNK2019: unresolved external symbol
>> opus_multistream_decoder_create referenced in function
>> op_make_decode_ready
>> opusfile.lib(opusfile.obj) : error LNK2019: unresolved external symbol
>> opus_multistream_decode_float referenced in function op_decode
>> opusfile.lib(opusfile.obj) : error LNK2019: unresolved external symbol
>> opus_multistream_decoder_ctl referenced in function op_update_gain
>> opusfile.lib(opusfile.obj) : error LNK2019: unresolved external symbol
>> opus_multistream_decoder_destroy referenced in function
>> op_make_decode_ready
>> win64_build\mixxx.exe : fatal error LNK1120: 7 unresolved externals
>> scons: *** [win64_build\mixxx.exe] Error 1120
>> scons: building terminated because of errors.
>>
>>
>> --
>> ___
>> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
>> http://mixxx.org
>>
>>
>> Mixxx-devel mailing list
>> Mixxx-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>>
>
>
>
> --
>
> ___
> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
> http://mixxx.org
>
>
> Mixxx-devel mailing list
> Mixxx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>
--
___
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Re: [Mixxx-devel] windows build failing on opus

2016-01-05 Thread Daniel Schürmann
Hi

this issue happens, because I have removed opus.lib dependency from the
Mixxx link flags.
This change is correct, because Mixxx does not use libopus directly.

It looks like this discovers an issue in the opusfile.lib linke settings.
It fails to link, because opusfile.lib is missing opus.lib.

This can be solved by adding opus.lib to the opusfile.lib linker settings.
Who can do this?

Thank you,

Daniel







2016-01-05 5:11 GMT+01:00 Owen Williams :

> win64_build\widget\wwidgetstack.obj
> LINK : win64_build\mixxx.exe not found or not built by the last
> incremental link; performing full link
>Creating library win64_build\mixxx.lib and object
> win64_build\mixxx.exp
> opusfile.lib(opusfile.obj) : error LNK2019: unresolved external symbol
> opus_packet_get_samples_per_frame referenced in function
> op_get_packet_duration
> opusfile.lib(opusfile.obj) : error LNK2019: unresolved external symbol
> opus_packet_get_nb_frames referenced in function op_get_packet_duration
> opusfile.lib(opusfile.obj) : error LNK2019: unresolved external symbol
> opus_pcm_soft_clip referenced in function op_float2short_filter
> opusfile.lib(opusfile.obj) : error LNK2019: unresolved external symbol
> opus_multistream_decoder_create referenced in function
> op_make_decode_ready
> opusfile.lib(opusfile.obj) : error LNK2019: unresolved external symbol
> opus_multistream_decode_float referenced in function op_decode
> opusfile.lib(opusfile.obj) : error LNK2019: unresolved external symbol
> opus_multistream_decoder_ctl referenced in function op_update_gain
> opusfile.lib(opusfile.obj) : error LNK2019: unresolved external symbol
> opus_multistream_decoder_destroy referenced in function
> op_make_decode_ready
> win64_build\mixxx.exe : fatal error LNK1120: 7 unresolved externals
> scons: *** [win64_build\mixxx.exe] Error 1120
> scons: building terminated because of errors.
>
>
> --
> ___
> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
> http://mixxx.org
>
>
> Mixxx-devel mailing list
> Mixxx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>
--
___
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel