cygport 0.36.2-1

2023-04-13 Thread Jon Turney via Cygwin-apps
The following packages have been uploaded to the Cygwin distribution: * cygport-0.36.1-1 cygport is the standard method for building and maintaining packages for the Cygwin distribution. Highlights of this release: Stripping of executables is now parallelized. With many cores, this can

Re: [ANNOUNCEMENT] cygport 0.36.1-1

2023-04-11 Thread Jon Turney via Cygwin-apps
On 11/04/2023 05:14, Marco Atzeri wrote: On 26.03.2023 18:43, Jon Turney wrote: On 11/03/2023 20:15, Marco Atzeri via Cygwin-apps wrote: On 11.03.2023 17:29, Jon Turney via Cygwin wrote: The following packages have been uploaded to the Cygwin distribution: * cygport-0.36.1-1 Hi Jon, I

Re: [PATCH cygport] src_fetch.cygpart: iterate thru mirror lists if downloads fail

2023-04-09 Thread Jon Turney via Cygwin-apps
On 27/03/2023 06:41, Brian Inglis via Cygwin-apps wrote: This patch will allow recently released (especially) GNU mirror downloads to succeed where they currently fail repeatedly (particulary in Scallywag), because (GNU) mirror downloads lack checks for any particular file requested being

Re: [ITP] bzip3 1.3.0

2023-04-09 Thread Jon Turney via Cygwin-apps
On 08/04/2023 07:15, marco atzeri via Cygwin-apps wrote: On Sat, Apr 8, 2023 at 7:53 AM Daisuke Fujimura via Cygwin-apps wrote: Hello, [ITP] A new package proposal: bzip3 - bzip3 - libbzip3_0 - libbzip3-devel GTG for me, but I can not add the pkg to the list so someone else need to do it

Re: Error running setup-x86_64.exe: syntax error in setup.zst

2023-04-07 Thread Jon Turney via Cygwin
On 07/04/2023 02:44, Keith Thompson via Cygwin wrote: Running setup-x86_64.exe on a Windows 10 laptop, I get this error message: https://mirrors.kernel.org/sourceware/cygwin/x86_64/setup.zst line 30182: syntax error, unexpected $undefined, expecting COMMA or NL

Re: [ITP] libhtp 0.5.42

2023-04-04 Thread Jon Turney via Cygwin-apps
On 02/04/2023 15:17, Daisuke Fujimura via Cygwin-apps wrote: Hello, [ITP] A new package proposal: libhtp - libhtp2 - libhtp-devel Thanks! SUMMARY: Security-aware parser for the HTTP protocol HOMEPAGE: https://github.com/OISF/libhtp SRC_URI:

Re: [ITP] fish-doc

2023-04-03 Thread Jon Turney via Cygwin-apps
On 03/04/2023 16:16, Andrew Schulman via Cygwin-apps wrote: In the next release of fish, I'm going to split the package into fish and fish-doc. I can't remember if someone needs to add me to the maintainers list for the new fish-doc package, or if that happens automatically since they're created

Re: [PATCH cygport] lib/src_postinst.cygpart: parallelize __prepstrip

2023-04-02 Thread Jon Turney via Cygwin-apps
On 30/03/2023 21:34, Jon Turney via Cygwin-apps wrote: On 30/03/2023 20:49, Achim Gratz via Cygwin-apps wrote: Jon Turney via Cygwin-apps writes: On 26/03/2023 19:12, Jon Turney via Cygwin-apps wrote: Exchange the while loop using an iffy read construct to a for loop using a temporary file

Re: python2 removal

2023-04-02 Thread Jon Turney via Cygwin-apps
On 02/04/2023 16:47, Jon Turney via Cygwin-apps wrote: On 14/03/2023 19:17, Jon Turney via Cygwin-apps wrote: On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: This has come up in discussion a few times, and is now well overdue, I think. Python 2.7 is the last python2 version, which

Re: python2 removal

2023-04-02 Thread Jon Turney via Cygwin-apps
On 02/04/2023 16:47, Jon Turney via Cygwin-apps wrote: On 14/03/2023 19:17, Jon Turney via Cygwin-apps wrote: On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: This has come up in discussion a few times, and is now well overdue, I think. Python 2.7 is the last python2 version, which

Re: python2 removal

2023-04-02 Thread Jon Turney via Cygwin-apps
On 14/03/2023 19:17, Jon Turney via Cygwin-apps wrote: On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: This has come up in discussion a few times, and is now well overdue, I think. Python 2.7 is the last python2 version, which was sunsetted on January 1, 2020. [...] 3

Re: Reenabled mirror: ftp.fagskolen.gjovik.no

2023-03-31 Thread Jon Turney via Cygwin
On 29/03/2023 12:18, Trond Endrestøl via Cygwin wrote: Hi, We would again like to be a Cygwin mirror. We syncronize our mirror at 5:53am CET/CEST and at 17:53pm CET/CEST using rsync from ftp.cygwin.com::cygwin-ftp. Our mirror is available as: ftp://ftp.fagskolen.gjovik.no/pub/cygwin/

Re: [PATCH cygport] lib/src_postinst.cygpart: parallelize __prepstrip

