--- gtkpod-0.99.2.orig/po/gtkpod.pot +++ gtkpod-0.99.2/po/gtkpod.pot @@ -3662,7 +3662,7 @@ #: gtkpod.glade:7737 msgid "" -"Where you mounted your iPod's filesystem. Usually '/mnt/ipod/' or similar." +"Where you mounted your iPod's filesystem. Usually '/media/ipod/' or similar." msgstr "" #: gtkpod.glade:7765 --- gtkpod-0.99.2.orig/po/de.po +++ gtkpod-0.99.2/po/de.po @@ -4033,8 +4033,8 @@ #: gtkpod.glade:7737 msgid "" -"Where you mounted your iPod's filesystem. Usually '/mnt/ipod/' or similar." -msgstr "Wo ist Ihr iPod gemountet? Für gewöhnlich unter '/mnt/ipod/'." +"Where you mounted your iPod's filesystem. Usually '/media/ipod/' or similar." +msgstr "Wo ist Ihr iPod gemountet? Für gewöhnlich unter '/media/ipod/'." #: gtkpod.glade:7765 msgid "" --- gtkpod-0.99.2.orig/po/fr.po +++ gtkpod-0.99.2/po/fr.po @@ -4027,8 +4027,8 @@ #: gtkpod.glade:7737 msgid "" -"Where you mounted your iPod's filesystem. Usually '/mnt/ipod/' or similar." -msgstr "Point de montage de l'iPod. Habituellement «/mnt/ipod»" +"Where you mounted your iPod's filesystem. Usually '/media/ipod/' or similar." +msgstr "Point de montage de l'iPod. Habituellement «/media/ipod»" #: gtkpod.glade:7765 msgid "" --- gtkpod-0.99.2.orig/po/he.po +++ gtkpod-0.99.2/po/he.po @@ -3915,9 +3915,9 @@ #: gtkpod.glade:7737 msgid "" -"Where you mounted your iPod's filesystem. Usually '/mnt/ipod/' or similar." +"Where you mounted your iPod's filesystem. Usually '/media/ipod/' or similar." msgstr "" -"היכן שעגנת את מערכת הקבצים של ה-iPod. בדרך כלל '/mnt/ipod' או משהו דומה." +"היכן שעגנת את מערכת הקבצים של ה-iPod. בדרך כלל '/media/ipod' או משהו דומה." #: gtkpod.glade:7765 msgid "" --- gtkpod-0.99.2.orig/po/ja.po +++ gtkpod-0.99.2/po/ja.po @@ -3806,8 +3806,8 @@ #: gtkpod.glade:7737 msgid "" -"Where you mounted your iPod's filesystem. Usually '/mnt/ipod/' or similar." -msgstr "iPodΥե륷ƥޥȤꡣ㤨 '/mnt/ipod/' ʤɡ" +"Where you mounted your iPod's filesystem. Usually '/media/ipod/' or similar." +msgstr "iPodΥե륷ƥޥȤꡣ㤨 '/media/ipod/' ʤɡ" #: gtkpod.glade:7765 msgid "" --- gtkpod-0.99.2.orig/po/it.po +++ gtkpod-0.99.2/po/it.po @@ -4012,9 +4012,9 @@ #: gtkpod.glade:7737 msgid "" -"Where you mounted your iPod's filesystem. Usually '/mnt/ipod/' or similar." +"Where you mounted your iPod's filesystem. Usually '/media/ipod/' or similar." msgstr "" -"Dove monti di solito il filesystem del tuo iPod. Di solito '/mnt/ipod' o " +"Dove monti di solito il filesystem del tuo iPod. Di solito '/media/ipod' o " "qualcosa di simile." #: gtkpod.glade:7765 --- gtkpod-0.99.2.orig/po/sv.po +++ gtkpod-0.99.2/po/sv.po @@ -3965,9 +3965,9 @@ #: gtkpod.glade:7737 msgid "" -"Where you mounted your iPod's filesystem. Usually '/mnt/ipod/' or similar." +"Where you mounted your iPod's filesystem. Usually '/media/ipod/' or similar." msgstr "" -"Platsen du monterade iPod-filsystemet. Oftast '/mnt/ipod' eller något " +"Platsen du monterade iPod-filsystemet. Oftast '/media/ipod' eller något " "liknande." #: gtkpod.glade:7765 --- gtkpod-0.99.2.orig/src/display_songs.c +++ gtkpod-0.99.2/src/display_songs.c @@ -1666,7 +1666,8 @@ } else { - gtkpod_warning (_("Cannot unsort track view because of a bug in the GTK lib you are using (%d.%d.%d < 2.5.4). Once you sort the track view, you cannot go back to the unsorted state.\n\n"), gtk_major_version, gtk_minor_version, gtk_micro_version); + /* This gets quiet annyoing with the time, disabled + gtkpod_warning (_("Cannot unsort track view because of a bug in the GTK lib you are using (%d.%d.%d < 2.5.4). Once you sort the track view, you cannot go back to the unsorted state.\n\n"), gtk_major_version, gtk_minor_version, gtk_micro_version);*/ } tm_sort_counter (-1); } --- gtkpod-0.99.2.orig/src/prefs.c +++ gtkpod-0.99.2/src/prefs.c @@ -161,7 +161,7 @@ } else { - mycfg->ipod_mount = g_strdup("/mnt/ipod"); + mycfg->ipod_mount = g_strdup("/media/ipod"); } mycfg->charset = NULL; --- gtkpod-0.99.2.orig/README +++ gtkpod-0.99.2/README @@ -50,12 +50,12 @@ Follow steps 1-7 in the "Connecting your iPod to a Linux box" -(basically you need to get the iPod partition mounted to /mnt/ipod) +(basically you need to get the iPod partition mounted to /media/ipod) 1) The faint-of-heart make a backup of their iTunesDB: -cp /mnt/ipod/iPod_Control/iTunes/iTunesDB /mnt/ipod/iPod_Control/iTunes/iTunesDB.bak +cp /media/ipod/iPod_Control/iTunes/iTunesDB /media/ipod/iPod_Control/iTunes/iTunesDB.bak 2) Start gtkpod @@ -696,13 +696,13 @@ (Obviously you need to change the filesystem type from 'vfat' to 'hfsplus' when you use an HFS formatted iPod.) - Then simply add a link from /mnt/ipod: + Then simply add a link from /media/ipod: - ln -s /var/autofs/removable/ipod /mnt/ipod + ln -s /var/autofs/removable/ipod /media/ipod Now your system is configured to mount the iPod every time you access -/mnt/ipod and to unmount it again after two seconds of inactivity. You +/media/ipod and to unmount it again after two seconds of inactivity. You won't have to worry about doing mounting/unmouting yourself any more. @@ -747,19 +747,19 @@ * -> NLS ISO 8859-1 (CONFIG_NLS_ISO8859_1) -3) Create /mnt/ipod: +3) Create /media/ipod: - mkdir /mnt/ipod + mkdir /media/ipod 4) Add a line to /etc/fstab. You should edit uid to match your user id. Also, /dev/sda2 may not be appropriate, if you have other scsi devices. -/dev/sda2 /mnt/ipod vfat rw,user,noauto,noatime,errors=remount 0 0 +/dev/sda2 /media/ipod vfat rw,user,noauto,noatime,errors=remount 0 0 (For HFS this line should read -/dev/sda /mnt/ipod hfsplus rw,user,noauto,exec 0 0 +/dev/sda /media/ipod hfsplus rw,user,noauto,exec 0 0 please note that it's just '/dev/sda') @@ -767,7 +767,7 @@ NOTE: Some users have had problems with newer versions of mount(newer than mount-2.11h) The following fstab entry might work better for you. -/dev/sda2 /mnt/ipod vfat rw,user,noauto,noatime,shortname=winnt 0 0 +/dev/sda2 /media/ipod vfat rw,user,noauto,noatime,shortname=winnt 0 0 5) Install the hotplug utilities (http://linux-hotplug.sourceforge.net/, debian package: 'hotplug') @@ -816,13 +816,13 @@ 7) Mount the iPod hard drive - mount /mnt/ipod + mount /media/ipod 8) do whatever you need to do (e.g. start gtkpod, see below) 9) Unmount the iPod: - umount /mnt/ipod + umount /media/ipod 10) Unload the module sbp2 (as most likely as root): @@ -871,19 +871,19 @@ * -> Codepage 437 (CONFIG_NLS_CODEPAGE_437) * -> NLS ISO 8859-1 (CONFIG_NLS_ISO8859_1) -3) Create /mnt/ipod: +3) Create /media/ipod: - mkdir /mnt/ipod + mkdir /media/ipod 4) Add a line to /etc/fstab. You should edit uid to match your user id. Also, /dev/sda2 may not be appropriate, if you have other scsi devices. -/dev/sda2 /mnt/ipod vfat rw,user,noauto,noatime 0 0 +/dev/sda2 /media/ipod vfat rw,user,noauto,noatime 0 0 (For HFS this line should read -/dev/sda /mnt/ipod hfsplus rw,user,noauto,exec 0 0 +/dev/sda /media/ipod hfsplus rw,user,noauto,exec 0 0 please note that it's just '/dev/sda') @@ -891,7 +891,7 @@ NOTE: Some users have had problems with newer versions of mount(newer than mount-2.11h) The following fstab entry might work better for you. -/dev/sda2 /mnt/ipod vfat rw,user,noauto,noatime,shortname=winnt 0 0 +/dev/sda2 /media/ipod vfat rw,user,noauto,noatime,shortname=winnt 0 0 NOTE: You can add ",umask=0" to the options to make the iPod readable/writable for all users. @@ -931,13 +931,13 @@ 7) Mount the iPod hard drive - mount /mnt/ipod + mount /media/ipod 8) do whatever you need to do (e.g. start gtkpod, see below) 9) Unmount the iPod: - umount /mnt/ipod + umount /media/ipod 10) Unload the module sbp2 (as most likely as root): @@ -971,7 +971,7 @@ - since the iPod's hdd was already spun up, the SCSI subsystem now recognizes it and mounts it as /dev/sda -- You can then mount /dev/sda2 to /mnt/ipod as normal." +- You can then mount /dev/sda2 to /media/ipod as normal." On the other hand: with my 4G iPod under 2.6.9 and 2.6.10 I never had any problem whatsoever getting the iPod to work. With IEEE it was @@ -1027,10 +1027,10 @@ /**********/ Add a line similar to the below to your /etc/fstab, this will enable users to mount the ipod with read/write capabilities. Example line assumes your -ipod mount point is /mnt/ipod and your ipod is detected as /dev/sda +ipod mount point is /media/ipod and your ipod is detected as /dev/sda ------------------------------- Begin Here --------------------------------- -/dev/sda2 /mnt/ipod vfat rw,user,noauto 0 0 +/dev/sda2 /media/ipod vfat rw,user,noauto 0 0 ------------------------------- End Here ----------------------------------- --- gtkpod-0.99.2.orig/scripts/sync-notes.sh +++ gtkpod-0.99.2/scripts/sync-notes.sh @@ -9,7 +9,7 @@ # # with the following defaults: -IPOD_MOUNT=/media/PERLIPOD # mountpoint of ipod +IPOD_MOUNT=/media/ipod # mountpoint of ipod NOTESPATH=~/Desktop/Notizen # path to folder containing notes ENCODING=ISO-8859-15 # encoding used by ipod --- gtkpod-0.99.2.orig/scripts/sync-kaddressbook.sh +++ gtkpod-0.99.2/scripts/sync-kaddressbook.sh @@ -9,7 +9,7 @@ # # with the following defaults: -IPOD_MOUNT=/mnt/ipod # mountpoint of ipod +IPOD_MOUNT=/media/ipod # mountpoint of ipod DATAFILE=~/.kde/share/apps/kabc/std.vcf # vcard file ENCODING=ISO-8859-15 # encoding used by ipod --- gtkpod-0.99.2.orig/scripts/sync-evocalendar.sh +++ gtkpod-0.99.2/scripts/sync-evocalendar.sh @@ -9,7 +9,7 @@ # # with the following defaults: -IPOD_MOUNT=/mnt/ipod # mountpoint of ipod +IPOD_MOUNT=/media/ipod # mountpoint of ipod CALFILE=~/.evolution/calendar/local/system/calendar.ics # calendar data file TASKFILE=~/.evolution/tasks/local/system/tasks.ics # task data file ENCODING=ISO-8859-15 # encoding used by ipod --- gtkpod-0.99.2.orig/scripts/sync-abook.sh +++ gtkpod-0.99.2/scripts/sync-abook.sh @@ -9,7 +9,7 @@ # # with the following defaults: -IPOD_MOUNT='/mnt/ipod' # mount point of ipod +IPOD_MOUNT='/media/ipod' # mount point of ipod DATAFILE='/home/daniel/.abook/addressbook' # the abook db ENCODING_FROM=UTF-8 # encoding used by abook ENCODING=ISO-8859-15 # encoding used by ipod --- gtkpod-0.99.2.orig/scripts/sync-korganizer.sh +++ gtkpod-0.99.2/scripts/sync-korganizer.sh @@ -9,7 +9,7 @@ # # with the following defaults: -IPOD_MOUNT=/mnt/ipod # mountpoint of ipod +IPOD_MOUNT=/media/ipod # mountpoint of ipod DATAFILE=~/.kde/share/apps/korganizer/std.ics # calendar data file ENCODING=ISO-8859-15 # encoding used by ipod --- gtkpod-0.99.2.orig/scripts/sync-webcalendar.sh +++ gtkpod-0.99.2/scripts/sync-webcalendar.sh @@ -8,7 +8,7 @@ # # with the following defaults: -IPOD_MOUNT='/mnt/ipod' # mount point of ipod +IPOD_MOUNT='/media/ipod' # mount point of ipod DATAFILE='https://native.intern.net/projekte/webcalendar/publish.php/daniel.ics' # uri for webcalendar WGET_OPTIONS='--no-check-certificate' # special options for wget --- gtkpod-0.99.2.orig/scripts/sync-evolution.sh +++ gtkpod-0.99.2/scripts/sync-evolution.sh @@ -13,7 +13,7 @@ # # with the following defaults: -IPOD_MOUNT=/mnt/ipod # mountpoint of ipod +IPOD_MOUNT=/media/ipod # mountpoint of ipod EVOPATH='/opt/gnome/libexec/evolution/2.0:/usr/lib/evolution/2.0:/opt/gnome/bin' # additional path ENCODING=ISO-8859-15 # encoding used by ipod --- gtkpod-0.99.2.orig/scripts/sync-thunderbird.sh +++ gtkpod-0.99.2/scripts/sync-thunderbird.sh @@ -18,7 +18,7 @@ # with the following defaults: -IPOD_MOUNT=/mnt/ipod # mountpoint of ipod +IPOD_MOUNT=/media/ipod # mountpoint of ipod ENCODING=ISO-8859-15 # encoding used by ipod NAME=thunderbird # default file export name --- gtkpod-0.99.2.orig/debian/NEWS +++ gtkpod-0.99.2/debian/NEWS @@ -0,0 +1,9 @@ +gtkpod (0.85.0-1) unstable; urgency=low + + * I have changed the default configuration of gtkpod to + use the mount point /media/ipod instead of /mnt/ipod. + You may have to change either your gtkpod configuration + or your /etc/fstab to get gtkpod working correctly again. + + -- Frank Lichtenheld Fri, 10 Dec 2004 02:04:02 +0100 + --- gtkpod-0.99.2.orig/debian/dirs +++ gtkpod-0.99.2/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/pixmaps --- gtkpod-0.99.2.orig/debian/docs +++ gtkpod-0.99.2/debian/docs @@ -0,0 +1 @@ +README --- gtkpod-0.99.2.orig/debian/menu +++ gtkpod-0.99.2/debian/menu @@ -0,0 +1,3 @@ +?package(gtkpod):needs="X11" section="Apps/Sound" \ + title="gtkpod" command="/usr/bin/gtkpod" \ + icon="/usr/share/pixmaps/gtkpod-icon-32x32.xpm" --- gtkpod-0.99.2.orig/debian/control +++ gtkpod-0.99.2/debian/control @@ -0,0 +1,17 @@ +Source: gtkpod +Section: sound +Priority: extra +Maintainer: Frank Lichtenheld +Build-Depends: debhelper (>= 4.2.21), gettext, flex, autotools-dev, perl, libgtk2.0-dev, libglade2-dev, libid3tag0-dev, libgpod-dev, dpatch +Standards-Version: 3.6.2 + +Package: gtkpod +Architecture: any +Depends: ${shlibs:Depends} +Suggests: mp3gain, recode, python +Description: manage songs and playlists on an Apple iPod + gtkpod is a platform independent GUI for Apple's iPod using GTK2. It + allows you to upload songs and playlists to your iPod. It supports ID3 + tag editing, multiple charsets for ID3 tags, detects duplicate songs, + allows offline modification of the database with later synchronisation, + and more. --- gtkpod-0.99.2.orig/debian/gtkpod.pod +++ gtkpod-0.99.2/debian/gtkpod.pod @@ -0,0 +1,93 @@ +=head1 NAME + +gtkpod - GTK2 based software for managing songs and playlists on an Apple iPod + +=head1 SYNOPSIS + +B [B<-h>] [B<-a>] [B<-c>] [B<-o>] [B<-m> I] [B<-p> I] + +=head1 DESCRIPTION + +This manual page briefly describes the gtkpod command. + +=head1 OPTIONS + +B supports the following options: + +=over 4 + +=item B<-h>, B<--help> + +Displays the help message. + +=item B<-m>, B<--mountpoint> I + +Define the mountpoint of your iPod. + +=item B<-p> I + +Increment playcount for file I by one. + +=item B<-a>, B<--auto> + +Import database automatically after start. + +=item B<-o>, B<--offline> + +Use offline mode. No changes are exported to the iPod, +but to F<~/.gtkpod/> instead. iPod is updated if 'Sync' is +used with 'Offline' deactivated. + +=back + +=head1 FILES + +=over 4 + +=item F<~/.gtkpod/prefs> + +Per user configuration file. Should normally only updated through +the program itself. + +=item F + +Global configuration file. Used if no configuration file exist for the user +starting gtkpod. + +=item F<~/.gtkpod/gtkpod.in> + +If this file exists, gtkpod will try to execute it at startup +This is done before attempting to mount the iPod directory (optional) +or read the iTunesDB (optional)). + +=item F<~/.gtkpod/gtkpod.out> + +If this file exists, gtkpod will try to execute it while exiting the +program. This is done after attempting to unmount the iPod directory +(optional) and sending the "eject" command to the iPod (optional). + +=item F, F + +Used instead of the per user scripts if the former ones don't exist +and these do. + +=back + +=head1 AUTHOR + + Jorg Schuler + Corey Donohoe + Adrian Ulrich + and others + +This manpage was written by Frank Lichtenheld . + +=head1 COPYRIGHT AND LICENCE + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +On Debian systems, a copy of the GNU General Public License may be +found in /usr/share/common-licenses/GPL. --- gtkpod-0.99.2.orig/debian/rules +++ gtkpod-0.99.2/debian/rules @@ -0,0 +1,73 @@ +#!/usr/bin/make -f + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: patch-stamp configure + dh_testdir + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + +build: build-stamp + +build-stamp: config.status + dh_testdir + + $(MAKE) + pod2man --release "gtkpod 0.88" --center "gtkpod Manual" debian/gtkpod.pod >gtkpod.1 + touch build-stamp + +clean: clean-patched unpatch +clean-patched: + dh_testdir + dh_testroot + rm -f build-stamp gtkpod.1 + -$(MAKE) distclean + dh_clean + +patch: patch-stamp +patch-stamp: + dpatch apply-all + +unpatch: + dpatch deapply-all + rm -rf patch-stamp debian/patched + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/gtkpod + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installmenu + dh_installman gtkpod.1 + dh_install + dh_desktop + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- gtkpod-0.99.2.orig/debian/watch +++ gtkpod-0.99.2/debian/watch @@ -0,0 +1,3 @@ +version=3 +# yes, this is to avoid sf's perverse mirror system +http://qa.debian.org/watch/sf.php/gtkpod gtkpod-(.*).tar.gz debian uupdate --- gtkpod-0.99.2.orig/debian/gtkpod-icon-32x32.xpm +++ gtkpod-0.99.2/debian/gtkpod-icon-32x32.xpm @@ -0,0 +1,253 @@ +/* XPM */ +static char * gtkpod_icon_32x32_xpm[] = { +"32 32 218 2", +" c None", +". c #CACACA", +"+ c #C8C8C8", +"@ c #C6C6C6", +"# c #C4C4C4", +"$ c #C3C3C3", +"% c #C1C1C1", +"& c #BFBFBF", +"* c #BDBDBD", +"= c #BCBCBC", +"- c #BABABA", +"; c #B9B9B9", +"> c #B7B7B7", +", c #B5B5B5", +"' c #B3B3B3", +") c #B1B1B1", +"! c #ADADAD", +"~ c #ABABAB", +"{ c #E5E5E5", +"] c #E2E2E2", +"^ c #E1E1E1", +"/ c #DFDFDF", +"( c #DEDEDE", +"_ c #DCDCDC", +": c #DBDBDB", +"< c #D9D9D9", +"[ c #D8D8D8", +"} c #D6D6D6", +"| c #D5D5D5", +"1 c #D3D3D3", +"2 c #D2D2D2", +"3 c #D0D0D0", +"4 c #CFCFCF", +"5 c #CCCCCC", +"6 c #A6A6A6", +"7 c #E7E7E7", +"8 c #E2E3E2", +"9 c #DADCDB", +"0 c #D8DBDA", +"a c #D8DAD9", +"b c #D6D8D7", +"c c #D4D7D6", +"d c #D4D6D5", +"e c #D2D5D3", +"f c #D1D3D2", +"g c #CFD2D1", +"h c #CED0CF", +"i c #CDCFCE", +"j c #CCCECD", +"k c #D0D1D1", +"l c #D1D1D1", +"m c #A1A1A1", +"n c #E4E4E4", +"o c #B6C1BC", +"p c #879D93", +"q c #869C92", +"r c #859C92", +"s c #B2BBB7", +"t c #CDCDCD", +"u c #9C9C9C", +"v c #E3E3E3", +"w c #A8B6B0", +"x c #849B91", +"y c #6E8179", +"z c #6F827A", +"A c #A6B3AD", +"B c #CBCBCB", +"C c #969696", +"D c #E0E0E0", +"E c #A7B5AF", +"F c #839A90", +"G c #38423E", +"H c #2E3532", +"I c #7F958B", +"J c #A5B2AC", +"K c #C9C9C9", +"L c #909090", +"M c #A7B5AE", +"N c #82988F", +"O c #535F5A", +"P c #434D49", +"Q c #A4B1AB", +"R c #C7C7C7", +"S c #8B8B8B", +"T c #DDDDDD", +"U c #A5B3AD", +"V c #63756D", +"W c #72867E", +"X c #39433F", +"Y c #82998F", +"Z c #A3AFAA", +"` c #C5C5C5", +" . c #858585", +".. c #DADADA", +"+. c #A5B3AC", +"@. c #81988E", +"#. c #56655E", +"$. c #7C9188", +"%. c #7B9087", +"&. c #2D3431", +"*. c #A2AEA9", +"=. c #C2C2C2", +"-. c #7F7F7F", +";. c #D7D7D7", +">. c #A4B2AC", +",. c #788A82", +"'. c #72857D", +"). c #687971", +"!. c #61706A", +"~. c #788C83", +"{. c #A1ADA8", +"]. c #797979", +"^. c #A3B1AB", +"/. c #7D9188", +"(. c #778C83", +"_. c #62716A", +":. c #5B6B65", +"<. c #6D7E77", +"[. c #80968C", +"}. c #A0ACA7", +"|. c #C0C0C0", +"1. c #BEBEBE", +"2. c #747474", +"3. c #D4D4D4", +"4. c #A2B0AA", +"5. c #9FABA6", +"6. c #6E6E6E", +"7. c #B0B9B5", +"8. c #8EA299", +"9. c #8DA199", +"0. c #8DA198", +"a. c #8CA098", +"b. c #8CA097", +"c. c #A8B0AD", +"d. c #BBBBBB", +"e. c #686868", +"f. c #CBCCCC", +"g. c #C3C6C5", +"h. c #C1C4C3", +"i. c #C0C3C2", +"j. c #BFC2C0", +"k. c #BEC0BF", +"l. c #BCBFBE", +"m. c #BBBEBD", +"n. c #BABDBB", +"o. c #B8BBBA", +"p. c #B7BAB9", +"q. c #B6B9B8", +"r. c #B5B8B7", +"s. c #B9BABA", +"t. c #B8B8B8", +"u. c #636363", +"v. c #CECECE", +"w. c #B6B6B6", +"x. c #5C5C5C", +"y. c #575757", +"z. c #9A9A9A", +"A. c #A3A3A3", +"B. c #ACACAC", +"C. c #B0B0B0", +"D. c #A8A8A8", +"E. c #B2B2B2", +"F. c #515151", +"G. c #888888", +"H. c #9E9E9E", +"I. c #999999", +"J. c #AFAFAF", +"K. c #4B4B4B", +"L. c #A2A2A2", +"M. c #454545", +"N. c #9F9F9F", +"O. c #404040", +"P. c #F0F0F0", +"Q. c #A9A9A9", +"R. c #3A3A3A", +"S. c #EAEAEA", +"T. c #E9E9E9", +"U. c #ECECEC", +"V. c #A7A7A7", +"W. c #343434", +"X. c #A4A4A4", +"Y. c #2E2E2E", +"Z. c #8C8C8C", +"`. c #EBEBEB", +" + c #F2F2F2", +".+ c #292929", +"++ c #F4F4F4", +"@+ c #A0A0A0", +"#+ c #232323", +"$+ c #F7F7F7", +"%+ c #1E1E1E", +"&+ c #B4B4B4", +"*+ c #F6F6F6", +"=+ c #181818", +"-+ c #E6E6E6", +";+ c #EFEFEF", +">+ c #F3F3F3", +",+ c #9B9B9B", +"'+ c #121212", +")+ c #AEAEAE", +"!+ c #AAAAAA", +"~+ c #989898", +"{+ c #0C0C0C", +"]+ c #A5A5A5", +"^+ c #979797", +"/+ c #939393", +"(+ c #060606", +"_+ c #767676", +":+ c #030303", +"<+ c #737373", +"[+ c #717171", +"}+ c #707070", +"|+ c #6D6D6D", +"1+ c #6B6B6B", +"2+ c #6A6A6A", +"3+ c #696969", +"4+ c #676767", +"5+ c #5E5E5E", +" . + @ # $ % & * = - ; > , ' ) ! ~ ", +" { ] ^ / ( _ : < [ } | 1 2 3 4 5 - 6 ", +" 7 7 8 9 0 a b c d e f g h i j k l 5 m ", +" { n o p q q q q q r r r r r p s 4 t u ", +" v ] w x x x x x y z x x x x x A t B C ", +" ^ D E x x x x F G H I x x x x J . K L ", +" / ( M x x x x N O P y x x x x Q K R S ", +" T : U x x x x V W y X Y x x x Z @ ` . ", +" : ..+.x x x @.#.$.%.&.I x x x *.# =.-. ", +" < ;.>.x x x ,.'.).y !.~.x x x {.=.% ]. ", +" ;.| ^.x x x /.(._.:.<.[.x x x }.|.1.2. ", +" 3.1 4.x x x x F F F F x x x x 5.1.= 6. ", +" 2 l 7.8.9.9.0.0.0.a.b.b.b.b.b.c.d.- e. ", +" 3 4 f.g.h.i.j.k.l.m.n.o.p.q.r.s.; t.u. ", +" v.5 B . + R 5 3.;.} 2 R 1.d.- t.> w.x. ", +" B . K R t [ 2 * ' ' = v.1 # t.w., ' y. ", +" . + R % 1 w.z.A.B.) C.D., v.w., ' E.F. ", +" + @ K 5 G.H.> * =.@ . v.& I.= * ) J.K. ", +" ` ` } , L.; * =.@ . v.1 ;.v.t.4 ' ! M. ", +" $ + l N.> * % R 3 2 2 ;.: / ` t d.~ O. ", +" % 5 @ 6 * % @ T P.{ 4 ../ v ( ` # Q.R. ", +" & v.= w.=.@ 5 S.T.^ =.v.v 7 U.K B V.W. ", +" * 5 1.& @ . B 1 T < ! $ 7 U.P.2 B X.Y. ", +" - R + d.. v.4 E.> ! Z.: `.P. +2 $ A..+ ", +" t.|.3 d.v.2 } t ~ X.v.`.P.++S.< w.@+#+ ", +" w.> 5 ` 4 } : / v 7 U.P.++$+^ 3 6 H.%+ ", +" &+' - 2 ; ;./ v 7 `.P.++*+_ ;.&+H.u =+ ", +" E.) C.A.d.1 : -+`.;+>+>+T.v.,+H.,+z.'+ ", +" C.)+! !+t.1 : ^ v { `.n ..> u z.I.~+{+ ", +" ! ! ~ Q.D.~ t.@ 5 5 + t.]+u I.~+^+/+(+ ", +" L.Q.Q.V.]+X.A.L.L.m H.,+z.I.^+C /+_+:+ ", +" -._+<+[+}+6.6.|+1+2+3+e.4+4+5+ "}; --- gtkpod-0.99.2.orig/debian/changelog +++ gtkpod-0.99.2/debian/changelog @@ -0,0 +1,176 @@ +gtkpod (0.99.2-1ubuntu2) dapper; urgency=low + + * paches/02-japanese_charset.dpatch + This patch only effects if "Japanese (automatic detection)" is chosen. + Rewrite autodetection code to support UTF-8 environment. + The charset cannot be autodetected, the charset is set to "UTF-8" + instead of "EUC-JP". + Jun Kobayashi + * Add dpatch to debuild-dep + + -- Hou ZhengPeng Tue, 16 May 2006 10:15:29 +0000 + +gtkpod (0.99.2-1ubuntu1) dapper; urgency=low + + * Resyncronise with Debian: + - Break out the translations and glade from 00_media_ipod.patch + into debian/ubuntu_patches.diff and apply it. + + -- Christian Bjälevik Thu, 5 Jan 2006 13:11:24 +0100 + +gtkpod (0.99.2-1) unstable; urgency=low + + * New upstream release (Closes: #343856) + + Fixes sorting bug (Closes: #330082) + * Add build-depends on libgpod-dev + * Add build-depends on flex + * Add suggests on python since one of the scripts uses it + * Update FSF address in debian/copyright + + -- Frank Lichtenheld Thu, 29 Dec 2005 17:38:38 +0100 + +gtkpod (0.99.2-0ubuntu1) dapper; urgency=low + + [Seth Kinast] + * New upstream release + * Add build-dep on flex and cdbs + * Add build-dep on libgpod-dev >= 0.3 (new library since last release) + * Pull out all upstream changes /mnt/ipod => /media/ipod into + 00_media_ipod.patch + * Patch out display_songs.c error with 01_no_gtk_unsort_warning.patch + + [Martin Meredith] + * Fixed FSF address in copyright file + * Added Suggests for Python + * Sponsored upload for Seth Kinast + + -- Seth Kinast Mon, 26 Dec 2005 04:43:49 +0000 + +gtkpod (0.94.0-1) unstable; urgency=low + + * New upstream release (Closes: #319408) + - support for new iTunes and new firmware version + (Closes: #317701) + * Add watch file, by Filippo Giunchedi (Closes: #318760) + + -- Frank Lichtenheld Fri, 22 Jul 2005 13:23:13 +0200 + +gtkpod (0.93.1-1) unstable; urgency=low + + * New upstream release (Closes: #316399) + - New build-dependency libglade2-dev + * Bump Standards-Version to 3.6.2, no changes needed + * Don't create glade files as absolute links as that fails miserably + in a packaging situation + + -- Frank Lichtenheld Fri, 1 Jul 2005 02:24:13 +0200 + +gtkpod (0.88.2-1) unstable; urgency=low + + * New upstream release + - Fixes typo in preferences dialog reported by Michael Shields + (Closes: #289087) + - Included additional sync script previously offered for + download separatly (Closes: #302361) + * Include typo fixes for the German translation by Jens Seidel + (Closes: #314053) + * Add build dependency on gettext even though many other build + dependecies already get it for us. We shouldn't rely on that + * Fix syntax error in sync-notes.sh and change paths from + /mnt/ipod to /media/ipod as usual + * Add Suggests on recode as it is used in the scripts + * Replace the outdated, buggy, and GFDL licensed man page written in + docbook by the former Debian maintainer with an updated, more + extensive, GPL licensed version written in POD by me. Replace + build-depends on docbook-to-man by build-depends on perl. + * Rework copyright file to be more precise about which file is + copyrighted by whom + * Fix path to scripts in preferences window + * Replace ScsiEject code in src/misc.c with my new version from the + eject package which uses the newer SG ioctl interface. Add new + header check for scsi/sg.h to configure.in and regenerate configure + and config.h.in. + + -- Frank Lichtenheld Thu, 16 Jun 2005 18:28:41 +0200 + +gtkpod (0.88.1-1) unstable; urgency=low + + * New upstream release + - fixes the iPod Shuffle support (Closes: #299768) + Thanks to Jörg Kurlbaum for pointing this out + + -- Frank Lichtenheld Fri, 18 Mar 2005 13:15:17 +0100 + +gtkpod (0.88-1) unstable; urgency=low + + * New upstream version (Closes: #299053) + * Fix FTBFS with gcc-4.0; patch by Andreas Jochens + (Closes: #298273) + + -- Frank Lichtenheld Fri, 11 Mar 2005 18:50:52 +0100 + +gtkpod (0.87.3-1) unstable; urgency=low + + * New upstream version + + -- Frank Lichtenheld Fri, 4 Mar 2005 14:35:13 -0800 + +gtkpod (0.85.0-1) unstable; urgency=low + + * New maintainer (Closes: #287988) + Acknowledge my own NMU (Closes: #264682, #268340, #230898, #275363) + * Apply patch by Andreas Jochens to let gtkpod compile + with gcc-4.0 (Closes: #286926) + + -- Frank Lichtenheld Fri, 7 Jan 2005 01:01:58 +0100 + +gtkpod (0.85.0-0.1) unstable; urgency=low + + * NMU since maintainer is unresponsive to any contact + attempts for a log time now. + * New upstream release (Closes: #264682) + * debian/control: + + Shorten short description (Closes: #268340) + + Suggest mp3gain (Closes: #230898) + + Adjust debhelper build-dependency so that we can use dh_desktop + * debian/rules: Tidy up. + * debian/docs: Don't install empty NEWS file + * debian/menu: + + Quote values + + Use xpm icon created from the 32x32 icon + * debian/gtkpod.sgml: fix some vs.