Bug#1062271: libdmapsharing: NMU diff for 64-bit time_t transition

Steve Langasek vorlon at debian.org
Wed Jan 31 22:13:10 GMT 2024


Source: libdmapsharing
Version: 3.9.13-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm at lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
libdmapsharing as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for libdmapsharing
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
diff -Nru libdmapsharing-3.9.13/debian/changelog libdmapsharing-3.9.13/debian/changelog
--- libdmapsharing-3.9.13/debian/changelog	2023-07-21 15:57:58.000000000 +0000
+++ libdmapsharing-3.9.13/debian/changelog	2024-01-31 22:11:37.000000000 +0000
@@ -1,3 +1,10 @@
+libdmapsharing (3.9.13-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon at debian.org>  Wed, 31 Jan 2024 22:11:37 +0000
+
 libdmapsharing (3.9.13-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru libdmapsharing-3.9.13/debian/control libdmapsharing-3.9.13/debian/control
--- libdmapsharing-3.9.13/debian/control	2023-07-21 15:57:58.000000000 +0000
+++ libdmapsharing-3.9.13/debian/control	2024-01-31 22:11:37.000000000 +0000
@@ -6,7 +6,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Biebl <biebl at debian.org>
+Uploaders: Jeremy B?cha <jbicha at ubuntu.com>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper-compat (= 13),
                dh-sequence-gir,
                dh-sequence-gnome,
@@ -30,7 +30,10 @@
 Vcs-Git: https://salsa.debian.org/gnome-team/libdmapsharing.git
 Homepage: https://www.flyn.org/projects/libdmapsharing/
 
-Package: libdmapsharing-4.0-3
+Package: libdmapsharing-4.0-3t64
+Provides: ${t64:Provides}
+Replaces: libdmapsharing-4.0-3
+Breaks: libdmapsharing-4.0-3 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
@@ -49,7 +52,7 @@
 Multi-Arch: same
 Depends: ${misc:Depends},
          gir1.2-dmap-4.0 (= ${binary:Version}),
-         libdmapsharing-4.0-3 (= ${binary:Version}),
+         libdmapsharing-4.0-3t64 (= ${binary:Version}),
          libglib2.0-dev,
          libsoup-3.0-dev,
          libgstreamer1.0-dev,
diff -Nru libdmapsharing-3.9.13/debian/control.in libdmapsharing-3.9.13/debian/control.in
--- libdmapsharing-3.9.13/debian/control.in	2023-07-21 15:57:58.000000000 +0000
+++ libdmapsharing-3.9.13/debian/control.in	2024-01-31 22:11:37.000000000 +0000
@@ -26,7 +26,10 @@
 Vcs-Git: https://salsa.debian.org/gnome-team/libdmapsharing.git
 Homepage: https://www.flyn.org/projects/libdmapsharing/
 
-Package: libdmapsharing-4.0-3
+Package: libdmapsharing-4.0-3t64
+Provides: ${t64:Provides}
+Replaces: libdmapsharing-4.0-3
+Breaks: libdmapsharing-4.0-3 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
@@ -45,7 +48,7 @@
 Multi-Arch: same
 Depends: ${misc:Depends},
          gir1.2-dmap-4.0 (= ${binary:Version}),
-         libdmapsharing-4.0-3 (= ${binary:Version}),
+         libdmapsharing-4.0-3t64 (= ${binary:Version}),
          libglib2.0-dev,
          libsoup-3.0-dev,
          libgstreamer1.0-dev,
diff -Nru libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3.install libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3.install
--- libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3.install	2023-07-21 15:57:58.000000000 +0000
+++ libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libdmapsharing-4.0.so.*
diff -Nru libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3.symbols libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3.symbols
--- libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3.symbols	2023-07-21 15:57:58.000000000 +0000
+++ libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,237 +0,0 @@
-libdmapsharing-4.0.so.3 libdmapsharing-4.0-3 #MINVER#
-* Build-Depends-Package: libdmapsharing-4.0-dev
- (optional)__gcov_error_file at Base 3.9.12
- (optional)__gcov_kvp_dynamic_pool at Base 3.9.12
- (optional)__gcov_kvp_dynamic_pool_index at Base 3.9.12
- (optional)__gcov_kvp_dynamic_pool_size at Base 3.9.12
- (optional)__gcov_master at Base 3.9.12
- (optional)__gcov_var at Base 3.9.12
- _ck_assert_failed at Base 3.9.12
- _mark_point at Base 3.9.12
- _tcase_add_test at Base 3.9.12
- check_get_clockid at Base 3.9.12
- check_list_add_end at Base 3.9.12
- check_list_add_front at Base 3.9.12
- check_list_advance at Base 3.9.12
- check_list_apply at Base 3.9.12
- check_list_at_end at Base 3.9.12
- check_list_contains at Base 3.9.12
- check_list_create at Base 3.9.12
- check_list_free at Base 3.9.12
- check_list_front at Base 3.9.12
- check_list_val at Base 3.9.12
- check_major_version at Base 3.9.12
- check_micro_version at Base 3.9.12
- check_minor_version at Base 3.9.12
- check_set_max_msg_size at Base 3.9.12
- ck_strdup_printf at Base 3.9.12
- cur_fork_status at Base 3.9.12
- current_test_name at Base 3.9.12
- dmap_av_connection_get_type at Base 3.9.12
- dmap_av_connection_new at Base 3.9.12
- dmap_av_record_cmp_by_album at Base 3.9.12
- dmap_av_record_get_type at Base 3.9.12
- dmap_av_record_itunes_compat at Base 3.9.12
- dmap_av_record_read at Base 3.9.12
- dmap_av_share_get_type at Base 3.9.12
- dmap_av_share_new at Base 3.9.12
- dmap_connection_authenticate_message at Base 3.9.12
- dmap_connection_emit_error at Base 3.9.12
- dmap_connection_get at Base 3.9.12
- dmap_connection_get_headers at Base 3.9.12
- dmap_connection_get_playlists at Base 3.9.12
- dmap_connection_get_type at Base 3.9.12
- dmap_connection_is_connected at Base 3.9.12
- dmap_connection_setup at Base 3.9.12
- dmap_connection_start at Base 3.9.12
- dmap_connection_state_get_type at Base 3.9.12
- dmap_connection_stop at Base 3.9.12
- dmap_container_db_add at Base 3.9.12
- dmap_container_db_count at Base 3.9.12
- dmap_container_db_foreach at Base 3.9.12
- dmap_container_db_get_type at Base 3.9.12
- dmap_container_db_lookup_by_id at Base 3.9.12
- dmap_container_record_add_entry at Base 3.9.12
- dmap_container_record_get_entries at Base 3.9.12
- dmap_container_record_get_entry_count at Base 3.9.12
- dmap_container_record_get_id at Base 3.9.12
- dmap_container_record_get_type at Base 3.9.12
- dmap_content_code_get_type at Base 3.9.12
- dmap_control_connection_get_type at Base 3.9.12
- dmap_control_connection_new at Base 3.9.12
- dmap_control_play_state_get_type at Base 3.9.12
- dmap_control_player_cue_clear at Base 3.9.12
- dmap_control_player_cue_play at Base 3.9.12
- dmap_control_player_get_type at Base 3.9.12
- dmap_control_player_next_item at Base 3.9.12
- dmap_control_player_now_playing_artwork at Base 3.9.12
- dmap_control_player_now_playing_record at Base 3.9.12
- dmap_control_player_pause at Base 3.9.12
- dmap_control_player_play_pause at Base 3.9.12
- dmap_control_player_prev_item at Base 3.9.12
- dmap_control_repeat_state_get_type at Base 3.9.12
- dmap_control_share_ctrl_int at Base 3.9.12
- dmap_control_share_get_type at Base 3.9.12
- dmap_control_share_login at Base 3.9.12
- dmap_control_share_new at Base 3.9.12
- dmap_control_share_pair at Base 3.9.12
- dmap_control_share_player_updated at Base 3.9.12
- dmap_control_share_start_lookup at Base 3.9.12
- dmap_control_share_stop_lookup at Base 3.9.12
- dmap_db_add at Base 3.9.12
- dmap_db_add_path at Base 3.9.12
- dmap_db_add_with_id at Base 3.9.12
- dmap_db_apply_filter at Base 3.9.12
- dmap_db_count at Base 3.9.12
- dmap_db_foreach at Base 3.9.12
- dmap_db_get_type at Base 3.9.12
- dmap_db_id_get_type at Base 3.9.12
- dmap_db_lookup_by_id at Base 3.9.12
- dmap_db_lookup_id_by_location at Base 3.9.12
- dmap_error_get_type at Base 3.9.12
- dmap_error_quark at Base 3.9.12
- dmap_image_connection_get_type at Base 3.9.12
- dmap_image_connection_new at Base 3.9.12
- dmap_image_record_get_type at Base 3.9.12
- dmap_image_record_read at Base 3.9.12
- dmap_image_share_get_type at Base 3.9.12
- dmap_image_share_new at Base 3.9.12
- dmap_md5_generate at Base 3.9.12
- dmap_md5_progressive_final at Base 3.9.12
- dmap_md5_progressive_init at Base 3.9.12
- dmap_md5_progressive_to_string at Base 3.9.12
- dmap_md5_progressive_update at Base 3.9.12
- dmap_mdns_avahi_get_client at Base 3.9.12
- dmap_mdns_avahi_set_entry_group at Base 3.9.12
- dmap_mdns_browser_error_get_type at Base 3.9.12
- dmap_mdns_browser_error_quark at Base 3.9.12
- dmap_mdns_browser_get_service_type at Base 3.9.12
- dmap_mdns_browser_get_services at Base 3.9.12
- dmap_mdns_browser_get_type at Base 3.9.12
- dmap_mdns_browser_new at Base 3.9.12
- dmap_mdns_browser_start at Base 3.9.12
- dmap_mdns_browser_stop at Base 3.9.12
- dmap_mdns_publisher_error_get_type at Base 3.9.12
- dmap_mdns_publisher_error_quark at Base 3.9.12
- dmap_mdns_publisher_get_type at Base 3.9.12
- dmap_mdns_publisher_new at Base 3.9.12
- dmap_mdns_publisher_publish at Base 3.9.12
- dmap_mdns_publisher_rename_at_port at Base 3.9.12
- dmap_mdns_publisher_withdraw at Base 3.9.12
- dmap_mdns_service_get_type at Base 3.9.12
- dmap_mdns_service_transport_protocol_get_type at Base 3.9.12
- dmap_mdns_service_type_get_type at Base 3.9.12
- dmap_media_kind_get_type at Base 3.9.12
- dmap_private_utils_chunked_message_finished at Base 3.9.12
- dmap_private_utils_write_next_chunk at Base 3.9.12
- dmap_record_factory_create at Base 3.9.12
- dmap_record_factory_get_type at Base 3.9.12
- dmap_record_get_type at Base 3.9.12
- dmap_record_set_from_blob at Base 3.9.12
- dmap_record_to_blob at Base 3.9.12
- dmap_share_auth_method_get_type at Base 3.9.12
- dmap_share_build_filter at Base 3.9.12
- dmap_share_client_requested at Base 3.9.12
- dmap_share_emit_error at Base 3.9.12
- dmap_share_free_filter at Base 3.9.12
- dmap_share_get_auth_method at Base 3.9.12
- dmap_share_get_type at Base 3.9.12
- dmap_share_login at Base 3.9.12
- dmap_share_message_set_from_dmap_structure at Base 3.9.12
- dmap_share_publish at Base 3.9.12
- dmap_share_serve at Base 3.9.12
- dmap_share_session_id_validate at Base 3.9.12
- dmap_structure_add at Base 3.9.12
- dmap_structure_cc_string_as_int32 at Base 3.9.12
- dmap_structure_content_codes at Base 3.9.12
- dmap_structure_destroy at Base 3.9.12
- dmap_structure_find_item at Base 3.9.12
- dmap_structure_find_node at Base 3.9.12
- dmap_structure_get_size at Base 3.9.12
- dmap_structure_increase_by_predicted_size at Base 3.9.12
- dmap_structure_parse at Base 3.9.12
- dmap_structure_print at Base 3.9.12
- dmap_structure_serialize at Base 3.9.12
- dmap_test_dmap_av_connection at Base 3.9.12
- dmap_test_dmap_av_record at Base 3.9.12
- dmap_test_dmap_av_share at Base 3.9.12
- dmap_test_dmap_connection at Base 3.9.12
- dmap_test_dmap_md5 at Base 3.9.12
- dmap_test_dmap_utils at Base 3.9.12
- dmap_transcode_mp3_stream_get_type at Base 3.9.12
- dmap_transcode_mp3_stream_new at Base 3.9.12
- dmap_transcode_qt_stream_get_type at Base 3.9.12
- dmap_transcode_qt_stream_new at Base 3.9.12
- dmap_transcode_stream_get_type at Base 3.9.12
- dmap_transcode_stream_new at Base 3.9.12
- dmap_transcode_stream_private_new_buffer_cb at Base 3.9.12
- dmap_transcode_wav_stream_get_type at Base 3.9.12
- dmap_transcode_wav_stream_new at Base 3.9.12
- dmap_utils_mime_to_format at Base 3.9.12
- emalloc at Base 3.9.12
- eprintf at Base 3.9.12
- erealloc at Base 3.9.12
- error_jmp_buffer at Base 3.9.12
- gst_util_pads_compatible at Base 3.9.12
- (optional)mangle_path at Base 3.9.12
- open_tmp_file at Base 3.9.12
- pack at Base 3.9.12
- ppack at Base 3.9.12
- punpack at Base 3.9.12
- rcvmsg_free at Base 3.9.12
- receive_test_result at Base 3.9.12
- send_ctx_info at Base 3.9.12
- send_duration_info at Base 3.9.12
- send_failure_info at Base 3.9.12
- send_loc_info at Base 3.9.12
- set_fork_status at Base 3.9.12
- setup_messaging at Base 3.9.12
- sr_stat_str at Base 3.9.12
- srunner_add_suite at Base 3.9.12
- srunner_create at Base 3.9.12
- srunner_failures at Base 3.9.12
- srunner_free at Base 3.9.12
- srunner_ntests_failed at Base 3.9.12
- srunner_ntests_run at Base 3.9.12
- srunner_results at Base 3.9.12
- suite_add_tcase at Base 3.9.12
- suite_create at Base 3.9.12
- suite_tcase at Base 3.9.12
- tag_string_to_list at Base 3.9.12
- tcase_add_checked_fixture at Base 3.9.12
- tcase_add_unchecked_fixture at Base 3.9.12
- tcase_create at Base 3.9.12
- tcase_fn_start at Base 3.9.12
- tcase_matching_tag at Base 3.9.12
- tcase_name at Base 3.9.12
- tcase_set_tags at Base 3.9.12
- tcase_set_timeout at Base 3.9.12
- teardown_messaging at Base 3.9.12
- test_dmap_av_record_factory_create at Base 3.9.12
- test_dmap_av_record_factory_get_type at Base 3.9.12
- test_dmap_av_record_factory_new at Base 3.9.12
- test_dmap_av_record_get_type at Base 3.9.12
- test_dmap_av_record_new at Base 3.9.12
- test_dmap_container_db_get_type at Base 3.9.12
- test_dmap_container_db_new at Base 3.9.12
- test_dmap_container_record_get_type at Base 3.9.12
- test_dmap_container_record_new at Base 3.9.12
- test_dmap_db_get_type at Base 3.9.12
- test_dmap_db_new at Base 3.9.12
- test_dmap_image_record_factory_create at Base 3.9.12
- test_dmap_image_record_factory_get_type at Base 3.9.12
- test_dmap_image_record_factory_new at Base 3.9.12
- test_dmap_image_record_get_type at Base 3.9.12
- test_dmap_image_record_new at Base 3.9.12
- test_dmap_image_record_read at Base 3.9.12
- tr_create at Base 3.9.12
- tr_ctx at Base 3.9.12
- tr_free at Base 3.9.12
- tr_lfile at Base 3.9.12
- tr_lno at Base 3.9.12
- tr_msg at Base 3.9.12
- tr_rtype at Base 3.9.12
- tr_short_str at Base 3.9.12
- tr_str at Base 3.9.12
- tr_tcname at Base 3.9.12
- upack at Base 3.9.12
diff -Nru libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3t64.install libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3t64.install
--- libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3t64.install	2023-07-21 15:57:58.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libdmapsharing-4.0.so.*
diff -Nru libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3t64.lintian-overrides libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3t64.lintian-overrides
--- libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3t64.lintian-overrides	2024-01-31 22:11:37.000000000 +0000
@@ -0,0 +1 @@
+libdmapsharing-4.0-3t64: package-name-doesnt-match-sonames libdmapsharing-4.0-3
diff -Nru libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3t64.symbols libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3t64.symbols
--- libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libdmapsharing-3.9.13/debian/libdmapsharing-4.0-3t64.symbols	2024-01-31 22:11:37.000000000 +0000
@@ -0,0 +1,237 @@
+libdmapsharing-4.0.so.3 libdmapsharing-4.0-3t64 #MINVER#
+* Build-Depends-Package: libdmapsharing-4.0-dev
+ (optional)__gcov_error_file at Base 3.9.12
+ (optional)__gcov_kvp_dynamic_pool at Base 3.9.12
+ (optional)__gcov_kvp_dynamic_pool_index at Base 3.9.12
+ (optional)__gcov_kvp_dynamic_pool_size at Base 3.9.12
+ (optional)__gcov_master at Base 3.9.12
+ (optional)__gcov_var at Base 3.9.12
+ _ck_assert_failed at Base 3.9.12
+ _mark_point at Base 3.9.12
+ _tcase_add_test at Base 3.9.12
+ check_get_clockid at Base 3.9.12
+ check_list_add_end at Base 3.9.12
+ check_list_add_front at Base 3.9.12
+ check_list_advance at Base 3.9.12
+ check_list_apply at Base 3.9.12
+ check_list_at_end at Base 3.9.12
+ check_list_contains at Base 3.9.12
+ check_list_create at Base 3.9.12
+ check_list_free at Base 3.9.12
+ check_list_front at Base 3.9.12
+ check_list_val at Base 3.9.12
+ check_major_version at Base 3.9.12
+ check_micro_version at Base 3.9.12
+ check_minor_version at Base 3.9.12
+ check_set_max_msg_size at Base 3.9.12
+ ck_strdup_printf at Base 3.9.12
+ cur_fork_status at Base 3.9.12
+ current_test_name at Base 3.9.12
+ dmap_av_connection_get_type at Base 3.9.12
+ dmap_av_connection_new at Base 3.9.12
+ dmap_av_record_cmp_by_album at Base 3.9.12
+ dmap_av_record_get_type at Base 3.9.12
+ dmap_av_record_itunes_compat at Base 3.9.12
+ dmap_av_record_read at Base 3.9.12
+ dmap_av_share_get_type at Base 3.9.12
+ dmap_av_share_new at Base 3.9.12
+ dmap_connection_authenticate_message at Base 3.9.12
+ dmap_connection_emit_error at Base 3.9.12
+ dmap_connection_get at Base 3.9.12
+ dmap_connection_get_headers at Base 3.9.12
+ dmap_connection_get_playlists at Base 3.9.12
+ dmap_connection_get_type at Base 3.9.12
+ dmap_connection_is_connected at Base 3.9.12
+ dmap_connection_setup at Base 3.9.12
+ dmap_connection_start at Base 3.9.12
+ dmap_connection_state_get_type at Base 3.9.12
+ dmap_connection_stop at Base 3.9.12
+ dmap_container_db_add at Base 3.9.12
+ dmap_container_db_count at Base 3.9.12
+ dmap_container_db_foreach at Base 3.9.12
+ dmap_container_db_get_type at Base 3.9.12
+ dmap_container_db_lookup_by_id at Base 3.9.12
+ dmap_container_record_add_entry at Base 3.9.12
+ dmap_container_record_get_entries at Base 3.9.12
+ dmap_container_record_get_entry_count at Base 3.9.12
+ dmap_container_record_get_id at Base 3.9.12
+ dmap_container_record_get_type at Base 3.9.12
+ dmap_content_code_get_type at Base 3.9.12
+ dmap_control_connection_get_type at Base 3.9.12
+ dmap_control_connection_new at Base 3.9.12
+ dmap_control_play_state_get_type at Base 3.9.12
+ dmap_control_player_cue_clear at Base 3.9.12
+ dmap_control_player_cue_play at Base 3.9.12
+ dmap_control_player_get_type at Base 3.9.12
+ dmap_control_player_next_item at Base 3.9.12
+ dmap_control_player_now_playing_artwork at Base 3.9.12
+ dmap_control_player_now_playing_record at Base 3.9.12
+ dmap_control_player_pause at Base 3.9.12
+ dmap_control_player_play_pause at Base 3.9.12
+ dmap_control_player_prev_item at Base 3.9.12
+ dmap_control_repeat_state_get_type at Base 3.9.12
+ dmap_control_share_ctrl_int at Base 3.9.12
+ dmap_control_share_get_type at Base 3.9.12
+ dmap_control_share_login at Base 3.9.12
+ dmap_control_share_new at Base 3.9.12
+ dmap_control_share_pair at Base 3.9.12
+ dmap_control_share_player_updated at Base 3.9.12
+ dmap_control_share_start_lookup at Base 3.9.12
+ dmap_control_share_stop_lookup at Base 3.9.12
+ dmap_db_add at Base 3.9.12
+ dmap_db_add_path at Base 3.9.12
+ dmap_db_add_with_id at Base 3.9.12
+ dmap_db_apply_filter at Base 3.9.12
+ dmap_db_count at Base 3.9.12
+ dmap_db_foreach at Base 3.9.12
+ dmap_db_get_type at Base 3.9.12
+ dmap_db_id_get_type at Base 3.9.12
+ dmap_db_lookup_by_id at Base 3.9.12
+ dmap_db_lookup_id_by_location at Base 3.9.12
+ dmap_error_get_type at Base 3.9.12
+ dmap_error_quark at Base 3.9.12
+ dmap_image_connection_get_type at Base 3.9.12
+ dmap_image_connection_new at Base 3.9.12
+ dmap_image_record_get_type at Base 3.9.12
+ dmap_image_record_read at Base 3.9.12
+ dmap_image_share_get_type at Base 3.9.12
+ dmap_image_share_new at Base 3.9.12
+ dmap_md5_generate at Base 3.9.12
+ dmap_md5_progressive_final at Base 3.9.12
+ dmap_md5_progressive_init at Base 3.9.12
+ dmap_md5_progressive_to_string at Base 3.9.12
+ dmap_md5_progressive_update at Base 3.9.12
+ dmap_mdns_avahi_get_client at Base 3.9.12
+ dmap_mdns_avahi_set_entry_group at Base 3.9.12
+ dmap_mdns_browser_error_get_type at Base 3.9.12
+ dmap_mdns_browser_error_quark at Base 3.9.12
+ dmap_mdns_browser_get_service_type at Base 3.9.12
+ dmap_mdns_browser_get_services at Base 3.9.12
+ dmap_mdns_browser_get_type at Base 3.9.12
+ dmap_mdns_browser_new at Base 3.9.12
+ dmap_mdns_browser_start at Base 3.9.12
+ dmap_mdns_browser_stop at Base 3.9.12
+ dmap_mdns_publisher_error_get_type at Base 3.9.12
+ dmap_mdns_publisher_error_quark at Base 3.9.12
+ dmap_mdns_publisher_get_type at Base 3.9.12
+ dmap_mdns_publisher_new at Base 3.9.12
+ dmap_mdns_publisher_publish at Base 3.9.12
+ dmap_mdns_publisher_rename_at_port at Base 3.9.12
+ dmap_mdns_publisher_withdraw at Base 3.9.12
+ dmap_mdns_service_get_type at Base 3.9.12
+ dmap_mdns_service_transport_protocol_get_type at Base 3.9.12
+ dmap_mdns_service_type_get_type at Base 3.9.12
+ dmap_media_kind_get_type at Base 3.9.12
+ dmap_private_utils_chunked_message_finished at Base 3.9.12
+ dmap_private_utils_write_next_chunk at Base 3.9.12
+ dmap_record_factory_create at Base 3.9.12
+ dmap_record_factory_get_type at Base 3.9.12
+ dmap_record_get_type at Base 3.9.12
+ dmap_record_set_from_blob at Base 3.9.12
+ dmap_record_to_blob at Base 3.9.12
+ dmap_share_auth_method_get_type at Base 3.9.12
+ dmap_share_build_filter at Base 3.9.12
+ dmap_share_client_requested at Base 3.9.12
+ dmap_share_emit_error at Base 3.9.12
+ dmap_share_free_filter at Base 3.9.12
+ dmap_share_get_auth_method at Base 3.9.12
+ dmap_share_get_type at Base 3.9.12
+ dmap_share_login at Base 3.9.12
+ dmap_share_message_set_from_dmap_structure at Base 3.9.12
+ dmap_share_publish at Base 3.9.12
+ dmap_share_serve at Base 3.9.12
+ dmap_share_session_id_validate at Base 3.9.12
+ dmap_structure_add at Base 3.9.12
+ dmap_structure_cc_string_as_int32 at Base 3.9.12
+ dmap_structure_content_codes at Base 3.9.12
+ dmap_structure_destroy at Base 3.9.12
+ dmap_structure_find_item at Base 3.9.12
+ dmap_structure_find_node at Base 3.9.12
+ dmap_structure_get_size at Base 3.9.12
+ dmap_structure_increase_by_predicted_size at Base 3.9.12
+ dmap_structure_parse at Base 3.9.12
+ dmap_structure_print at Base 3.9.12
+ dmap_structure_serialize at Base 3.9.12
+ dmap_test_dmap_av_connection at Base 3.9.12
+ dmap_test_dmap_av_record at Base 3.9.12
+ dmap_test_dmap_av_share at Base 3.9.12
+ dmap_test_dmap_connection at Base 3.9.12
+ dmap_test_dmap_md5 at Base 3.9.12
+ dmap_test_dmap_utils at Base 3.9.12
+ dmap_transcode_mp3_stream_get_type at Base 3.9.12
+ dmap_transcode_mp3_stream_new at Base 3.9.12
+ dmap_transcode_qt_stream_get_type at Base 3.9.12
+ dmap_transcode_qt_stream_new at Base 3.9.12
+ dmap_transcode_stream_get_type at Base 3.9.12
+ dmap_transcode_stream_new at Base 3.9.12
+ dmap_transcode_stream_private_new_buffer_cb at Base 3.9.12
+ dmap_transcode_wav_stream_get_type at Base 3.9.12
+ dmap_transcode_wav_stream_new at Base 3.9.12
+ dmap_utils_mime_to_format at Base 3.9.12
+ emalloc at Base 3.9.12
+ eprintf at Base 3.9.12
+ erealloc at Base 3.9.12
+ error_jmp_buffer at Base 3.9.12
+ gst_util_pads_compatible at Base 3.9.12
+ (optional)mangle_path at Base 3.9.12
+ open_tmp_file at Base 3.9.12
+ pack at Base 3.9.12
+ ppack at Base 3.9.12
+ punpack at Base 3.9.12
+ rcvmsg_free at Base 3.9.12
+ receive_test_result at Base 3.9.12
+ send_ctx_info at Base 3.9.12
+ send_duration_info at Base 3.9.12
+ send_failure_info at Base 3.9.12
+ send_loc_info at Base 3.9.12
+ set_fork_status at Base 3.9.12
+ setup_messaging at Base 3.9.12
+ sr_stat_str at Base 3.9.12
+ srunner_add_suite at Base 3.9.12
+ srunner_create at Base 3.9.12
+ srunner_failures at Base 3.9.12
+ srunner_free at Base 3.9.12
+ srunner_ntests_failed at Base 3.9.12
+ srunner_ntests_run at Base 3.9.12
+ srunner_results at Base 3.9.12
+ suite_add_tcase at Base 3.9.12
+ suite_create at Base 3.9.12
+ suite_tcase at Base 3.9.12
+ tag_string_to_list at Base 3.9.12
+ tcase_add_checked_fixture at Base 3.9.12
+ tcase_add_unchecked_fixture at Base 3.9.12
+ tcase_create at Base 3.9.12
+ tcase_fn_start at Base 3.9.12
+ tcase_matching_tag at Base 3.9.12
+ tcase_name at Base 3.9.12
+ tcase_set_tags at Base 3.9.12
+ tcase_set_timeout at Base 3.9.12
+ teardown_messaging at Base 3.9.12
+ test_dmap_av_record_factory_create at Base 3.9.12
+ test_dmap_av_record_factory_get_type at Base 3.9.12
+ test_dmap_av_record_factory_new at Base 3.9.12
+ test_dmap_av_record_get_type at Base 3.9.12
+ test_dmap_av_record_new at Base 3.9.12
+ test_dmap_container_db_get_type at Base 3.9.12
+ test_dmap_container_db_new at Base 3.9.12
+ test_dmap_container_record_get_type at Base 3.9.12
+ test_dmap_container_record_new at Base 3.9.12
+ test_dmap_db_get_type at Base 3.9.12
+ test_dmap_db_new at Base 3.9.12
+ test_dmap_image_record_factory_create at Base 3.9.12
+ test_dmap_image_record_factory_get_type at Base 3.9.12
+ test_dmap_image_record_factory_new at Base 3.9.12
+ test_dmap_image_record_get_type at Base 3.9.12
+ test_dmap_image_record_new at Base 3.9.12
+ test_dmap_image_record_read at Base 3.9.12
+ tr_create at Base 3.9.12
+ tr_ctx at Base 3.9.12
+ tr_free at Base 3.9.12
+ tr_lfile at Base 3.9.12
+ tr_lno at Base 3.9.12
+ tr_msg at Base 3.9.12
+ tr_rtype at Base 3.9.12
+ tr_short_str at Base 3.9.12
+ tr_str at Base 3.9.12
+ tr_tcname at Base 3.9.12
+ upack at Base 3.9.12


More information about the pkg-gnome-maintainers mailing list