You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(22) |
Sep
(4) |
Oct
(2) |
Nov
(20) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(2) |
Feb
(17) |
Mar
(30) |
Apr
(2) |
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
(1) |
Dec
(11) |
2005 |
Jan
|
Feb
(19) |
Mar
(7) |
Apr
(11) |
May
(6) |
Jun
(17) |
Jul
(12) |
Aug
(4) |
Sep
(114) |
Oct
(158) |
Nov
(151) |
Dec
(84) |
2006 |
Jan
(70) |
Feb
(75) |
Mar
(73) |
Apr
(135) |
May
(179) |
Jun
(75) |
Jul
(16) |
Aug
(105) |
Sep
(151) |
Oct
(85) |
Nov
(119) |
Dec
(98) |
2007 |
Jan
(190) |
Feb
(102) |
Mar
(61) |
Apr
(158) |
May
(131) |
Jun
(219) |
Jul
(173) |
Aug
(74) |
Sep
(165) |
Oct
(177) |
Nov
(42) |
Dec
(106) |
2008 |
Jan
(65) |
Feb
(13) |
Mar
(13) |
Apr
(60) |
May
(113) |
Jun
(32) |
Jul
(93) |
Aug
(33) |
Sep
(13) |
Oct
(30) |
Nov
(26) |
Dec
(48) |
2009 |
Jan
(49) |
Feb
(41) |
Mar
(25) |
Apr
(136) |
May
(18) |
Jun
(22) |
Jul
(27) |
Aug
(31) |
Sep
(17) |
Oct
(62) |
Nov
(25) |
Dec
(35) |
2010 |
Jan
(41) |
Feb
(33) |
Mar
(32) |
Apr
(87) |
May
(32) |
Jun
(21) |
Jul
(30) |
Aug
(53) |
Sep
(39) |
Oct
(22) |
Nov
(9) |
Dec
(20) |
2011 |
Jan
(27) |
Feb
(34) |
Mar
(63) |
Apr
(22) |
May
(18) |
Jun
(29) |
Jul
(23) |
Aug
(15) |
Sep
(12) |
Oct
(9) |
Nov
(12) |
Dec
(22) |
2012 |
Jan
(20) |
Feb
(3) |
Mar
(16) |
Apr
(4) |
May
(4) |
Jun
(4) |
Jul
(18) |
Aug
(4) |
Sep
(8) |
Oct
(15) |
Nov
(12) |
Dec
(10) |
2013 |
Jan
(7) |
Feb
(5) |
Mar
(7) |
Apr
(2) |
May
(13) |
Jun
(8) |
Jul
|
Aug
(6) |
Sep
(3) |
Oct
(7) |
Nov
(1) |
Dec
(3) |
2014 |
Jan
|
Feb
(11) |
Mar
(5) |
Apr
|
May
(4) |
Jun
|
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(4) |
Jun
(1) |
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: hao.guang <ea...@gm...> - 2012-08-16 03:13:35
|
hi, Daniele Forsi I really don't know the relation between libgpod with the db MediaLibrary.sqlitedb. If you learn it, tell me please. Thanks 2012/7/13, Daniele Forsi <df...@gm...>: > Currently the Comment field is: > _Comment=Manage music and video on an Apple iPod > > since it also manages photos I would suggest adding it: > _Comment=Manage music, video and photos on an Apple iPod > > -- > Daniele Forsi > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Gtkpod-devel mailing list > Gtk...@li... > https://lists.sourceforge.net/lists/listinfo/gtkpod-devel > |
From: andrew c. <an...@ac...> - 2012-08-01 03:48:16
|
Same issues with libgpod compiled from git (with CFLAGS=-w). Andrew On Tue, Jul 31, 2012 at 09:45:51PM -0400, Andrew Cooke wrote: > > Adding > > itdb_device_set_sysinfo(db._itdb.device, "ModelNumStr", "C297") > > just after db = ... doesn't seem to change anything. > > The database is showing 2 playlists (when empty). Is that OK? > > <Database Filename:'/media/an...@ac... > ipod/iPod_Control/iTunes/iTunesDB' Playlists:2 Tracks:0> > > Andrew > > > On Tue, Jul 31, 2012 at 09:14:09PM -0400, Andrew Cooke wrote: > > > > Hi, > > > > I have a new iPod classic (160GB, black) which I am trying to load music to > > with python and libgpod. I have compiled libgpod-2.1.2 and gtkpod-0.8.2 > > locally (Ubuntu 12.04) and gtkpod works just fine - I loaded a bunch of tracks > > no problem. And the SysInfoExtended file exists and contains the UUID. > > > > But when I run the following code on an empty iPod: > > > > db = Database('/media/an...@ac... ipod') > > db.import_file('/home/andrew/[elided].mp3') > > db.copy_delayed_files() > > db.close() > > > > I see the following on stderr: > > > > ** (utrunner.py:11333): WARNING **: Itdb_Track ID '0' not found. > > ** (utrunner.py:11333): CRITICAL **: itdb_get_mountpoint: assertion `itdb' > > failed > > ** (utrunner.py:11333): CRITICAL **: prepare_itdb_for_write: assertion `link' > > failed > > ** (utrunner.py:11333): CRITICAL **: mk_mhla: assertion `fexp->albums' failed > > ** (utrunner.py:11333): CRITICAL **: mk_mhli: assertion `fexp->artists' failed > > ** (utrunner.py:11333): CRITICAL **: itdb_splr_validate: assertion `at != > > ITDB_SPLAT_UNKNOWN' failed > > > > and no file is present on the iPod when I eject. > > > > When I used gtkpod I was prompted to select the hardware type. I cannot see > > how to do this with the Pythn library, despite poking through the source - I > > suspect that may be the problem? > > > > I have tried various variations on the above, including using Track objects > > explicitly, but the import_file seems to do everything I was trying to do > > anyway. > > > > Anyway, any guidance on what I am doing wrong above would be much > > appreciated. I can provide more data if required. > > > > Thanks, > > Andrew > > > |
From: andrew c. <an...@ac...> - 2012-08-01 01:45:59
|
Adding itdb_device_set_sysinfo(db._itdb.device, "ModelNumStr", "C297") just after db = ... doesn't seem to change anything. The database is showing 2 playlists (when empty). Is that OK? <Database Filename:'/media/an...@ac... ipod/iPod_Control/iTunes/iTunesDB' Playlists:2 Tracks:0> Andrew On Tue, Jul 31, 2012 at 09:14:09PM -0400, Andrew Cooke wrote: > > Hi, > > I have a new iPod classic (160GB, black) which I am trying to load music to > with python and libgpod. I have compiled libgpod-2.1.2 and gtkpod-0.8.2 > locally (Ubuntu 12.04) and gtkpod works just fine - I loaded a bunch of tracks > no problem. And the SysInfoExtended file exists and contains the UUID. > > But when I run the following code on an empty iPod: > > db = Database('/media/an...@ac... ipod') > db.import_file('/home/andrew/[elided].mp3') > db.copy_delayed_files() > db.close() > > I see the following on stderr: > > ** (utrunner.py:11333): WARNING **: Itdb_Track ID '0' not found. > ** (utrunner.py:11333): CRITICAL **: itdb_get_mountpoint: assertion `itdb' > failed > ** (utrunner.py:11333): CRITICAL **: prepare_itdb_for_write: assertion `link' > failed > ** (utrunner.py:11333): CRITICAL **: mk_mhla: assertion `fexp->albums' failed > ** (utrunner.py:11333): CRITICAL **: mk_mhli: assertion `fexp->artists' failed > ** (utrunner.py:11333): CRITICAL **: itdb_splr_validate: assertion `at != > ITDB_SPLAT_UNKNOWN' failed > > and no file is present on the iPod when I eject. > > When I used gtkpod I was prompted to select the hardware type. I cannot see > how to do this with the Pythn library, despite poking through the source - I > suspect that may be the problem? > > I have tried various variations on the above, including using Track objects > explicitly, but the import_file seems to do everything I was trying to do > anyway. > > Anyway, any guidance on what I am doing wrong above would be much > appreciated. I can provide more data if required. > > Thanks, > Andrew > |
From: andrew c. <an...@ac...> - 2012-08-01 01:32:45
|
Hi, I have a new iPod classic (160GB, black) which I am trying to load music to with python and libgpod. I have compiled libgpod-2.1.2 and gtkpod-0.8.2 locally (Ubuntu 12.04) and gtkpod works just fine - I loaded a bunch of tracks no problem. And the SysInfoExtended file exists and contains the UUID. But when I run the following code on an empty iPod: db = Database('/media/an...@ac... ipod') db.import_file('/home/andrew/[elided].mp3') db.copy_delayed_files() db.close() I see the following on stderr: ** (utrunner.py:11333): WARNING **: Itdb_Track ID '0' not found. ** (utrunner.py:11333): CRITICAL **: itdb_get_mountpoint: assertion `itdb' failed ** (utrunner.py:11333): CRITICAL **: prepare_itdb_for_write: assertion `link' failed ** (utrunner.py:11333): CRITICAL **: mk_mhla: assertion `fexp->albums' failed ** (utrunner.py:11333): CRITICAL **: mk_mhli: assertion `fexp->artists' failed ** (utrunner.py:11333): CRITICAL **: itdb_splr_validate: assertion `at != ITDB_SPLAT_UNKNOWN' failed and no file is present on the iPod when I eject. When I used gtkpod I was prompted to select the hardware type. I cannot see how to do this with the Pythn library, despite poking through the source - I suspect that may be the problem? I have tried various variations on the above, including using Track objects explicitly, but the import_file seems to do everything I was trying to do anyway. Anyway, any guidance on what I am doing wrong above would be much appreciated. I can provide more data if required. Thanks, Andrew |
From: phantomjinx <p.g...@ph...> - 2012-07-29 19:06:04
|
On 07/28/2012 10:52 PM, Jonathan Neuschäfer wrote: > At least when viewed with eight spaces long tabs, it looked wrong. > --- > INSTALL | 60 ++++++++++++++++++++++++++++++------------------------------ > 1 file changed, 30 insertions(+), 30 deletions(-) > > diff --git a/INSTALL b/INSTALL > index a737c78..b0833d3 100644 > --- a/INSTALL > +++ b/INSTALL > @@ -29,36 +29,36 @@ How to compile/install gtkpod: > libid3tag (at least 0.15) > libgnome-vfs-2.0 > 2.6 (for iPod autodetection under GNOME) > > - Optional Packages > - > - For web browser plugin: > - webkitgtk (version 1 or 3 depending on version of gtk) > - > - For audio player plugin: > - gstreamer > - gstreamer-base > - gstreamer-plugins-base > - gstreamer-interfaces > - gstreamer-plugins (plugins to support mp3 / mp4 playback) > - gstreamer-pbutils > - > - For filetype conversion: > - flac > - libogg > - libvorbis > - lame > - faad2 > - > - For opengl coverart display (clarity) plugin: > - clutter-gtk > - > - For download of coverart: > - libcurl > - > - For sjcd (sound-juicer) plugin: > - libcanberra > - libbrasero-media3 > - musicbrainz3 > + Optional Packages > + > + For web browser plugin: > + webkitgtk (version 1 or 3 depending on version of gtk) > + > + For audio player plugin: > + gstreamer > + gstreamer-base > + gstreamer-plugins-base > + gstreamer-interfaces > + gstreamer-plugins (plugins to support mp3 / mp4 playback) > + gstreamer-pbutils > + > + For filetype conversion: > + flac > + libogg > + libvorbis > + lame > + faad2 > + > + For opengl coverart display (clarity) plugin: > + clutter-gtk > + > + For download of coverart: > + libcurl > + > + For sjcd (sound-juicer) plugin: > + libcanberra > + libbrasero-media3 > + musicbrainz3 > > The following can be used for installing the dependencies on ubuntu 11.10: > > Committed. Thanks PGR -- Paul Richardson * p.g...@ph... * pgr...@li... * mob: +44 (0)9780 869490 * home: +44 (0)1633 892850 "I know exactly who reads the papers ... * The Daily Mirror is read by people who think they run the country. * The Guardian is read by people who think they ought to run the country. * The Times is read by people who do actually run the country. * The Daily Mail is read by the wives of the people who run the country. * The Financial Times is read by the people who own the country. * The Morning Star is read by the people who think the country ought to be run by another country. * The Daily Telegraph is read by the people who think it is." Jim Hacker, Yes Minister |
From: Jonathan N. <j.n...@gm...> - 2012-07-28 21:53:00
|
At least when viewed with eight spaces long tabs, it looked wrong. --- INSTALL | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/INSTALL b/INSTALL index a737c78..b0833d3 100644 --- a/INSTALL +++ b/INSTALL @@ -29,36 +29,36 @@ How to compile/install gtkpod: libid3tag (at least 0.15) libgnome-vfs-2.0 > 2.6 (for iPod autodetection under GNOME) - Optional Packages - - For web browser plugin: - webkitgtk (version 1 or 3 depending on version of gtk) - - For audio player plugin: - gstreamer - gstreamer-base - gstreamer-plugins-base - gstreamer-interfaces - gstreamer-plugins (plugins to support mp3 / mp4 playback) - gstreamer-pbutils - - For filetype conversion: - flac - libogg - libvorbis - lame - faad2 - - For opengl coverart display (clarity) plugin: - clutter-gtk - - For download of coverart: - libcurl - - For sjcd (sound-juicer) plugin: - libcanberra - libbrasero-media3 - musicbrainz3 + Optional Packages + + For web browser plugin: + webkitgtk (version 1 or 3 depending on version of gtk) + + For audio player plugin: + gstreamer + gstreamer-base + gstreamer-plugins-base + gstreamer-interfaces + gstreamer-plugins (plugins to support mp3 / mp4 playback) + gstreamer-pbutils + + For filetype conversion: + flac + libogg + libvorbis + lame + faad2 + + For opengl coverart display (clarity) plugin: + clutter-gtk + + For download of coverart: + libcurl + + For sjcd (sound-juicer) plugin: + libcanberra + libbrasero-media3 + musicbrainz3 The following can be used for installing the dependencies on ubuntu 11.10: -- 1.7.10.4 |
From: Árpád G. <arp...@gm...> - 2012-07-19 14:00:55
|
Declaring variables inside a for loop is a C++ feature, not a C feature ?? No, it's proper C99. Sent from my iPad On 2012.07.19., at 14:21, Hans Petter Selasky <hse...@c2...> wrote: On Thursday 19 July 2012 14:08:51 Daniele Forsi wrote: > 2012/7/19 Hans Petter Selasky: >> I have some trouble to get stuff built using cmake. Can someone have a >> look at my attached patches and incorporate them? > > thank you for your patches but it will be easier if you change the > subject of your email to reflect its content or is ths still related > to gtkpod 1.0.0? No. > and since you are using git, please do proper commits with informative > commit messages so you get credit and we get explanations Ok. Right now I just want these issued fixed. > > what is the reason of the following change? Declaring variables inside a for loop is a C++ feature, not a C feature ?? > the same kind of declaration in done in other source files but at > least when using autotools gcc is invoked with --std=gnu99 > and you are using spaces and tabs inconsistently with surrounding code > (I know that in many files it is inconsistent, but that file is ok, so > don't break it) > > - for (gint i = 0; i < > g_list_length(gp_iface->track_commands); ++i) { > + gint i; > + for (i = 0; i < g_list_length(gp_iface->track_commands); ++i) > { At least the compiler over here: cc (GCC) 4.2.1 20070831 patched [FreeBSD] Complained. --HPS ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Gtkpod-devel mailing list Gtk...@li... https://lists.sourceforge.net/lists/listinfo/gtkpod-devel |
From: Hans P. S. <hse...@c2...> - 2012-07-19 13:27:35
|
On Thursday 19 July 2012 15:23:34 Daniele Forsi wrote: > 2012/7/19 Hans Petter Selasky: > > Declaring variables inside a for loop is a C++ feature, not a C feature > > ?? > > it's C++ and C99 section "6.8.5 Iteration statements" > > > At least the compiler over here: cc (GCC) 4.2.1 20070831 patched > > [FreeBSD] > > > > Complained. > > only on that line? > I'm asking because also declaring the variable in the middle of the > code is a C++ and C99 feature and similar code is used in several > places: > > $ grep "for (" . -rn --include=*.c | grep int > ./libgtkpod/gtkpod_app_iface.c:640: for (gint i = 0; i < > g_list_length(gp_iface->track_commands); ++i) { > ./plugins/sorttab_display/sorttab_widget.c:336: for (gint i = 0; i > < ST_CAT_NUM; ++i) { > ./plugins/sorttab_display/display_sorttabs.c:69: for (gint i = 0; i > < sort_tab_total; ++i) { > ./plugins/clarity/clarity_canvas.c:598: for (gint i = 0; i < > g_list_length(priv->covers); ++i) { > ./plugins/playlist_display/display_playlists.c:1073: for (gint i = > 0; i < g_list_length(playlists); ++i) { This is when building with cmake: make Merging translations into gtkpod.desktop. [ 0%] Built target desktopfile Scanning dependencies of target gtkpod [ 2%] Building C object CMakeFiles/gtkpod.dir/libgtkpod/gtkpod_app_iface.c.o libgtkpod/gtkpod_app_iface.c: In function 'gtkpod_execute_track_command': libgtkpod/gtkpod_app_iface.c:640: error: 'for' loop initial declaration used outside C99 mode *** Error code 1 --HPS |
From: Daniele F. <df...@gm...> - 2012-07-19 13:23:43
|
2012/7/19 Hans Petter Selasky: > Declaring variables inside a for loop is a C++ feature, not a C feature ?? it's C++ and C99 section "6.8.5 Iteration statements" > At least the compiler over here: cc (GCC) 4.2.1 20070831 patched [FreeBSD] > > Complained. only on that line? I'm asking because also declaring the variable in the middle of the code is a C++ and C99 feature and similar code is used in several places: $ grep "for (" . -rn --include=*.c | grep int ./libgtkpod/gtkpod_app_iface.c:640: for (gint i = 0; i < g_list_length(gp_iface->track_commands); ++i) { ./plugins/sorttab_display/sorttab_widget.c:336: for (gint i = 0; i < ST_CAT_NUM; ++i) { ./plugins/sorttab_display/display_sorttabs.c:69: for (gint i = 0; i < sort_tab_total; ++i) { ./plugins/clarity/clarity_canvas.c:598: for (gint i = 0; i < g_list_length(priv->covers); ++i) { ./plugins/playlist_display/display_playlists.c:1073: for (gint i = 0; i < g_list_length(playlists); ++i) { -- Daniele Forsi |
From: Hans P. S. <hse...@c2...> - 2012-07-19 12:21:35
|
On Thursday 19 July 2012 14:08:51 Daniele Forsi wrote: > 2012/7/19 Hans Petter Selasky: > > I have some trouble to get stuff built using cmake. Can someone have a > > look at my attached patches and incorporate them? > > thank you for your patches but it will be easier if you change the > subject of your email to reflect its content or is ths still related > to gtkpod 1.0.0? No. > and since you are using git, please do proper commits with informative > commit messages so you get credit and we get explanations Ok. Right now I just want these issued fixed. > > what is the reason of the following change? Declaring variables inside a for loop is a C++ feature, not a C feature ?? > the same kind of declaration in done in other source files but at > least when using autotools gcc is invoked with --std=gnu99 > and you are using spaces and tabs inconsistently with surrounding code > (I know that in many files it is inconsistent, but that file is ok, so > don't break it) > > - for (gint i = 0; i < > g_list_length(gp_iface->track_commands); ++i) { > + gint i; > + for (i = 0; i < g_list_length(gp_iface->track_commands); ++i) > { At least the compiler over here: cc (GCC) 4.2.1 20070831 patched [FreeBSD] Complained. --HPS |
From: Daniele F. <df...@gm...> - 2012-07-19 12:09:02
|
2012/7/19 Hans Petter Selasky: > I have some trouble to get stuff built using cmake. Can someone have a look at > my attached patches and incorporate them? thank you for your patches but it will be easier if you change the subject of your email to reflect its content or is ths still related to gtkpod 1.0.0? and since you are using git, please do proper commits with informative commit messages so you get credit and we get explanations what is the reason of the following change? the same kind of declaration in done in other source files but at least when using autotools gcc is invoked with --std=gnu99 and you are using spaces and tabs inconsistently with surrounding code (I know that in many files it is inconsistent, but that file is ok, so don't break it) - for (gint i = 0; i < g_list_length(gp_iface->track_commands); ++i) { + gint i; + for (i = 0; i < g_list_length(gp_iface->track_commands); ++i) { -- Daniele Forsi |
From: phantomjinx <p.g...@ph...> - 2012-07-19 11:10:08
|
On 07/19/2012 11:17 AM, Hans Petter Selasky wrote: > Hi, > > I have some trouble to get stuff built using cmake. Can someone have a look at > my attached patches and incorporate them? > > --HPS > The cmake build scripts have been unmaintained for a while so unsurprising they are not up-to-date. I would recommend the autotools build system instead which is maintained and working if you want an initial build of gtkpod. Having said that, it seems you are making good progress on the cmake scripts so if you want to get them working, happy to incorporate your changes but not an expert in cmake so cannot really review your patch. Anyone else an authority on cmake? PGR -- Paul Richardson * p.g...@ph... * pgr...@li... "I know exactly who reads the papers ... * The Daily Mirror is read by people who think they run the country. * The Guardian is read by people who think they ought to run the country. * The Times is read by people who do actually run the country. * The Daily Mail is read by the wives of the people who run the country. * The Financial Times is read by the people who own the country. * The Morning Star is read by the people who think the country ought to be run by another country. * The Daily Telegraph is read by the people who think it is." Jim Hacker, Yes Minister |
From: Hans P. S. <hse...@c2...> - 2012-07-19 10:17:46
|
Hi, I have some trouble to get stuff built using cmake. Can someone have a look at my attached patches and incorporate them? --HPS |
From: phantomjinx <p.g...@ph...> - 2012-07-18 21:45:25
|
On 07/18/2012 10:02 PM, Hans Petter Selasky wrote: > On Wednesday 18 July 2012 21:46:08 phantomjinx wrote: >> On 07/18/2012 08:11 PM, Hans Petter Selasky wrote: >>> Hi, >>> >>> I just installed gtkpod 1.0.0 in FreeBSD 9-stable. >>> >>> In the scripts under /usr/local/share/gtkpod/scripts/ stdin and stdout >>> should be written like /dev/stdin and /dev/stdout instead of "-". Else >>> the conversion scripts do not work :-) >>> >>> Please CC me. I'm subscribed to this list. >>> >>> --HPS >>> >>> ------------------------------------------------------------------------- >>> ----- Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. Discussions >>> will include endpoint security, mobile security and the latest in malware >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> _______________________________________________ >>> Gtkpod-devel mailing list >>> Gtk...@li... >>> https://lists.sourceforge.net/lists/listinfo/gtkpod-devel >> >> gtkpod 1.0.0 is not maintained and I don't have time to patch it. If you >> would like to checkout out the source and update, you would be most >> welcome. >> >> gtkpod's current version is 2.1.2 with 2.1.3 under development. >> >> Cheers > > Ok, no problem. > > Can you give me the command I need to checkout the latest version? > > --HPS > This link should provide you with all the information you need. http://sourceforge.net/scm/?type=git&group_id=67873 Regards PGR -- Paul Richardson * p.g...@ph... * pgr...@li... "I know exactly who reads the papers ... * The Daily Mirror is read by people who think they run the country. * The Guardian is read by people who think they ought to run the country. * The Times is read by people who do actually run the country. * The Daily Mail is read by the wives of the people who run the country. * The Financial Times is read by the people who own the country. * The Morning Star is read by the people who think the country ought to be run by another country. * The Daily Telegraph is read by the people who think it is." Jim Hacker, Yes Minister |
From: Hans P. S. <hse...@c2...> - 2012-07-18 21:02:16
|
On Wednesday 18 July 2012 21:46:08 phantomjinx wrote: > On 07/18/2012 08:11 PM, Hans Petter Selasky wrote: > > Hi, > > > > I just installed gtkpod 1.0.0 in FreeBSD 9-stable. > > > > In the scripts under /usr/local/share/gtkpod/scripts/ stdin and stdout > > should be written like /dev/stdin and /dev/stdout instead of "-". Else > > the conversion scripts do not work :-) > > > > Please CC me. I'm subscribed to this list. > > > > --HPS > > > > ------------------------------------------------------------------------- > > ----- Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > > Gtkpod-devel mailing list > > Gtk...@li... > > https://lists.sourceforge.net/lists/listinfo/gtkpod-devel > > gtkpod 1.0.0 is not maintained and I don't have time to patch it. If you > would like to checkout out the source and update, you would be most > welcome. > > gtkpod's current version is 2.1.2 with 2.1.3 under development. > > Cheers Ok, no problem. Can you give me the command I need to checkout the latest version? --HPS |
From: phantomjinx <p.g...@ph...> - 2012-07-18 19:46:25
|
On 07/18/2012 08:11 PM, Hans Petter Selasky wrote: > Hi, > > I just installed gtkpod 1.0.0 in FreeBSD 9-stable. > > In the scripts under /usr/local/share/gtkpod/scripts/ stdin and stdout should > be written like /dev/stdin and /dev/stdout instead of "-". Else the conversion > scripts do not work :-) > > Please CC me. I'm subscribed to this list. > > --HPS > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Gtkpod-devel mailing list > Gtk...@li... > https://lists.sourceforge.net/lists/listinfo/gtkpod-devel > gtkpod 1.0.0 is not maintained and I don't have time to patch it. If you would like to checkout out the source and update, you would be most welcome. gtkpod's current version is 2.1.2 with 2.1.3 under development. Cheers PGR -- Paul Richardson * p.g...@ph... * pgr...@li... * mob: +44 (0)9780 869490 * home: +44 (0)1633 892850 "I know exactly who reads the papers ... * The Daily Mirror is read by people who think they run the country. * The Guardian is read by people who think they ought to run the country. * The Times is read by people who do actually run the country. * The Daily Mail is read by the wives of the people who run the country. * The Financial Times is read by the people who own the country. * The Morning Star is read by the people who think the country ought to be run by another country. * The Daily Telegraph is read by the people who think it is." Jim Hacker, Yes Minister |
From: Hans P. S. <hse...@c2...> - 2012-07-18 19:10:58
|
Hi, I just installed gtkpod 1.0.0 in FreeBSD 9-stable. In the scripts under /usr/local/share/gtkpod/scripts/ stdin and stdout should be written like /dev/stdin and /dev/stdout instead of "-". Else the conversion scripts do not work :-) Please CC me. I'm subscribed to this list. --HPS |
From: Daniele F. <df...@gm...> - 2012-07-13 09:10:08
|
Currently the Comment field is: _Comment=Manage music and video on an Apple iPod since it also manages photos I would suggest adding it: _Comment=Manage music, video and photos on an Apple iPod -- Daniele Forsi |
From: Daniele F. <df...@gm...> - 2012-07-11 15:42:07
|
Hello, the check for --without-* is wrong for curl and for OGG and when running ./configure without arguments I get this error: configure: error: Ogg/Vorbis support explicitly requested but ogg/vorbis libs could not be found I have installed only the prerequisites for curl, not for OGG nor FLAC (but the check for FLAC is different): AC_ARG_WITH(curl, AS_HELP_STRING([--without-curl],[Disable coverart download support])) if test "x$with_curl" != "xno" -a "x$have_curl" = "xno"; then AC_MSG_ERROR([curl support explicitly requested but curl could not be found]) [...] AC_ARG_WITH(ogg, AS_HELP_STRING([--without-ogg],[Disable Ogg/Vorbis support])) if test "x$with_ogg" != "xno" -a "x$have_vorbis" = "xno"; then AC_MSG_ERROR([Ogg/Vorbis support explicitly requested but ogg/vorbis libs could not be found]) [...] AC_ARG_WITH(flac, AS_HELP_STRING([--without-flac],[Disable FLAC support])) if test "xwith_flac" = "xyes" -a "x$have_flac" = "xno"; then AC_MSG_ERROR([FLAC support explicitly requested but flac libs could not be found]) [...] It's not stated in the docs http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/External-Software.html but it seems that the variable isn't set when the argument is not given on ./configure's command line (the docs say that it's "yes" or "no" when it is given) and all the examples in that page set a default value in the [action-if-not-given] and l ibgpod does the same since there are several ways to fix that, it's better if phantomjinx can look at it -- Daniele Forsi |
From: phantomjinx <p.g...@ph...> - 2012-07-11 15:03:07
|
On 07/11/2012 03:44 PM, Daniele Forsi wrote: > Some error messages in the following files aren't translatable because > they are missing the usual _( ) function call > > ./src/itdb_hashAB > ./src/itdb_sqlite.c > ./src/itdb_hash72.c > ./src/itdb_hash58.c > ./src/itdb_device.c > ./src/itdb_plist.c > > it's ok I if I change them? > I'm asking because we agreed that I would make "easy" changes to > gtkpod without asking, but I don't remember if we ever talked about > libgpod > Happy for you to make any pertinent changes to gtkpod but I take no responsibility for libgpod, The library is teuf's domain although he has been a little busy lately. I'm sure it should be fine .... Cheers PGR -- Paul Richardson * p.g...@ph... * pgr...@li... * mob: +44 (0)9780 869490 * home: +44 (0)1633 892850 "I know exactly who reads the papers ... * The Daily Mirror is read by people who think they run the country. * The Guardian is read by people who think they ought to run the country. * The Times is read by people who do actually run the country. * The Daily Mail is read by the wives of the people who run the country. * The Financial Times is read by the people who own the country. * The Morning Star is read by the people who think the country ought to be run by another country. * The Daily Telegraph is read by the people who think it is." Jim Hacker, Yes Minister |
From: Daniele F. <df...@gm...> - 2012-07-11 14:44:54
|
Some error messages in the following files aren't translatable because they are missing the usual _( ) function call ./src/itdb_hashAB ./src/itdb_sqlite.c ./src/itdb_hash72.c ./src/itdb_hash58.c ./src/itdb_device.c ./src/itdb_plist.c it's ok I if I change them? I'm asking because we agreed that I would make "easy" changes to gtkpod without asking, but I don't remember if we ever talked about libgpod -- Daniele Forsi |
From: Daniele F. <df...@gm...> - 2012-07-08 13:01:58
|
Hello, When compiling libgpod on Debian unstable wheezy/sid I found that warnings are treated as errors and build fails because g_basename(), g_mapped_file_free() and gdk_pixbuf_unref() are deprecated, so I made the following patches and would like to know your opinion: shall I commit them or change something? Commit messages are long because of gcc error messages. Instead of g_basename() we can use g_path_get_basename() (as in the attached patch) or just use argv[0], which would be simpler and in most cases just as effective IMHO, or handle arguments with GOption which can be overkill for such small progams. Instead of g_mapped_file_free() we can add a preprocessor conditional (as in the attached patch) or bump the glib requirement to 2.22. Instead of gdk_pixbuf_unref we can use g_object_unref() (as in the attached patch) without conditionals because for what I understand requiring gdk-pixbuf-2.0 is enough. >From fc2ad71aa5ba6232edfe2c29d8bd0a19608109f1 Mon Sep 17 00:00:00 2001 From: Daniele Forsi <da...@fo...> Date: Sun, 8 Jul 2012 12:32:17 +0200 Subject: [PATCH 1/3] Conditionally replace deprecated glib function Use g_mapped_file_unref() instead of g_mapped_file_free(). Fixes: db-parse-context.c: In function 'db_parse_context_destroy': db-parse-context.c:67:3: error: 'g_mapped_file_free' is deprecated (declared at /usr/include/glib-2.0/glib/gmappedfile.h:48): Use 'g_mapped_file_unref' instead [-Werror=deprecated-declarations] db-parse-context.c: In function 'db_parse_context_new_from_file': db-parse-context.c:218:3: error: 'g_mapped_file_free' is deprecated (declared at /usr/include/glib-2.0/glib/gmappedfile.h:48): Use 'g_mapped_file_unref' instead [-Werror=deprecated-declarations] cc1: all warnings being treated as errors --- src/db-parse-context.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/db-parse-context.c b/src/db-parse-context.c index 88009c9..3005753 100644 --- a/src/db-parse-context.c +++ b/src/db-parse-context.c @@ -64,7 +64,11 @@ db_parse_context_destroy (DBParseContext *ctx) g_return_if_fail (ctx != NULL); if (ctx->mapped_file) { +#if GLIB_CHECK_VERSION (2,22,0) + g_mapped_file_unref (ctx->mapped_file); +#else g_mapped_file_free(ctx->mapped_file); +#endif } g_free (ctx); @@ -215,7 +219,11 @@ db_parse_context_new_from_file (const char *filename, Itdb_DB *db) device->byte_order); if (ctx == NULL) { +#if GLIB_CHECK_VERSION (2,22,0) + g_mapped_file_unref (mapped_file); +#else g_mapped_file_free(mapped_file); +#endif return NULL; } ctx->db = db; -- 1.7.10.4 >From d90cb7b7eb004c241cfa121c9d6912064513ab56 Mon Sep 17 00:00:00 2001 From: Daniele Forsi <da...@fo...> Date: Sun, 8 Jul 2012 12:36:38 +0200 Subject: [PATCH 2/3] Replace deprecated gdk-pixbuf function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use g_object_unref() instead of gdk_pixbuf_unref() which is deprecated since gdk-pixbuf 2.0 and libgpod optionally depends on 2.6.0. Fixes: itdb_artwork.c: In function 'itdb_thumb_ipod_item_to_pixbuf': itdb_artwork.c:885:2: error: 'gdk_pixbuf_unref' is deprecated (declared at /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:243): Use 'g_object_unref' instead [-Werror=deprecated-declarations] itdb_artwork.c:886:2: error: 'gdk_pixbuf_unref' is deprecated (declared at /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:243): Use 'g_object_unref' instead [-Werror=deprecated-declarations] cc1: all warnings being treated as errors test-covers.c: In function ‘save_itdb_thumb’: test-covers.c:56:9: error: ‘gdk_pixbuf_unref’ is deprecated (declared at /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:243): Use 'g_object_unref' instead [-Werror=deprecated-declarations] cc1: all warnings being treated as errors test-photos.c: In function ‘dump_thumbs’: test-photos.c:84:3: error: ‘gdk_pixbuf_unref’ is deprecated (declared at /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:243): Use 'g_object_unref' instead [-Werror=deprecated-declarations] cc1: all warnings being treated as errors --- src/itdb_artwork.c | 4 ++-- tests/test-covers.c | 2 +- tests/test-photos.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/itdb_artwork.c b/src/itdb_artwork.c index 2328840..54d6aae 100644 --- a/src/itdb_artwork.c +++ b/src/itdb_artwork.c @@ -882,8 +882,8 @@ gpointer itdb_thumb_ipod_item_to_pixbuf (Itdb_Device *device, pad_x, pad_y, width, height); pixbuf = gdk_pixbuf_copy (pixbuf_sub); - gdk_pixbuf_unref (pixbuf_full); - gdk_pixbuf_unref (pixbuf_sub); + g_object_unref (pixbuf_full); + g_object_unref (pixbuf_sub); return pixbuf; } diff --git a/tests/test-covers.c b/tests/test-covers.c index 20b4d7b..4d3a68f 100644 --- a/tests/test-covers.c +++ b/tests/test-covers.c @@ -53,7 +53,7 @@ save_itdb_thumb (Itdb_Track *track, GdkPixbuf *pixbuf, guint id) } g_print (" %s\n", filename); gdk_pixbuf_save (pixbuf, filename, "png", NULL, NULL); - gdk_pixbuf_unref (pixbuf); + g_object_unref (pixbuf); /* g_print ("Saved %s\n", filename); */ g_free (filename); } diff --git a/tests/test-photos.c b/tests/test-photos.c index 930e66b..b5bd89d 100644 --- a/tests/test-photos.c +++ b/tests/test-photos.c @@ -81,7 +81,7 @@ dump_thumbs (Itdb_PhotoDB *db, Itdb_Artwork *artwork, path = g_build_filename (dir, filename, NULL); g_free (filename); gdk_pixbuf_save (pixbuf, path, "png", NULL, NULL); - gdk_pixbuf_unref (pixbuf); + g_object_unref (pixbuf); g_free (path); } g_list_free (thumbnails); -- 1.7.10.4 >From f61b328c176bca8a42646a0553b3a4e4e0057eaf Mon Sep 17 00:00:00 2001 From: Daniele Forsi <da...@fo...> Date: Sun, 8 Jul 2012 13:52:59 +0200 Subject: [PATCH 3/3] Replace deprecated glib function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use g_path_get_basename() instead of g_basename() which is deprecated since glib 2.2 and libgpod depends on 2.16. Fixes: read-sysinfoextended.c: In function ‘main’: read-sysinfoextended.c:81:7: error: ‘g_basename’ is deprecated (declared at /usr/include/glib-2.0/glib/gfileutils.h:159): Use 'g_path_get_basename' instead [-Werror=deprecated-declarations] cc1: all warnings being treated as errors itdb_main.c: In function ‘main’: itdb_main.c:58:7: error: ‘g_basename’ is deprecated (declared at /usr/include/glib-2.0/glib/gfileutils.h:159): Use 'g_path_get_basename' instead [-Werror=deprecated-declarations] cc1: all warnings being treated as errors test-ls.c: In function ‘main’: test-ls.c:124:17: error: ‘g_basename’ is deprecated (declared at /usr/include/glib-2.0/glib/gfileutils.h:159): Use 'g_path_get_basename' instead [-Werror=deprecated-declarations] cc1: all warnings being treated as errors test-fw-id.c: In function ‘main’: test-fw-id.c:45:9: error: ‘g_basename’ is deprecated (declared at /usr/include/glib-2.0/glib/gfileutils.h:159): Use 'g_path_get_basename' instead [-Werror=deprecated-declarations] cc1: all warnings being treated as errors get-timezone.c: In function ‘main’: get-timezone.c:31:9: error: ‘g_basename’ is deprecated (declared at /usr/include/glib-2.0/glib/gfileutils.h:159): Use 'g_path_get_basename' instead [-Werror=deprecated-declarations] cc1: all warnings being treated as errors --- tests/get-timezone.c | 7 ++++++- tests/itdb_main.c | 7 ++++++- tests/test-fw-id.c | 7 ++++++- tests/test-ls.c | 7 ++++++- tools/read-sysinfoextended.c | 7 ++++++- 5 files changed, 30 insertions(+), 5 deletions(-) diff --git a/tests/get-timezone.c b/tests/get-timezone.c index e453ca3..75d77bf 100644 --- a/tests/get-timezone.c +++ b/tests/get-timezone.c @@ -28,7 +28,12 @@ int main (int argc, char **argv) if (argc >= 2) { mountpoint = argv[1]; } else { - g_print ("Usage: %s <mountpoint>\n\n", g_basename(argv[0])); + gchar *basename; + + basename = g_path_get_basename (argv[0]); + g_print ("Usage: %s <mountpoint>\n\n", basename); + g_free (basename); + return -1; } diff --git a/tests/itdb_main.c b/tests/itdb_main.c index e7723bb..9ae9b94 100644 --- a/tests/itdb_main.c +++ b/tests/itdb_main.c @@ -55,7 +55,12 @@ main (int argc, char *argv[]) if (infile == 0) { - printf ("Usage: %s <infile> [<outfile>]\n", g_basename(argv[0])); + gchar *basename; + + basename = g_path_get_basename (argv[0]); + printf ("Usage: %s <infile> [<outfile>]\n", basename); + g_free (basename); + exit (0); } diff --git a/tests/test-fw-id.c b/tests/test-fw-id.c index 7490001..68232c5 100644 --- a/tests/test-fw-id.c +++ b/tests/test-fw-id.c @@ -42,7 +42,12 @@ main (int argc, char *argv[]) char *fwid; if (argc < 2) { - g_print ("Usage: %s <mountpoint>\n", g_basename (argv[0])); + gchar *basename; + + basename = g_path_get_basename (argv[0]); + g_print ("Usage: %s <mountpoint>\n", basename); + g_free (basename); + return 1; } diff --git a/tests/test-ls.c b/tests/test-ls.c index e28cd9c..6ab35aa 100644 --- a/tests/test-ls.c +++ b/tests/test-ls.c @@ -118,10 +118,15 @@ main (int argc, char *argv[]) if (mountpoint == NULL) { + gchar *basename; + + basename = g_path_get_basename (argv[0]); g_print ("Usage: %s <mountpoint>|-l [<playlistname>]\n\n" "-l - List from the local repository (~" LOCALDB ")\n" "<playlistname> - name of the playlist to list (optional)\n", - g_basename(argv[0])); + basename); + g_free (basename); + exit (0); } diff --git a/tools/read-sysinfoextended.c b/tools/read-sysinfoextended.c index b3afd2c..3397ac4 100644 --- a/tools/read-sysinfoextended.c +++ b/tools/read-sysinfoextended.c @@ -78,7 +78,12 @@ main (int argc, char **argv) char *xml; if (argc < 3) { - g_print (_("usage: %s <device|uuid|bus device> <mountpoint>\n"), g_basename (argv[0])); + gchar *basename; + + basename = g_path_get_basename (argv[0]); + g_print (_("usage: %s <device|uuid|bus device> <mountpoint>\n"), basename); + g_free (basename); + return 1; } -- 1.7.10.4 -- Daniele Forsi |
From: Niccolò B. <dar...@li...> - 2012-06-28 17:19:48
|
Hi, I'm trying to sync some music from my Gentoo Linux amd64 to an iPhone 4 (*Jailbreaked*) with IOS 5.1.1. I'm using: - app-pda/ipheth-pair-9999 (GIT) - app-pda/libimobiledevice-9999 (GIT) - app-pda/usbmuxd-999 (GIT) - app-pda/libplist-999 (GIT) - app-pda/ifuse-1.1.2 - gnome-base/gvfs-1.10.1 - sys-power/upower-0.9.17 - media-libs/libgpod-9999 (GIT) - app-pda/gtkpod-2.1.2 - linux-3.4.4-rt13 + rss-counters patch USB tethering works fine, I can mount it with ifuse and I can listen music using amarok 2.6 or banshee 2.4.1. Unfortunately I can't add new tracks: neither amarok nor banshee nor gtkpod succeed adding music to the iphone. Both amarok and banshee hangs, while gtkpod seem to successfully add the tracks but I can't see them in the iPhone. If I ssh into the iPhone I can see the tracks uploaded by gtkpod but the files aren't in the music list! I *don't* get the "Unsupported checksum type" error message because I'm using libhashab.so[1] but I still can't see the tracks in the music list. I also tried downgrading DBVersion[2] from 5 to 4 in /System/Library/Lockdown/Checkpoint.xml, rebooting and adding HashInfo from [3] to /var/mobile/Media/iTunes_Control/Device, but it still doesn't work :( What's the problem? Is there no way to add some music with this useless piece of shit of phone even with the Jailbreak? Fortunately the iPhone isn't mine (I have an Android) but I still need to make it work. Thanks, Niccolò P.S. I don't think this is the problem because everything else works fine except adding music to the phone, but I also get some error messages when I attach the phone: Jun 28 17:34:39 laptop kernel: [51352.600135] usb 2-1: new high-speed USB device number 3 using ehci_hcd Jun 28 17:34:39 laptop kernel: [51352.718901] usb 2-1: New USB device found, idVendor=05ac, idProduct=1297 Jun 28 17:34:39 laptop kernel: [51352.718918] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Jun 28 17:34:39 laptop kernel: [51352.718934] usb 2-1: Product: iPhone Jun 28 17:34:39 laptop kernel: [51352.718937] usb 2-1: Manufacturer: Apple Inc. Jun 28 17:34:39 laptop kernel: [51352.718940] usb 2-1: SerialNumber: <serial> Jun 28 17:34:40 laptop kernel: [51353.538254] ipheth 2-1:4.2: Apple iPhone USB Ethernet device attached Jun 28 17:34:40 laptop kernel: [51353.538299] usbcore: registered new interface driver ipheth Jun 28 17:34:40 laptop kernel: [51353.810974] upowerd[2461]: segfault at 0 ip 00007f0b9fac25d0 sp 00007fff8795d548 error 4 in libc-2.14.1.so[7f0b9f9d3000+184000] Jun 28 17:34:40 laptop kernel: [51353.817036] BUG: Bad rss-counter state mm:ffff8801357751c0 idx:1 val:-2 Jun 28 17:34:40 laptop kernel: [51353.817041] BUG: Bad rss-counter state mm:ffff8801357751c0 idx:2 val:2 Jun 28 17:34:40 laptop kernel: [51354.257733] iphone-set-info[6572]: segfault at 0 ip 00007f56ed6495d0 sp 00007fff5d3d5908 error 4 in libc-2.14.1.so[7f56ed55a000+184000] Jun 28 17:34:41 laptop kernel: [51354.576849] ipheth-pair[6609]: segfault at 0 ip 00007f033a80a5d0 sp 00007fff37de6328 error 4 in libc-2.14.1.so[7f033a71b000+184000] Jun 28 17:34:41 laptop udevd[2273]: 'ipheth-pair' [6609] terminated by signal 11 (Segmentation fault) Jun 28 17:34:41 laptop NetworkManager[1337]: <warn> failed to allocate link cache: (-10) Operation not supported Jun 28 17:34:41 laptop NetworkManager[1337]: <info> (eth1): carrier is OFF Jun 28 17:34:41 laptop NetworkManager[1337]: <error> [1340897681.303754] [nm-device-ethernet.c:456] real_update_permanent_hw_address(): (eth1): unable to read permanent MAC address (error 0) Jun 28 17:34:41 laptop NetworkManager[1337]: <info> (eth1): new Ethernet device (driver: 'ipheth' ifindex: 4) Jun 28 17:34:41 laptop NetworkManager[1337]: <info> (eth1): exported as /org/freedesktop/NetworkManager/Devices/2 Jun 28 17:34:41 laptop NetworkManager[1337]: <info> (eth1): now managed Jun 28 17:34:41 laptop NetworkManager[1337]: <info> (eth1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] Jun 28 17:34:41 laptop NetworkManager[1337]: <info> (eth1): bringing up device. Jun 28 17:34:41 laptop NetworkManager[1337]: <info> (eth1): carrier now ON (device state 20) Jun 28 17:34:41 laptop NetworkManager[1337]: <info> (eth1): preparing device. Jun 28 17:34:41 laptop NetworkManager[1337]: <info> (eth1): deactivating device (reason 'managed') [2] Jun 28 17:34:41 laptop NetworkManager[1337]: <info> (eth1): device state change: unavailable -> disconnected (reason 'none') [20 30 0] Jun 28 17:34:46 laptop kernel: [51359.712057] ------------[ cut here ]------------ Jun 28 17:34:46 laptop kernel: [51359.712068] WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0xfb/0x15a() Jun 28 17:34:46 laptop kernel: [51359.712072] Hardware name: X360 Jun 28 17:34:46 laptop kernel: [51359.712075] NETDEV WATCHDOG: eth1 (ipheth): transmit queue 0 timed out Jun 28 17:34:46 laptop kernel: [51359.712079] Modules linked in: ipheth cpufreq_conservative fuse phc_intel(O) xt_multiport xt_tcpudp nf_conntrack_ipv6 nf_defrag_ipv6 nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack ip6table_filter ip6_tables iptable_filter ip_tables x_tables vboxnetadp(O) vboxnetflt(O) vboxdrv(O) kvm_intel kvm vhba(O) joydev uvcvideo videobuf2_core videodev media videobuf2_vmalloc coretemp videobuf2_memops arc4 samsung_laptop sg microcode psmouse serio_raw pcspkr iTCO_wdt sky2 iTCO_vendor_support battery fan thermal iwlwifi container mac80211 snd_hda_codec_hdmi cfg80211 snd_hda_codec_realtek ac rfkill evdev power_supply snd_hda_intel snd_hda_codec snd_hwdep snd_pcm mperf snd_timer processor snd soundcore snd_page_alloc [last unloaded: acpi_cpufreq] Jun 28 17:34:46 laptop kernel: [51359.712142] Pid: 11, comm: ksoftirqd/1 Tainted: G R O 3.4.2-rt10 #1 Jun 28 17:34:46 laptop kernel: [51359.712146] Call Trace: Jun 28 17:34:46 laptop kernel: [51359.712154] [<ffffffff810420e7>] ? warn_slowpath_common+0x78/0x8c Jun 28 17:34:46 laptop kernel: [51359.712159] [<ffffffff8104219c>] ? warn_slowpath_fmt+0x45/0x4a Jun 28 17:34:46 laptop kernel: [51359.712163] [<ffffffff81394865>] ? netif_tx_lock+0x77/0x8a Jun 28 17:34:46 laptop kernel: [51359.712167] [<ffffffff813949cb>] ? dev_watchdog+0xfb/0x15a Jun 28 17:34:46 laptop kernel: [51359.712173] [<ffffffff8104c08e>] ? run_timer_softirq+0x18a/0x23b Jun 28 17:34:46 laptop kernel: [51359.712176] [<ffffffff813948d0>] ? netif_tx_unlock+0x58/0x58 Jun 28 17:34:46 laptop kernel: [51359.712181] [<ffffffff8104727e>] ? __do_softirq_common+0x9a/0x139 Jun 28 17:34:46 laptop kernel: [51359.712185] [<ffffffff81047692>] ? __thread_do_softirq+0xa2/0xf5 Jun 28 17:34:46 laptop kernel: [51359.712189] [<ffffffff81047779>] ? run_ksoftirqd+0x94/0x194 Jun 28 17:34:46 laptop kernel: [51359.712193] [<ffffffff810476e5>] ? __thread_do_softirq+0xf5/0xf5 Jun 28 17:34:46 laptop kernel: [51359.712198] [<ffffffff81058dba>] ? kthread+0x81/0x89 Jun 28 17:34:46 laptop kernel: [51359.712204] [<ffffffff8143f7d6>] ? _raw_spin_unlock_irq+0x27/0x39 Jun 28 17:34:46 laptop kernel: [51359.712208] [<ffffffff81445124>] ? kernel_thread_helper+0x4/0x10 Jun 28 17:34:46 laptop kernel: [51359.712213] [<ffffffff81058d39>] ? __init_kthread_worker+0x42/0x42 Jun 28 17:34:46 laptop kernel: [51359.712217] [<ffffffff81445120>] ? gs_change+0x13/0x13 Jun 28 17:34:46 laptop kernel: [51359.712220] ---[ end trace 0000000000000002 ]--- Jun 28 17:34:46 laptop kernel: [51359.712226] ipheth: ipheth_tx_timeout: TX timeout This is with linux-3.4.2-rt10, I still didn't try with linux-3.4.4-rt13 + rss-counters patch. [1]http://franck78.ath.cx/ [2]http://marcansoft.com/blog/2011/01/syncing-music-in-new-idevices-with-linux/ [3]http://ihash.marcansoft.com/ -- http://www.linuxsystems.it |
From: phantomjinx <p.g...@ph...> - 2012-06-18 09:21:03
|
The download link should be https://sourceforge.net/projects/gtkpod/files/gtkpod/gtkpod-2.1.2/ However, it seems overnight the archive has not left the pending status on sourceforge. Have just re-uploaded it to see if it shifts to be available to non-logged-in downloading. Otherwise, I'll raise a ticket with sourceforge. Sorry about that. Bear with me... PGR On 06/17/2012 11:59 PM, ik...@gm... wrote: > Be cool for future if you could put a link to the download. Thanks for > the update! > > > On Sun, Jun 17, 2012 at 6:11 PM, phantomjinx > <p.g...@ph... > <mailto:p.g...@ph...>> wrote: > > Evening people, > > 2.1.2 out the door and uploaded ... > > Changelog and NEWS have the details. > > Regards > > PGR > > -- > Paul Richardson > > * p.g...@ph... > <mailto:p.g...@ph...> > * pgr...@li... <mailto:pgr...@li...> > > "I know exactly who reads the papers ... > > * The Daily Mirror is read by people who think they run the country. > * The Guardian is read by people who think they ought to run the > country. > * The Times is read by people who do actually run the country. > * The Daily Mail is read by the wives of the people who run the > country. > * The Financial Times is read by the people who own the country. > * The Morning Star is read by the people who think the country ought > to be run by another country. > * The Daily Telegraph is read by the people who think it is." > > Jim Hacker, Yes Minister > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. > Discussions > will include endpoint security, mobile security and the latest in > malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Gtkpod-devel mailing list > Gtk...@li... > <mailto:Gtk...@li...> > https://lists.sourceforge.net/lists/listinfo/gtkpod-devel > > |
From: phantomjinx <p.g...@ph...> - 2012-06-17 21:11:34
|
Evening people, 2.1.2 out the door and uploaded ... Changelog and NEWS have the details. Regards PGR -- Paul Richardson * p.g...@ph... * pgr...@li... "I know exactly who reads the papers ... * The Daily Mirror is read by people who think they run the country. * The Guardian is read by people who think they ought to run the country. * The Times is read by people who do actually run the country. * The Daily Mail is read by the wives of the people who run the country. * The Financial Times is read by the people who own the country. * The Morning Star is read by the people who think the country ought to be run by another country. * The Daily Telegraph is read by the people who think it is." Jim Hacker, Yes Minister |