* [gentoo-osx] Gentoo management system [not found] <43EB10CD.7020901@itc.it> @ 2006-02-11 9:48 ` Dirk Schönberger 2006-02-11 10:07 ` Grobian 0 siblings, 1 reply; 7+ messages in thread From: Dirk Schönberger @ 2006-02-11 9:48 UTC (permalink / raw To: gentoo-osx Just found this. http://tux.myftp.org/kuroo It is designed to be a a KDE frontend to portage. Any chance to get a qt-mac ebuild and try to to a port to pure Qt? I assume a KDE based on qt-mac (which should technically be possible) is still too much of work. Regrads Dirk -- gentoo-osx@gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-osx] Gentoo management system 2006-02-11 9:48 ` [gentoo-osx] Gentoo management system Dirk Schönberger @ 2006-02-11 10:07 ` Grobian 2006-02-11 10:19 ` Dirk Schönberger 0 siblings, 1 reply; 7+ messages in thread From: Grobian @ 2006-02-11 10:07 UTC (permalink / raw To: gentoo-osx I think this has been done, but would require some major figuring out how to do it and put it in an ebuild. There are/were /. posts of Koffice running natively on OSX, however, that has never got a continuation AFAIK. On 11-02-2006 10:48:18 +0100, Dirk Schnberger wrote: > Just found this. > http://tux.myftp.org/kuroo > > It is designed to be a a KDE frontend to portage. > Any chance to get a qt-mac ebuild and try to to a port to pure Qt? > I assume a KDE based on qt-mac (which should technically be possible) is > still too much of work. > > Regrads > Dirk -- Fabian Groffen Gentoo for Mac OS X Project -- gentoo-osx@gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-osx] Gentoo management system 2006-02-11 10:07 ` Grobian @ 2006-02-11 10:19 ` Dirk Schönberger 2006-02-11 10:38 ` Grobian 0 siblings, 1 reply; 7+ messages in thread From: Dirk Schönberger @ 2006-02-11 10:19 UTC (permalink / raw To: gentoo-osx > I think this has been done, but would require some major figuring out > how to do it and put it in an ebuild. There are/were /. posts of > Koffice running natively on OSX, however, that has never got a > continuation AFAIK. KDE 3.4.3 and KOffice 1.4.1 native seem to be in Fink, and they seem to be maintained Ant there are even some information about needed patches on http://gentoo-wiki.com/MacOS_Native_KDE. Given the presupposition that somebody got a clean build of qt-mac on Gentoo-OSX, how difficult would be a basic ebuild? I think trying to compile and build a Unix library on a Mac system I could get working, but I until now had no success creating and running an ebuild from scratch. Regards Dirk -- gentoo-osx@gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-osx] Gentoo management system 2006-02-11 10:19 ` Dirk Schönberger @ 2006-02-11 10:38 ` Grobian 2006-02-11 15:46 ` Dirk Schönberger 0 siblings, 1 reply; 7+ messages in thread From: Grobian @ 2006-02-11 10:38 UTC (permalink / raw To: gentoo-osx On 11-02-2006 11:19:12 +0100, Dirk Schnberger wrote: > > I think this has been done, but would require some major figuring out > > how to do it and put it in an ebuild. There are/were /. posts of > > Koffice running natively on OSX, however, that has never got a > > continuation AFAIK. > > Given the presupposition that somebody got a clean build of qt-mac on > Gentoo-OSX, how difficult would be a basic ebuild? If you have the steps to get it compiled, creating an ebuild out of it should be not that hard. Most of the work is in getting the dependencies right, and making sure that it will work on more than just your own system. > I think trying to compile and build a Unix library on a Mac system I > could get working, but I until now had no success creating and running > an ebuild from scratch. I/We can definitely help with that. -- Fabian Groffen Gentoo for Mac OS X Project -- gentoo-osx@gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-osx] Gentoo management system 2006-02-11 10:38 ` Grobian @ 2006-02-11 15:46 ` Dirk Schönberger 2006-02-12 12:01 ` Dirk Schönberger 0 siblings, 1 reply; 7+ messages in thread From: Dirk Schönberger @ 2006-02-11 15:46 UTC (permalink / raw To: gentoo-osx > > Given the presupposition that somebody got a clean build of qt-mac on > > Gentoo-OSX, how difficult would be a basic ebuild? > If you have the steps to get it compiled, creating an ebuild out of it > should be not that hard. Most of the work is in getting the > dependencies right, and making sure that it will work on more than just > your own system. So, to just get this started: I just successfully compiled qt-mac-free-3.3.5 on Mac OSX Tiger. The build uses the standard ./configure && make && make install. Important: you have to define the correct platform, with "./configure -platform macx-g++" The rest seems to be like on qt-x11. According to the docs Qt prefers to be run in an app folder, but I got a console application after specifying the correct DYLD_LIBRARY_PATH. Regards Dirk -- gentoo-osx@gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-osx] Gentoo management system 2006-02-11 15:46 ` Dirk Schönberger @ 2006-02-12 12:01 ` Dirk Schönberger 2006-02-12 12:36 ` Grobian 0 siblings, 1 reply; 7+ messages in thread From: Dirk Schönberger @ 2006-02-12 12:01 UTC (permalink / raw To: gentoo-osx > > If you have the steps to get it compiled, creating an ebuild out of it > > should be not that hard. Most of the work is in getting the > > dependencies right, and making sure that it will work on more than just > > your own system. Some news. I created a _really_ basic ebuild for qt-mac-free and was able to successfully digest it, i.e. downloading the needed tar gz automatically. The ebuild can be used to create abinary package (I dod not do an actual install, yet) Currently you have to do an ebuild with the actual ebuild file. If this is to be continued, possibly a new gentoo category is needed. Regards Dirk -- gentoo-osx@gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-osx] Gentoo management system 2006-02-12 12:01 ` Dirk Schönberger @ 2006-02-12 12:36 ` Grobian 0 siblings, 0 replies; 7+ messages in thread From: Grobian @ 2006-02-12 12:36 UTC (permalink / raw To: gentoo-osx Show me the mone... eh file Dirk! :) On 12-02-2006 13:01:13 +0100, Dirk Schnberger wrote: > Some news. > I created a _really_ basic ebuild for qt-mac-free and was able to > successfully digest it, i.e. downloading the needed tar gz automatically. > The ebuild can be used to create abinary package (I dod not do an actual > install, yet) > > Currently you have to do an ebuild with the actual ebuild file. > If this is to be continued, possibly a new gentoo category is needed. > > Regards > Dirk -- Fabian Groffen Gentoo for Mac OS X Project -- gentoo-osx@gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-02-12 12:37 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <43EB10CD.7020901@itc.it> 2006-02-11 9:48 ` [gentoo-osx] Gentoo management system Dirk Schönberger 2006-02-11 10:07 ` Grobian 2006-02-11 10:19 ` Dirk Schönberger 2006-02-11 10:38 ` Grobian 2006-02-11 15:46 ` Dirk Schönberger 2006-02-12 12:01 ` Dirk Schönberger 2006-02-12 12:36 ` Grobian
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox