[Fink-devel] Create a redistribuitable .dmg image from a compiled program

2008-07-24 Thread Flavio Pane
Valknut-aqua has an interesting function that let you create a dmg with the .App and all the needed libraries into dmg, so it'e easy to share among other users. Is there any way to do it with other qt3/qt4-mac Apps compiled in fink? -- Flavio www.flapane.com

Re: [Fink-devel] Create a redistribuitable .dmg image from a compiled program

2008-07-24 Thread Flavio Pane
Alexander Hansen ha scritto: On Jul 24, 2008, at 8:56 AM, Flavio Pane wrote: Valknut-aqua has an interesting function that let you create a dmg with the .App and all the needed libraries into dmg, so it'e easy to share among other users. Is there any way to do it with other qt3/qt4-mac

Re: [Fink-devel] Create a redistribuitable .dmg image from a compiled program

2008-07-24 Thread Alexander Hansen
On Jul 24, 2008, at 9:52 AM, Flavio Pane wrote: Vincent Beffara ha scritto: Hi, It created a working independent redistributable dmg for me. I think it would be a nice thing for qt apps built in fink. Do you mean that the whole Qt framework is contained in the app ? That sounds a bit

Re: [Fink-devel] Create a redistribuitable .dmg image from a compiled program

2008-07-24 Thread Flavio Pane
Vincent Beffara ha scritto: Hi, It created a working independent redistributable dmg for me. I think it would be a nice thing for qt apps built in fink. Do you mean that the whole Qt framework is contained in the app ? That sounds a bit overkill ... /v No, it only embeds the

Re: [Fink-devel] Create a redistribuitable .dmg image from a compiled program

2008-07-24 Thread Flavio Pane
Alexander Hansen ha scritto: On Jul 24, 2008, at 9:52 AM, Flavio Pane wrote: We do build .apps for a number of packages (not just for Qt3), but they're not actually self-contained. If you took your Valknut.app and moved it to a machine that didn't have Fink I'm pretty sure it

Re: [Fink-devel] Create a redistribuitable .dmg image from a compiled program

2008-07-24 Thread Hanspeter Niederstrasser
[snipping rest of conversation] I actually helped the Valknut programmer w/ the Makefile so that it would have several targets available for OS X for different purposes. Valknut has the abilities to 1) make (build the binary) 2) make-osx-app-bundle (creates a .app w/ the executable, but it is

Re: [Fink-devel] Create a redistribuitable .dmg image from a compiled program

2008-07-24 Thread Alexander Hansen
On Jul 24, 2008, at 10:36 AM, Hanspeter Niederstrasser wrote: [snipping rest of conversation] I actually helped the Valknut programmer w/ the Makefile so that it would have several targets available for OS X for different purposes. Valknut has the abilities to 1) make (build the binary)

Re: [Fink-devel] Create a redistribuitable .dmg image from a compiled program

2008-07-24 Thread Vincent Beffara
Hi, It created a working independent redistributable dmg for me. I think it would be a nice thing for qt apps built in fink. Do you mean that the whole Qt framework is contained in the app ? That sounds a bit overkill ... /v -- Vincent Beffara UMPA - ENS-Lyon 46 allée d'Italie 69364 Lyon

Re: [Fink-devel] Create a redistribuitable .dmg image from a compiled program

2008-07-24 Thread Alexander Hansen
On Jul 24, 2008, at 8:56 AM, Flavio Pane wrote: Valknut-aqua has an interesting function that let you create a dmg with the .App and all the needed libraries into dmg, so it'e easy to share among other users. Is there any way to do it with other qt3/qt4-mac Apps compiled in fink? --

Re: [Fink-devel] Create a redistribuitable .dmg image from a compiled program

2008-07-24 Thread Flavio Pane
Hanspeter Niederstrasser ha scritto: To answer Flavio's question, these are Valknut specific make targets. Other programs (both qt and non-qt based) could definitely use similar methods (both inside or outside their Makefiles) to create fully contained .apps and .dmg (probably in more