all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kei Kebreau <kkebreau@posteo.net>
To: Mark Meyer <mark@ofosos.org>
Cc: 29703@debbugs.gnu.org
Subject: [bug#29703] Improve Krita
Date: Sat, 16 Dec 2017 16:53:24 -0500	[thread overview]
Message-ID: <87wp1mz6ej.fsf@posteo.net> (raw)
In-Reply-To: <1513264340.1671908.1205049896.4F42762D@webmail.messagingengine.com> (Mark Meyer's message of "Thu, 14 Dec 2017 16:12:20 +0100")

[-- Attachment #1: Type: text/plain, Size: 4626 bytes --]

Mark Meyer <mark@ofosos.org> writes:

> Thanks for your patience, from the log of gnunet.scm I think it should
> be somthing like the appended one.
>
> Cheers, Mark
>
> On Thu, Dec 14, 2017, at 15:39, ng0 wrote:
>> Hi,
>> 
>> we're almost there. It's just a couple of fixes that need to be applied:
>> 
>> Mark Meyer transcribed 7.7K bytes:
>> > Ok, see the following patch. This should also be aligned with the commit
>> > message conventions.
>> > 
>> > On Thu, Dec 14, 2017, at 12:55, ng0 wrote:
>> > > Hi Mark,
>> > > 
>> > > Mark Meyer transcribed 5.4K bytes:
>> > > > Hi,
>> > > > I'm currently testing several changes to Krita, I've broken stuff up
>> > > > into three commits/patches which are attached.
>> > > > 
>> > > > These
>> > > >   - add a dependency to vc (vectorize Krita)
>> > > >   - enable OpenEXR
>> > > >   - enable JPEG (via libjpeg-turbo)
>> > > 
>> > > Thanks for the work on Krita.
>> > > I haven't tested them, but it looks good.
>> > > It would be okay to squash these commits into one, we've done this
>> > > in the past in similar cases (see `git log gnu/packages/gnunet.scm`
>> > > for libextractor for example).
>> > > 
>> > > > Cheers, Mark
>> 
>> > From 158497a7bf1b5672018189101fa5448623cecb1b Mon Sep 17 00:00:00 2001
>> > From: Mark Meyer <mark@ofosos.org>
>> > Date: Wed, 13 Dec 2017 23:49:09 +0100
>> > Subject: [PATCH] gnu: krita: Enhance krita
>> > 
>> > * gnu/packages/kde.scm (kirta)[inputs]: Add libjpeg-turbo to inputs.
>> > * gnu/packages/kde.scm (krita)[inputs]: Add vc to native-inputs.
>> > * gnu/packages/kde.scm (krita)[inputs]: Add OpenEXR support.
>> 
>> I would write:
>> 
>> gnu: krita: Enhance krita.
>> 
>> * gnu/packages/kde.scm (krita)[inputs]: Add 'libjpeg-turbo', 'ilmbase',
>> 'openexr'.
>> (native-inputs): Add 'vc'.
>> (arguments)[configure-flags]: Add 'CMAKE_CXX_FLAGS' for ilmbase.
>> 
>> 
>> 
>> Or something like that. I'm not sure about the configure-flags wording.
>> I don't know Krita so I can't really review if your changes work. I'll
>> build it later tonight and see if it builds for me.
>> 
>> > ---
>> >  gnu/packages/kde.scm | 13 ++++++++++---
>> >  1 file changed, 10 insertions(+), 3 deletions(-)
>> > 
>> > diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
>> > index b5a3df2ca..89ad30ecd 100644
>> > --- a/gnu/packages/kde.scm
>> > +++ b/gnu/packages/kde.scm
>> > @@ -256,14 +256,18 @@ plugins, as well as code to create plugins, or complete applications.")
>> >               (string-append "-DWITH_LibRaw="
>> >                              (assoc-ref %build-inputs "libraw"))
>> >               (string-append "-DWITH_TIFF="
>> > -                            (assoc-ref %build-inputs "libtiff")))))
>> > +                            (assoc-ref %build-inputs "libtiff"))
>> > +             (string-append "-DCMAKE_CXX_FLAGS=-I"
>> > +                            (assoc-ref %build-inputs "ilmbase")
>> > +                            "/include/OpenEXR"))))
>> >      (native-inputs
>> >       `(("curl" ,curl)
>> >         ("eigen" ,eigen)
>> >         ("extra-cmake-modules" ,extra-cmake-modules)
>> >         ("gettext-minimal" ,gettext-minimal)
>> >         ("kitemmodels" ,kitemmodels)
>> > -       ("qwt" ,qwt)))
>> > +       ("qwt" ,qwt)
>> > +       ("vc" ,vc)))
>> >      (inputs
>> >       `(("qtbase" ,qtbase)
>> >         ("qtdeclarative" ,qtdeclarative)
>> > @@ -287,6 +291,7 @@ plugins, as well as code to create plugins, or complete applications.")
>> >         ("exiv2" ,exiv2)
>> >         ("lcms" ,lcms)
>> >         ("libpng" ,libpng)
>> > +       ("libjpeg-turbo" ,libjpeg-turbo)
>> >         ("zlib" ,zlib)
>> >         ("libx11" ,libx11)
>> >         ("libxcb" ,libxcb)
>> > @@ -296,7 +301,9 @@ plugins, as well as code to create plugins, or complete applications.")
>> >         ("poppler-qt5" ,poppler-qt5)
>> >         ("libraw" ,libraw)
>> >         ("libtiff" ,libtiff)
>> > -       ("perl" ,perl)))
>> > +       ("perl" ,perl)
>> > +       ("ilmbase" ,ilmbase)
>> > +       ("openexr" ,openexr)))
>> >      (home-page "https://krita.org")
>> >      (synopsis "Digital painting application")
>> >      (description
>> > -- 
>> > 2.15.0
>> > 
>> 
>> 
>> -- 
>> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
>> GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
>>   WWW: https://n0.is
>> Email had 1 attachment:
>> + signature.asc
>>   1k (application/pgp-signature)

I made tiny changes to the commit log and pushed this to master; you can
close this bug.

Thanks for contributing,
Kei

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2017-12-16 21:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-14  0:18 [bug#29703] Improve Krita Mark Meyer
2017-12-14  0:41 ` [bug#29703] Looks good Mark Meyer
2017-12-14 11:55 ` [bug#29703] Improve Krita ng0
2017-12-14 14:02   ` Mark Meyer
2017-12-14 14:39     ` ng0
2017-12-14 15:12       ` Mark Meyer
2017-12-16 21:53         ` Kei Kebreau [this message]
2017-12-16 23:19 ` bug#29703: Fixed Mark Meyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wp1mz6ej.fsf@posteo.net \
    --to=kkebreau@posteo.net \
    --cc=29703@debbugs.gnu.org \
    --cc=mark@ofosos.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.