2023-03-30 Thread Jon Turney via Cygwin-apps
On 30/03/2023 20:49, Achim Gratz via Cygwin-apps wrote: Jon Turney via Cygwin-apps writes: On 26/03/2023 19:12, Jon Turney via Cygwin-apps wrote: -    usr/lib/gcc/*/lib*|usr/lib/gcc/*/*.o) +    usr/lib/gcc/*/*.o) Why this change? It looks like a mistake that I didn't catch

Re: Setup: How to automate source download for packages already installed?

2023-03-27 Thread Jon Turney via Cygwin
On 27/03/2023 21:18, Bill Stewart via Cygwin wrote: On Wed, Mar 4, 2020 at 6:32 AM Jon Turney wrote: If a package is listed for both -x and -P, it is reinstalled, so while not ideal, you might be able to achieve something like what you want with 'setup -I -x "package1,package2,package3" -P

Re: [PATCH cygport] lib/src_postinst.cygpart: parallelize __prepstrip

2023-03-27 Thread Jon Turney via Cygwin-apps
On 26/03/2023 19:12, Jon Turney via Cygwin-apps wrote: -    usr/lib/gcc/*/lib*|usr/lib/gcc/*/*.o) +    usr/lib/gcc/*/*.o) Why this change? +    local nproc=$(nproc) This limit should probably be taken from the --jobs command line parameter, if specified Looking at this a bit

Re: [PATCH cygport] lib/src_postinst.cygpart: parallelize __prepstrip

