Re: [hatari-devel] hatari.app from cirrus-ci (was: Re: One scanline short in ST fullscreen) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] hatari.app from cirrus-ci (was: Re: One scanline short in ST fullscreen)
- From: Andreas Grabher <andreas_g86@xxxxxxxxxx>
- Date: Sat, 28 Oct 2023 08:19:33 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1698473987; bh=+dXvaTQxdNKAL2gqvVhzRRMRx07lM6SOAWSuwBcdbJo=; h=Content-Type:From:Mime-Version:Subject:Date:Message-Id:To; b=KBAAcw1fOB9kiV/mVqdRxPn7DuQe/Vh5KpUIxxAoEEGfZcrAmX+AkcQxHTJm5Z8lc l8yEFHrnqfzfASzpfeTnKc0m6gFuwYp2Q0uHQwe96/oytoHZijZxOVrcCixK8Bfv2h 00ZkXYs99qH8pEzKLp4H6q/nCmb3R+rErYoVOJi9A+0Lfq02m6vx957UgxehU7vgXk LYFL7w9rFOTHA4dKL5AG0psSdfU5DzX2WuwuiFQMhMPrGLrbJypBojRqgy7OG8cA8c BoZlxJGaiNqdX8axiJVc3fiJCmvPSXbeg35A/4IZybkJ70IREAVyG2UErm/dLA2lVm lNQZ6ZDa7e+1Q==
> Am 28.10.2023 um 08:05 schrieb Thomas Huth <th.huth@xxxxxxxxx>:
>
> Am Thu, 26 Oct 2023 22:15:11 +0200
> schrieb Andreas Grabher <andreas_g86@xxxxxxxxxx>:
>
>>>> Am 26.10.2023 um 20:36 schrieb Thomas Huth <th.huth@xxxxxxxxx>:
>>>
>>> Am Tue, 24 Oct 2023 19:53:43 +0000
>>> schrieb Anders Eriksson <evldhs@xxxxxxxxxxxxxx>:
>>> ...
>>>> Hello again Thomas,
>>>>
>>>> I noticed today that the builds from cirrus-ci are missing libpng so compressed videos/screenshots are not possible.
>>>> Not a big deal for screenshots but videos gets very very large.
>>>>
>>>> Is it possible to add libpng to these Hatari builds?
>>>
>>> Hi,
>>>
>>> main problem is that there does not seem to be a proper pre-built libpng
>>> available for macOS. It's likely possible to compile that in the cirrus-CI,
>>> too ... but for me that's very cumbersome to come up with the right
>>> commands since I don't have a macOS machine for testing, i.e. I have to
>>> update the cirrus-ci.yml file by guessing, then submit a built, then wait
>>> for the job to get scheduled, then finally find out that I had a typo
>>> somewhere, then start again from the beginning ... It would really be
>>> better if one of the macOS users could come up with a proper patch for the
>>> .cirrus-ci.yml file instead.
>>>
>>> Thomas
>>>
>>>
>>
>> I appended a pre-built framework version of the latest libpng (1.6.40). It works with macOS 10.13 and later. I have built it with these steps:
>
> Thanks a lot! ... could you maybe also come up with the right commands
> for the .cirrus-ci.yml file?
>
> Thomas
>
>
I have never used such scripts. I am afraid someone else has to take a look at that.