debian/0000775000000000000000000000000012315270475007176 5ustar debian/libatomicparsley-dev.install0000664000000000000000000000003612213274077014703 0ustar usr/lib/*/libatomicparsley.so debian/compat0000664000000000000000000000000212213274077010373 0ustar 9 debian/gtkpod-data.install0000664000000000000000000000010512213274077012760 0ustar usr/share/glib-2.0 usr/share/gtkpod usr/share/icons usr/share/locale debian/gtkpod.menu0000664000000000000000000000023312213274077011351 0ustar ?package(gtkpod):needs="X11" section="Applications/Sound" \ title="gtkpod" command="/usr/bin/gtkpod" \ icon="/usr/share/pixmaps/gtkpod-icon-32x32.xpm" debian/gtkpod-data.docs0000664000000000000000000000005112213274077012242 0ustar AUTHORS NEWS README TODO TROUBLESHOOTING debian/patches/0000775000000000000000000000000012213274377010627 5ustar debian/patches/series0000664000000000000000000000003712213274377012044 0ustar 0001-Fix_mab2vcard_issue.patch debian/patches/0001-Fix_mab2vcard_issue.patch0000664000000000000000000000302212213274077016077 0ustar From: "Matteo F. Vescovi" Date: Wed, 2 Nov 2011 21:16:07 +0100 Subject: Fix_mab2vcard_issue Thunderbird is now disappeared from Debian archives, replaced by Icedove (the re-branded version of Thunderbird cleaned from proprietary stuff). This patch aims to provide full support to conversion of address-book entries to vCard files, as it was before with Thunderbird. Closes: #375476 --- scripts/mab2vcard | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/mab2vcard b/scripts/mab2vcard index d359995..45dfc87 100755 --- a/scripts/mab2vcard +++ b/scripts/mab2vcard @@ -131,7 +131,7 @@ require 5; #use diagnostics; use strict; -use constant ABOOK_PATHS => qw (~/.thunderbird/); +use constant ABOOK_PATHS => qw (~/.icedove/); #use Data::Dumper; my $progname = $0; $progname =~ s@.*/@@g; @@ -488,14 +488,14 @@ sub escape_results { sub locate_default_abook { my @files; foreach my $path (ABOOK_PATHS) { - my $dir = glob($path); - use Data::Dumper; print Dumper($dir); - next unless $dir; + # works around the weird semantics of glob() in scalar mode... + my $dir = (glob($path))[0]; + next unless $dir and -e $dir; error ("$path is not a directory. Please correct ABOOK_PATHS in the script '$progname'") - unless -d $dir; + unless -d _; $dir=~s/\/*\s*$//; print Dumper($dir); - push @files,(glob $dir.'/abook.mab'); + push @files,$dir.'/abook.mab' if -e $dir.'/abook.mab'; push @files,(glob $dir.'/*/abook.mab'); push @files,(glob $dir.'/*/*/abook.mab'); } debian/rules0000775000000000000000000000056212315260354010254 0ustar #!/usr/bin/make -f export DH_OPTIONS DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: dh $@ --with python2,pkgkde_symbolshelper,autoreconf --parallel override_dh_install: rm -f debian/tmp/usr/share/gtkpod/data/COPYING rm -f debian/tmp/usr/share/gtkpod/doc/icon-licence.txt dh_install override_dh_strip: dh_strip --dbg-package=gtkpod-dbg debian/gtkpod-data.links0000664000000000000000000000015612213274077012440 0ustar usr/share/gtkpod/doc/ usr/share/doc/gtkpod/html usr/share/common-licenses/GPL-2 usr/share/gtkpod/data/COPYING debian/libgtkpod1.symbols0000664000000000000000000004137712213310520012643 0ustar libgtkpod.so.1 libgtkpod1 #MINVER# CONF_NULL_HANDLER@Base 2.1.0 FILE_CONVERT_BACKGROUND_TRANSFER@Base 2.1.0 FILE_CONVERT_CACHEDIR@Base 2.1.0 FILE_CONVERT_DISPLAY_LOG@Base 2.1.0 FILE_CONVERT_LOG_SIZE_X@Base 2.1.0 FILE_CONVERT_LOG_SIZE_Y@Base 2.1.0 FILE_CONVERT_MAXDIRSIZE@Base 2.1.0 FILE_CONVERT_MAX_THREADS_NUM@Base 2.1.0 FILE_CONVERT_TEMPLATE@Base 2.1.0 KEY_BACKUP@Base 2.1.0 KEY_CONCAL_AUTOSYNC@Base 2.1.0 KEY_FILENAME@Base 2.1.0 KEY_IPOD_MODEL@Base 2.1.0 KEY_MANUAL_SYNCDIR@Base 2.1.0 KEY_MOUNTPOINT@Base 2.1.0 KEY_PATH_SYNC_CALENDAR@Base 2.1.0 KEY_PATH_SYNC_CONTACTS@Base 2.1.0 KEY_PATH_SYNC_NOTES@Base 2.1.0 KEY_SYNCMODE@Base 2.1.0 KEY_SYNC_CONFIRM_DELETE@Base 2.1.0 KEY_SYNC_CONFIRM_DIRS@Base 2.1.0 KEY_SYNC_DELETE_TRACKS@Base 2.1.0 KEY_SYNC_SHOW_SUMMARY@Base 2.1.0 SOCKET_PLYC@Base 2.1.0 SOCKET_TEST@Base 2.1.0 TM_to_T@Base 2.1.0 _gtkpod_app_marshal_VOID__POINTER_INT@Base 2.1.0 _gtkpod_app_marshal_VOID__POINTER_POINTER@Base 2.1.0 add_blocked_widget@Base 2.1.0 add_copy_selected_tracks_to_target_itdb@Base 2.1.0 add_copy_track_to_filesystem@Base 2.1.0 add_create_new_playlist@Base 2.1.0 add_create_playlist_file@Base 2.1.0 add_directory_by_name@Base 2.1.0 add_edit_track_details@Base 2.1.0 add_exec_commands@Base 2.1.0 add_new_pl_user_name@Base 2.1.0 add_playlist_by_filename@Base 2.1.0 add_separator@Base 2.1.0 add_sub_menu@Base 2.1.0 add_text_plain_to_playlist@Base 2.1.0 add_track_by_filename@Base 2.1.0 add_trackglist_to_playlist@Base 2.1.0 add_tracklist_to_playlist@Base 2.1.0 add_update_tracks_from_file@Base 2.1.0 autodetection_init@Base 2.1.0 block_widgets@Base 2.1.0 build_argv_from_strings@Base 2.1.0 call_script@Base 2.1.0 char_to_T@Base 2.1.0 charset_from_description@Base 2.1.0 charset_from_utf8@Base 2.1.0 charset_get_auto@Base 2.1.0 charset_init_combo_box@Base 2.1.0 charset_reset_auto@Base 2.1.0 charset_to_charset@Base 2.1.0 charset_to_description@Base 2.1.0 charset_to_utf8@Base 2.1.0 charset_track_charset_from_utf8@Base 2.1.0 check_db@Base 2.1.0 client_playcount@Base 2.1.0 compare_string@Base 2.1.0 compare_string_case_insensitive@Base 2.1.0 compare_string_fuzzy@Base 2.1.0 compare_string_fuzzy_generate_keys@Base 2.1.0 compare_string_start_case_insensitive@Base 2.1.0 concat_dir_if_relative@Base 2.1.0 convert_filename@Base 2.1.0 convert_relative_to_absolute_path@Base 2.1.1 convert_symlink_to_absolute_path@Base 2.1.1 copy_playlist_to_target_itdb@Base 2.1.0 copy_playlist_to_target_playlist@Base 2.1.0 copy_tracks_to_target_itdb@Base 2.1.0 copy_tracks_to_target_playlist@Base 2.1.0 data_changed@Base 2.1.0 data_unchanged@Base 2.1.0 delete_playlist_head@Base 2.1.0 delete_populate_settings@Base 2.1.0 delete_track_cancel@Base 2.1.0 delete_track_head@Base 2.1.0 delete_track_ok@Base 2.1.0 details_editor_edit_details@Base 2.1.0 details_editor_get_type@Base 2.1.0 determine_filetype@Base 2.1.0 display_non_updated@Base 2.1.0 display_updated@Base 2.1.0 dispose_directories@Base 2.1.0 each_rating_pl@Base 2.1.0 exporter_export_tracks_as_files@Base 2.1.0 exporter_export_tracks_to_playlist_file@Base 2.1.0 exporter_get_type@Base 2.1.0 exporter_transfer_track_glist_between_itdbs@Base 2.1.0 exporter_transfer_track_names_between_itdbs@Base 2.1.0 file_convert_add_track@Base 2.1.0 file_convert_cancel_itdb@Base 2.1.0 file_convert_cancel_track@Base 2.1.0 file_convert_continue@Base 2.1.0 file_convert_init@Base 2.1.0 file_convert_itdb_first@Base 2.1.0 file_convert_prefs_changed@Base 2.1.0 file_convert_shutdown@Base 2.1.0 file_convert_update_default_sizes@Base 2.1.0 file_transfer_ack_itdb@Base 2.1.0 file_transfer_activate@Base 2.1.0 file_transfer_continue@Base 2.1.0 file_transfer_get_failed_tracks@Base 2.1.0 file_transfer_get_status@Base 2.1.0 file_transfer_reschedule@Base 2.1.0 file_transfer_reset@Base 2.1.0 filename_from_uri@Base 2.1.0 files_are_saved@Base 2.1.0 fileselection_get_cover_filename@Base 2.1.0 fileselection_get_file_or_dir@Base 2.1.0 filetype_can_convert@Base 2.1.0 filetype_get_conversion_cmd@Base 2.1.0 filetype_get_description@Base 2.1.0 filetype_get_file_info@Base 2.1.0 filetype_get_gain_cmd@Base 2.1.0 filetype_get_name@Base 2.1.0 filetype_get_suffixes@Base 2.1.0 filetype_get_type@Base 2.1.0 filetype_init_core_types@Base 2.1.0 filetype_is_audio_filetype@Base 2.1.0 filetype_is_m3u_filetype@Base 2.1.0 filetype_is_playlist_filetype@Base 2.1.0 filetype_is_pls_filetype@Base 2.1.0 filetype_is_video_filetype@Base 2.1.0 filetype_no_conversion_cmd@Base 2.1.0 filetype_no_convert@Base 2.1.0 filetype_no_gain_cmd@Base 2.1.0 filetype_no_read_gapless@Base 2.1.0 filetype_no_read_lyrics@Base 2.1.0 filetype_no_soundcheck@Base 2.1.0 filetype_no_track_info@Base 2.1.0 filetype_no_write_file_info@Base 2.1.0 filetype_no_write_lyrics@Base 2.1.0 filetype_read_gapless@Base 2.1.0 filetype_read_lyrics@Base 2.1.0 filetype_read_soundcheck@Base 2.1.0 filetype_write_file_info@Base 2.1.0 filetype_write_lyrics@Base 2.1.0 fill_in_extended_info@Base 2.1.0 fuzzy_skip_prefix@Base 2.1.0 generate_category_playlists@Base 2.1.0 generate_displayed_playlist@Base 2.1.0 generate_new_playlist@Base 2.1.0 generate_not_listed_playlist@Base 2.1.0 generate_playlist_with_name@Base 2.1.0 generate_random_playlist@Base 2.1.0 generate_selected_playlist@Base 2.1.0 get_allowed_percent_char@Base 2.1.0 get_data_dir@Base 2.1.0 get_doc_dir@Base 2.1.0 get_file_name_from_source@Base 2.1.0 get_glade_dir@Base 2.1.0 get_icon_dir@Base 2.1.0 get_image_dir@Base 2.1.0 get_itdb_index@Base 2.1.0 get_itdb_prefs_int@Base 2.1.0 get_itdb_prefs_int_value@Base 2.1.0 get_itdb_prefs_key@Base 2.1.0 get_itdb_prefs_string@Base 2.1.0 get_itdb_prefs_string_value@Base 2.1.0 get_list_from_buffer@Base 2.1.0 get_ms_since@Base 2.1.0 get_offline@Base 2.1.0 get_playlist_prefs_int@Base 2.1.0 get_playlist_prefs_key@Base 2.1.0 get_playlist_prefs_string@Base 2.1.0 get_plugin_dir@Base 2.1.0 get_script_dir@Base 2.1.0 get_size_of_directory@Base 2.1.0 get_string_from_full_template@Base 2.1.0 get_string_from_template@Base 2.1.0 get_t_string@Base 2.1.0 get_t_tooltip@Base 2.1.0 get_tm_string@Base 2.1.0 get_tm_tooltip@Base 2.1.0 get_track_info@Base 2.1.0 get_track_info_from_file@Base 2.1.0 get_ui_dir@Base 2.1.0 get_user_string@Base 2.1.0 get_user_string_with_parent@Base 2.1.0 gp_create_extended_info@Base 2.1.1 gp_duplicate_remove@Base 2.1.0 gp_eject_ipod@Base 2.1.0 gp_get_ipod_itdb@Base 2.1.0 gp_get_itdbs_head@Base 2.1.0 gp_get_podcast_itdb@Base 2.1.0 gp_get_selected_itdb@Base 2.1.0 gp_import_itdb@Base 2.1.0 gp_increase_playcount@Base 2.1.0 gp_info_deleted_tracks@Base 2.1.0 gp_info_nontransferred_tracks@Base 2.1.0 gp_init@Base 2.1.0 gp_init_itdbs@Base 2.1.0 gp_install_autoscroll_row_timeout@Base 2.1.0 gp_itdb_add@Base 2.1.0 gp_itdb_add_extra@Base 2.1.0 gp_itdb_add_extra_full@Base 2.1.0 gp_itdb_extra_destroy@Base 2.1.0 gp_itdb_extra_duplicate@Base 2.1.0 gp_itdb_find_same_tracks@Base 2.1.0 gp_itdb_find_same_tracks_in_itdbs@Base 2.1.0 gp_itdb_find_same_tracks_in_local_itdbs@Base 2.1.0 gp_itdb_free@Base 2.1.0 gp_itdb_hash@Base 2.1.0 gp_itdb_new@Base 2.1.0 gp_itdb_pc_path_hash_add_track@Base 2.1.0 gp_itdb_pc_path_hash_destroy@Base 2.1.0 gp_itdb_pc_path_hash_find_tracks@Base 2.1.0 gp_itdb_pc_path_hash_init@Base 2.1.0 gp_itdb_pc_path_hash_remove_track@Base 2.1.0 gp_itdb_remove@Base 2.1.0 gp_load_ipod@Base 2.1.0 gp_load_ipods@Base 2.1.0 gp_playlist_add@Base 2.1.0 gp_playlist_add_extra@Base 2.1.0 gp_playlist_add_new@Base 2.1.0 gp_playlist_add_track@Base 2.1.0 gp_playlist_by_name_or_add@Base 2.1.0 gp_playlist_extra_destroy@Base 2.1.0 gp_playlist_extra_duplicate@Base 2.1.0 gp_playlist_new@Base 2.1.0 gp_playlist_remove@Base 2.1.0 gp_playlist_remove_by_name@Base 2.1.0 gp_playlist_remove_track@Base 2.1.0 gp_remove_autoscroll_row_timeout@Base 2.1.0 gp_remove_track_cb@Base 2.1.0 gp_replace_itdb@Base 2.1.0 gp_save_itdb@Base 2.1.0 gp_sha1_free_hash@Base 2.1.0 gp_sha1_hash_tracks@Base 2.1.0 gp_sha1_hash_tracks_itdb@Base 2.1.0 gp_track_add@Base 2.1.0 gp_track_add_extra@Base 2.1.0 gp_track_by_filename@Base 2.1.0 gp_track_cleanup_empty_strings@Base 2.1.0 gp_track_extra_destroy@Base 2.1.0 gp_track_extra_duplicate@Base 2.1.0 gp_track_new@Base 2.1.0 gp_track_remove@Base 2.1.0 gp_track_remove_thumbnails@Base 2.1.0 gp_track_set_flags_default@Base 2.1.0 gp_track_set_flags_podcast@Base 2.1.0 gp_track_set_thumbnails@Base 2.1.0 gp_track_set_thumbnails_from_data@Base 2.1.0 gp_track_unlink@Base 2.1.0 gp_track_validate_entries@Base 2.1.0 gtkpod_app@Base 2.1.0 gtkpod_app_get_type@Base 2.1.0 gtkpod_app_signals@Base 2.1.0 gtkpod_broadcast_preference_change@Base 2.1.0 gtkpod_builder_xml_get_widget@Base 2.1.0 gtkpod_builder_xml_new@Base 2.1.0 gtkpod_cleanup_quit@Base 2.1.0 gtkpod_confirmation@Base 2.1.0 gtkpod_confirmation_hig@Base 2.1.0 gtkpod_confirmation_simple@Base 2.1.0 gtkpod_display_widget@Base 2.1.0 gtkpod_edit_details@Base 2.1.0 gtkpod_edit_lyrics@Base 2.1.0 gtkpod_edit_photos@Base 2.1.0 gtkpod_edit_repository@Base 2.1.0 gtkpod_execute_track_command@Base 2.1.0 gtkpod_filetype_is_supported@Base 2.1.0 gtkpod_general_error_quark@Base 2.1.0 gtkpod_get_current_itdb@Base 2.1.0 gtkpod_get_current_playlist@Base 2.1.0 gtkpod_get_displayed_tracks@Base 2.1.0 gtkpod_get_exporter@Base 2.1.0 gtkpod_get_filetype@Base 2.1.0 gtkpod_get_filetypes@Base 2.1.0 gtkpod_get_option_entries@Base 2.1.4 gtkpod_get_registered_track_commands@Base 2.1.0 gtkpod_get_selected_tracks@Base 2.1.0 gtkpod_get_sort_enablement@Base 2.1.0 gtkpod_has_details_editor@Base 2.1.0 gtkpod_has_exporter@Base 2.1.0 gtkpod_has_lyrics_editor@Base 2.1.0 gtkpod_has_photo_editor@Base 2.1.0 gtkpod_has_repository_editor@Base 2.1.0 gtkpod_init_repository@Base 2.1.0 gtkpod_log_error@Base 2.1.0 gtkpod_log_error_printf@Base 2.1.0 gtkpod_notify_data_changed@Base 2.1.0 gtkpod_notify_data_unchanged@Base 2.1.0 gtkpod_playlist_added@Base 2.1.0 gtkpod_populate_repository_model@Base 2.1.0 gtkpod_register_details_editor@Base 2.1.0 gtkpod_register_exporter@Base 2.1.0 gtkpod_register_filetype@Base 2.1.0 gtkpod_register_lyrics_editor@Base 2.1.0 gtkpod_register_photo_editor@Base 2.1.0 gtkpod_register_repository_editor@Base 2.1.0 gtkpod_register_track_command@Base 2.1.0 gtkpod_set_current_playlist@Base 2.1.0 gtkpod_set_displayed_tracks@Base 2.1.0 gtkpod_set_selected_tracks@Base 2.1.0 gtkpod_set_sort_enablement@Base 2.1.0 gtkpod_shutdown@Base 2.1.0 gtkpod_statusbar_busy_pop@Base 2.1.0 gtkpod_statusbar_busy_push@Base 2.1.0 gtkpod_statusbar_increment_progress_ticks@Base 2.1.0 gtkpod_statusbar_message@Base 2.1.0 gtkpod_statusbar_reset_progress@Base 2.1.0 gtkpod_track_added@Base 2.1.0 gtkpod_track_removed@Base 2.1.0 gtkpod_track_updated@Base 2.1.0 gtkpod_tracks_statusbar_update@Base 2.1.0 gtkpod_unregister_details_editor@Base 2.1.0 gtkpod_unregister_exporter@Base 2.1.0 gtkpod_unregister_filetype@Base 2.1.0 gtkpod_unregister_lyrics_editor@Base 2.1.0 gtkpod_unregister_photo_editor@Base 2.1.0 gtkpod_unregister_repository_editor@Base 2.1.0 gtkpod_unregister_track_command@Base 2.1.0 gtkpod_warning@Base 2.1.0 gtkpod_warning_hig@Base 2.1.0 gtkpod_warning_simple@Base 2.1.0 handle_export@Base 2.1.0 hookup_menu_item@Base 2.1.0 init_directories@Base 2.1.0 last_listened_pl@Base 2.1.0 load_ipod_prefs@Base 2.1.0 lyrics_editor_edit_lyrics@Base 2.1.0 lyrics_editor_get_type@Base 2.1.0 m3u_filetype_get_type@Base 2.1.0 make_sortkey@Base 2.1.0 mark_track_for_deletion@Base 2.1.0 message_sb_no_ipod_itdb_selected@Base 2.1.0 message_sb_no_itdb_selected@Base 2.1.0 message_sb_no_playlist_selected@Base 2.1.0 message_sb_no_tracks_selected@Base 2.1.0 mkdirhier@Base 2.1.0 mkdirhierfile@Base 2.1.0 most_listened_pl@Base 2.1.0 most_rated_pl@Base 2.1.0 never_listened_pl@Base 2.1.0 nm_new_tracks@Base 2.1.0 nm_tracks_list@Base 2.1.0 ntokens@Base 2.1.0 ok_to_close_gtkpod@Base 2.1.0 on_track_command_menuitem_activate@Base 2.1.0 option_get_filename@Base 2.1.0 option_get_folder@Base 2.1.0 option_get_radio_button@Base 2.1.0 option_get_string@Base 2.1.0 option_get_toggle_button@Base 2.1.0 option_set_filename@Base 2.1.0 option_set_folder@Base 2.1.0 option_set_radio_button@Base 2.1.0 option_set_string@Base 2.1.0 option_set_toggle_button@Base 2.1.0 parse_artwork_from_string@Base 2.1.0 parse_offline_playcount@Base 2.1.0 parse_tracks_from_string@Base 2.1.0 photo_editor_edit_photos@Base 2.1.0 photo_editor_get_type@Base 2.1.0 pls_filetype_get_type@Base 2.1.0 prefs_apply_list@Base 2.1.0 prefs_create_subset@Base 2.1.0 prefs_flush_subkey@Base 2.1.0 prefs_free_list@Base 2.1.0 prefs_get_cfgdir@Base 2.1.0 prefs_get_double@Base 2.1.0 prefs_get_double_index@Base 2.1.0 prefs_get_double_value@Base 2.1.0 prefs_get_double_value_index@Base 2.1.0 prefs_get_int64@Base 2.1.0 prefs_get_int64_index@Base 2.1.0 prefs_get_int64_value@Base 2.1.0 prefs_get_int64_value_index@Base 2.1.0 prefs_get_int@Base 2.1.0 prefs_get_int_index@Base 2.1.0 prefs_get_int_value@Base 2.1.0 prefs_get_int_value_index@Base 2.1.0 prefs_get_list@Base 2.1.0 prefs_get_string@Base 2.1.0 prefs_get_string_index@Base 2.1.0 prefs_get_string_value@Base 2.1.0 prefs_get_string_value_index@Base 2.1.0 prefs_init@Base 2.1.0 prefs_rename_subkey@Base 2.1.0 prefs_save@Base 2.1.0 prefs_set_double@Base 2.1.0 prefs_set_double_index@Base 2.1.0 prefs_set_int64@Base 2.1.0 prefs_set_int64_index@Base 2.1.0 prefs_set_int@Base 2.1.0 prefs_set_int_index@Base 2.1.0 prefs_set_string@Base 2.1.0 prefs_set_string_index@Base 2.1.0 prefs_shutdown@Base 2.1.0 print_sha1_hash@Base 2.1.0 process_gtk_events_blocked@Base 2.1.0 read_lyrics_from_file@Base 2.1.0 read_soundcheck@Base 2.1.0 received_message@Base 2.1.0 register_icon_path@Base 2.1.0 register_stock_icon@Base 2.1.0 release_widgets@Base 2.1.0 remove_dangling@Base 2.1.0 remove_itdb_prefs@Base 2.1.0 replaygain_to_soundcheck@Base 2.1.0 repository_editor_edit_repository@Base 2.1.0 repository_editor_get_type@Base 2.1.0 repository_editor_init_repository@Base 2.1.0 repository_edtor_set_repository_model@Base 2.1.0 return_playlist_stock_image@Base 2.1.0 run_exec_on_tracks@Base 2.1.2~beta1 save_ipod_index_prefs@Base 2.1.0 save_ipod_prefs@Base 2.1.0 server_setup@Base 2.1.0 server_shutdown@Base 2.1.0 set_itdb_index_prefs_int@Base 2.1.0 set_itdb_index_prefs_string@Base 2.1.0 set_itdb_prefs_int@Base 2.1.0 set_itdb_prefs_string@Base 2.1.0 setup_itdb_n@Base 2.1.0 setup_sha1@Base 2.1.0 sha1_file_exists@Base 2.1.0 sha1_free@Base 2.1.0 sha1_free_eitdb@Base 2.1.0 sha1_hash_on_filename@Base 2.1.0 sha1_sha1_exists@Base 2.1.0 sha1_track_exists@Base 2.1.0 sha1_track_exists_insert@Base 2.1.0 sha1_track_remove@Base 2.1.0 since_last_pl@Base 2.1.0 sort_tracknames_list@Base 2.1.1 soundcheck_to_replaygain@Base 2.1.0 str_cmp@Base 2.1.0 sync_all_playlists@Base 2.1.0 sync_playlist@Base 2.1.0 temp_list_add@Base 2.1.0 temp_lists_apply@Base 2.1.0 temp_lists_create@Base 2.1.0 temp_lists_destroy@Base 2.1.0 temp_prefs_apply@Base 2.1.0 temp_prefs_copy_prefs@Base 2.1.0 temp_prefs_create@Base 2.1.0 temp_prefs_create_subset@Base 2.1.0 temp_prefs_destroy@Base 2.1.0 temp_prefs_flush@Base 2.1.0 temp_prefs_get_double@Base 2.1.0 temp_prefs_get_double_value@Base 2.1.0 temp_prefs_get_int@Base 2.1.0 temp_prefs_get_int_value@Base 2.1.0 temp_prefs_get_string@Base 2.1.0 temp_prefs_get_string_value@Base 2.1.0 temp_prefs_load@Base 2.1.0 temp_prefs_remove_key@Base 2.1.0 temp_prefs_rename_subkey@Base 2.1.0 temp_prefs_save@Base 2.1.0 temp_prefs_set_double@Base 2.1.0 temp_prefs_set_int64@Base 2.1.0 temp_prefs_set_int64_index@Base 2.1.0 temp_prefs_set_int@Base 2.1.0 temp_prefs_set_int_index@Base 2.1.0 temp_prefs_set_string@Base 2.1.0 temp_prefs_set_string_index@Base 2.1.0 temp_prefs_size@Base 2.1.0 temp_prefs_subkey_exists@Base 2.1.0 time_field_to_string@Base 2.1.0 time_fromtime_to_string@Base 2.1.0 time_get_time@Base 2.1.0 time_set_time@Base 2.1.0 time_string_to_fromtime@Base 2.1.0 time_string_to_time@Base 2.1.0 time_string_to_totime@Base 2.1.0 time_time_to_string@Base 2.1.0 time_totime_to_string@Base 2.1.0 tool_menu_action_get_type@Base 2.1.0 tool_menu_action_new@Base 2.1.0 tools_sync_all@Base 2.1.0 tools_sync_calendar@Base 2.1.0 tools_sync_contacts@Base 2.1.0 tools_sync_notes@Base 2.1.0 track_command_execute@Base 2.1.0 track_command_get_id@Base 2.1.0 track_command_get_text@Base 2.1.0 track_command_get_type@Base 2.1.0 track_copy_item@Base 2.1.0 track_get_item@Base 2.1.0 track_get_item_pointer@Base 2.1.0 track_get_text@Base 2.1.0 track_get_timestamp@Base 2.1.0 track_get_timestamp_ptr@Base 2.1.0 track_set_text@Base 2.1.0 transfer_data_free@Base 2.1.0 transfer_data_new@Base 2.1.0 update_blocked_widget@Base 2.1.0 update_charset_info@Base 2.1.0 update_track_from_file@Base 2.1.0 update_tracks@Base 2.1.0 using_local@Base 2.1.0 utf16_strdup@Base 2.1.0 utf16_strlen@Base 2.1.0 utf8_strcasestr@Base 2.1.0 which@Base 2.1.0 widgets_blocked@Base 2.1.0 write_lyrics_to_file@Base 2.1.0 write_tags_to_file@Base 2.1.0 debian/gtkpod.install0000664000000000000000000000017612213274077012061 0ustar usr/bin usr/lib/*/gtkpod/*.so usr/lib/*/gtkpod/*.plugin usr/share/applications debian/gtkpod-icon-32x32.xpm usr/share/pixmaps debian/source/0000775000000000000000000000000012213274077010475 5ustar debian/source/format0000664000000000000000000000001412213274077011703 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000027712213274077010234 0ustar version=3 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/ \ http://qa.debian.org/watch/sf.php/gtkpod/gtkpod-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) debian/gtkpod-icon-32x32.xpm0000664000000000000000000001314112213274077012720 0ustar /* 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+ "}; debian/control0000664000000000000000000001160712315265105010600 0ustar Source: gtkpod Section: sound Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: gtkpod Maintainers Uploaders: Matteo F. Vescovi Build-Depends: autoconf, automake, autotools-dev, debhelper (>= 9), dh-autoreconf, faad, flex, gettext, gtk-doc-tools, libanjuta-dev, libclutter-gtk-1.0-dev, libcurl4-gnutls-dev, libfaad-dev, libflac-dev, libgdl-3-dev, libglib2.0-dev, libgpod-dev, libgstreamer-plugins-base0.10-dev, libgstreamer0.10-dev, libgtk-3-dev, libid3tag0-dev, libvorbis-dev, libwebkitgtk-3.0-dev, libxml-parser-perl, libxml2-dev, pkg-config, pkg-kde-tools, python-dev (>= 2.6.6-3~) Standards-Version: 3.9.4 Homepage: http://www.gtkpod.org Vcs-Git: git://anonscm.debian.org/pkg-gtkpod/packages/gtkpod.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gtkpod/packages/gtkpod.git Package: gtkpod Architecture: any Depends: gtkpod-data (= ${source:Version}), libatomicparsley0 (= ${binary:Version}), libgtkpod1 (= ${binary:Version}), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Recommends: id3v2 | python-mutagen, vorbis-tools Suggests: faad, lame, mp3gain, perl, python (>= 2.6.6-3~) Replaces: gtkpod-data (<< 2) Description: manage songs and playlists on an Apple iPod gtkpod is a platform independent GUI for Apple's iPod using GTK3. 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. Package: gtkpod-data Architecture: all Depends: ${misc:Depends}, ${python:Depends} Suggests: gtkpod, python (>= 2.6.6-3~), python-jppy Replaces: gtkpod (<< 2) Description: architecture-independent files for gtkpod gtkpod is a platform independent GUI for Apple's iPod using GTK3. 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. . This package contains documentation, translations and images for gtkpod. Package: gtkpod-dbg Section: debug Architecture: any Depends: gtkpod (= ${binary:Version}), libatomicparsley0 (= ${binary:Version}), libgtkpod1 (= ${binary:Version}), ${misc:Depends} Description: debugging symbols for gtkpod gtkpod is a platform independent GUI for Apple's iPod using GTK3. 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. . This package contains the debugging symbols for gtkpod. Package: libgtkpod1 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: main library for the gtkpod package, shared library This is the core library and plugins for gtkpod. Library containing core gtk functions for the application gtkpod and the related gtkpod-data package. Package: libgtkpod-dev Section: libdevel Architecture: any Depends: libgtkpod1 (= ${binary:Version}), ${misc:Depends} Description: main library for the gtkpod package, development kit This is the core library and plugins for gtkpod. Library containing core gtk functions for the application gtkpod and the related gtkpod-data package. . This package contains the static library and headers for use by developers. Package: libatomicparsley0 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: main library for atomic parsley in gtkpod, shared library This is the core library for atomic parsley of mp4 files in gtkpod. Library including read/write lyric support for the first time and write metadata function. Package: libatomicparsley-dev Section: libdevel Architecture: any Depends: libatomicparsley0 (= ${binary:Version}), ${misc:Depends} Description: main library for atomic parsley in gtkpod, development kit This is the core library for atomic parsley of mp4 files in gtkpod. Library including read/write lyric support for the first time and write metadata function. . This package contains the static library and headers for use by developers. debian/gbp.conf0000664000000000000000000000016612213274077010617 0ustar [DEFAULT] pristine-tar = True [git-dch] ignore-regex = (Signed-off|Acked)-by: meta = True meta-closes = Closes|LP|BZ debian/libatomicparsley0.install0000664000000000000000000000010412213274077014203 0ustar usr/lib/*/libatomicparsley.so.0 usr/lib/*/libatomicparsley.so.0.0.1 debian/gtkpod-data.doc-base0000664000000000000000000000046512213274077013000 0ustar Document: gtkpod Title: Debian gtkpod Manual Author: gtkpod upstream authors Abstract: This manual describes what gtkpod is and how it can be used to manage online manuals on Debian systems. Section: Sound Format: HTML Index: /usr/share/doc/gtkpod/html/gtkpod.html Files: /usr/share/doc/gtkpod/html/*.html debian/copyright0000664000000000000000000001560612213274077011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gtkpod Upstream-Contact: Jorg Schuler Corey Donohoe Adrian Ulrich Paul Richardson Source: http://www.gtkpod.org Files: * Copyright: 2002-2007, Jorg Schuler License: GPL-2+ Files: ltmain.h Copyright: 2002-2011, Jorg Schuler License: GPL-2+ Files: libgtkpod/context_menus.* Copyright: 2002-2003, Corey Donohoe 2002-2007, Jorg Schuler License: GPL-2+ Files: libgtkpod/fileselection.* Copyright: 2002-2005, Jorg Schuler 2005, James Liggett License: GPL-2+ Files: libgtkpod/itdb.h Copyright: 2002-2005, Jorg Schuler Most of the code in this file has been ported from the perl script "mktunes.pl" (part of the gnupod-tools collection) written by Adrian Ulrich License: LGPL-2+ Files: libgtkpod/misc.c Copyright: 2004, Ero Carrera 2002-2007, Jorg Schuler License: GPL-2+ Files: libgtkpod/prefs.* Copyright: 2002-2007, Jorg Schuler 2006, James Liggett License: GPL-2+ Files: libgtkpod/sha1.* Copyright: 2002, Corey Donohoe 2002-2007, Jorg Schuler License: GPL-2+ Files: libgtkpod/stock_icons.* plugins/photo_editor/display_photo.* plugins/cover_display/display_coverart.* plugins/details_editor/fetchcover.* plugins/cover_display/fetchcover.* Copyright: 2007, P.G. Richardson License: GPL-2+ Files: libs/atomicparsley/* Copyright: 2005-2007, puck_lock 2012, Paul Richardson License: GPL-2+ Files: plugins/filetype_mp3/mp3file.* Copyright: 2000-2001, Cedric Tefft 2002-2005, Jorg Schuler 2004, Jens Taprogge License: GPL-2+ Files: plugins/filetype_mp4/mp4file.* plugins/filetype_m4a/mp4file.* Copyright: 2002-2005, Jorg Schuler Note: code for mp4_get_file_info() is based on mp4info.cpp of the mpeg4ip project License: GPL-2+ Files: plugins/filetype_ogg/oggfile.* Copyright: 2007, Marc d[r]eadlock License: GPL-2+ Files: plugins/filetype_wav/wavfile.* Copyright: 1998-2000, Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies 2002-2005, Jorg Schuler License: GPL-2+ Files: plugins/exporter/file_export.* Copyright: 2002-2003, Corey Donohoe 2002-2007, Jorg Schuler License: GPL-2+ Files: plugins/sorttab_display/icons/hicolor/*/places/sorttab_display-sorttab-category.png Copyright: Everaldo Coelho License: LGPL-2+ Files: plugins/track_display/rb_cell_renderer_rating.* Copyright: 2000, Red Hat, Inc., Jonathan Blandford 2002, Olivier Martin 2002-2007, Jorg Schuler License: LGPL-2+ Files: plugins/track_display/rb_rating_helper.* Copyright: 2004, Christophe Fergeau License: LGPL-2+ Files: scripts/mab2vcard Copyright: 2004, Jamie Zawinski Clinton Gormley License: GPL-2+ Files: scripts/sync-abook.sh scripts/sync-webcalendar.sh Copyright: 2005, Daniel Kercher License: GPL-2+ Files: scripts/sync-evocalendar.sh scripts/sync-kaddressbook.sh scripts/sync-korganizer.sh scripts/sync-notes.sh scripts/sync-tomboy.sh Copyright: 2004, Markus Gaugusch License: GPL-2+ Files: scripts/sync-evolution.sh scripts/sync-thunderbird.sh Copyright: 2004, Clinton Gormley License: GPL-2+ Files: scripts/sync-knotes.sh Copyright: 2005, Sebastian Scherer License: GPL-2+ Files: scripts/sync-ldif.sh Copyright: License: GPL-2+ Files: scripts/sync-palm-jppy.py Copyright: 2005, Nick Piper License: GPL-2+ Files: scripts/sync-thunderbird-nano.sh Copyright: 2006, Paul Oremland License: GPL-2+ Files: doc/* Copyright: 2007, gtkpod wiki contributors License: GFDL-NIV License: GPL-2+ This file 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 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: LGPL-2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of the GNU Lesser General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'. License: GFDL-NIV Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. . On Debian systems, the full text of the GFDL can be found at `/usr/share/common-licenses/GFDL-1.3'. debian/gtkpod.manpages0000664000000000000000000000002212213274077012174 0ustar data/man/gtkpod.1 debian/libgtkpod1.install0000664000000000000000000000006612213274077012627 0ustar usr/lib/*/libgtkpod.so.1 usr/lib/*/libgtkpod.so.1.1.0 debian/changelog0000664000000000000000000004512712315270473011057 0ustar gtkpod (2.1.4-1ubuntu2) trusty; urgency=medium * Update symbols for arm64 too -- Iain Lane Fri, 28 Mar 2014 12:55:12 +0000 gtkpod (2.1.4-1ubuntu1) trusty; urgency=medium * Update symbols for ppc64el * Build with dh-autoreconf to fix linking failure on new arches -- Iain Lane Fri, 28 Mar 2014 12:13:29 +0000 gtkpod (2.1.4-1build1) trusty; urgency=medium * No-change rebuild for new cogl -- Iain Lane Tue, 14 Jan 2014 23:35:47 +0000 gtkpod (2.1.4-1) unstable; urgency=low * New upstream stable release - debian/patches/: patchset refreshed - 0002-Usage_of_anjuta-3.8.patch dropped (applied upstream) - 0003-Usage_of_gdl-3.6.patch dropped (applied upstream) - debian/libgtkpod1.symbols: symbols updated -- Matteo F. Vescovi Mon, 09 Sep 2013 11:15:29 +0200 gtkpod (2.1.3-5) unstable; urgency=low * debian/control: unversioned b-deps for anjuta and libgpod * debian/source/local-options: file removed * debian/patches/: patchset updated (Closes: #718532) - 0001-Fix_mab2vcard_issue.patch refreshed - 0002-Usage_of_anjuta-3.8.patch added - 0003-Usage_of_gdl-3.6.patch added Thanks to Michael Biebl (biebl) for the hint. -- Matteo F. Vescovi Fri, 02 Aug 2013 11:19:09 +0200 gtkpod (2.1.3-4) unstable; urgency=low * Upload to unstable - debian/control: libclutter-gtk-1.0-dev b-dep version dropped to allow build process against unstable suite * debian/control: lame added to Suggests (Closes: #707999) -- Matteo F. Vescovi Mon, 20 May 2013 17:43:30 +0200 gtkpod (2.1.3-3) experimental; urgency=low * debian/libatomicparsley0.symbols: fix FTBFS on alpha and ppc64 (Closes: #704736) -- Matteo F. Vescovi Fri, 05 Apr 2013 15:08:55 +0200 gtkpod (2.1.3-2) experimental; urgency=low * debian/control: bump b-dep version for libclutter-gtk (Closes: #704615) -- Matteo F. Vescovi Thu, 04 Apr 2013 09:32:43 +0200 gtkpod (2.1.3-1) experimental; urgency=low [ Chow Loong Jin ] * Use uversionmangle in uscan instead. When using dversionmangle to mangle the "~beta" back to "-beta" in the version string, uscan considers x.y.z-betaN to be a newer version than x.y.z. This change fixes that. [ Matteo F. Vescovi ] * New upstream release (Closes: #689378, #689380, #696379) * debian/control: DMUA flag dropped * debian/control: libclutter-gtk-1.0-dev b-dep added * debian/control: S-V 3.9.3 => 3.9.4 (no changes needed) * debian/watch: source path updated. Thanks to Bart Martens (bartm) for the hint. -- Matteo F. Vescovi Mon, 14 Jan 2013 12:33:47 +0100 gtkpod (2.1.2-1) unstable; urgency=low [ Matteo F. Vescovi ] * New upstream stable release + debian/patches/: #0002 dropped (applied upstream) [ Chow Loong Jin ] * debian/control: Add DM-Upload-Allowed: yes -- Matteo F. Vescovi Wed, 20 Jun 2012 19:43:55 +0800 gtkpod (2.1.2~beta2-3) unstable; urgency=low * debian/libatomicparsley0.symbols: updated for ia64 and s390x architectures -- Matteo F. Vescovi Tue, 12 Jun 2012 16:47:01 +0200 gtkpod (2.1.2~beta2-2) unstable; urgency=low * debian/libatomicparsley0.symbols: symbols updated (Closes: #676929) * debian/control: pkg-kde-tools added to b-deps * debian/patches/: #0002 added to fix FTBFS on kBSD64 (Closes: #676931) * debian/watch: uscan opts updated -- Matteo F. Vescovi Tue, 12 Jun 2012 09:18:54 +0200 gtkpod (2.1.2~beta2-1) unstable; urgency=low * New upstream beta release (Closes: #665870, #671372) + debian/libgtkpod1.symbols: symbols updated + debian/libatomicparsley0.symbols: symbols file added * debian/: 8 => 9 dh bump * debian/: libatomicparsley package added (Closes: #659361) * debian/: Multi-Arch support added * debian/copyright: entry about atomicparsley added * debian/control: Standards-Version bumped to 3.9.3 -- Matteo F. Vescovi Sat, 02 Jun 2012 12:16:08 +0200 gtkpod (2.1.1-1) unstable; urgency=low * New upstream release + fixes a re-building FTBFS bug report (Closes: #652155) + fixes a bug where gtkpod was unable to add directory in a specified order (Closes: #547295) + fixes an out-of-date bug about single track gain (Closes: #506665) + fixes a bug report about not obvious way to delete a playlist without selecting from two menus (Closes: #378801) * Add patch 0001-Patch-to-close-a-bug-about-mab2vcard (Closes: #375476) * debian/control: added libwebkitgtk-3.0-dev to b-deps * debian/control: added libfaad-dev to b-deps * debian/control: added faad to b-deps * debian/control: python -> python-dev b-deps * debian/control: VCS-links corrected * debian/control: dh_python2 full compliance * debian/control: maintainer's email address changed * debian/rules: "--with python2" parameter added * debian/rules: "--parallel" parameter added * debian/copyright: DEP-5 link and Comment fields updated * debian/copyright: DEP-5 URI updated * debian/copyright: non DEP-5 stuff removed * debian/copyright: missing GFDL license paragraph added * debian/gtkpod-data.docs: TODOandBUGS.txt file removed * debian/libgtkpod1.symbols: symbols dropping. Thanks to Michael Biebl (biebl) for the libs packaging lesson -- Matteo F. Vescovi Wed, 11 Jan 2012 11:05:16 +0100 gtkpod (2.1.0-1) unstable; urgency=low * New upstream stable release -- Matteo F. Vescovi Sun, 07 Aug 2011 12:06:54 +0200 gtkpod (2.1.0~git20110604.c707594-3) unstable; urgency=low * Upload to unstable (GTK3 dependencies switch completed) -- Matteo F. Vescovi Thu, 21 Jul 2011 14:29:44 +0200 gtkpod (2.1.0~git20110604.c707594-2) experimental; urgency=low * Fixes a silly oversight that made gtkpod not starting due to the lack of a schema file (Closes: #633770) * Added a symbolic link to /usr/share/common-licenses/GPL-2 for the COPYING file to get rid of a warning on the application closing in terminal -- Matteo F. Vescovi Thu, 14 Jul 2011 19:18:40 +0200 gtkpod (2.1.0~git20110604.c707594-1) experimental; urgency=low * New upstream release (still under development) + switch to GTK3, Anjuta3 and GDL3 (Closes: #631293) -- Matteo F. Vescovi Fri, 24 Jun 2011 09:00:00 +0200 gtkpod (2.0.2-1) unstable; urgency=low * New upstream release + drop former patch 01_fix-gtkpod-ldflags, applied upstream + drop former patch 02_fix-gtkpod-documentation, applied upstream + drop the use of dh-autoreconf, rpath issue solved upstream * Adding gtkpod-dbg (debugging symbols) package -- Matteo F. Vescovi Wed, 15 Jun 2011 11:00:00 +0200 gtkpod (2.0.1-1) unstable; urgency=low * New upstream release (Closes: #578714) + switch to debhelper (>= 8) + bump libgpod-dev build-dependency to >= 0.8 + split of libgtkpod shared library from gtkpod package + split of libgtkpod-dev devel library from gtkpod package + drop former patch 01_mountpoint, applied upstream + drop former patch 10_fix_translations, applied upstream + add patch 01_fix-gtkpod-ldflags to correct the wrong setting for LDFLAGS in configure and configure.ac files (resolved in current upstream) + add patch 02_fix-gtkpod-documentation to correct inconsistency in documentation about mount point (/mnt -> /media) (resolved in current upstream) + removal of hal and gnomevfs libraries support (Closes: #613168) + use of dh-autoreconf to get rid of RPATH issue (resolved in upstream) * New maintainer release (Closes: #621910) * Bump Standards-Version to 3.9.2 -- Matteo F. Vescovi Mon, 23 May 2011 13:00:00 +0200 gtkpod (0.99.14-3) unstable; urgency=low * Remove Nico Golde from Uploaders on his request. * Bump Standards-Version to 3.8.3 (no changes) -- Frank Lichtenheld Mon, 26 Oct 2009 22:34:53 +0100 gtkpod (0.99.14-2) unstable; urgency=low * Upload to unstable. -- Frank Lichtenheld Mon, 09 Mar 2009 23:53:41 +0100 gtkpod (0.99.14-1) experimental; urgency=low * New upstream release + drop patch 10_usage--auto, applied upstream + drop patch 20_scripts_bashisms, applied upstream + bump libgpod-dev build-dependency to >= 0.7.0 + drop debian/gtkpod.desktop and use upstream's version + do not generate manpage from debian/gtkpod.pod and use upstream's version. Since debian/gtkpod.pod is the original source and upstream only includes the generated groff file, I leave the POD file in the source. * Reorganise packaging. Move arch-indep data to gtkpod-data package and rewrite debian/rules to use dh. * Fix watch file to use SF.net redirector implicetly * Bump Standards-Version to 3.8.0 + Add debian README.source about dpatch * Add new patch 10_fix_translations for a broken string in the German translation -- Frank Lichtenheld Thu, 26 Feb 2009 18:13:27 +0100 gtkpod (0.99.12-3) unstable; urgency=low * Add 20_scripts_bashisms. This fixes bashisms in the helper scripts or at least makes them explicetly bash scripts. Reported by Raphael Geissert. (Closes: #489605) * Remove the obsolete Suggest on recode, all scripts use iconv nowadays. * Add some new Recommends/Suggests for the convert-* scripts. Addresses at least part of LP #193722 * Update copyright file. -- Frank Lichtenheld Thu, 10 Jul 2008 23:45:04 +0200 gtkpod (0.99.12-2) unstable; urgency=low * Call dh_icons. Suggested by Sikon (Closes: #466126) * Bump debhelper compat level to 6 and adapt build-dependencies. * Add 10_usage--auto.dpatch. -a/--auto was removed, so don't advertise it in the usage output. Also adapt the man page. (Closes: #466127) -- Frank Lichtenheld Thu, 17 Apr 2008 20:25:51 +0200 gtkpod (0.99.12-1) unstable; urgency=low * New upstream release. * Adjust build-dependency on libgpod, >= 0.6.0 is now needed. * Bumped Standards version, no changes needed. * Updating 01_mountpoint.dpatch cause it did no longer apply. * Remove 03_itdb-set-local-to-imported.dpatch, included upstream. * Remove 02_missing_fclose.dpatch, not needed anymore. Upstream source code changed and the function does not have a local FILE stream that needs to be closed anymore. -- Nico Golde Sun, 13 Jan 2008 17:24:33 +0100 gtkpod (0.99.10-5) unstable; urgency=low * Add changing mountpoint as well in prefs.c to 01_mountpoint (Closes: #452056). * Removed NEWS file as its last entry was before sarge. -- Nico Golde Tue, 20 Nov 2007 14:22:12 +0100 gtkpod (0.99.10-4) unstable; urgency=low * Switched from Xs-Vcs to Vcs control field, dpkg supports them now. * Switched from old Homepage tag to the new Homepage control field. * New dependency on dpatch as we don't want to modify the source directly any longer. * Added previously modified source code as dpatch patches: 01_mountpoint, 02_missing_fclose * Included 03_itdb-set-local-to-imported.dpatch to fix inability to import into local repos (Closes: #451749). -- Nico Golde Tue, 13 Nov 2007 16:18:58 +0100 gtkpod (0.99.10-3) unstable; urgency=low * Added missing fclose() call in mp3file.c to prevent too many open file descriptors (Closes: #441308). * Adapted .desktop file to current freedesktop standards. -- Nico Golde Sun, 09 Sep 2007 20:13:31 +0200 gtkpod (0.99.10-2) unstable; urgency=low * Upload to unstable * Update menu entry according to new menu policy * Lintian: Don't ignore all errors from "make distclean" -- Frank Lichtenheld Tue, 10 Jul 2007 00:25:04 +0200 gtkpod (0.99.10-1) experimental; urgency=low * New upstream release - Allows resizing the preferences dialog (Closes: #428011) * Update man page debian/gtkpod.pod -- Frank Lichtenheld Thu, 28 Jun 2007 02:12:56 +0200 gtkpod (0.99.8-3) unstable; urgency=low [ Frank Lichtenheld ] * Upload to unstable (Closes: #391812) * Change Maintainer to pkg-gtkpod-devel list. Add myself and Nico as Uploaders * Add Vcs-{Svn,Browser} fields [ Nico Golde ] * Added Homepage tag to control. * Bumped compat level since debhelper >= 5 is in etch. -- Nico Golde Mon, 07 May 2007 17:40:39 +0200 gtkpod (0.99.8-2) experimental; urgency=low * Adapt for libgpod >= 0.4.2 (Patch by upstream). -- Frank Lichtenheld Sat, 10 Feb 2007 14:22:53 +0100 gtkpod (0.99.8-1) experimental; urgency=low * New upstream release + Update libgpod-dev build-dependency to (>= 0.4.0) and remove conflict against libgpod0 (upload to experimental because this version isn't available in unstable yet) + Change /mnt/ipod to /media/ipod as usual in new scripts * Bump Standards-Version to 3.7.2 (no changes). * Remove glade file symlinks on clean. Found by Martin Zobel-Helas. (Closes: #395120) -- Frank Lichtenheld Fri, 22 Dec 2006 18:38:05 +0100 gtkpod (0.99.4-2) unstable; urgency=low * Add conflict against libgpod0 >= 0.4.0 to quiten up the BTS a bit. * Bump Standards-Version to 3.7.2 (no changes). * Remove glade file symlinks on clean. Found by Martin Zobel-Helas. (Closes: #395120) -- Frank Lichtenheld Thu, 30 Nov 2006 23:12:32 +0100 gtkpod (0.99.4-1) unstable; urgency=low * New upstream release -- Frank Lichtenheld Sat, 8 Apr 2006 21:45:22 +0200 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.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.