Re: [ITP] btop

2024-01-25 Thread Jon Turney via Cygwin-apps
On 24/01/2024 15:22, Takashi Yano via Cygwin-apps wrote: I'd like to propose a new package btop, which is a feature-rich resource monitor. btop is ready for many Linux distributions including Fedora. Thanks. +#ifdef __CYGWIN__ +#define _GNU_SOURCE 1 +#endif + I'd suggest adding

Re: python2 removal

2024-01-18 Thread Jon Turney via Cygwin-apps
On 18/01/2024 19:31, Jon Turney via Cygwin-apps wrote: [...] python-wx-devel    wxWidgets C++ application framework (Python bindings) [...] python-wx-devel is the last remnant of python2 bindings for wx (the python3 binding comes from a different, irregularly named source package python3-wx

Re: python2 removal

2024-01-18 Thread Jon Turney via Cygwin-apps
On 09/07/2023 17:50, Jon Turney via Cygwin-apps wrote: On 07/07/2023 19:54, Marco Atzeri via Cygwin-apps wrote: On 02.07.2023 16:30, Jon Turney wrote: On 04/06/2023 20:17, Jon Turney via Cygwin-apps wrote: [...] I think the next step is to remove the python27 package itself. This will make

Re: [ITP] python-sphinx-copybutton 0.5.2

2024-01-18 Thread Jon Turney via Cygwin-apps
On 17/01/2024 17:24, William Hu via Cygwin-apps wrote: I'd like to package sphinx-copybutton, which adds a copy button to code blocks in sphinx documentation. It is MIT licensed and already exists in Fedora: Ubuntu:

Re: [ITA] pocl

2024-01-14 Thread Jon Turney via Cygwin-apps
On 14/01/2024 14:57, Takashi Yano via Cygwin-apps wrote: On Sat, 13 Jan 2024 15:48:33 + Jon Turney wrote: On 04/01/2024 00:55, Takashi Yano via Cygwin-apps wrote: [...] # The entire code is under MIT # include/utlist.h which is under BSD-1-Clause (unbundled) # lib/kernel/vecmath which

Re: Automatic announcement generation by calm

2024-01-14 Thread Jon Turney via Cygwin-apps
On 08/01/2024 13:42, Brian Inglis via Cygwin-apps wrote: On 2024-01-08 06:01, Thomas Wolff via Cygwin-apps wrote: Am 08/01/2024 um 13:35 schrieb Corinna Vinschen via Cygwin-apps: On Jan  7 16:12, Jon Turney via Cygwin-apps wrote: [...] The mail follows a similar format to that generated

Re: [ITP] svt-av1

2024-01-14 Thread Jon Turney via Cygwin-apps
On 14/01/2024 15:20, Takashi Yano via Cygwin-apps wrote: Thanks for reviewing. No problem! On Sat, 13 Jan 2024 16:06:45 + Jon Turney wrote: On 07/01/2024 10:42, Takashi Yano via Cygwin-apps wrote: #ifdef _WIN32 -#define FOPEN(f, s, m) fopen_s(, s, m) +#define SVT_FOPEN(f, s, m

Re: [ITP] svt-av1

2024-01-13 Thread Jon Turney via Cygwin-apps
On 07/01/2024 10:42, Takashi Yano via Cygwin-apps wrote: SVT-AV1 is video encoder/decoder for av1, which has very fast encoder compared with aom. Fedora has this package.https://src.fedoraproject.org/rpms/svt-av1 I would like to enable svt-av1 encoding in ffmpeg via this package. Thanks in

Re: [ITA] pocl

2024-01-13 Thread Jon Turney via Cygwin-apps
On 04/01/2024 00:55, Takashi Yano via Cygwin-apps wrote: [...] Any comments and advices will be appreciated. Thanks for adopting this. pocl.cygport inherit clang cmake NAME="pocl" VERSION=3.1 RELEASE=1 CATEGORY="Libs" # The entire code is under MIT # include/utlist.h which is under

Re: [PATCH cygport] git.cygclass: Suppress the depth option

2024-01-13 Thread Jon Turney via Cygwin-apps
On 16/12/2023 15:38, Daisuke Fujimura via Cygwin-apps wrote: I have implemented a curl-based smart transport check. How about this one? Thanks. Again, sorry about my terrible slowness in reviewing this. diff --git a/cygclass/git.cygclass b/cygclass/git.cygclass index e53a7985..f3ed343e

Re: maintainer email address change

2024-01-12 Thread Jon Turney via Cygwin-apps
On 12/01/2024 14:43, Andrew Schulman via Cygwin-apps wrote: I need to update my maintainer email address, to andrex_dot_e_dot_schulman_at_gmail_dot_com. I don't see my current address stored anywhere in the cygwin-htdocs, so I guess it's stored somewhere else, since calm sends me emails there.

Automatic announcement generation by calm

2024-01-07 Thread Jon Turney via Cygwin-apps
This is an experimental facility, currently only available for packages deployed from the build service [1] (that is, not for self-built packages uploaded with 'cygport up' via sftp) When the token "announce" is present for a build job (in addition to "deploy"), after a successful deploy,

Re: Unmaintained packages in base package set

2024-01-07 Thread Jon Turney via Cygwin-apps
On 03/01/2024 07:49, Marco Atzeri via Cygwin-apps wrote: On 03/01/2024 05:59, Takashi Yano via Cygwin-apps wrote: On Sat, 23 Dec 2023 04:51:22 +0100 Marco Atzeri wrote: On 23/12/2023 04:42, Takashi Yano via Cygwin-apps wrote: I suggest to start with the smaller beasts one by one or small

Re: [ITA] pocl

2024-01-07 Thread Jon Turney via Cygwin-apps
On 03/01/2024 09:29, Takashi Yano via Cygwin-apps wrote: - Enable CUDA support. Curiosity, how do we support CUDA on Cygwin ? nvidia cuda toolkit is used in build stage of user programs. Although this is not very desirable for cygwin package, I thought that the advantage of being able to

Re: github scallywag cygport src_patch_apply_hook and autoconf2.7 install issues

2024-01-06 Thread Jon Turney via Cygwin-apps
On 06/01/2024 20:10, Brian Inglis via Cygwin-apps wrote: Updating gsasl to 2.2.1 local package build runs fine, but github scallywag now fails in two places: - cygport src_prep src_patch_apply_hook now fails to find patch file passed as $1: I've looked at the cygport, but what you're doing

Re: adopting

2023-12-22 Thread Jon Turney via Cygwin-apps
On 22/12/2023 03:49, Marco Atzeri via Cygwin-apps wrote: Following the inputs from Jon https://cygwin.com/packages/reports/unmaintained.html I am taking over $ git diff | grep "^+" +++ b/cygwin-pkg-maint +alternatives Marco Atzeri +bzip2  

Re: Unmaintained packages in base package set

2023-12-22 Thread Jon Turney via Cygwin-apps
On 21/12/2023 04:27, Marco Atzeri via Cygwin-apps wrote: On 20/12/2023 13:16, Jon Turney via Cygwin-apps wrote: On 06/12/2023 17:19, Brian Inglis via Cygwin-apps wrote: On 2023-12-05 06:07, Jon Turney wrote: [...] I tweaked the unmaintained packages report [1] a bit so it identifies

Unmaintained packages in base package set

2023-12-20 Thread Jon Turney via Cygwin-apps
On 06/12/2023 17:19, Brian Inglis via Cygwin-apps wrote: On 2023-12-05 06:07, Jon Turney wrote: [...] I was kind of hoping that base packages (and "dependencies of packages in base which aren't in base themselves") aren't unmaintained, but obviously that was being optimis

Re: [scallywag] libksba-1.6.5-1 install anomaly

2023-12-19 Thread Jon Turney via Cygwin-apps
On 19/12/2023 05:29, Marco Atzeri via Cygwin-apps wrote: Hi Jon on jobs 7426 and (rerun) 7428 I see that a file is built but not installed -- config.status: creating src/ksba-config ... >>> libksba-devel-1.6.5-1.tar.xz tar: usr/bin/ksba-config: Cannot

Re: [Attn. MAINTAINERS] Heads up: Perl 5.36.1 is imminent

2023-12-15 Thread Jon Turney via Cygwin-apps
On 23/10/2023 19:53, Jon Turney via Cygwin-apps wrote: On 02/05/2023 21:34, Jon Turney via Cygwin-apps wrote: On 01/05/2023 21:00, Achim Gratz via Cygwin-apps wrote: I'm going to release Perl 5.36.1 to Cygwin in a few days.  I've skipped 5.34 in order to update only every second year (which

Re: scallywag: build of gl2ps

2023-12-13 Thread Jon Turney via Cygwin-apps
On 13/12/2023 05:09, Marco Atzeri via Cygwin-apps wrote: Hi Jon, when I build the gl2ps package on my new system, I have no problems [...] instead Scallwag is hitting an issue on the W32API [...]

Re: GDB configuration for multi-arch

2023-12-12 Thread Jon Turney via Cygwin-apps
On 16/10/2023 17:14, Old, Oliver via Cygwin wrote: Good evening! The difference in size is indeed a whopping 19M (8M -> 27M). That might be why the Msys devs chose to split their gdb into a main package and a multi-arch package that depends on the main package. In case you decide to build

Re: [NMU] inkscape 0.92.3-2 (Test)

2023-12-05 Thread Jon Turney via Cygwin-apps
On 03/12/2023 17:50, Brian Inglis via Cygwin-apps wrote: On 2023-12-03 08:33, Jon Turney via Cygwin-apps wrote: On 01/12/2023 09:17, Mark Geisert via Cygwin-apps wrote: If you have ideas about how to make things work better, I'm all ears. For the moment, I tweaked things to let your upload

Re: [ITP] gflags 2.2.2

2023-12-05 Thread Jon Turney via Cygwin-apps
On 04/12/2023 11:01, Daisuke Fujimura via Cygwin-apps wrote: Thank you for your review. I will merge the documentation and scripts into the runtime package. gflags.cygport diff : https://cygwin.com/cgit/cygwin-packages/playground/commit/?id=3d92ec96da0cfb58ffee465eb65eec2f0b923f19 CI :

Re: [PATCH cygport] git.cygclass: Suppress the depth option

2023-12-03 Thread Jon Turney via Cygwin-apps
" + else In this case, the clone failed for a different reason, but we've eaten the output from git, so maybe there's no indication given as to why? Do we want to do something like "cat ${_gitlog}" here? + error "git clone failed" + fi + fi cd ${T}/${GIT_MODULE}

Re: [NMU] inkscape 0.92.3-2 (Test)

2023-12-03 Thread Jon Turney via Cygwin-apps
On 01/12/2023 09:17, Mark Geisert via Cygwin-apps wrote: If you have ideas about how to make things work better, I'm all ears. For the moment, I tweaked things to let your upload through. Thanks Jon.  I have only seen a handful of NMUs go by and it didn't occur to me that those doing them

Re: [ITP] gflags 2.2.2

2023-12-03 Thread Jon Turney via Cygwin-apps
On 25/11/2023 08:55, Daisuke Fujimura via Cygwin-apps wrote: The one question I have is about what 'gflags_completions.sh' is for? Is this a helper for scripts other packages using gflags might install in /etc/bash_completion.d/, or an example? or generally useful? gflags_completions.sh is a

Re: [NMU] inkscape 0.92.3-2 (Test)

2023-11-30 Thread Jon Turney via Cygwin-apps
On 30/11/2023 00:38, Mark Geisert via Cygwin-apps wrote: I've uploaded a non-maintainer re-build of the existing inkscape 0.92.3. This attempts to work around a problem with the current inkscape reported to exit with 127 error code (missing DLL).  This build was produced with gcc-g++ 7.4 while

Re: Kindly update my SSH public key

2023-11-29 Thread Jon Turney via Cygwin-apps
On 29/11/2023 06:39, Mark Geisert via Cygwin-apps wrote: Name: Mark Geisert BEGIN SSH2 PUBLIC KEY Comment: "256-bit ED25519, converted by Mark@zotac from OpenSSH" C3NzaC1lZDI1NTE5IP1ks1stdrx1ofmpCBnQWdJ2zt9qlnNqrCX0y15INZHf END SSH2 PUBLIC KEY Name: Mark Geisert

Re: cygport upgrade to use gnupg2/gpg2 if available

2023-11-26 Thread Jon Turney via Cygwin-apps
On 21/11/2023 06:58, ASSI via Cygwin-apps wrote: Brian Inglis via Cygwin-apps writes: After applying the attached patches, which add support for the newer gpg2 from gnupg2 if installed, the attached log second chunk shows the new keys verified by gpg2 added to lib/src_prep.cygpart

Re: [ITP] gflags 2.2.2

2023-11-20 Thread Jon Turney via Cygwin-apps
On 16/11/2023 23:20, Daisuke Fujimura via Cygwin-apps wrote: Hello, [ITP] A new package proposal: gflags - gflags - libgflags2.2 - libgflags-devel SUMMARY: Commandline flags module for C++ HOMEPAGE: https://github.com/gflags/gflags SRC_URI:

Re: [PATCH cygport] git.cygclass: Suppress the depth option

2023-11-20 Thread Jon Turney via Cygwin-apps
On 19/11/2023 02:11, Daisuke Fujimura via Cygwin-apps wrote: Some git providers do not support smart transport, so specifying the depth option will result in an error. Right. This is a bug and needs fixing. Thanks for the patch. ``` Cloning into ''... fatal: dumb http transport does not

Re: [ITP] simdjson 3.6.0

2023-11-12 Thread Jon Turney via Cygwin-apps
On 11/11/2023 08:41, Daisuke Fujimura via Cygwin-apps wrote: Hello, [ITP] A new package proposal: simdjson - libsimdjson19 - libsimdjson-devel SUMMARY: Parsing gigabytes of JSON per second HOMEPAGE: https://github.com/simdjson/simdjson SRC_URI:

Re: [ITP] libfastjson 1.2304.0

2023-11-12 Thread Jon Turney via Cygwin-apps
On 11/11/2023 07:21, Daisuke Fujimura via Cygwin-apps wrote: Hello, [ITP] A new package proposal: libfastjson - libfastjson4 - libfastjson-devel Thanks. These all look fine. I've added cgif, libfastjson andd simdjson to your packages.

Re: [ITP] python-rfc6555 0.1.0

2023-11-10 Thread Jon Turney via Cygwin-apps
On 08/11/2023 17:56, Adam Dinwoodie via Cygwin-apps wrote: I'd like to package python-rfc6555. This is a Python module that's now required for offlineimap, for which I'm slowly working towards submitting an ITA. The Python module has an Apache 2.0 license, and is available at least from Debian

Re: cygport may not create debug info if top directory contains a symlink

2023-10-29 Thread Jon Turney via Cygwin-apps
On 20/09/2023 11:58, Christian Franke via Cygwin-apps wrote: Brian Inglis wrote: On 2023-09-18 04:41, Christian Franke via Cygwin-apps wrote: Brian Inglis wrote: On 2023-09-17 08:01, Jon Turney via Cygwin-apps wrote: On 16/09/2023 15:17, Christian Franke via Cygwin wrote: Found during tests

Re: [PATCH cygport] Add initial support for SOURCE_DATE_EPOCH

2023-10-29 Thread Jon Turney via Cygwin-apps
On 28/08/2023 16:12, Christian Franke via Cygwin-apps wrote: Christian Franke wrote: A small step towards reproducible packaging... Thanks very much for this. Sorry for taking so long to look at it. A few questions and suggestions interspersed [...] -- Regards, Christian

Re: Scallywag download includes {-2130706432,-2139095040,-2147483648}_build.txt

2023-10-28 Thread Jon Turney via Cygwin-apps
On 28/10/2023 19:22, Brian Inglis via Cygwin-apps wrote: On 2023-10-28 12:04, Jon Turney via Cygwin-apps wrote: On 28/10/2023 18:15, Brian Inglis via Cygwin-apps wrote: Scallywag now seems to be including 563 byte 10 line Prepare job build section headers in:  -2130706432_build.txt

Re: Scallywag download includes {-2130706432,-2139095040,-2147483648}_build.txt

2023-10-28 Thread Jon Turney via Cygwin-apps
On 28/10/2023 18:15, Brian Inglis via Cygwin-apps wrote: Scallywag now seems to be including 563 byte 10 line Prepare job build section headers in: -2130706432_build.txt -2139095040_build.txt -2147483648_build.txt instead of the previous {2,4,6}_build.txt I'm sorry I don't

Re: [cygport PATCH] Check for pythonXX-wheel when using python-wheel

2023-10-27 Thread Jon Turney via Cygwin-apps
On 27/10/2023 09:41, Adam Dinwoodie via Cygwin-apps wrote: The python wheel package is required for building using the python-wheel cygclass, but nothing in cygport verifies its existence, and the error from the Python commands themselves aren't particularly helpful either. To avoid other people

Re: [ITA] libvpx

2023-10-27 Thread Jon Turney via Cygwin-apps
On 26/10/2023 16:56, Brian Inglis via Cygwin-apps wrote: Hi folks, I have built an updated release of libvpx with the CVE fixes included. This is a Google WebM project which does not use autotools or libtool, so the last maintainer did their own cygvpx dll build and relinked the executables.

Re: [ITA] openbabel-3.1.1p32

2023-10-24 Thread Jon Turney via Cygwin-apps
On 23/10/2023 11:09, Lemures Lemniscati via Cygwin-apps wrote: On Sat, 21 Oct 2023 14:07:26 +0100, Jon Turney On 25/10/2020 11:51, Lemures Lemniscati via Cygwin-apps wrote: Hi! ITA for openbabel, which have been maintained by Yaakov [1]. Hi Lem, Is it possible to get a rebuild/update

Re: [Attn. MAINTAINERS] Heads up: Perl 5.36.1 is imminent

2023-10-23 Thread Jon Turney via Cygwin-apps
On 02/05/2023 21:34, Jon Turney via Cygwin-apps wrote: On 01/05/2023 21:00, Achim Gratz via Cygwin-apps wrote: I'm going to release Perl 5.36.1 to Cygwin in a few days.  I've skipped 5.34 in order to update only every second year (which I've done since the 5.22 release).  I haven't seen any

Re: Clean out or vault old ncurses test versions

2023-10-22 Thread Jon Turney via Cygwin-apps
On 22/10/2023 16:42, Brian Inglis via Cygwin-apps wrote: I should probably just skip the sequential "release" prefix to the date suffix, as 6.4-2023 is presumably greater than 6.4-?.2023, and we have not yet implemented EPOCH:V-R dating yet, correct? Yes, 2023 (where ? stands for

Re: Clean out or vault old ncurses test versions

2023-10-21 Thread Jon Turney via Cygwin-apps
On 21/10/2023 20:00, Brian Inglis via Cygwin-apps wrote: On 2023-10-21 11:20, cygwin-no-reply-rdbxbdvo6bxqt0dzr+a...@public.gmane.org wrote: ERROR: x86_64/release/ncurses/libncurses++w10/libncurses++w10-6.4-4.20231016.tar.xz is both uploaded and automatically vaulted ERROR: [..] SUMMARY: 19

Re: [ITA] openbabel-3.1.1p32

2023-10-21 Thread Jon Turney via Cygwin-apps
On 25/10/2020 11:51, Lemures Lemniscati via Cygwin-apps wrote: Hi! ITA for openbabel, which have been maintained by Yaakov [1]. Hi Lem, Is it possible to get a rebuild/update of openbabel for perl5.36/ python3.9/ruby3.2? TIA.

Re: Ruby EOL in Cygwin 3.4.9?

2023-10-14 Thread Jon Turney via Cygwin-apps
On 12/10/2023 14:42, Brian Inglis via Cygwin wrote: On 2023-10-11 16:47, Yasuhiro Kimura via Cygwin wrote: From: "Hendrickson, Eric D via Cygwin" Subject: Ruby EOL in Cygwin 3.4.9? Date: Wed, 11 Oct 2023 16:37:29 + Hello all, As a ~25 year user and sometime contributor to Cygwin, I

Re: [PATCH setup] Enable large files (>2 GiB)

2023-10-09 Thread Jon Turney via Cygwin-apps
On 08/10/2023 17:11, ASSI via Cygwin-apps wrote: This fixes the issue reported here: https://cygwin.com/pipermail/cygwin/2023-October/254562.html Not tested on 32bit. Thanks. This seems right, and works for installing qt5-webkit-debuginfo when I gave it a quick try (seems to work on i686

Re: [ITA] argon2

2023-10-01 Thread Jon Turney via Cygwin-apps
On 29/09/2023 02:10, Alexey Sokolov via Cygwin-apps wrote: Hi, here's updated argon2 package The old version of the patch also was modifying linux/darwin/etc parts, I skipped those, as deemed irrelevant here Thanks. I added this to your packages.

Re: [Attn Maintainer] json-c

2023-10-01 Thread Jon Turney via Cygwin-apps
On 24/09/2023 13:40, Daisuke Fujimura via Cygwin-apps wrote: Hi, I previously reported that json-c.pc seems incorrect. - https://cygwin.com/pipermail/cygwin/2023-August/254350.html The modified version of json-c.cygport and its CI results are shown below. - cygport -

Re: Drop djgpp-{binutils,gcc-*,runtime} 32-bit packages

2023-09-24 Thread Jon Turney via Cygwin-apps
On 08/09/2023 18:29, Brian Inglis via Cygwin-apps wrote: Hi folks, Thinking we could drop the ancient (8 years) orphaned DJGPP 32-bit (by definition) packages; they are older than djgpp current, never mind beta on gcc 13; from DJ's latest Monthly Mini-FAQ summary: djdev-2.05

Bonfire of the Packages

2023-09-24 Thread Jon Turney via Cygwin-apps
Generally, we have a large number of old, unmaintained packages. The policy [1] has always been "Packages without an active maintainer may be pulled from the distribution.", but not actively enforced (in fact prior to 2022, this used to say "are pulled", but I moderated the statement, just

Re: cygwin-announce configuration change

2023-09-23 Thread Jon Turney via Cygwin-apps
On 23/09/2023 13:32, Takashi Yano via Cygwin-apps wrote: On Fri, 22 Sep 2023 12:36:03 +0100 Jon Turney wrote: On 21/09/2023 15:54, Jon Turney via Cygwin-apps wrote: On 21/09/2023 15:46, Jon Turney wrote: The auto-forwarding of announcements from the cygwin-announce mailing list to the cygwin

Re: [ITA} fluidsynth

2023-09-23 Thread Jon Turney via Cygwin-apps
On 23/09/2023 09:50, Takashi Yano via Cygwin-apps wrote: Hi Jon, Thank you very much for reviewing so many packages in a short time. No problem. On Tue, 19 Sep 2023 03:53:14 +0900 Takashi Yano wrote: On Mon, 18 Sep 2023 17:49:45 +0100 Jon Turney wrote: On 17/09/2023 14:14, Takashi Yano

Re: [ITA] gsm

2023-09-22 Thread Jon Turney via Cygwin-apps
On 22/09/2023 12:47, Takashi Yano via Cygwin-apps wrote: I'd like to adopt the gsm package. Thanks in advance. Looks good. I added this to your packages. Thanks.

Re: [ITA] libopenmpt

2023-09-22 Thread Jon Turney via Cygwin-apps
On 22/09/2023 05:22, Takashi Yano via Cygwin-apps wrote: libopenmpt.cygport BUILD_REQUIRES="libportaudiocpp-devel libmpg123-devel libogg-devel libvorbis-devel" It seems like this also needs libpulse-devel. This looks like a historical mistake, but maybe the files in

Re: [ITA} timidity++

2023-09-22 Thread Jon Turney via Cygwin-apps
On 20/09/2023 12:10, Takashi Yano via Cygwin-apps wrote: It seems like all the attachments have dos-style (crlf) line endings. Is this just an artefact of sending them over email? timidity++.cygport CYGCONF_ARGS=" --build=${ARCH}-pc-cygwin Hmmm... I'm not sure doing this and then

Re: [ITA] libtimidity

2023-09-22 Thread Jon Turney via Cygwin-apps
On 20/09/2023 12:08, Takashi Yano via Cygwin-apps wrote: I'd like to adopt the libtimidity package. Thanks in advance. Looks good. I added this to your packages. Thanks.

Re: [ITA] lv2

2023-09-22 Thread Jon Turney via Cygwin-apps
On 18/09/2023 19:41, Takashi Yano via Cygwin-apps wrote: On Mon, 18 Sep 2023 17:49:21 +0100 Jon Turney wrote: On 17/09/2023 14:13, Takashi Yano via Cygwin-apps wrote: I'd like to adopt the lv2 package. Thanks in advance. Thanks. I added this to your packages. lv2.cygport Looks like

Re: cygwin-announce configuration change

2023-09-22 Thread Jon Turney via Cygwin-apps
On 21/09/2023 15:54, Jon Turney via Cygwin-apps wrote: On 21/09/2023 15:46, Jon Turney wrote: The auto-forwarding of announcements from the cygwin-announce mailing list to the cygwin mailing list has been removed. This seems to be hard to make work reliably (sometimes it doubles

cygwin-announce configuration change (was: Re: Announcements now only go to the cygwin-announce list)

2023-09-21 Thread Jon Turney via Cygwin-apps
On 21/09/2023 15:46, Jon Turney wrote: The auto-forwarding of announcements from the cygwin-announce mailing list to the cygwin mailing list has been removed. This seems to be hard to make work reliably (sometimes it doubles the messages, sometimes they don't get forwarded), apparently

Re: [ITA} fluidsynth

2023-09-18 Thread Jon Turney via Cygwin-apps
On 17/09/2023 14:14, Takashi Yano via Cygwin-apps wrote: I'd like adopt the fluidsynth package. Thanks in advance. Thanks. I added this to your packages. fluidsynth.cygport inherit cmake NAME="fluidsynth" VERSION=2.3.2 RELEASE=1 LICENSE="LGPL-2.1-or-later" CATEGORY="Audio"

Re: [ITA] lv2

2023-09-18 Thread Jon Turney via Cygwin-apps
On 17/09/2023 14:13, Takashi Yano via Cygwin-apps wrote: I'd like to adopt the lv2 package. Thanks in advance. Thanks. I added this to your packages. lv2.cygport inherit meson NAME="lv2" VERSION=1.18.10 RELEASE=1 LICENSE="ISC" CATEGORY="Audio" SUMMARY="LV2 audio plugin specification"

Re: cygport cygautoreconf failure with AC_CONFIG_MACRO_DIRS

2023-09-17 Thread Jon Turney via Cygwin-apps
On 09/08/2023 23:44, Brian Inglis via Cygwin-apps wrote: On 2023-08-09 15:55, Jon Turney via Cygwin-apps wrote: [...] That leaves the second part of your patch.  I'm not sure if you're claiming this is the same problem, a similar problem, or a different problem. That adds cygport

Re: cygport may not create debug info if top directory contains a symlink

2023-09-17 Thread Jon Turney via Cygwin-apps
path here at all. So changing it to something like [1] (if that works), might be better. [1] https://github.com/jon-turney/cygport/commit/4175d456a9184c5cdebd8bfb4b5ba30583cedd66 Sidenote: we should probably also be using file-prefix-map, now we're on a gcc which supports it. The postinstall

Re: ITP: last-resort-font

2023-09-14 Thread Jon Turney via Cygwin-apps
On 12/09/2023 22:21, Brian Inglis via Cygwin-apps wrote: I would like to offer the following package on Cygwin: * last-resort-font    15.100 This package is available in the Arch, Fedora, Gentoo, and OpenSUSE distributions. It is licensed under SIL OFL-1.1. It was originally developed by

Re: Suggested new Categories: Fonts and Backgrounds or Wallpapers

2023-09-14 Thread Jon Turney via Cygwin-apps
On 14/09/2023 12:32, Jon Turney via Cygwin-apps wrote: On 12/09/2023 23:44, Brian Inglis via Cygwin-apps wrote: Hi folks, Often noticed that we have no Font or Background/Wallpaper categories, or whatever the kids are calling the latter nowadays! ;^> Yeah, the fact we don't have 'Fo

Re: [ITA] ladspa-swh-plugins

2023-09-14 Thread Jon Turney via Cygwin-apps
On 14/09/2023 04:24, Takashi Yano via Cygwin-apps wrote: On Wed, 13 Sep 2023 23:37:23 +0900 Takashi Yano wrote: I'd like to adopt the ladspa-swh-plugins package. Thanks in advance. I forgot to attach patch file. Sorry. Perhaps this should BUILD_REQUIRES="libfftw3-devel"? Otherwise, looks

Re: [ITA] ladspa-caps

2023-09-14 Thread Jon Turney via Cygwin-apps
On 14/09/2023 09:25, Takashi Yano via Cygwin-apps wrote: On Wed, 13 Sep 2023 23:36:09 +0900 Takashi Yano wrote: I'd like to adopt the ladspa-caps package. Thanks in advance. Revised. Looks good. I added this to your packages. Thanks.

Re: [ITA] calf

2023-09-14 Thread Jon Turney via Cygwin-apps
On 13/09/2023 15:34, Takashi Yano via Cygwin-apps wrote: I'd like to adopt the package calf. Thanks in advance. Looks good. I added this to your packages. Thanks.

Re: [ITA] ladspa-cmt

2023-09-14 Thread Jon Turney via Cygwin-apps
On 13/09/2023 15:32, Takashi Yano via Cygwin-apps wrote: I'd like to adopt the ladspa-cmt package. Thanks in advance. Looks good. I added this to your packages. Thanks.

Re: [ITA] ladspa-sdk

2023-09-14 Thread Jon Turney via Cygwin-apps
On 13/09/2023 15:30, Takashi Yano via Cygwin-apps wrote: I'd like to adopt the ladspa-sdk package. Thanks in advance. ladspa-sdk.cygport NAME="ladspa-sdk" VERSION=1.17 RELEASE=1 CATEGORY="Audio" SUMMARY="Audio Developers Simple Plugin API" DESCRIPTION="The Linux Audio Developer's Simple

Re: [ITA] twolame

2023-09-14 Thread Jon Turney via Cygwin-apps
On 13/09/2023 15:27, Takashi Yano via Cygwin-apps wrote: I'd like to adopt the twolame package. Thanks in advance. Thanks. I added this to your packages. src_install() { cd ${B} cyginstall mkdir -p ${D}/usr/share/doc/twolame/html cp

Re: Suggested new Categories: Fonts and Backgrounds or Wallpapers

2023-09-14 Thread Jon Turney via Cygwin-apps
On 12/09/2023 23:44, Brian Inglis via Cygwin-apps wrote: Hi folks, Often noticed that we have no Font or Background/Wallpaper categories, or whatever the kids are calling the latter nowadays! ;^> Yeah, the fact we don't have 'Fonts' seems a little odd. The category list is allegedly

Re: [ITA] ocl-icd

2023-09-12 Thread Jon Turney via Cygwin-apps
On 11/09/2023 12:43, Takashi Yano via Cygwin-apps wrote: I'd like to adopt the ocl-icd package. Thanks in advance. Done (for all three). I've added ocd-icd-, openal and portaudio to your packages. Thanks!

Re: [ITA] wavpack

2023-09-10 Thread Jon Turney via Cygwin-apps
On 09/09/2023 13:07, Takashi Yano via Cygwin-apps wrote: I'd like to adopt the package wavpack. Thanks in advance. Done (for all three). I've added libsamplerate, soxr and wavpack to your packages. Thanks!

Re: [PATCH 2/3] Cygwin: dsp: Reduce wait time for blocking read().

2023-09-05 Thread Jon Turney via Cygwin-apps
On 05/09/2023 10:28, Takashi Yano wrote: Previous wait time of 100msec is too long if application specifies smaller buffer. With this patch, the wait time is reduced to 1msec. I don't really have the context to understand this change, but it seems to me the obvious questions to ask are: Are

Re: [ITA] jq

2023-08-31 Thread Jon Turney via Cygwin-apps
On 30/08/2023 18:25, Brian Inglis via Cygwin-apps wrote: On 2023-08-30 06:46, Jon Turney via Cygwin-apps wrote: On 29/08/2023 15:26, Andrew Schulman via Cygwin-apps wrote: I'd like to adopt the jq package. It's currently orphaned from Yaakov. I have an updated build script ready to push up

Re: [ITA] jq

2023-08-30 Thread Jon Turney via Cygwin-apps
On 29/08/2023 15:26, Andrew Schulman via Cygwin-apps wrote: I'd like to adopt the jq package. It's currently orphaned from Yaakov. I have an updated build script ready to push up for the current release (1.6-1), and a new release (1.7) is expected soon. Andrew Thanks. I think Brian was

Re: The correct manner to obsolete subpackage.

2023-08-30 Thread Jon Turney via Cygwin-apps
On 29/08/2023 23:40, Takashi Yano via Cygwin-apps wrote: If the main package no longer provides a sub package, what is the correct manner to osolete it? Creating empty sub package with sub_package_CATEGORY="_obsolete" is correct? To answer the question correctly, I need to know what you want

Re: [PATCH 0/4] Testsuite update

2023-08-11 Thread Jon Turney via Cygwin-apps
On 08/08/2023 19:19, Corinna Vinschen via Cygwin-apps wrote: On Aug 8 17:02, Jon Turney via Cygwin-apps wrote: On 07/08/2023 09:55, Corinna Vinschen wrote: On Aug 4 13:47, Jon Turney wrote: This gets us down to no permanent failures in the testsuite in CI. There is an intermittent failure

Re: cygport cygautoreconf failure with AC_CONFIG_MACRO_DIRS

2023-08-09 Thread Jon Turney via Cygwin-apps
On 08/08/2023 19:40, Brian Inglis via Cygwin-apps wrote: On 2023-08-08 12:14, Jon Turney via Cygwin-apps wrote: On 03/08/2023 17:21, Brian Inglis via Cygwin-apps wrote: Hi folks, Trying to build updated jq package, get cygautoreconf directory creation and existence bugs. [...] Cygport

Re: cygport cygautoreconf failure with AC_CONFIG_MACRO_DIRS

2023-08-08 Thread Jon Turney via Cygwin-apps
On 03/08/2023 17:21, Brian Inglis via Cygwin-apps wrote: Hi folks, Trying to build updated jq package, get cygautoreconf directory creation and existence bugs. [...] Cygport dies processing AC_CONFIG_SUBDIRS([modules/oniguruma]) under two levels of AS_IF (which handle existence of

Re: [PATCH 0/4] Testsuite update

2023-08-08 Thread Jon Turney via Cygwin-apps
On 07/08/2023 09:55, Corinna Vinschen wrote: On Aug 4 13:47, Jon Turney wrote: This gets us down to no permanent failures in the testsuite in CI. There is an intermittent failure in kill01, which I need to do something about before turning on taking notice of the testsuite result in CI

Re: [PATCH rebase] rebase: Add -c, --checksum option

2023-08-08 Thread Jon Turney via Cygwin-apps
On 08/08/2023 11:10, Christian Franke via Cygwin-apps wrote: Last patch for now. Left for later: ReBaseImage64() unconditionally updates the timestamp in the file header. Just for clarity: does this mean that rebasing as it is currently implemented leaves the PE file with an invalid

Re: [PATCH cygport] lib/src_prep.cygpart: Fix incorrect options passed to unzstd in unpack()

2023-08-07 Thread Jon Turney via Cygwin-apps
On 04/08/2023 18:51, ASSI via Cygwin-apps wrote: Jon Turney via Cygwin-apps writes: Do you have an example of a cygport which fails without this fix, so I can add a test for this? Anything with a SRC_URI or PATCH_URI that has .zst suffix but not .tar.zst should suffice. Yes, I had managed

Re: [PATCH cygport] lib/src_prep.cygpart: Fix incorrect options passed to unzstd in unpack()

2023-08-07 Thread Jon Turney via Cygwin-apps
On 04/08/2023 19:39, Yasutaka ATARASHI via Cygwin-apps wrote: ASSI via Cygwin-apps writes: That's true for bunzip2 and gunzip, but not for zstd (where the output file can be independently specified). Ah ha. The attached patch recovers to use the `-o` option for `unzstd`. Thanks. I applied

Re: [Sharing progress] Tried to revive LLVM/Clang/Libc++ pkgs and port Rust

2023-07-30 Thread Jon Turney via Cygwin-apps
On 27/07/2023 07:46, 小さい猫 via Cygwin-apps wrote: Hello. Recently, for my personal needs, I have been trying to tweak and upgrade the following packages: llvm, compiler-rt, libunwind, libcxxabi, libcxx, clang (upgrading version by version from the original 9.0.1, and currently upgraded to

Re: [PATCH cygport] lib/src_prep.cygpart: Fix incorrect options passed to unzstd in unpack()

2023-07-30 Thread Jon Turney via Cygwin-apps
On 29/07/2023 21:55, yak_ex via Cygwin-apps wrote: Hi maintainers, This is my first post here. The attached tiny patch fixes incorrect options passed to unzstd in unpack() in lib/src_prep.cygpart. `unpack()` invokes `unzstd` for a *.zst file as `unzstd -qo file.zst` Then, an error occurs as

Re: [PATCH setup] Keyboard accelerator for keep or skip

2023-07-29 Thread Jon Turney via Cygwin-apps
On 25/04/2023 18:00, Christian Franke via Cygwin-apps wrote: Use case: Easily prevent update of multiple packages in the "Pending" view, in particular useful if "Test" is selected. Sorry for the delay in looking at this. Obviously needed. Please apply.

Re: [ITA] ruby-vte 3.4.3

2023-07-26 Thread Jon Turney via Cygwin-apps
On 25/07/2023 11:08, Daisuke Fujimura via Cygwin-apps wrote: Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-vte Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5650194808 Added, thanks. Upstream: Ruby/vte is removed -

Re: [RFC] parallelizing cygport test

2023-07-25 Thread Jon Turney via Cygwin-apps
On 24/07/2023 16:50, ASSI via Cygwin-apps wrote: ASSI via Cygwin-apps writes: I've recently updated a few packages that do a serious amount of compilation during test and it became painfully obvious that cygtest does not run make with the "-j" option nor does it currently offer an option to

Re: chattr makes cygport slow

2023-07-24 Thread Jon Turney via Cygwin-apps
On 23/07/2023 20:13, ASSI via Cygwin-apps wrote: Jon Turney via Cygwin-apps writes: Ok. I made a cygport 0.36.6 release with this change. Thanks. You haven't tagged that release on GitHub yet it seems. The authoritative upstream is https://cygwin.com/git/cygwin-apps/cygport.git, which

Re: chattr makes cygport slow

2023-07-23 Thread Jon Turney via Cygwin-apps
On 16/07/2023 20:32, ASSI via Cygwin-apps wrote: Jon Turney via Cygwin-apps writes: The warning (error if RESTRICT=case_insensitive) should occur for all commands, not just prep. OK. How about the attached. Looks promising. Ok. I made a cygport 0.36.6 release with this change. Please

Re: [ITA] ruby-goocanvas1 1.2.6

2023-07-23 Thread Jon Turney via Cygwin-apps
On 22/07/2023 16:27, Daisuke Fujimura via Cygwin-apps wrote: Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-goocanvas1 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5581096545 Done. Thanks.

Re: chattr makes cygport slow

2023-07-16 Thread Jon Turney via Cygwin-apps
On 08/07/2023 15:22, ASSI via Cygwin-apps wrote: Jon Turney via Cygwin-apps writes: So, the idea here is that we try to ensure it's on, at least for the working directory. That IMHO should only be done when the working directory is created, but not retroactively applied to an existing workdir

Re: [ITA] ruby-gtk2 3.4.3

2023-07-16 Thread Jon Turney via Cygwin-apps
On 12/07/2023 16:11, Daisuke Fujimura via Cygwin-apps wrote: I don't quite understand what this last line here means? Dead upstream? Ruby/GTK2 has been removed in Ruby/GNOME 3.4.4. - https://github.com/ruby-gnome/ruby-gnome/blob/4.1.8/NEWS.rd#L418 If this is the case, should I continue to

Re: [ITA] ruby-goocanvas2 2.2.0

2023-07-16 Thread Jon Turney via Cygwin-apps
On 15/07/2023 11:54, Daisuke Fujimura via Cygwin-apps wrote: Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-goocanvas2 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5561336490 Upstream: Ruby/goocanvas is removed -

Re: [ITA] ruby-gtk3 4.1.7

2023-07-14 Thread Jon Turney via Cygwin-apps
On 13/07/2023 13:46, Daisuke Fujimura via Cygwin-apps wrote: Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-gtk3 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5538271507 Done, thanks.

Re: [ITA] ruby-gdk3 4.1.7

2023-07-09 Thread Jon Turney via Cygwin-apps
On 09/07/2023 16:02, Daisuke Fujimura via Cygwin-apps wrote: Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-gdk3 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5500418963 Done, thanks.

<    1   2   3   4   5   6   7   8   9   10   >