Re: [ANNOUNCEMENT] Updated: curl 7.71.1-1

2020-08-14 Thread Brian Inglis
On 2020-08-11 16:00, Brian Inglis wrote:
> On 2020-08-11 05:27, Adam Dinwoodie wrote:
>> On Tue, 11 Aug 2020 at 12:14, Ken Brown via Cygwin wrote:
 In that case, it looks to me as if the generated curl-config --libs 
 statements:

  if test "Xyes" = "Xno" -o "Xyes" = "Xyes"; then
echo ${CURLLIBDIR}-lcurl -lnghttp2 -lidn2 -lssh -lpsl -lssl 
 -lcrypto
 -lldap -llber -lbrotlidec -lbrotlidec -lz

 based on curl-config.in:

  if test "X@ENABLE_SHARED@" = "Xno" -o "X@REQUIRE_LIB_DEPS@" = 
 "Xyes"; then
echo ${CURLLIBDIR}-lcurl @LIBCURL_LIBS@

 REQUIRE_LIB_DEPS should be no, derived from configure.ac:

 if test "X$enable_shared" = "Xyes" -a "X$link_all_deplibs" = "Xno"
 then
  REQUIRE_LIB_DEPS=no
 else
  REQUIRE_LIB_DEPS=yes
 fi
 AC_SUBST(REQUIRE_LIB_DEPS)
 AM_CONDITIONAL(USE_EXPLICIT_LIB_DEPS, test x$REQUIRE_LIB_DEPS = xyes)

 but for Cygwin link_all_deplibs remains defaulted to unknown, so either 
 that
 variable should be set in configure, or that condition should perhaps be 
 changed
 to:

 if test "X$enable_shared" = "Xyes" -a "X$link_all_deplibs" != "Xyes"

 with appropriate bug reports and changes to be made upstream if possible.
>>>
>>> If you want to look into ways of fixing curl-config different from what 
>>> Yaakov
>>> did, that's fine; you're the maintainer.  All I did was look at Yaakov's 
>>> patch
>>> and port it to curl 7.71.1, that being a quick and easy way to fix the 
>>> reported
>>> problem.
>>
>> Someone else did raise this problem upstream at
>> https://github.com/curl/curl/issues/5793, and the comments there imply
>> they'd be interested in integrating patches Cygwin uses into the
>> upstream code, although the upstream maintainers aren't going to do
>> that without someone proactively submitting the patch to them.
> 
> I'll copy these comments and suggestions and follow up there, as that appears 
> to
> be the official bug tracker, and they appear receptive to discussing and 
> fixing
> issues.
> 
>> For my part, I'm not particularly fussed whether this is fixed with an
>> upstream patch or a Cygwin patch; I just want my use cases to work,
>> and as of 7.71.1-1 they don't. That said, my experience of being a
>> package maintainer would lead me to want to submit patches upstream if
>> at all possible, just to reduce the need to handle these sorts of
>> problems. My inclination would be to restore the patched behaviour
>> with Ken's new patch as a short-term fix, then get this submitted
>> upstream so that in the long-term this patch can be retired.
> 
> I did not see or get your original email, and could not reproduce your issue
> using the current git source package, curl package, and cygport.
> That could be due to two missing perl modules (solved in another sub-thread by
> Achim).
> Any suggestions as to what may be required to get curl-config to act up in a
> build would be appreciated.
> It is always easier to check if a problem is actually fixed when you can 
> perform
> an in situ regression test.
> Running curl-config and reading the docs, it does not appear to me to be 
> clearly
> specified why and when dynamic and static library parameters are either built 
> in
> or generated, whereas the conditions for reproducing the output are well
> specified for pkgconf/pkg-config.
> That may become more apparent in follow ups on the bug tracker.

[Followed up on Github curl bug tracker and may have patch, but subsequent
problems building tests, which KB may know something about, so moving to
cygwin-apps]

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in IEC units and prefixes, physical quantities in SI.]
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: heic to jpg conversion

2020-08-14 Thread Marco Atzeri via Cygwin

On 13.08.2020 20:58, Marco Atzeri wrote:

On 13.08.2020 09:54, Fergus Daly via Cygwin wrote:
Does Cygwin include the capability to convert heic to jpg (or png or 
anything else Windows-readable)?
I tried "convert" (previously all-powerful) but that does not work (in 
any obvious way, anyway).

Thank you!
--



it seems the functionality to fully read heic format
was added in 7.0.9

http://www.imagemagick.org/script/changelog.php
I will look to build it.

I already built the libheif library, but does not work
with 6.9.x

Regards
Marco


The just uploaded ImageMagick 7 is able to convert
from heic to both jpg and png (and more I assume..)

I also added libheif and libde265 needed for the job

Regards
Marco
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[ANNOUNCEMENT] Updated: ImageMagick-7.0.10.27-1

2020-08-14 Thread Marco Atzeri via Cygwin-announce

New version 7.0.10.27-1 of

   ImageMagick
   ImageMagick-doc
   libMagickCore7_7 API bump
   libMagickC++7_4  API bump
   libMagickWand7_7 API bump
   libMagick-devel
   perl-Image-Magick

have been uploaded for cygwin

CHANGES
latest upstream 7.x version

DESCRIPTION
ImageMagick® is a software suite to create, edit, compose, or convert
bitmap images. It can read and write images in a variety of formats
(over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD,
PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip,
mirror, rotate, distort, shear and transform images, adjust image
colors, apply various special effects, or draw text, lines, polygons,
ellipses and Bezier curves.

HOMEPAGE
http://www.imagemagick.org/

Regards
Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[ANNOUNCEMENT] New: libde265-1.0.5-1

2020-08-14 Thread Marco Atzeri via Cygwin-announce

First version 1.0.5-1 of

   libde265-devel
   libde265-tool
   libde265_0

have been uploaded for cygwin

CHANGES
First release for Cygwin

DESCRIPTION
libde265 is an open source implementation of the h.265 video codec.
It is written from scratch and has a plain C API to enable a simple
integration into other software.

HOMEPAGE
https://www.libde265.org/
https://github.com/strukturag/libde265/

Regards
Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[ANNOUNCEMENT] New: libheif-1.7.0-1

2020-08-14 Thread Marco Atzeri via Cygwin-announce

First version 1.7.0-1 of

   libheif-devel
   libheif-tool
   libheif1

have been uploaded for cygwin

CHANGES
First release for Cygwin

DESCRIPTION
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF
(AV1 Image File Format) file format decoder and encoder.

HEIF and AVIF are new image file formats employing
HEVC (h.265) or AV1 image coding, respectively, for the
best compression ratios currently possible.

HOMEPAGE
https://github.com/strukturag/libheif/

Regards
Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[ANNOUNCEMENT] Updated: neomutt-20200814-1

2020-08-14 Thread Federico Kircheis via Cygwin-announce

Version 20200814-1 of neomutt has been uploaded.

The command line mail reader neomutt reached version 20200814.

On GitHub it is possible to find the changelog for the new release:
https://github.com/neomutt/neomutt/releases

Federico
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple