Jump to content

Universal Requests?


ptaylor
 Share

228 posts in this topic

Recommended Posts

For people that own a Creative or Dell DJ MP3 player there is a program for OSX called XNJB. Currently I cannot get it run on x86. I posted a thread on the autors forum and he is willing to make a univseral binary version but needs some guidance. Maybe someone can help out with this. I'm sure there are quite a few people that can use this program.

 

http://www.wentnet.com/forum/

 

Thanks

Link to comment
Share on other sites

For people that own a Creative or Dell DJ MP3 player there is a program for OSX called XNJB. Currently I cannot get it run on x86. I posted a thread on the autors forum and he is willing to make a univseral binary version but needs some guidance. Maybe someone can help out with this. I'm sure there are quite a few people that can use this program.

 

http://www.wentnet.com/forum/

 

Thanks

 

thanks a lot. I really want to use my creative zen xtra on os x!

Link to comment
Share on other sites

OSXVNC is PowerPC as reported by OS X. Apple's Remote Desktop doesnt work well as it doesnt behave with almost all non-mac VNC clients. It either doesnt understand the encoding or gives distorted images back.

I need something I can use from a PC and doesnt crash. Neither of these fit the bill.

 

USE KDX Client/Server. http://www.haxial.org/

 

Works on OSX, OSX86, Win XP, Win XP64, Linux.

 

Open KDXclient on one machine, server on the other. Open port 10700 on the server machine. Connect to the server (the machine you want to control), and scroll down to "View/Control Display". Can't get any easier than that.

 

I use it to control my PC from a Mac, and vice versa.

Link to comment
Share on other sites

Thanks for posting the FFView universal binary, but it needs a fix:

 

FFTile.m:

Replace

  glTexImage2D(GL_TEXTURE_RECTANGLE_EXT, 0, GL_RGB8, width, height, 0,
     GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, data); // REV: ARGB -> BGRA

with:

	#ifdef __LITTLE_ENDIAN__
 glTexImage2D(GL_TEXTURE_RECTANGLE_EXT, 0, GL_RGB8, width, height, 0,
     GL_BGRA, GL_UNSIGNED_INT_8_8_8_8, data);
#else
 glTexImage2D(GL_TEXTURE_RECTANGLE_EXT, 0, GL_RGB8, width, height, 0,
     GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, data); // REV: ARGB -> BGRA
#endif

 

Please rebuild FFView and release a new universal binary.

Patrick (one of the authors).

 

P.S. Will release all upcoming official releases as universal binaries.

Link to comment
Share on other sites

Thanks for posting the FFView universal binary, but it needs a fix:

 

FFTile.m:

Replace

  glTexImage2D(GL_TEXTURE_RECTANGLE_EXT, 0, GL_RGB8, width, height, 0,
     GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, data); // REV: ARGB -> BGRA

with:

	#ifdef __LITTLE_ENDIAN__
 glTexImage2D(GL_TEXTURE_RECTANGLE_EXT, 0, GL_RGB8, width, height, 0,
     GL_BGRA, GL_UNSIGNED_INT_8_8_8_8, data);
#else
 glTexImage2D(GL_TEXTURE_RECTANGLE_EXT, 0, GL_RGB8, width, height, 0,
     GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, data); // REV: ARGB -> BGRA
#endif

 

Please rebuild FFView and release a new universal binary.

Patrick (one of the authors).

 

P.S. Will release all upcoming official releases as universal binaries.

 

Thanks - I made this change and recompiled... No more blue!

FFView_0.9_fixed.zip

Link to comment
Share on other sites

I'm going to have to bow out here, as far as porting and compiling goes... Hopefully, someone else will take up the cause...

 

As much as I hoped that I could get by with OSX86 until Apple releases an Intel Mac, I'm afraid that I'll be sticking with my Mini until then. (Of course, then my wife will want it when I replace it...)

 

Don't worry - I'll come up with some other use for my MacIntel parts..

 

Paul

Link to comment
Share on other sites

Thanks - I made this change and recompiled... No more blue!

B) Great, works much better.

Tnx Patrick/Strangeloop for the fix.

 

edit:

I just discovered a little bug, when instead of list, you click the thumbnails button, you'll see the thumbnails are still with the strange blue/yellow inverted tint.

Link to comment
Share on other sites

I would like to see an aMule Universal Binery. The PPC version is pretty slow with rosetta. I tried to recompile it myself, but I am not able to get wxMac running. Perhaps someone with more skills like me is able to get an Universal Binery aMule up and running.

 

Thanks in advance!

 

I spent quite a while trying to get this going. I was able to get aMule linked and running in x86, but there were major problems with both wxMac and aMule (lots of endian-related things). I gave up.

 

/blkblt

Link to comment
Share on other sites

I'd like to have a x86 version of Phoenix Slides. It is the best simple image browser/viewer I've found.

 

I tried to compile it for myself. But I got errors and I'm not familiar with xcode, so I couldn't solve it. Maybe a more advanced user out there can try it?

 

Still noone who tried it? I already asked the author, but he didn't respond.

Link to comment
Share on other sites

Here's a request for Vienna.

Vienna is a freeware, open source RSS/Atom reader for the Mac OSX operating system. It provides features comparable to commercial newsreaders but it is both it and the source code are freely available for download.

Homepage: http://www.opencommunity.co.uk/vienna2.html

Sourceforge project page: http://sourceforge.net/projects/vienna-rss

Vienna developer page: http://www.opencommunity.co.uk/vienna_dev.html

 

It's a Cocoa app so I don't think it'll be too hard to port. :)

Link to comment
Share on other sites

 Share

×
×
  • Create New...