Tripod allows you to upload photos to your iPod using Linux.
Tripod can display your iPod photo albums, as well as create, remove and rename them! Just so things don’t get too boring, you can even upload your images to the albums and show them off to your friends!
Screenshots
Dependencies
Source Code
The source is not stored using google code. It is hosted within KDE subversion repository and sources can be view here:
http://websvn.kde.org/trunk/playground/multimedia/tripod/
However, to actually download the code for compilation, follow the following steps:
The following will create a directory called multimedia and fill it with the Tripod sources. You can rename the multimedia directory later if you like, but otherwise you mustn't rearrange its contents (unless you know what you are doing!):
mkdir tripod svn co -N svn://anonsvn.kde.org/home/kde/trunk/playground/multimedia/ cd multimedia svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin svn up tripod
To compile the sources (from the multimedia directory):
make -f Makefile.cvs ./configure --enable-debug=full --prefix=`kde-config --prefix` make sudo make install