Bug#763720: Please enable the vst plugin on i386 and amd64

2016-04-14 Thread Javier Serrano Polo
Control: tag -1 + patch This patch should enable the plugin on amd64 too. enable-vst-2.patch.gz Description: GNU Zip compressed data smime.p7s Description: S/MIME cryptographic signature

Bug#763720: Please enable the vst plugin on i386 and amd64

2016-04-09 Thread Javier Serrano Polo
There is an interoperability issue on amd64. https://github.com/LMMS/lmms/issues/2724 smime.p7s Description: S/MIME cryptographic signature

Bug#763720: Please enable the vst plugin on i386 and amd64

2016-04-07 Thread Petter Reinholdtsen
[Petter Reinholdtsen] > Perhaps you want to be a co-maintainer or take over the package? [Javier Serrano Polo] > I hope I can help. I have created a new Alioth account, jasp00-guest. Very good. To get write access to the git repo, you need to join the Debian Edu team,

Bug#763720: Please enable the vst plugin on i386 and amd64

2016-04-06 Thread Javier Serrano Polo
On Wed, 06 Apr 2016 10:00:32 +0200 Petter Reinholdtsen wrote: > Perhaps you want to be a co-maintainer or take over the package? I hope I can help. I have created a new Alioth account, jasp00-guest. smime.p7s Description: S/MIME cryptographic signature

Bug#763720: Please enable the vst plugin on i386 and amd64

2016-04-06 Thread Javier Serrano Polo
Maybe compressed will pass... enable-vst.patch.gz Description: GNU Zip compressed data smime.p7s Description: S/MIME cryptographic signature

Bug#763720: Please enable the vst plugin on i386 and amd64

2016-04-06 Thread Petter Reinholdtsen
[Javier Serrano Polo] > (Previous message was lost.) > This patch should enable the plugin on i386. To work around #820033: > cd /usr/lib/i386-linux-gnu > ln -s wine/libwine.so.1 > > Patch: http://pastebin.com/R8KkEzBJ > > amd64 still needs some work. Thank you for the update.

Bug#763720: Please enable the vst plugin on i386 and amd64

2016-04-05 Thread Javier Serrano Polo
(Previous message was lost.) This patch should enable the plugin on i386. To work around #820033: cd /usr/lib/i386-linux-gnu ln -s wine/libwine.so.1 Patch: http://pastebin.com/R8KkEzBJ amd64 still needs some work. smime.p7s Description: S/MIME cryptographic signature

Bug#763720: Please enable the vst plugin on i386 and amd64

2016-03-31 Thread Petter Reinholdtsen
[Javier Serrano Polo] > According to plugins/vst_base/communication.h, there is the LVSL-server; > this is the application and should be packaged separately on i386. The > client is the plugin; it should build on all architectures and work out > of the box on amd64. > > Do you need me to build the

Bug#763720: Please enable the vst plugin on i386 and amd64

2016-03-31 Thread Javier Serrano Polo
According to plugins/vst_base/communication.h, there is the LVSL-server; this is the application and should be packaged separately on i386. The client is the plugin; it should build on all architectures and work out of the box on amd64. Do you need me to build the package? I may be able to help

Bug#763720: Please enable the vst plugin on i386 and amd64

2016-03-31 Thread Petter Reinholdtsen
[Javier Serrano Polo] > You cannot mix the i386 plugin with non-i386 binaries. On non-i386 > architectures, you need a plugin to interact with an i386 proxy > application. The inter-process communication handles integer size (on > amd64) and endianness (on powerpc). Thank you for the feedback.

Bug#763720: Please enable the vst plugin on i386 and amd64

2016-03-31 Thread Javier Serrano Polo
You cannot mix the i386 plugin with non-i386 binaries. On non-i386 architectures, you need a plugin to interact with an i386 proxy application. The inter-process communication handles integer size (on amd64) and endianness (on powerpc). smime.p7s Description: S/MIME cryptographic signature

Bug#763720: Please enable the vst plugin on i386 and amd64

2014-10-14 Thread Petter Reinholdtsen
[Tobias Doerffel] I do however not know how to instruct pbuilder to install packages from a foreign architecture. I have not been able to find a notation that work, and suspect the automatic package builders do not accept multiarch build dependencies. I thus suspect a different apprach is

Bug#763720: Please enable the vst plugin on i386 and amd64

2014-10-07 Thread Petter Reinholdtsen
Control: reopen -1 Control: found -1 1.0.3-3 Control: notfound -1 1.0.3-2 Control: tag -1 + help Hm, the fix did not work. :( This is the failing build log now. URL: https://buildd.debian.org/status/fetch.php?pkg=lmmsarch=i386ver=1.0.3-3stamp=1412680365 If no-one can come up with a working

Bug#763720: Please enable the vst plugin on i386 and amd64

2014-10-05 Thread Tobias Doerffel
I'm not very familiar with pbuilder but in the end all you need is one build dependency wine32-dev-tools:i386 [amd64 i386] I do however not know how to instruct pbuilder to install packages from a foreign architecture. If multi-arch support is properly set up the command apt-get install

Bug#763720: Please enable the vst plugin on i386 and amd64

2014-10-03 Thread Tobias Doerffel
You have to install wine32-dev-tools on both platforms (i386 and amd64!) (wine64-dev-tools is for building 64 bit windows applications which is not what we desire here) and add /usr/lib/i386-linux-gnu/wine/bin to PATH so wineg++ can be found by CMake. This is required because even if we would

Bug#763720: Please enable the vst plugin on i386 and amd64

2014-10-03 Thread Petter Reinholdtsen
Thank you for looking into this. :) [Tobias Doerffel] You have to install wine32-dev-tools on both platforms (i386 and amd64!) (wine64-dev-tools is for building 64 bit windows applications which is not what we desire here) Strange. wine32-dev-tools do not exist on amd64, according to URL:

Bug#763720: Please enable the vst plugin on i386 and amd64

2014-10-03 Thread Tobias Doerffel
2014-10-03 11:16 GMT+02:00 Petter Reinholdtsen p...@hungry.com: Strange. wine32-dev-tools do not exist on amd64, according to URL: https://packages.debian.org/unstable/wine32-dev-tools . Install wine32-dev-tools:i386 on amd64 - multiarch support FTW ;-) Best regards Toby -- To

Bug#763720: Please enable the vst plugin on i386 and amd64

2014-10-03 Thread Petter Reinholdtsen
Control: tags -1 + help [Tobias Doerffel] Install wine32-dev-tools:i386 on amd64 - multiarch support FTW ;-) I'm unable to express that in a build dependency. I tried this: libwine-dev[amd64], wine32-dev-tools:i386[amd64] But it only resulted in this lintian warning W: lmms source:

Bug#763720: Please enable the vst plugin on i386 and amd64

2014-10-02 Thread Petter Reinholdtsen
Package: lmms Version: 1.0.3-1 Severity: important When building lmms with libwine-dev installed, the build fail like this: [ 88%] Generating RemoteVstPlugin cd /«PKGBUILDDIR»/obj-i586-linux-gnu/plugins/vst_base WINE_CXX-NOTFOUND -I/«PKGBUILDDIR»/obj-i586-linux-gnu