From unknown Thu Jun 19 14:24:49 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#72180 <72180@debbugs.gnu.org> To: bug#72180 <72180@debbugs.gnu.org> Subject: Status: [PATCH 0/2] gnu: mpv: Update to 0.38.0 and include sixel support. Reply-To: bug#72180 <72180@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:24:49 +0000 retitle 72180 [PATCH 0/2] gnu: mpv: Update to 0.38.0 and include sixel supp= ort. reassign 72180 guix-patches submitter 72180 Mathieu Laparie severity 72180 normal tag 72180 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 18 13:55:50 2024 Received: (at submit) by debbugs.gnu.org; 18 Jul 2024 17:55:50 +0000 Received: from localhost ([127.0.0.1]:38040 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sUVM5-0001KT-SP for submit@debbugs.gnu.org; Thu, 18 Jul 2024 13:55:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:52154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sUVM0-0001KI-To for submit@debbugs.gnu.org; Thu, 18 Jul 2024 13:55:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sUVLw-0002hK-HE for guix-patches@gnu.org; Thu, 18 Jul 2024 13:55:40 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sUVLu-0001i1-9P for guix-patches@gnu.org; Thu, 18 Jul 2024 13:55:40 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 326554194A; Thu, 18 Jul 2024 19:55:35 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xwyFqgOqsCNV; Thu, 18 Jul 2024 19:55:34 +0200 (CEST) From: Mathieu Laparie DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disr.it; s=mail; t=1721325334; bh=XNvaYcij29s9axCmlwDTq0o10vBc7iosg3diJNEBy74=; h=From:To:Cc:Subject:Date; b=PL7dfcL5ru74dTIuqivxE2tDoIkxeIu6GJ+Ajt8QSwdA5lZ9ZPKxi1K73HLs0lXV7 Au4NQWTPXCzIGjWl+CvD0YekmRGoRCpFzVE4pCu+wtCH8CvBf5QF5cyat+bwi7LmIs u3uQEIo2rebwoqGY+QzuRT1WOZwKI4Ki1dEtJ4zETjjbtprToMZdAZgwdTpprYVF2s 0MruD0HAGpzoJfrvDnePL5c7OFYIRz4qFHcUcNf1QZhmIXBYZV7ccDYfNlQPnLCFvv h1ZGwUDVggasjJTN0mzidwcGDNGwA6U29y/9GZszsYAwfuHhO+x+4Vbe8jiPE8UTaq exKb7MQne/zdA== To: guix-patches@gnu.org Subject: [PATCH 0/2] gnu: mpv: Update to 0.38.0 and include sixel support. Date: Thu, 18 Jul 2024 19:55:22 +0200 Message-ID: <20240718175531.14620-1-matf@disr.it> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=matf@disr.it; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Mathieu Laparie X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) I needed sixel support in mpv and noticed our package did not include it, and updated to 0.38.0 while I was at it. This inmplied upgrading libplacebo to 6.338.2, but 7.349.0 is available and works too, so I jumped to that version. mpv 0.38.0 comes with a number of improvements on top of the sixel support included here, among which better playlist display in terminal (was previously garbled with broken character sequences hardcoded from the OSD), support for --input-commands to run commands at startup, zooming on Ctrl+wheel, etc. The pkg-config name of libsixel seems to be gdk-pixbuf, and it appeared that adding just libsixel in inputs was not enough for mpv to build with sixel support. Mathieu Laparie (2): gnu: libplacebo: Update to 7.349.0. gnu: mpv: Update to 0.38.0, include sixel support. gnu/packages/video.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 18 13:58:02 2024 Received: (at 72180) by debbugs.gnu.org; 18 Jul 2024 17:58:02 +0000 Received: from localhost ([127.0.0.1]:38045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sUVOE-0001OO-Ae for submit@debbugs.gnu.org; Thu, 18 Jul 2024 13:58:02 -0400 Received: from layka.disroot.org ([178.21.23.139]:44774) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sUVOB-0001Nx-4Q for 72180@debbugs.gnu.org; Thu, 18 Jul 2024 13:58:01 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 9715C417A4; Thu, 18 Jul 2024 19:57:54 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2A8Gq6eljJ47; Thu, 18 Jul 2024 19:57:53 +0200 (CEST) From: Mathieu Laparie DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disr.it; s=mail; t=1721325473; bh=0Bjh42oh21Pb1d/5yugU1tYXNiTsRl9Q9W6AxCfgVcg=; h=From:To:Cc:Subject:Date; b=ZX/HbOIU5IAR9eg5lrx5kytJFmNhL7tfVhSFjIu02044+278tKvBnM/nHYPlGWaGL OqGFZAwsNTiBVrT5ItOMGeayK1jtwTx4f6zWcPGCVT0d8C1s6AKH+k8y/j1yJI7Twr rmeuCBlt23gi42itZHX84jtu2vGf0s6MVS2qo+7PR0ze1Mflo4wvg7rzuZ7dho3C0J ZH93C2NORYqTGf30Poolu5LqWdrIUGOvyUEZXSQJjUaucHNkNoL7ECzSQIHJr3f2VK s/9vm09gACSgKoO6bDDftEWC5X7b38csHHdEGVfUzGTFMuT8V+86r8LEGzwN3bSFHk 5ITd/ouyrWJlw== To: 72180@debbugs.gnu.org Subject: [PATCH 1/2] gnu: libplacebo: Update to 7.349.0. Date: Thu, 18 Jul 2024 19:57:48 +0200 Message-ID: <20240718175748.15598-1-matf@disr.it> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 72180 Cc: Mathieu Laparie X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) From: Mathieu Laparie * gnu/pacakges/video.scm (libplacebo): Update to 7.349.0. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 8728da1775..c7470284dc 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1549,7 +1549,7 @@ (define-public libmatroska (define-public libplacebo (package (name "libplacebo") - (version "6.338.1") + (version "7.349.0") (source (origin (method git-fetch) @@ -1558,7 +1558,7 @@ (define-public libplacebo (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1miqk3gfwah01xkf4a6grwq29im0lfh94gp92y7js855gx3v169m")))) + (base32 "1q12yf04z570a2l3vkig2iqm7bgqr90hdxmn78sk2injrsyx124q")))) (build-system meson-build-system) (arguments (list #:configure-flags -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 18 13:58:13 2024 Received: (at 72180) by debbugs.gnu.org; 18 Jul 2024 17:58:13 +0000 Received: from localhost ([127.0.0.1]:38048 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sUVOO-0001Oq-KU for submit@debbugs.gnu.org; Thu, 18 Jul 2024 13:58:12 -0400 Received: from layka.disroot.org ([178.21.23.139]:46218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sUVON-0001Oi-8G for 72180@debbugs.gnu.org; Thu, 18 Jul 2024 13:58:11 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id DDB5941833; Thu, 18 Jul 2024 19:58:06 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZijyFQP35FVx; Thu, 18 Jul 2024 19:58:05 +0200 (CEST) From: Mathieu Laparie DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disr.it; s=mail; t=1721325485; bh=0d5RHM7xbmiLvBMkaJ8i4EO+Izlyt1dn60qu3TIiKeU=; h=From:To:Cc:Subject:Date; b=DQoYoEIWgaTcLbdacORZw2C/iJVnFSxq8TPxMR5wehD+sj543ZOBvioXMaC0z/6fE kBCiCoq63CX/qWQHwQIWv1wT1bhP5GmYcakO7vQpedNEDMF1ScTdUhitnAL3yT+YsT PVtcoxAO2RD1bvANpFTHror7cwRoTl8qLGbZx3+bT7y7jpnS/On0InwaEO6yu4iScs yBiwDDUeyzdM2DnF6HpWzwefTUED8W98d+Bwe92iBnVJRhFpJixXL5tcqQrltG3EvV irVi/CwkcaA7LM7+of7GZh31inKK8VdeHtrPWkf2weG2K5Ey0WzBV9B/BOgV9ORilr Flz510b9DGgiQ== To: 72180@debbugs.gnu.org Subject: [PATCH 2/2] gnu: mpv: Update to 0.38.0, include sixel support. Date: Thu, 18 Jul 2024 19:58:03 +0200 Message-ID: <20240718175803.15719-1-matf@disr.it> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 72180 Cc: Mathieu Laparie X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) From: Mathieu Laparie * gnu/packages/video.scm (mpv): Update to 0.38.0, include sixel support. [inputs] Add gdk-pixbuf, libsixel. --- gnu/packages/video.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index c7470284dc..3a715cce6a 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2618,7 +2618,7 @@ (define-public mplayer (define-public mpv (package (name "mpv") - (version "0.37.0") + (version "0.38.0") (source (origin (method git-fetch) (uri (git-reference @@ -2626,7 +2626,7 @@ (define-public mpv (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1xcyfpd543lbmg587wi0mahrz8vhyrlr4432054vp6wsi3s36c4b")))) + (base32 "11l8b9cka81xwrcc148g6avj7jcz8khz3h3xpyadm5265afa6mkl")))) (build-system meson-build-system) (arguments (list @@ -2658,9 +2658,11 @@ (define-public mpv ;; Missing features: libguess, V4L2. (inputs (list enca + gdk-pixbuf ladspa lcms libbs2b + libsixel mpg123 rsound vulkan-headers -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 19 11:55:50 2024 Received: (at 72180) by debbugs.gnu.org; 19 Jul 2024 15:55:50 +0000 Received: from localhost ([127.0.0.1]:50230 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sUpxW-00028Q-Go for submit@debbugs.gnu.org; Fri, 19 Jul 2024 11:55:50 -0400 Received: from out162-62-58-211.mail.qq.com ([162.62.58.211]:59477) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <873216071@qq.com>) id 1sUpxS-000286-5y for 72180@debbugs.gnu.org; Fri, 19 Jul 2024 11:55:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qq.com; s=s201512; t=1721404531; bh=qN80+p90RSNB25XaFsEj6mz25uWmH+to+0iA8SjXMIE=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=YaqHn60MeuoQ187LEepMpXeNf8WK6OEea6V61uCdMaIi+HORCZNlJ4ERMCAhwjUO5 W4c4XPiTr+gC7wvjxBBv1pGxvNZnRjrAt+8GL5YEKpjaunUik+jbns6izh1y+EAEAq hYqzfJHMS+LHydSI+Z2iSDPPm7tgD7xX7Hqmhzcw= Received: from m ([2409:8a28:ed4:d6a0:457a:70bb:4f55:a4a3]) by newxmesmtplogicsvrszc19-0.qq.com (NewEsmtp) with SMTP id DDD96256; Fri, 19 Jul 2024 23:55:29 +0800 X-QQ-mid: xmsmtpt1721404529tyxk41dad Message-ID: X-QQ-XMAILINFO: MhK4DKsBP06it0GmyhK/yTxIIUBKIQhJKoKEHlAfeW5oI66anuGJFYJYve99iJ /GdkiYDbGsm834n5DWE0gM9QrfYQRzUJTbF7hXHeQZdyfBkJkTW1hKMSN+2dv6Xqwmldc7FKFZvQ gSI80R4b5nU1Us0lpLwjCXFU2bvNejbOzThUFwlt8IB7ncC7RNd2YrnrDw2r/+uvttnblb+p+eYx tyjg+EPqYmGye2DUtwh0CLv97eU5vK6dvdZTFKi4xlX4vj+lOZcckTVXkCa1ZceHKRohORTF2PbI 6xfI0jjXYasTstUmLQOk9p5DMgQ0gILFdzv0ynE1kvu8P5Gf+06e1aieXFG3f76d3YSn7z5ilGz1 VAjqjHdw+g5TcfHZg0VfdrKiURUYoDZOtcMHr/0DvrVFYZTsUp1e7wlteifwcT4cvEEkDdXEVhut YaJXi5usg7b+h1Aol9TtqqF8WR+JsJ+aM4viOkJmR//8JkB6A2ZI+LMKRBBDnon4gTJsK6GIhFFr vGxZrCNlOfJanvtvLuPZTzE3Bvbz2ObsiRUXNklIHYy8kYV8GEmRSxTa5s+Vdt93Lv954SugjyLN U/uqqQaqom7bbslQgdlr3mDhwR5wqOztp0RMmWSFuhYB8kY/bNQjssjUkkDKWtvinEZR2ujimy6I CFWbIAQQfyLIDvb7Pap1o1HQGuW6wLAym3DEKSzj4UCIHxEiu8Yce6Ke9NlC34KEqTVoanAmVEEL LNshy2HbV0FALRUG8+pJbeJ53uMp8IJAc+s/2v12/Zb09xVSf5atEm63dJu3Jju7X1/3wiLIjXMZ bW49WhVMZbmYKbSODfoBYVQJNl9nQHQmH9JNdf64q05L7BjVXQMuxqI8Dj6qTCo1CHlQCuD1T227 FJRaYb8rciM+C2IfelEwacYkdUGBlIno5JMa66nlVyPucF7k1jR5UUGrQgHPNawoC4LjPigIWY+z UmkSIYJKK8kGw755mYrL8t4hbqCSClfs5g/jB3LVmfB2/P02VuVoibx+rq0/7W9tMG4b8fQ7Imoa 3Qg0WWDKgwSqHM6rEO9lFYQYHdNiA= X-QQ-XMRINFO: MSVp+SPm3vtS1Vd6Y4Mggwc= From: Z572 <873216071@qq.com> To: Mathieu Laparie Subject: Re: [bug#72180] [PATCH 0/2] gnu: mpv: Update to 0.38.0 and include sixel support. In-Reply-To: <20240718175531.14620-1-matf@disr.it> (Mathieu Laparie's message of "Thu, 18 Jul 2024 19:55:22 +0200") References: <20240718175531.14620-1-matf@disr.it> Date: Fri, 19 Jul 2024 23:55:20 +0800 Message-ID: <8734o58jh3.fsf@qq.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 3.9 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Mathieu Laparie writes: > I needed sixel support in mpv and noticed our package did not include it, and updated to 0.38.0 while I was at it. This inmplied upgrading libplacebo to 6.338.2, but 7.349.0 is available and works t [...] Content analysis details: (3.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [162.62.58.211 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (873216071[at]qq.com) 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (873216071[at]qq.com) 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 3.2 HELO_DYNAMIC_IPADDR Relay HELO'd using suspicious hostname (IP addr 1) X-Debbugs-Envelope-To: 72180 Cc: 72180@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Mathieu Laparie writes: > I needed sixel support in mpv and noticed our package did not include it, and updated to 0.38.0 while I was at it. This inmplied upgrading libplacebo to 6.338.2, but 7.349.0 is available and works t [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [162.62.58.211 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (873216071[at]qq.com) 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (873216071[at]qq.com) 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 3.2 HELO_DYNAMIC_IPADDR Relay HELO'd using suspicious hostname (IP addr 1) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mathieu Laparie writes: > I needed sixel support in mpv and noticed our package did not include it,= and updated to 0.38.0 while I was at it. This inmplied upgrading libplaceb= o to 6.338.2, but 7.349.0 is available and works too, so I jumped to that v= ersion. mpv 0.38.0 comes with a number of improvements on top of the sixel = support included here, among which better playlist display in terminal (was= previously garbled with broken character sequences hardcoded from the OSD)= , support for --input-commands to run commands at startup, zooming on Ctrl+= wheel, etc. > > The pkg-config name of libsixel seems to be gdk-pixbuf, and it appeared t= hat adding just libsixel in inputs was not enough for mpv to build with six= el support. I think should move gdk-pixbuf to libsixel's propagated-inputs, and add a comment say gdk-pixbuf pkg-config's =E2=80=9CRequires.private=E2=80=9D ne= ed gdk-pixbuf, and add a TODO for "remove it when we use pkgconf." > > Mathieu Laparie (2): > gnu: libplacebo: Update to 7.349.0. > gnu: mpv: Update to 0.38.0, include sixel support. > > gnu/packages/video.scm | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmaajGgACgkQO1qpk+Gi 3/C0fg/9EnVe/TYxwfFVuu4VpZ1I28latPzDgW2oV2MBCd9CljH4XbNPGcu9BAGM 74MrhN8JH14N+y3B1AgkcFZ3/X8Y33sEelTPBU07Fn+UWShHlu/iZnRbaqSnLz8D kpXltjglGkgNTFCchoAxSJD42yFU0flvs2NlBlQJbOlq+n2wnYUhbg23oyKeZXDd hzk8Dt6f67xBxclI77+s90y3mNSXQiCK31ntLukVrbqh5o7ghoeQZ9fkTPUFhpjg 5wrthNmi/gzqOJSTCWtwOVmlavQiou40Wj2l8F3rCvQzyruscRoq75XUGnGV4PpM THhxd6nJ5sWgbeI3VxQVgrHsrnlrFsLhjgTOrqfGFB1dc1/blp2YoA93e/jGJNTV nJXgBECLueFwvXbLIkoEgp9AHZIUvikD7ZMbAYb48w6KHgIp2okAlsNJ4cGZaJ2X TsiD+65DI13LJkzKHVFZLmVVHQOqIckNwjuXXx6snry28ufq7KkslxBlX1VEgJo7 S2t3ms2AQn6s3tLv/MIfm2I3+KhlmDfeO9zJcCG/VFgjxYtODn8qkAnt+2X/fK9C Oqv5jd69RuGSZNqi08z2J6oVpZFl7gnFfb7g3acooXHMbSYLRCPyKUkoIkvROFK8 Dw+3eQwaTId5QCbzf8SMYSKzzW8YG9DNZpg8mgjJLIpe20UDrHE= =0SxO -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 05 16:25:47 2024 Received: (at 72180-done) by debbugs.gnu.org; 5 Sep 2024 20:25:47 +0000 Received: from localhost ([127.0.0.1]:38310 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smJ34-0007ON-Q6 for submit@debbugs.gnu.org; Thu, 05 Sep 2024 16:25:47 -0400 Received: from msg-1.mailo.com ([213.182.54.11]:46322 helo=mailo.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smJ32-0007Nr-1g for 72180-done@debbugs.gnu.org; Thu, 05 Sep 2024 16:25:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1725567872; bh=weCQZI+mFI3MYZs3IRApqcRWclDnZBT/0StVptLSjdk=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:Date:Message-ID: MIME-Version:Content-Type:Content-Transfer-Encoding; b=nqamPRsF4gql2yiSXFxEJPj1fxSSV/0YvukFKpILTS7bnF+DG0O1ya1qE7eqpt3yI TEgE+6GNe8aHFXxTuB24kfGdbRoUsMRsqf+RfLta9D66azsWTjj7X3RyLFie92Xwgn jwbrduYt2ZKdJw9bdY+ESPWbBTb2flb8E4vy627g= Received: by b221-2.in.mailobj.net [192.168.90.22] with ESMTP via ip-20.mailobj.net [213.182.54.20] Thu, 5 Sep 2024 22:24:32 +0200 (CEST) X-EA-Auth: +hgwJHKocRQFlZMyDDoU9NYjTbcEcIcUxe6RkTnz2UNKJ84svXl5D9YsUzN+47WFdk0IPt4cSRWo4b4H15xxfLV/1q0aNmVZUcnvpD6G1Us= From: Nicolas Goaziou To: 72180-done@debbugs.gnu.org Subject: Re: [PATCH 0/2] gnu: mpv: Update to 0.38.0 and include sixel support. In-Reply-To: Date: Thu, 05 Sep 2024 22:24:15 +0200 Message-ID: <878qw5q26o.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 72180-done Cc: Z572 <873216071@qq.com>, Mathieu Laparie X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, > Mathieu Laparie writes: >=20 > > I needed sixel support in mpv and noticed our package did not include i= t, and updated to 0.38.0 while I was at it. This inmplied upgrading libplac= ebo to 6.338.2, but 7.349.0 is available and works too, so I jumped to that= version. mpv 0.38.0 comes with a number of improvements on top of the sixe= l support included here, among which better playlist display in terminal (w= as previously garbled with broken character sequences hardcoded from the OS= D), support for --input-commands to run commands at startup, zooming on Ctr= l+wheel, etc. > > > > The pkg-config name of libsixel seems to be gdk-pixbuf, and it appeared= that adding just libsixel in inputs was not enough for mpv to build with s= ixel support. >=20 > I think should move gdk-pixbuf to libsixel's propagated-inputs, and add > a comment say gdk-pixbuf pkg-config's =C3=A2=C2=80=C2=9CRequires.private= =C3=A2=C2=80=C2=9D need > gdk-pixbuf, and add a TODO for "remove it when we use pkgconf." Thank you. I applied the patch with the suggestions above. MPV had already been updated, tho. Regards, --=20 Nicolas Goaziou From unknown Thu Jun 19 14:24:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 04 Oct 2024 11:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator