- Update to 0.88

* Adds support for iPod Shuffle
  * Support for smart playlists

ChangeLog:	http://gtkpod.sourceforge.net/ChangeLog
PR:		ports/78932
Submitted by:	maintainer
This commit is contained in:
Michael Johnson 2005-03-17 00:28:18 +00:00
parent 38d7ef161b
commit 1a3b39b7d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131458
5 changed files with 29 additions and 5 deletions

View file

@ -6,8 +6,7 @@
# #
PORTNAME= gtkpod PORTNAME= gtkpod
PORTVERSION= 0.85.0 PORTVERSION= 0.88
PORTREVISION= 2
CATEGORIES= audio CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -1,2 +1,2 @@
MD5 (gtkpod-0.85.0.tar.gz) = ca870acf255dd240a02d387485940c3c MD5 (gtkpod-0.88.tar.gz) = 8713fb7a7fefed7751bddf743155790b
SIZE (gtkpod-0.85.0.tar.gz) = 789161 SIZE (gtkpod-0.88.tar.gz) = 850525

View file

@ -0,0 +1,13 @@
--- src/misc_conversion.c.orig Wed Mar 16 19:17:01 2005
+++ src/misc_conversion.c Wed Mar 16 19:17:50 2005
@@ -143,8 +143,9 @@
if (t)
{
+ size_t size;
localtime_r (&t, &tm);
- size_t size = strftime (buf, PATH_MAX, format, &tm);
+ size = strftime (buf, PATH_MAX, format, &tm);
buf[size] = 0;
return g_locale_to_utf8 (buf, -1, NULL, NULL, NULL);
}

View file

@ -0,0 +1,11 @@
--- src/prefs.c.orig Wed Mar 16 19:23:45 2005
+++ src/prefs.c Wed Mar 16 19:24:06 2005
@@ -2655,7 +2655,7 @@
gchar *str = g_hash_table_lookup (prefs_hash, key);
if (str)
{
- *value = atoll (str);
+ *value = atol (str);
return TRUE;
}
}

View file

@ -1,4 +1,5 @@
gtkpod is a graphical user interface to upload and manage songs to your iPod. gtkpod is a graphical user interface to upload and manage songs to your iPod
(1G, 2G, 3G, 4G, mini, photo and shuffle).
It allows you to : It allows you to :
* Read your existing iTunesDB (i.e. import the existing contents of * Read your existing iTunesDB (i.e. import the existing contents of