RSS/Atom feed Twitter
Site is read-only, email is disabled

no recent macOS builds

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

no recent macOS builds Yurii Kolesnykov via gimp-developer-list 21 Aug 18:39
  no recent macOS builds Shlomi Fish 22 Aug 07:24
   no recent macOS builds Yurii Kolesnykov via gimp-developer-list 22 Aug 10:41
  no recent macOS builds Alexandre Prokoudine via gimp-developer-list 22 Aug 15:47
Yurii Kolesnykov via gimp-developer-list
2018-08-21 18:39:10 UTC (over 5 years ago)

no recent macOS builds

Hi, Developers!

I had spotted a lack of recent macOS builds. Is there any how-to on macOS build process?

I’m willing to participate in writing such a documentation, there was a #machomebrew formula for GIMP 2.8.x, but 2.10 series has more dependencies. My plan is to update and maintain this deprecated formula in my personal Homebrew tap: yurikoles/yurikoles/gimp. This may be a replacement for dedicated document, since brew formulas is just some Ruby+shell code.

I’m also willing to maintain CI for macOS, if we can find a dedicated machine for this.

Shlomi Fish
2018-08-22 07:24:24 UTC (over 5 years ago)

no recent macOS builds

Hi Yurii!

On Tue, 21 Aug 2018 21:39:10 +0300 Yurii Kolesnykov via gimp-developer-list wrote:

Hi, Developers!

I had spotted a lack of recent macOS builds. Is there any how-to on macOS build process?

see https://www.gimp.org/downloads/ - perhaps there are some docs or scripts inside the git repo - https://gitlab.gnome.org/GNOME/gimp/ .

I’m willing to participate in writing such a documentation, there was a #machomebrew formula for GIMP 2.8.x, but 2.10 series has more dependencies. My plan is to update and maintain this deprecated formula in my personal Homebrew tap: yurikoles/yurikoles/gimp. This may be a replacement for dedicated document, since brew formulas is just some Ruby+shell code.

thanks!

I’m also willing to maintain CI for macOS, if we can find a dedicated machine for this.

https://en.wikipedia.org/wiki/Travis_CI provides gratis CI for macOS for GitHub-based open source projects. There are other CI services as well.

_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list

-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
https://github.com/shlomif/what-you-should-know-about-automated-testing

Inigo Montoya: You seem a decent fellow. I hate to kill you.
The Man in Black: You seem a decent fellow. I hate to die.
    — http://en.wikiquote.org/wiki/The_Princess_Bride_%28film%29

Please reply to list if it's a mailing list post - http://shlom.in/reply .
Yurii Kolesnykov via gimp-developer-list
2018-08-22 10:41:16 UTC (over 5 years ago)

no recent macOS builds

Hi Shlomi,

Thanks for suggestions, but I see that documentation is very poor and outdated. I had updated formula in my tap, it now installs the latest stable release, 2.10.6, But I’m still unable to install HEAD, because of appstream-glib linking problem, Which is also in my tap (yurikoles/yurikoles/appstream-glib). I had reported an issue upstream [1].

In two words: meson uses `version-script` ld flag, which is available only in GNU ld on Linux, so LLVM/(macOS, *BSD) and even GNU ld on platforms beside Linux is unable to build appstream-glib for now.

[1]: https://github.com/hughsie/appstream-glib/issues/258

22 серп. 2018 р. о 10:24 Shlomi Fish написав(ла):

Hi Yurii!

On Tue, 21 Aug 2018 21:39:10 +0300 Yurii Kolesnykov via gimp-developer-list wrote:

Hi, Developers!

I had spotted a lack of recent macOS builds. Is there any how-to on macOS build process?

see https://www.gimp.org/downloads/ - perhaps there are some docs or scripts inside the git repo - https://gitlab.gnome.org/GNOME/gimp/ .

I’m willing to participate in writing such a documentation, there was a #machomebrew formula for GIMP 2.8.x, but 2.10 series has more dependencies. My plan is to update and maintain this deprecated formula in my personal Homebrew tap: yurikoles/yurikoles/gimp. This may be a replacement for dedicated document, since brew formulas is just some Ruby+shell code.

thanks!

I’m also willing to maintain CI for macOS, if we can find a dedicated machine for this.

https://en.wikipedia.org/wiki/Travis_CI provides gratis CI for macOS for GitHub-based open source projects. There are other CI services as well.

_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list

--
----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ https://github.com/shlomif/what-you-should-know-about-automated-testing

Inigo Montoya: You seem a decent fellow. I hate to kill you. The Man in Black: You seem a decent fellow. I hate to die. — http://en.wikiquote.org/wiki/The_Princess_Bride_%28film%29

Please reply to list if it's a mailing list post - http://shlom.in/reply .

Alexandre Prokoudine via gimp-developer-list
2018-08-22 15:47:06 UTC (over 5 years ago)

no recent macOS builds

On Tue, Aug 21, 2018 at 9:39 PM, Yurii Kolesnykov via gimp-developer-list wrote:

Hi, Developers!

I had spotted a lack of recent macOS builds.

There is a mostly untested build of 2.10.6. We shall probably upload it soonish.

Alex