From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#51296: [PATCH] Add WebP format support Date: Wed, 20 Oct 2021 21:19:42 +0300 Message-ID: <83o87ja79d.fsf@gnu.org> References: <837de7bzy0.fsf@gnu.org> <83y26nac3e.fsf@gnu.org> <83sfwvaach.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20559"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 51296@debbugs.gnu.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Oct 20 20:20:11 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mdGCB-00057a-2o for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Oct 2021 20:20:11 +0200 Original-Received: from localhost ([::1]:43996 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdGC9-0000RJ-Gj for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Oct 2021 14:20:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48768) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdGC4-0000Qy-6A for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 14:20:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43853) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mdGC1-0001YB-Or for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 14:20:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mdGC1-0003HD-LC for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 14:20:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 20 Oct 2021 18:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51296 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 51296-submit@debbugs.gnu.org id=B51296.163475397712553 (code B ref 51296); Wed, 20 Oct 2021 18:20:01 +0000 Original-Received: (at 51296) by debbugs.gnu.org; 20 Oct 2021 18:19:37 +0000 Original-Received: from localhost ([127.0.0.1]:55399 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdGBc-0003GP-Rs for submit@debbugs.gnu.org; Wed, 20 Oct 2021 14:19:37 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:46722) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdGBa-0003G8-Lq for 51296@debbugs.gnu.org; Wed, 20 Oct 2021 14:19:35 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50304) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdGBV-00014Q-FN; Wed, 20 Oct 2021 14:19:29 -0400 Original-Received: from [87.69.77.57] (port=4754 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdGBV-0005ze-2y; Wed, 20 Oct 2021 14:19:29 -0400 In-Reply-To: (message from Stefan Kangas on Wed, 20 Oct 2021 10:41:34 -0700) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:217703 Archived-At: > From: Stefan Kangas > Date: Wed, 20 Oct 2021 10:41:34 -0700 > Cc: 51296@debbugs.gnu.org > > Eli Zaretskii writes: > > > Btw, the Windows binaries available from the libwebp site don't seem > > to include DLLs, only static libraries. Caveat emptor! > > Does this change anything with regards to the patch besides the things > you already mentioned? No, it just means that people shouldn't download the binaries from there. They were compiled with MSVC, so could depend on proprietary libraries which are part of MSVC installation, anyway.