Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 581206

Summary: media-plugins/gimp-gmic-1.7.1 version bump
Product: Gentoo Linux Reporter: DrSlony <bugs>
Component: Current packagesAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: bruce, bugs, fcoiffie, gentoo-bugs, jouni.kosonen, vivo75
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: gimp-gmic-1.7.2.ebuild
gmic-1.7.2-makefile.patch
gimp-gmic-1.7.4.ebuild
gmic-1.7.4-makefile.patch

Description DrSlony 2016-04-25 20:24:58 UTC
http://gmic.eu/gimp.shtml
G'MIC and the GIMP plugin 1.7.1 are available, please push to portage.

Changelog:
https://discuss.pixls.us/t/release-of-gmic-1-7-1/1155
Comment 1 urcindalo 2016-06-03 10:44:09 UTC
The latest stable version is now 1.7.2 but the newest in the tree is 1.6.5.1.
Comment 2 DrSlony 2016-06-03 11:56:36 UTC
Created attachment 436296 [details]
gimp-gmic-1.7.2.ebuild
Comment 3 DrSlony 2016-06-03 11:57:22 UTC
Created attachment 436298 [details, diff]
gmic-1.7.2-makefile.patch
Comment 4 DrSlony 2016-06-03 11:57:53 UTC
Attached is an ebuild and patch for 1.7.2. The patch is based on the previous patch from portage so I don't vouch for it doing the right thing, but it does compile and work well.

Speaking of the patch, it has this:
   static:
   	$(MAKE) "CFLAGS+=$(STATIC_CLI_CFLAGS) $(OPT_CFLAGS)" "LIBS+=$(STATIC_CLI_LIBS)" gmic
  -	$(STRIP) gmic$(EXE)

But the 1.7.2 Makefile has a "native:" section which also performs a strip, but the patch doesn't remove that one. Is that intentional?
Comment 5 Francesco Riosa 2016-06-05 18:09:10 UTC
it's not necessary anymore to remove the `strip` command, it's now managed by a variable named "NOSTRIP"
Comment 6 DrSlony 2016-06-26 12:14:17 UTC
Hello?
Comment 8 urcindalo 2016-07-03 13:37:33 UTC
Thanks for the ebuidls and patches in this thread.
But, is this package still officially supported?
Comment 9 urcindalo 2016-07-03 13:43:25 UTC
(In reply to Francesco Riosa from comment #7)
> Patch for 1.7.3
> 
> https://raw.githubusercontent.com/vivo75/vivovl/master/media-plugins/gimp-
> gmic/files/gmic-1.7.3-makefile.patch

Thanks.
Which ebuild should I use to accompany this patch?
Is it enough to rename the previous 1.7.2 ebuild to 1.7.3?
Comment 10 DrSlony 2016-07-03 14:37:48 UTC
"is this package still officially supported?"
By who, Gentoo? If so, good question. It looks like nobody from Gentoo is watching this. Alex Xu, are you in charge? Is anyone reading the mails on graphics@gentoo.org?

G'MIC is very actively developed and compatible with GIMP-2.9.*.
https://discuss.pixls.us/c/software/gmic
Comment 11 urcindalo 2016-07-04 23:43:34 UTC
(In reply to DrSlony from comment #10)
> "is this package still officially supported?"
> By who, Gentoo? If so, good question. It looks like nobody from Gentoo is
> watching this. Alex Xu, are you in charge? Is anyone reading the mails on
> graphics@gentoo.org?
> 
> G'MIC is very actively developed and compatible with GIMP-2.9.*.
> https://discuss.pixls.us/c/software/gmic

Yes, by Gentoo. That's why I said "officially" ;)
I find it strange a package so popular in the photo editing world doesn't even have the equivalent ~version in the Gentoo tree to its recent official stable versions.
Comment 12 DrSlony 2016-07-13 16:47:58 UTC
*** Bug 561450 has been marked as a duplicate of this bug. ***
Comment 13 DrSlony 2016-07-13 16:59:53 UTC
Created attachment 440588 [details]
gimp-gmic-1.7.4.ebuild
Comment 14 DrSlony 2016-07-13 17:00:11 UTC
Created attachment 440590 [details, diff]
gmic-1.7.4-makefile.patch
Comment 15 DrSlony 2016-07-13 17:00:21 UTC
New ebuild and patch for gimp-gmic-1.7.4 attached. Please add it to portage.
Comment 16 DrSlony 2016-07-31 19:35:56 UTC
Could someone reassign this to someone or some group who would show at least a modicum of interest in being active?
Comment 17 Tim Harder gentoo-dev 2016-10-29 04:47:52 UTC
media-gfx/gmic-1.7.8 added to the tree, note that gimp plugin is now included via the gimp USE flag and not a separate ebuild.
Comment 18 DrSlony 2016-10-29 09:49:58 UTC
Thank you Tim!