Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: iTunes-LAME for OS X source code available (Read 3471 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

iTunes-LAME for OS X source code available

iTunes-LAME for OS X is a great script, but has yet to be compiled for intel macs. The source code is available via:
Code: [Select]
cd ~/Desktop && svn co http://blacktree.textdriven.com/svn/iTunes-LAME/trunk/ iTunes-Lame



I have yet to get it to compile... anyone here a developer? I suspect it is pretty straightforward to convert the project to Xcode 2.x, but all my builds fail.

iTunes-LAME for OS X source code available

Reply #1
I am not a developers, but after some tweaking it built successfully as a universal binary on my PowerBook G4.

Edit: No feedback (aka nobody is interested) so deleted the file...

iTunes-LAME for OS X source code available

Reply #2
If I remember correctly the iTunes-LAME source includes a prebuilt binary of LAME that is PPC only- so the benefits from running a Universal Binary would be questionable without recompiling LAME from source.  The best option would be to compile LAME 3.97 from source (using the configure scripts) on both PPC and Intel Macs (since cross-compiling is a pain) and then join them using lipo.  Then you could replace the lame executable inside iTunes-LAME with the Universal one.


 

iTunes-LAME for OS X source code available

Reply #4
Well, the iTunes-LAME universal binary I uploaded to my website has an universal binary LAME 3.97 (compiled by me last year). So it should work fine on both PPC and Intel Mac's.