public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] lz4
@ 2022-10-22 20:59 Chad Dougherty
  2022-10-23 17:31 ` Adam Dinwoodie
  0 siblings, 1 reply; 5+ messages in thread
From: Chad Dougherty @ 2022-10-22 20:59 UTC (permalink / raw)
  To: cygwin-apps

I'd like to adopt the lz4 library that is currently listed as orphaned.

I've updated the cygport to the current version, 1.9.4:
https://github.com/crd477/lz4-cygport

Is it acceptable for me to put these updates into the cygwin git repository?

Also, is it expected that I should also take the 
mingw64-{i686,x86_64}-lz4 packages too?

Thanks...

-- 
     -Chad

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITA] lz4
  2022-10-22 20:59 [ITA] lz4 Chad Dougherty
@ 2022-10-23 17:31 ` Adam Dinwoodie
  2022-10-24  0:39   ` Chad Dougherty
  0 siblings, 1 reply; 5+ messages in thread
From: Adam Dinwoodie @ 2022-10-23 17:31 UTC (permalink / raw)
  To: cygwin-apps

On Sat, 22 Oct 2022 at 21:59, Chad Dougherty wrote:
> I'd like to adopt the lz4 library that is currently listed as orphaned.
>
> I've updated the cygport to the current version, 1.9.4:
> https://github.com/crd477/lz4-cygport

I've not tested the actual compilation, but I have done some test
builds, and this all looks good to me!

> Is it acceptable for me to put these updates into the cygwin git repository?

Once you're listed as a maintainer, yes; up until then, you won't have
permission to write to that repository.

> Also, is it expected that I should also take the
> mingw64-{i686,x86_64}-lz4 packages too?

AIUI that's preferred but not required; they're separate packages, so
it's entirely possible for them to have separate maintainers.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITA] lz4
  2022-10-23 17:31 ` Adam Dinwoodie
@ 2022-10-24  0:39   ` Chad Dougherty
  2022-10-30 14:26     ` Jon Turney
  0 siblings, 1 reply; 5+ messages in thread
From: Chad Dougherty @ 2022-10-24  0:39 UTC (permalink / raw)
  To: Adam Dinwoodie, cygwin-apps

On 2022-10-23 13:31, Adam Dinwoodie wrote:
> On Sat, 22 Oct 2022 at 21:59, Chad Dougherty wrote:
>> I'd like to adopt the lz4 library that is currently listed as orphaned.
>>
>> I've updated the cygport to the current version, 1.9.4:
>> https://github.com/crd477/lz4-cygport
> 
> I've not tested the actual compilation, but I have done some test
> builds, and this all looks good to me!
> 

Great!

>> Is it acceptable for me to put these updates into the cygwin git repository?
> 
> Once you're listed as a maintainer, yes; up until then, you won't have
> permission to write to that repository.
> 

I see.  I didn't appreciate that maintainership was also factored into 
the authorization process but it makes sense.  Jon mentioned this in the 
passwdqc thread as well.

>> Also, is it expected that I should also take the
>> mingw64-{i686,x86_64}-lz4 packages too?
> 
> AIUI that's preferred but not required; they're separate packages, so
> it's entirely possible for them to have separate maintainers.

OK, I updated them here:
https://github.com/crd477/mingw64-x86_64-lz4-cygport
https://github.com/crd477/mingw64-i686-lz4-cygport

I've had less experience with cross-compiling but I think they're 
correct nevertheless.

Thanks, and take care...

-- 
     -Chad


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITA] lz4
  2022-10-24  0:39   ` Chad Dougherty
@ 2022-10-30 14:26     ` Jon Turney
  2022-10-30 16:55       ` Chad Dougherty
  0 siblings, 1 reply; 5+ messages in thread
From: Jon Turney @ 2022-10-30 14:26 UTC (permalink / raw)
  To: Chad Dougherty, cygwin-apps

On 24/10/2022 01:39, Chad Dougherty wrote:
> On 2022-10-23 13:31, Adam Dinwoodie wrote:
>> On Sat, 22 Oct 2022 at 21:59, Chad Dougherty wrote:
>>> I'd like to adopt the lz4 library that is currently listed as orphaned.
>>>
>>> I've updated the cygport to the current version, 1.9.4:
>>> https://github.com/crd477/lz4-cygport
>>
>> I've not tested the actual compilation, but I have done some test
>> builds, and this all looks good to me!
>>
> 
> Great!

Looks like 'doc/lz4_manual.html' is created in the source directory by 
the build.

That should be listed in DIFF_EXCLUDES, and maybe installed to be 
included in the devel package?

>>> Also, is it expected that I should also take the
>>> mingw64-{i686,x86_64}-lz4 packages too?
>>
>> AIUI that's preferred but not required; they're separate packages, so
>> it's entirely possible for them to have separate maintainers.
> 
> OK, I updated them here:
> https://github.com/crd477/mingw64-x86_64-lz4-cygport
> https://github.com/crd477/mingw64-i686-lz4-cygport
> 
> I've had less experience with cross-compiling but I think they're 
> correct nevertheless.

You should 'git rm' the patches which are no longer used.

I added these to your authorized packages.

Thanks!


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITA] lz4
  2022-10-30 14:26     ` Jon Turney
@ 2022-10-30 16:55       ` Chad Dougherty
  0 siblings, 0 replies; 5+ messages in thread
From: Chad Dougherty @ 2022-10-30 16:55 UTC (permalink / raw)
  To: Jon Turney, cygwin-apps

On 2022-10-30 10:26, Jon Turney wrote:
> Looks like 'doc/lz4_manual.html' is created in the source directory by 
> the build.
> 
> That should be listed in DIFF_EXCLUDES, and maybe installed to be 
> included in the devel package?
> 

Good catch.  Done.

> You should 'git rm' the patches which are no longer used.
> 

Done.

> I added these to your authorized packages.
> 
> Thanks!
> 

Awesome, thanks!

-- 
     -Chad


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-30 16:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22 20:59 [ITA] lz4 Chad Dougherty
2022-10-23 17:31 ` Adam Dinwoodie
2022-10-24  0:39   ` Chad Dougherty
2022-10-30 14:26     ` Jon Turney
2022-10-30 16:55       ` Chad Dougherty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).