Re: [ITA} fluidsynth

2023-09-18 Thread Takashi Yano via Cygwin-apps
On Mon, 18 Sep 2023 17:49:45 +0100 Jon Turney wrote: > 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="flu

Re: [ITA] lv2

2023-09-18 Thread Takashi Yano via Cygwin-apps
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 > > > > inherit meson > > > > NAME="lv2" > > VERSION=1.

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

2023-09-18 Thread Brian Inglis via Cygwin-apps
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 of busybox package: If the path of the top build directory contains a symlink and t

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" SUMMARY="SoundF

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" DESCR

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

2023-09-18 Thread Achim Gratz via Cygwin-apps
Am 18.09.2023 um 12:41 schrieb Christian Franke via Cygwin-apps: $ pwd -P /usr/src $ /bin/pwd -L /tmp/source Generally speaking, if you really need to mess with /usr/src (which is a packaged directory, so any Cygwin application can assume it's existence as a directory) you should do that via

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

2023-09-18 Thread Christian Franke via Cygwin-apps
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 of busybox package: If the path of the top build directory contains a symlink and the project's build scripts normalize pathnames, no debug info