2023-03-26 Thread Jon Turney via Cygwin-apps
- usr/lib/gcc/*/lib*|usr/lib/gcc/*/*.o) + usr/lib/gcc/*/*.o) Why this change? + local nproc=$(nproc) This limit should probably be taken from the --jobs command line parameter, if specified

Re: [ANNOUNCEMENT] cygport 0.36.1-1

2023-03-26 Thread Jon Turney via Cygwin-apps
On 11/03/2023 20:15, Marco Atzeri via Cygwin-apps wrote: On 11.03.2023 17:29, Jon Turney via Cygwin wrote: The following packages have been uploaded to the Cygwin distribution: * cygport-0.36.1-1 Hi Jon, I was a bit too late... No problem, I can always make more releases! Updating

Re: [PATCH cygport] git.cygclass: Try 'main' if there's no master branch

2023-03-26 Thread Jon Turney via Cygwin-apps
On 23/03/2023 14:07, Ken Brown via Cygwin-apps wrote: Patch attached. Thanks, applied.

Re: ITA xlsx2csv (was Re: python2 removal)

2023-03-22 Thread Jon Turney via Cygwin-apps
On 22/03/2023 07:36, Jari Aalto via Cygwin-apps wrote: On 2023-03-16 18:57, Jon Turney via Cygwin-apps wrote: On 16/03/2023 15:53, Brian Inglis via Cygwin-apps wrote: On 2023-03-16 07:29, Jon Turney wrote: The critical piece of data I'm missing here is which of these is true: a) This package

Re: Fwd: calm: cygwin package report for Ken Brown

2023-03-20 Thread Jon Turney via Cygwin-apps
On 20/03/2023 22:17, Ken Brown via Cygwin-apps wrote: It looks like my plan for having scallywag deploy all the TeX Live packages won't work (see below).  calm would have to be more permissive and allow deploying a package that requires something that will be provided by a future package. In

Re: How to avoid tying up scallywag

2023-03-20 Thread Jon Turney via Cygwin-apps
On 19/03/2023 23:04, Ken Brown via Cygwin-apps wrote: Jon, I'll be ready to go with TeX Live 2023 in a couple days.  That involves about 60 packages.  If I push them all at once, I'm afraid that would tie up scallywag and make it unusable by others.  I was thinking of pushing them in batches

Re: ITA xlsx2csv (was Re: python2 removal)

2023-03-16 Thread Jon Turney via Cygwin-apps
On 16/03/2023 15:53, Brian Inglis via Cygwin-apps wrote: On 2023-03-16 07:29, Jon Turney wrote: The critical piece of data I'm missing here is which of these is true: a) This package contains a script with a python shebang. The current version doesn't work when python is python3, so an

ITA (was Re: python2 removal)

2023-03-16 Thread Jon Turney via Cygwin-apps
On 15/03/2023 12:56, Brian Inglis via Cygwin-apps wrote: On 2023-03-14 13:17, Jon Turney via Cygwin-apps wrote: On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: This has come up in discussion a few times, and is now well overdue, I think. Python 2.7 is the last python2 version, which

Re: python2 removal

2023-03-14 Thread Jon Turney via Cygwin-apps
On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: This has come up in discussion a few times, and is now well overdue, I think. Python 2.7 is the last python2 version, which was sunsetted on January 1, 2020. [...] 3) There might also still be some other packages lurking which just

Re: python2 removal

2023-03-14 Thread Jon Turney via Cygwin-apps
On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: 4) With that done, one would hope we could just expire all packages as with names matching: python27 python27-* (127 of) python2-* python-* But there may be some cases not caught in step 2), where - the package is not a python module

Re: service interruption :-(

2023-03-13 Thread Jon Turney via Cygwin-apps
On 13/03/2023 10:30, marco atzeri via Cygwin-apps wrote: Hi Guys, just to inform you that my old laptop is seriously considering to retire itself ; it froze several time this early morning. I will need to buy and configure a new laptop before being fully operative again. Sorry to hear that.

Re: disk space limit of scallywag ?

2023-03-13 Thread Jon Turney via Cygwin-apps
On 12/03/2023 22:27, Marco Atzeri via Cygwin-apps wrote: Hi Jon, will be possible to pass the token notest to the sub-command rerun ? For the time being I used SCALLYWEG="notest" Yes, e.g. 'jobs rerun --token notest 5594' Unfortunately, this can run into well known ssh quotation difficulties

Re: disk space limit of scallywag ?

2023-03-12 Thread Jon Turney via Cygwin-apps
On 12/03/2023 20:33, Marco Atzeri via Cygwin-apps wrote: On 12.03.2023 18:39, Jon Turney wrote: On 12/03/2023 17:08, Marco Atzeri via Cygwin-apps wrote: Hi Jon, what is the current disk space limit of scallywag ? jobs 5594

Re: disk space limit of scallywag ?

2023-03-12 Thread Jon Turney via Cygwin-apps
On 12/03/2023 17:08, Marco Atzeri via Cygwin-apps wrote: Hi Jon, what is the current disk space limit of scallywag ? jobs 5594 https://github.com/cygwin/scallywag/actions/runs/4397354263/jobs/7700519955 .. scallywag: staging/cmake/vim-cmake/vim-cmake-3.23.2-2.hint scallywag:

[ANNOUNCEMENT] cygport 0.36.1-1

2023-03-11 Thread Jon Turney via Cygwin
The following packages have been uploaded to the Cygwin distribution: * cygport-0.36.1-1 cygport is the standard method for building and maintaining packages for the Cygwin distribution. Highlights of this release: cygport now warns if building on a case-insensitive filesystem. Add a new

Re: [ANNOUNCEMENT] Updated: gdal-3.6.2-1

2023-03-10 Thread Jon Turney via Cygwin
On 06/03/2023 08:46, Marco Atzeri via Cygwin-announce via Cygwin wrote: Version 3.6.2-1 of    gdal    libgdal-devel    libgdal32    (API bump)    python-gdal have been uploaded for cygwin. Can you rename this to python3-gdal when you next update this? (This seems to be unique in

Re: next python

2023-03-08 Thread Jon Turney via Cygwin-apps
On 07/03/2023 04:44, Marco Atzeri via Cygwin-apps wrote: Hi Guys, I was looking to start packing 3.10.X but I noticed that 3.11.2 is already out. Should I skip 3.10 and go directly to 3.11 ? I think that's probably the right thing to do. It takes us a long while to find the maintainer time

Re: Application to be added to the mirror list of Cygwin from Zhejiang University Mirror Site

2023-03-07 Thread Jon Turney via Cygwin
On 06/03/2023 04:13, ZJU Mirror via Cygwin wrote: Hi, Cygwin Maintainers We are the mirror maintainers from Zhejiang University, officially supported by the Information Technology Center in our school. We hope to be added to the mirror list of Cygwin. Here are some basic information about us:

Re: python2 removal

2023-03-07 Thread Jon Turney via Cygwin-apps
On 16/01/2023 12:49, Jon Turney via Cygwin-apps wrote: On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: [...] Python 2.7 is the last python2 version, which was sunsetted on January 1, 2020. [...] 2) Looking for packages whose names don't start with 'python', but where the current

[ANNOUNCEMENT] Updated: setup (2.925)

2023-03-05 Thread Jon Turney via Cygwin
A new version of Setup (2.925) has been uploaded to: https://cygwin.com/setup-x86_64.exe (64 bit version) https://cygwin.com/setup-x86.exe (32 bit version) Changes compared to 2.924: - Show a deprecation warning for Windows 6.1 and 6.2 Show a warning if we're running on a Windows

Re: Cygwin Mirror

2023-03-01 Thread Jon Turney via Cygwin
On 01/03/2023 06:53, Emmanuel Marquez via Cygwin wrote: Dear Sir/Madam, I hope this email finds you well. Our organization is currently hosting a Cygwin distribution, and we would like to request to be added to the mirror list for Cygwin. Kindly provide us with the necessary steps and

Re: python2 removal

2023-02-27 Thread Jon Turney via Cygwin-apps
On 27/02/2023 08:35, Pavel Fedin wrote: Hello! Sorry for a huge delay, i forgot. Unfortunately at the moment i am not using Cygwin intensively; and i am not dealing with RPMs. I thought about having a look at a possibility to update the package, but it's very low on my priority list.

Re: python2 removal

2023-02-26 Thread Jon Turney via Cygwin-apps
On 25/02/2023 16:51, Adam Dinwoodie via Cygwin-apps wrote: On Sat, 25 Feb 2023 at 16:23, Jon Turney via Cygwin-apps wrote: On 16/01/2023 12:49, Jon Turney via Cygwin-apps wrote: On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: [...] Python 2.7 is the last python2 version, which

Re: [PATCH cygport] texlive.cygclass: remove references to i386-cygwin

2023-02-26 Thread Jon Turney via Cygwin-apps
On 24/02/2023 21:10, Ken Brown via Cygwin-apps wrote: Patch attached. Thanks. Applied.

Re: python2 removal

2023-02-25 Thread Jon Turney via Cygwin-apps
On 16/01/2023 12:49, Jon Turney via Cygwin-apps wrote: On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: [...] Python 2.7 is the last python2 version, which was sunsetted on January 1, 2020. [...] 2) Looking for packages whose names don't start with 'python', but where the current

Re: python2 removal

2023-02-25 Thread Jon Turney via Cygwin-apps
On 16/01/2023 12:49, Jon Turney via Cygwin-apps wrote: On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: [...] Python 2.7 is the last python2 version, which was sunsetted on January 1, 2020. [...] 2) Looking for packages whose names don't start with 'python', but where the current

Re: python2 removal

2023-02-25 Thread Jon Turney via Cygwin-apps
On 16/01/2023 12:49, Jon Turney via Cygwin-apps wrote: On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: [...] Python 2.7 is the last python2 version, which was sunsetted on January 1, 2020. [...] 2) Looking for packages whose names don't start with 'python', but where the current

[ANNOUNCEMENT] net-snmp-5.9.3-1

2023-02-24 Thread Jon Turney via Cygwin
DESCRIPTION: Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP

Re: [ITP] openh264 (2.3.1)

2023-02-23 Thread Jon Turney via Cygwin-apps
On 22/02/2023 03:33, Takashi Yano via Cygwin-apps wrote: On Tue, 21 Feb 2023 14:11:46 + Jon Turney wrote: On 20/02/2023 08:55, Takashi Yano via Cygwin-apps wrote: On Sun, 19 Feb 2023 15:37:47 + Jon Turney wrote: [...]>> * I don't think you should need: # Install

Re: [ANNOUNCEMENT] gdb 12.1-1 (TEST)

2023-02-21 Thread Jon Turney via Cygwin
On 19/05/2022 17:05, Jon Turney wrote: The following package has been updated in the Cygwin distribution: * gdb-12.1-1 The GNU debugger allows you to debug programs written in C, C++, and other languages, by executing them in a controlled fashion and printing their data. This is an update

[ANNOUNCEMENT] gdb 13.1-1 (TEST)

2023-02-21 Thread Jon Turney via Cygwin
The following package has been updated in the Cygwin distribution: * gdb-13.1-1 The GNU debugger allows you to debug programs written in C, C++, and other languages, by executing them in a controlled fashion and printing their data. This is an update to the latest upstream version:

Re: [ITP] openh264 (2.3.1)

2023-02-21 Thread Jon Turney via Cygwin-apps
On 20/02/2023 08:55, Takashi Yano via Cygwin-apps wrote: On Sun, 19 Feb 2023 15:37:47 + Jon Turney wrote: [...]>> * I don't think you should need: # Install postinstall/preremove scripts mkdir -p ${D}/etc/postinstall ${D}/etc/preremove cp

Re: [ITP] openh264 (2.3.1)

2023-02-20 Thread Jon Turney via Cygwin-apps
On 17/02/2023 08:49, Takashi Yano via Cygwin-apps wrote: On Thu, 16 Feb 2023 19:24:24 + Jon Turney wrote: On 14/02/2023 21:21, Takashi Yano via Cygwin-apps wrote: On Tue, 14 Feb 2023 17:41:16 +0100 ASSI wrote: Takashi Yano via Cygwin-apps writes: Thanks for the advice. I have revised the

Re: git repositories for cygwin packaging - please test

2023-02-18 Thread Jon Turney via Cygwin-apps
On 18/02/2023 17:43, Ken Brown via Cygwin-apps wrote: On 2/18/2023 11:21 AM, Jon Turney via Cygwin-apps wrote: You can now interact with your build jobs in some ways which require authentication using ... Thanks! Currently, available sub-commands are: cancel (request termination

Re: git repositories for cygwin packaging - please test

2023-02-18 Thread Jon Turney via Cygwin-apps
On 05/07/2022 14:12, Jon Turney wrote: On 22/06/2021 20:52, Jon Turney wrote: On 09/05/2021 15:39, Jon Turney wrote: On 23/08/2020 22:01, Jon Turney wrote: On 27/05/2020 23:27, Jon Turney wrote: On 04/08/2019 21:08, Jon Turney wrote: To remedy this lack, using the same ssh key you use for

Re: python26 remnants

2023-02-18 Thread Jon Turney via Cygwin-apps
On 12/01/2023 16:53, Jon Turney via Cygwin-apps wrote: Preparatory to removal of python27, the final python2 version, I've been cleaning up the last remnants of python26. There are still some old (pre-2012) packages which install files into /usr/lib/python2.6/site-packages/, I removed

Re: Possible "stage" token for SCALLYWAG builds

2023-02-16 Thread Jon Turney via Cygwin-apps
On 15/02/2023 21:48, Ken Brown via Cygwin-apps wrote: Jon, When building TeX Live (once a year), I have to build texlive, asymptote, and all the texlive-collection-* packages.  I currently can't use SCALLYWAG to do the builds because these packages need to all be deployed at once.  So I have

Re: [ITP] openh264 (2.3.1)

2023-02-16 Thread Jon Turney via Cygwin-apps
On 14/02/2023 21:21, Takashi Yano via Cygwin-apps wrote: On Tue, 14 Feb 2023 17:41:16 +0100 ASSI wrote: Takashi Yano via Cygwin-apps writes: Thanks for the advice. I have revised the cygport file. You are getting the file and the hash from the same unprotected source. I was thinking you

Re: [ITP] italic-man

2023-02-16 Thread Jon Turney via Cygwin-apps
On 21/01/2023 17:04, Thomas Wolff via Cygwin-apps wrote: italic-man installs two scripts and hooks them into the workflow of the 'man' command so that the italic attribute of manual pages is actually displayed as italics in terminals that support it. cygport file attached Thanks very much

Re: List [ITP],[ITA] by me

2023-02-16 Thread Jon Turney via Cygwin-apps
On 14/02/2023 13:33, Takashi Yano via Cygwin-apps wrote: On Mon, 13 Feb 2023 18:02:27 + Jon Turney wrote: On 06/02/2023 12:21, Takashi Yano via Cygwin-apps wrote: On Sun, 5 Feb 2023 16:33:45 + Jon Turney wrote: On 05/02/2023 08:40, Takashi Yano via Cygwin-apps wrote: [ITP] [...]

Re: [ITA] (was [ITP] fdk-aac-free (2.0.0))

2023-02-16 Thread Jon Turney via Cygwin-apps
On 14/02/2023 09:11, Takashi Yano via Cygwin-apps wrote: On Mon, 13 Feb 2023 18:02:11 + Jon Turney wrote: On 13/02/2023 10:43, Takashi Yano via Cygwin-apps wrote: CYGCONF_ARGS="--disable-silent-rules --disable-static" Is '--disable-silent-rules' necessary to build successfully?

Re: [ITP] moc (2.6.r3005)

2023-02-16 Thread Jon Turney via Cygwin-apps
On 14/02/2023 09:11, Takashi Yano via Cygwin-apps wrote: On Mon, 13 Feb 2023 18:25:43 + Jon Turney wrote: On 09/02/2023 12:54, Takashi Yano via Cygwin-apps wrote: NAME="moc" VERSION=2.6.r3005 RELEASE=1 [...] SVN_URI="svn://svn.daper.net/moc/trunk" SVN_REV="3005" inherit svn You could

Re: [ITP] AMF (1.4.29)

2023-02-16 Thread Jon Turney via Cygwin-apps
On 14/02/2023 09:11, Takashi Yano via Cygwin-apps wrote: On Mon, 13 Feb 2023 18:05:44 + Jon Turney wrote: On 06/02/2023 12:22, Takashi Yano via Cygwin-apps wrote: On Sun, 5 Feb 2023 16:34:19 + Jon Turney wrote: On 05/02/2023 08:38, Takashi Yano via Cygwin-apps wrote: I would like to

Re: [ITP] ffmpeg (5.1.2)

2023-02-16 Thread Jon Turney via Cygwin-apps
On 14/02/2023 09:11, Takashi Yano via Cygwin-apps wrote: On Mon, 13 Feb 2023 18:28:37 + Jon Turney wrote: On 06/02/2023 13:53, Takashi Yano via Cygwin-apps wrote: if [ ${all_codecs} = "yes" ] then cat <<_EOF_ > ffmpeg-wchar.patch --- origsrc/ffmpeg-5.1.2/libavcodec/mf_utils.h

Re: [ITP] openh264 (2.3.1)

2023-02-13 Thread Jon Turney via Cygwin-apps
On 10/02/2023 05:25, Takashi Yano via Cygwin-apps wrote: Ah, I see. Fedora's ffmpeg source package includes https://src.fedoraproject.org/repo/pkgs/ffmpeg/ffmpeg-dlopen-headers.tar.xz wihch has wels/*.h. You meant this can be used. Jon, should we include these headers as a part of ffmpeg

Re: Status update (Re: List [ITP],[ITA] by me)

2023-02-13 Thread Jon Turney via Cygwin-apps
On 13/02/2023 10:47, Takashi Yano via Cygwin-apps wrote: I've posted some specific comments on some of these. Please double-check that packages which contain a soversioned library include that in the package name (for reasons touched on in [1]). If you'd like me to review any of these again,

Re: [ITP] ffmpeg (5.1.2)

2023-02-13 Thread Jon Turney via Cygwin-apps
On 06/02/2023 13:53, Takashi Yano via Cygwin-apps wrote: if [ ${all_codecs} = "yes" ] then cat <<_EOF_ > ffmpeg-wchar.patch --- origsrc/ffmpeg-5.1.2/libavcodec/mf_utils.h 2022-07-23 02:58:39.0 +0900 +++ src/ffmpeg-5.1.2/libavcodec/mf_utils.h 2023-01-26 12:33:12.745550400

Re: [ITP] moc (2.6.r3005)

2023-02-13 Thread Jon Turney via Cygwin-apps
On 09/02/2023 12:54, Takashi Yano via Cygwin-apps wrote: NAME="moc" VERSION=2.6.r3005 RELEASE=1 [...] SVN_URI="svn://svn.daper.net/moc/trunk" SVN_REV="3005" inherit svn You could (and probably should) write this as SVN_REV=${VERSION##*.r} so you don't have to remember to update it in both

Re: [ITP] AMF (1.4.29)

2023-02-13 Thread Jon Turney via Cygwin-apps
On 06/02/2023 12:22, Takashi Yano via Cygwin-apps wrote: On Sun, 5 Feb 2023 16:34:19 + Jon Turney wrote: On 05/02/2023 08:38, Takashi Yano via Cygwin-apps wrote: I would like to propose new package AMF, which is codec-headers for AMD GPUs. This is needed by ffmpeg package I had proposed,

Re: List [ITP],[ITA] by me

2023-02-13 Thread Jon Turney via Cygwin-apps
On 06/02/2023 12:21, Takashi Yano via Cygwin-apps wrote: On Sun, 5 Feb 2023 16:33:45 + Jon Turney wrote: On 05/02/2023 08:40, Takashi Yano via Cygwin-apps wrote: The list of ITPs and ITAs I recently proposed, is as follows. Sorry, there are so many, but thank you in advance. No problem.

Re: [ITA] (was [ITP] fdk-aac-free (2.0.0))

2023-02-13 Thread Jon Turney via Cygwin-apps
On 13/02/2023 10:43, Takashi Yano via Cygwin-apps wrote: CYGCONF_ARGS="--disable-silent-rules --disable-static" Is '--disable-silent-rules' necessary to build successfully? Otherwise, I don't see why it might be here. Approved.

Re: Cygwin x86 end-of-life instructions worked really well

2023-02-12 Thread Jon Turney via Cygwin
On 10/02/2023 17:27, Fergus Daly via Cygwin wrote: Just to say: the instructions at https://cygwin.com/pipermail/cygwin-announce/2022-November/010810.html work really well. You're welcome. I used the following single command at the Command Prompt: "setup-x86-2.924.exe

Re: Curious setup behavior?

2023-02-12 Thread Jon Turney via Cygwin
On 02/02/2023 19:46, Jim Garrison via Cygwin wrote: 1) Launch setup-x86_64 and go as far as the "Pending" list (assuming    there are pending packages to be updated).  Note "Best" is selected. 2) Then click "Back" to get to the mirror selection page 3) Click "Next" again. Now it says there

Re: Setup reinstall incomplete script does nothing

2023-02-06 Thread Jon Turney via Cygwin
On 02/02/2023 22:42, Brian Inglis via Cygwin wrote: Hi folks, Using previously posted reinstall incomplete packages script as a number of my packages are now flagged Incomplete. The script now seems to do nothing to any package as setup comes up with a blank list of packages. Also tried a

Re: [ITP] openh264 (2.3.1)

2023-02-05 Thread Jon Turney via Cygwin-apps
On 05/02/2023 08:37, Takashi Yano via Cygwin-apps wrote: I would like to propose new package openh264, which is a H264 video codec library. This is needed by ffmpeg package I had proposed, and also provided for ffmpeg-free package in fedora. I already prepared the package at the following

Re: [ITP] moc (2.6.r3005)

2023-02-05 Thread Jon Turney via Cygwin-apps
On 20/01/2023 10:36, Takashi Yano via Cygwin-apps wrote: I would like to propose a new package named MOC (Music On Console), which is a ncurses based music player. MOC is ported to many Linux distributions which is easy to use and powerfull. http://moc.daper.net/about I have already prepared

Re: [ITP] mfx_dispatch (1.35.1)

2023-02-05 Thread Jon Turney via Cygwin-apps
On 05/02/2023 08:39, Takashi Yano via Cygwin-apps wrote: I would like to propose new package mfx_dispatch, which is dev package for codecs using Intel GPUs. This is needed by ffmpeg package I had proposed, and is an alternative to libmfx package provided for ffmpeg-free package in fedora. Do

Re: [ITP] libopusenc (0.2.1)

2023-02-05 Thread Jon Turney via Cygwin-apps
On 20/01/2023 10:35, Takashi Yano via Cygwin-apps wrote: I would like to propose new package libopusenc which provides encoder library for OPUS because this new package is needed to build the new version of opus-tools package, which I have proposed ITA in another post. Please find the new

Re: [ITP] fdk-aac-free (2.0.0)

2023-02-05 Thread Jon Turney via Cygwin-apps
On 05/02/2023 08:38, Takashi Yano via Cygwin-apps wrote: I would like to propose new package fdk-aac-free, which is a AAC audio codec library. This is a free version of FDK-AAD, and is needed by ffmpeg package I had proposed. This is also provided for ffmpeg-free package in fedora. I already

Re: [ITP] aom (3.5.0)

2023-02-05 Thread Jon Turney via Cygwin-apps
On 05/02/2023 08:39, Takashi Yano via Cygwin-apps wrote: I would like to propose new package aom, which is a AV1 video codec library. This is needed by ffmpeg package I had proposed, and also provided for ffmpeg-free package in fedora. I already prepared the package at the following location.

Re: [ITA] pulseaudio (16.1)

2023-02-05 Thread Jon Turney via Cygwin-apps
On 05/02/2023 08:37, Takashi Yano via Cygwin-apps wrote: I would like to take over the maintenance of pulseaudio package which is currently orphanded. I have already prepared the updated package at: https://tyan0.yr32.net/cygwin/x86_64/release/pulseaudio/ src_compile() { cd ${S}

Re: [ITP] AMF (1.4.29)

2023-02-05 Thread Jon Turney via Cygwin-apps
On 05/02/2023 08:38, Takashi Yano via Cygwin-apps wrote: I would like to propose new package AMF, which is codec-headers for AMD GPUs. This is needed by ffmpeg package I had proposed, and also provided for ffmpeg-free package in fedora. I already prepared the package at the following location.

Re: List [ITP],[ITA] by me

2023-02-05 Thread Jon Turney via Cygwin-apps
On 05/02/2023 08:40, Takashi Yano via Cygwin-apps wrote: The list of ITPs and ITAs I recently proposed, is as follows. Sorry, there are so many, but thank you in advance. No problem. I'll try to give them all the attention they deserve. [ITP] AMF: for ffmpeg (new) aom: for ffmpeg (new)

Re: [ITP] ffmpeg (5.1.2)

2023-02-04 Thread Jon Turney via Cygwin-apps
On 24/01/2023 03:28, Takashi Yano via Cygwin-apps wrote: Thanks! For a long time, ffmpeg was not included in Fedora, due to concerns about codec patents, but those issues seem to have been resolved. Can you please investigate what configuration is used in Fedora, and what the effects of

Re: [PATCH setup] Add tooltip for Ctrl+I/R/U accelerator keys

2023-02-02 Thread Jon Turney via Cygwin-apps
On 22/11/2022 16:00, Christian Franke wrote: This is a first try to make these keys more obvious as requested on the Cygwin ML. A more complex approach would be to mention only the keys which actually would change the current package state. Thanks for this patch. So, I appreciate what this

Re: [Bug] setup regression #2

2023-02-02 Thread Jon Turney via Cygwin-apps
On 20/11/2022 17:16, Jon Turney wrote: On 13/11/2022 12:47, Achim Gratz wrote: The problem is actually a more knotty than you seem to think: prominently ca-certificates and man-db get their knickers in a twist when the group during post-install is different from the group of the installed files

setup 2.925 release candidate - please test

2023-02-02 Thread Jon Turney via Cygwin
A new setup release candidate is available at: https://cygwin.com/setup/setup-2.925.x86_64.exe (64 bit version) https://cygwin.com/setup/setup-2.925.x86.exe(32 bit version) Please test, and report any problems here. This is not the place for setup feature requests. Changes compared

[ANNOUNCEMENT] upcoming network outage 2023-01-31

2023-01-29 Thread Jon Turney via Cygwin
We've received word from our data centre hosts that they will have a network infrastructure outage 2023-01-31 (this coming Tuesday), 8am-12am-ish EST (UTC-5). cygwin.com web and git will be unavailable during this outage. The Cygwin setup program should continue to function (as if it can't

Re: [ITA] SDL2 (2.26.2)

2023-01-28 Thread Jon Turney via Cygwin-apps
On 22/01/2023 12:05, Takashi Yano via Cygwin-apps wrote: On Sat, 21 Jan 2023 14:58:55 + Jon Turney wrote: You've made some changes in the configuration here (switching from enabling pulseaudio to oss) I think you've also dropped the winmm patch. I don't understand enough to evaluate the

Re: python-gi

2023-01-25 Thread Jon Turney via Cygwin-apps
On 24/01/2023 12:32, Marco Atzeri via Cygwin-apps wrote: On 23.01.2023 15:00, Jon Turney wrote: Hi Marco, It seems that the python-gi-devel package stopped providing the pygobject-3.0.pc pkgconfig file in 3.36.1-1 (when upstream dropped the autotools build system). Unfortunately, some

Re: SV: octave doesn't work any longer with qt graphics toolkit

2023-01-24 Thread Jon Turney via Cygwin
On 24/01/2023 11:50, Marco Atzeri via Cygwin wrote: On 17.01.2023 12:29, Wyser Klaus wrote: Hej Marco--- Thanks for your reply. I tried to send the cygcheck output to the Cygwin mailing list last week, but the file was too big (2M) and the post was rejected. I therefore put the file on a

python-gi

2023-01-23 Thread Jon Turney via Cygwin-apps
Hi Marco, It seems that the python-gi-devel package stopped providing the pygobject-3.0.pc pkgconfig file in 3.36.1-1 (when upstream dropped the autotools build system). Unfortunately, some packages require that at build time (including some I want to rebuild to drop python2 dependencies)

[ANNOUNCEMENT] cygport 0.36.0-1

2023-01-22 Thread Jon Turney via Cygwin
The following packages have been uploaded to the Cygwin distribution: * cygport-0.36.0-1 cygport is the standard method for building and maintaining packages for the Cygwin distribution. Highlights of this release: * Error on attempts to build python2 packages with the

Re: untest failing with TypeError: add_packages() got an unexpected keyword argument 'trustedMaint'

2023-01-22 Thread Jon Turney via Cygwin-apps
On 22/01/2023 06:34, Brian Inglis via Cygwin-apps wrote: On 2023-01-21 16:57, Brian Inglis via Cygwin-apps wrote: $ ssh cygwin untest dash-0.5.12-1 Traceback (most recent call last):    File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec)    File

[GOLDSTAR] Re: [ITA] libsndfile (1.2.0)

2023-01-21 Thread Jon Turney via Cygwin-apps
On 21/01/2023 14:59, Jon Turney via Cygwin-apps wrote: On 21/01/2023 00:20, Takashi Yano via Cygwin-apps wrote: On Fri, 20 Jan 2023 16:40:18 -0700 Brian Inglis wrote: On 2023-01-20 16:22, Takashi Yano via Cygwin-apps wrote: Do you mean, keep libsndfile1 and delete libsndfile, or vice versa

Re: [ITA] libsndfile (1.2.0)

2023-01-21 Thread Jon Turney via Cygwin-apps
On 21/01/2023 00:20, Takashi Yano via Cygwin-apps wrote: On Fri, 20 Jan 2023 16:40:18 -0700 Brian Inglis wrote: On 2023-01-20 16:22, Takashi Yano via Cygwin-apps wrote: Do you mean, keep libsndfile1 and delete libsndfile, or vice versa? Presumably means to remove libsndfile from PKG_NAMES as

Re: [ITA] SDL2 (2.26.2)

2023-01-21 Thread Jon Turney via Cygwin-apps
On 20/01/2023 10:35, Takashi Yano via Cygwin-apps wrote: I would like to take over the maintenance of SDL2 package which is currently orphanded. I have already prepared the updated package at: https://tyan0.yr32.net/cygwin/x86_64/release/SDL2/ You've made some changes in the configuration

Re: [ITA] mpg123 (1.31.1)

2023-01-21 Thread Jon Turney via Cygwin-apps
On 20/01/2023 10:34, Takashi Yano via Cygwin-apps wrote: I would like to take over the maintenance of mpg123 package which is currently orphanded. I have already prepared the updated package at: https://tyan0.yr32.net/cygwin/x86_64/release/mpg123/ Looks good, apart from: LICENSE="LGPL v2.1"

Re: compiling issue

2023-01-21 Thread Jon Turney via Cygwin
On 21/01/2023 07:47, Arrigo Marchiori via Cygwin wrote: On Fri, Jan 20, 2023 at 09:19:49PM -0800, Nathan via Cygwin wrote: The file here for a game I wanted to use is http://www.ifarchive.org/if-archive/games/source/Adventure2.5.tar.gz and it all compiled but one file getting the error is

Re: [ITP] ffmpeg (5.1.2)

2023-01-20 Thread Jon Turney via Cygwin-apps
On 20/01/2023 10:35, Takashi Yano via Cygwin-apps wrote: I would like to propose new package ffmpeg which is well known audio/video tool. ffmpeg is ported to many linux distributions and other unix like systems as well as widows. Since there is windows build, the demand of cygwin port might be

Re: [ITA] libsndfile (1.2.0)

2023-01-20 Thread Jon Turney via Cygwin-apps
On 20/01/2023 15:20, Takashi Yano via Cygwin-apps wrote: On Fri, 20 Jan 2023 16:00:45 +0100 Thomas Wolff wrote: Am 20.01.2023 um 11:34 schrieb Takashi Yano via Cygwin-apps: I would like to take over the maintenance of libsndfile package which is currently orphanded. I have already prepared the

Re: Version string of package

2023-01-18 Thread Jon Turney via Cygwin-apps
On 17/01/2023 23:59, Adam Dinwoodie wrote: On Fri, Jan 13, 2023 at 01:22:44PM +, Jon Turney via Cygwin-apps wrote: [1] https://cygwin.com/packaging-package-files.html I just spotted [0] in the Cygport documentation, and was reminded of this conversation. According to that, the version

Re: Cygwin 3.4.3 and 3.5.0... hangs in make, top, procps, ls /proc/PID/...

2023-01-16 Thread Jon Turney via Cygwin
On 10/01/2023 00:00, Brian Inglis via Cygwin wrote: On Mon, 9 Jan 2023 14:36:44 +0100, Corinna Vinschen wrote:> On Dec 29 21:59, Brian Inglis via Cygwin wrote: I got some hangs (deadlock?) between (parallel?) make jobs, top, procps, and even ls /proc/*/ when trying to cygport all check curl or

Re: python2 removal

2023-01-16 Thread Jon Turney via Cygwin-apps
On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: [...] Python 2.7 is the last python2 version, which was sunsetted on January 1, 2020. [...] 2) Looking for packages whose names don't start with 'python', but where the current version installs something into /usr/lib/python2.7/site

Re: python2 removal

2023-01-16 Thread Jon Turney via Cygwin-apps
On 15/01/2023 19:31, Ken Brown via Cygwin-apps wrote: On 1/15/2023 7:52 AM, Jon Turney via Cygwin-apps wrote: bzr-fastimport  python-fastimport  Ken Brown I'm not interested in maintaining these any longer.  If no one else wants to take over, they could just be removed from the distro

<    1   2   3   4   5   6   >