public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] libspectre-0.2.9-1
@ 2021-01-04 16:33 Lemures Lemniscati
  2021-01-04 16:37 ` Lemures Lemniscati
  0 siblings, 1 reply; 5+ messages in thread
From: Lemures Lemniscati @ 2021-01-04 16:33 UTC (permalink / raw)
  To: cygwin-apps

ITA for libspectre, which has been maintained by Yaakov [1].

Now, the latest upstream of exif is 0.6.22 [2].

A new candidate cygport file is placed at [3].
And, it's been tested on Cygwin AppVeyor CI (ID 1606: [4]).

Generated package files are placed at [5] and [6].


Packaging is rearranged from 0.2.8-1:
  General docs are moved from libspectre1 to libspectre-devel [7].


[1]: https://cygwin.com/git/?p=git/cygwin-packages/libspectre.git
[2]: https://gitlab.freedesktop.org/libspectre/libspectre
[3]: https://github.com/cygwin-freedesktop-lem/libspectre-cygport/tree/n_0.2.9-1
[4]: https://cygwin.com/cgi-bin2/jobs.cgi?id=1606
  or https://ci.appveyor.com/project/cygwin/scallywag/builds/37101239
[5]: https://cygwin-freedesktop-lem.github.io/libspectre-cygport/
[6]: https://github.com/cygwin-freedesktop-lem/libspectre-cygport/tree/n_0.2.9-1_gh-pages

[7]: Contents of packages:
--------
>>> libspectre1-0.2.9-1.tar.xz
usr/bin/cygspectre-1.dll

>>> libspectre-devel-0.2.9-1.tar.xz
usr/include/
usr/include/libspectre/
usr/include/libspectre/spectre-document.h
usr/include/libspectre/spectre-exporter.h
usr/include/libspectre/spectre-macros.h
usr/include/libspectre/spectre-page.h
usr/include/libspectre/spectre-render-context.h
usr/include/libspectre/spectre-status.h
usr/include/libspectre/spectre-version.h
usr/include/libspectre/spectre.h
usr/lib/
usr/lib/libspectre.dll.a
usr/lib/pkgconfig/
usr/lib/pkgconfig/libspectre.pc
usr/share/doc/
usr/share/doc/libspectre/
usr/share/doc/libspectre/AUTHORS
usr/share/doc/libspectre/COPYING
usr/share/doc/libspectre/NEWS
usr/share/doc/libspectre/README
usr/share/doc/libspectre/TODO
--------


Regards, 

Lem


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

* Re: [ITA] libspectre-0.2.9-1
  2021-01-04 16:33 [ITA] libspectre-0.2.9-1 Lemures Lemniscati
@ 2021-01-04 16:37 ` Lemures Lemniscati
  2021-01-04 18:28   ` Marco Atzeri
  0 siblings, 1 reply; 5+ messages in thread
From: Lemures Lemniscati @ 2021-01-04 16:37 UTC (permalink / raw)
  To: cygwin-apps

On Tue, 05 Jan 2021 01:33:28 +0900, Lemures Lemniscati
> ITA for libspectre, which has been maintained by Yaakov [1].
> 
> Now, the latest upstream of exif is 0.6.22 [2].

This line should be...

``Now, the latest upstream of libspectre is 0.2.9 [2].''


Regards,

Lem


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

* Re: [ITA] libspectre-0.2.9-1
  2021-01-04 16:37 ` Lemures Lemniscati
@ 2021-01-04 18:28   ` Marco Atzeri
  2021-01-04 23:29     ` Lemures Lemniscati
  0 siblings, 1 reply; 5+ messages in thread
From: Marco Atzeri @ 2021-01-04 18:28 UTC (permalink / raw)
  To: cygwin-apps

On 04.01.2021 17:37, Lemures Lemniscati via Cygwin-apps wrote:
> On Tue, 05 Jan 2021 01:33:28 +0900, Lemures Lemniscati
>> ITA for libspectre, which has been maintained by Yaakov [1].
>>
>> Now, the latest upstream of exif is 0.6.22 [2].
> 
> This line should be...
> 
> ``Now, the latest upstream of libspectre is 0.2.9 [2].''
> 
> 
> Regards,
> 
> Lem
> 

some typing error ?

$ cygport libspectre.cygport all
/pub/tmp/libspectre-0.2.9-1.src/libspectre.cygport: line 11: 
freedesktop.sub.experimental: No such file or directory

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

* Re: [ITA] libspectre-0.2.9-1
  2021-01-04 18:28   ` Marco Atzeri
@ 2021-01-04 23:29     ` Lemures Lemniscati
  2021-01-05  3:30       ` Marco Atzeri
  0 siblings, 1 reply; 5+ messages in thread
From: Lemures Lemniscati @ 2021-01-04 23:29 UTC (permalink / raw)
  To: cygwin-apps

On Mon, 4 Jan 2021 19:28:39 +0100, Marco Atzeri via Cygwin-apps
> On 04.01.2021 17:37, Lemures Lemniscati via Cygwin-apps wrote:
> > On Tue, 05 Jan 2021 01:33:28 +0900, Lemures Lemniscati
> >> ITA for libspectre, which has been maintained by Yaakov [1].
> >>
> >> Now, the latest upstream of exif is 0.6.22 [2].
> >
> > This line should be...
> >
> > ``Now, the latest upstream of libspectre is 0.2.9 [2].''
> >
> some typing error ?
> 
> $ cygport libspectre.cygport all
> /pub/tmp/libspectre-0.2.9-1.src/libspectre.cygport: line 11: freedesktop.sub.experimental: No such file or directory

I forgot to add these lines:

SRC_URI+="
  freedesktop.sub.experimental
"

Now I've added them, rebuilt, 
and placed new packages to the same URLs.



Thank you for review.

Regards,

Lem


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

* Re: [ITA] libspectre-0.2.9-1
  2021-01-04 23:29     ` Lemures Lemniscati
@ 2021-01-05  3:30       ` Marco Atzeri
  0 siblings, 0 replies; 5+ messages in thread
From: Marco Atzeri @ 2021-01-05  3:30 UTC (permalink / raw)
  To: cygwin-apps

On 05.01.2021 00:29, Lemures Lemniscati via Cygwin-apps wrote:
> On Mon, 4 Jan 2021 19:28:39 +0100, Marco Atzeri via Cygwin-apps
>> On 04.01.2021 17:37, Lemures Lemniscati via Cygwin-apps wrote:
>>> On Tue, 05 Jan 2021 01:33:28 +0900, Lemures Lemniscati
>>>> ITA for libspectre, which has been maintained by Yaakov [1].

>>> ``Now, the latest upstream of libspectre is 0.2.9 [2].''

> Now I've added them, rebuilt,
> and placed new packages to the same URLs.
> 
> Thank you for review.
> 
> Regards,
> 
> Lem
> 

GTG

Thanks
Marco

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

end of thread, other threads:[~2021-01-05  3:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-04 16:33 [ITA] libspectre-0.2.9-1 Lemures Lemniscati
2021-01-04 16:37 ` Lemures Lemniscati
2021-01-04 18:28   ` Marco Atzeri
2021-01-04 23:29     ` Lemures Lemniscati
2021-01-05  3:30       ` Marco Atzeri

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).