[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/phosh][rel-0.41.0_rc1] 2 commits: media-player: Use G_GINT64_FORMAT to print gint64

Guido Günther (@agx) gitlab at salsa.debian.org
Thu Aug 8 19:14:28 BST 2024



Guido Günther pushed to branch rel-0.41.0_rc1 at Debian On Mobile / phosh


Commits:
a81a8cb4 by Guido Günther at 2024-08-08T20:14:01+02:00
media-player: Use G_GINT64_FORMAT to print gint64

- - - - -
61222463 by Guido Günther at 2024-08-08T20:14:01+02:00
Document changes and release 0.41.0~rc1-1

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/media-player-Use-G_GINT64_FORMAT-to-print-gint64.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,22 @@
-phosh (0.41.0~rc1-1) UNRELEASED; urgency=medium
+phosh (0.41.0~rc1-1) unstable; urgency=medium
 
   * New upstream release
-
- -- Guido Günther <agx at sigxcpu.org>  Thu, 08 Aug 2024 19:26:44 +0200
+    - media-player: Add track position, length and progress bar
+    - Add (optional) Wi-Fi Hotspot Quick Setting
+    - Add Bluetooth Quick Setting status page allowing to
+      connect/disconnect known devices
+    - Allow to (optionally put the phone in silent mode when pressing Vol- on
+      incoming calls)
+    - Give Quick Setting status pages (and their individual rows) more
+      vertical space so selecting from a large list of Wi-Fi networks or
+      Bluetooth devices becomes less fiddly
+    - Fix keypad layouts in RTL languages
+  * Drop prompt-Only-show-when-we-got-a-request.patch.
+    Fixed upstream
+  * Rediff patches
+  * Depend in libgnome-bluetooth-3.0-dev
+
+ -- Guido Günther <agx at sigxcpu.org>  Thu, 08 Aug 2024 19:37:29 +0200
 
 phosh (0.40.0-3) unstable; urgency=medium
 


=====================================
debian/patches/media-player-Use-G_GINT64_FORMAT-to-print-gint64.patch
=====================================
@@ -0,0 +1,22 @@
+From: =?utf-8?q?Guido_G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Thu, 8 Aug 2024 20:08:10 +0200
+Subject: media-player: Use G_GINT64_FORMAT to print gint64
+
+Otherwise we'll break i386
+---
+ src/media-player.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/media-player.c b/src/media-player.c
+index 2484459..fe80957 100644
+--- a/src/media-player.c
++++ b/src/media-player.c
+@@ -200,7 +200,7 @@ on_poll_position_done (GDBusProxy *proxy, GAsyncResult *res, gpointer user_data)
+     /* Return variant has type "(v)" where v has type x (i.e. gint64) */
+     g_variant_get_child (var, 0, "v", &var2);
+     self->track_position = g_variant_get_int64 (var2);
+-    g_debug ("MPRIS Position: %ld", self->track_position);
++    g_debug ("MPRIS Position: %" G_GINT64_FORMAT, self->track_position);
+   }
+   update_position (self);
+ }


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 tests-Skip-symbol-check-on-some-architectures.patch
+media-player-Use-G_GINT64_FORMAT-to-print-gint64.patch



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/63a2b31099ec28d21506a6c0dc6d9197653a96f7...6122246311f8ac0dfd67caafc10edbb2d6a7537f

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/63a2b31099ec28d21506a6c0dc6d9197653a96f7...6122246311f8ac0dfd67caafc10edbb2d6a7537f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20240808/4fe8c395/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list