Posts

Showing posts from November, 2010

Compile Pana (Amarok 1.4 clone) on Fedora 14 x86_64

After meeting all the various dependencies, I had to make one small actual code change to the source code. I would have liked to submit it on the Pana website but could not find a way to do that. Anyway here is the patch. [dave@fedora junk]$ diff [source tree]/pana/src/osd.h [source tree]/pana/src/osd.h.original 40c40 < void show( const QString &text, QImage newImage = QImage() ); --- > void show( const QString &text, QImage newImage = QImage::QImage() );