On 11/3/07, frenc1z 1z <[EMAIL PROTECTED]> wrote: > > I dont know how to use svn. Probably not a good idea to mix it with > aptitude anyway. I applied the patch, and it is working as before.
I keep up with SVN in my home directory and build Rhythmbox and a few other GNOME apps there. You're right, mixing SVN with apt is a bad idea, but this way I avoid that collision. If you're interested, all you need to do when building from SVN is to perform the following commands: `./autogen.sh --prefix=/home/username/Documents/src/local --disable-docs --enable-user-plugins` `make` `make install` Note: '/home/username/Documents/src' is where I keep my source code, e.g. where I check out SVN. So I build to 'local' within that folder. You can change that location as desired. After checking out SVN, you can run `apt-get build-dep rhythmbox` to satisfy the build dependencies (basically all the *-dev packages you'll need). After building, your SVN copy of RB will be available in /home/username/Documents/src/local/bin/rhythmbox. Hope this helps, Andrew ---------- Forwarded message ---------- > From: frenc1z 1z <[EMAIL PROTECTED]> > Date: Nov 2, 2007 10:58 PM > Subject: jamendo plugin does not library in browser window > To: [email protected] > > hello. > > i'm having problems with rhythmbox loading the jamendo music catalog. it > was working fine until yesterday. > > it seems to be loading the library, but it never loads it in the browser > window. finally reports "0 songs" on the status line, and only shows the > jamendo introduction page. > > i can see the catalog file in ~/gnome2/rhythmbox/jamendo > > rhythmbox -D jamendo reports: > > Traceback (most recent call last): > File "/usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py", line 161, in > finish_loadscreen > self.__load_db () > File "/usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py", line 332, in > __load_db > self.__db.set(entry, rhythmdb.PROP_TRACK_NUMBER, > int(track['trackno'])) > TypeError: could not convert argument from type '(null)' (0) to correct > type 'gulong' > > what could this be? > > _______________________________________________ > rhythmbox-devel mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/rhythmbox-devel > >
_______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
