emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65694: closed ([PATCH] gnu: capypdf: Update to 0.5.0.)


From: GNU bug Tracking System
Subject: bug#65694: closed ([PATCH] gnu: capypdf: Update to 0.5.0.)
Date: Sat, 09 Sep 2023 08:26:01 +0000

Your message dated Sat, 09 Sep 2023 10:25:00 +0200
with message-id <54e6695ce7ff5e3b4ef34d5e34a49b1c5b7af328.camel@gmail.com>
and subject line Re: bug#65694: [PATCH] gnu: capypdf: Update to 0.5.0.
has caused the debbugs.gnu.org bug report #65694,
regarding [PATCH] gnu: capypdf: Update to 0.5.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65694: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65694
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: capypdf: Update to 0.5.0. Date: Sat, 2 Sep 2023 08:52:02 +0200
* gnu/packages/pdf.scm (capypdf): Update to 0.5.0.
[arguments]<#:configure-flags>: Add “-Dcpp_std=c++23”
<#:phases>: Drop ‘add-missing-header’.
---
 gnu/packages/pdf.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index e270bdf27f..b71add6f25 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -117,7 +117,7 @@ (define-module (gnu packages pdf)
 (define-public capypdf
   (package
     (name "capypdf")
-    (version "0.4.0")
+    (version "0.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -125,18 +125,14 @@ (define-public capypdf
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"1kn46n3j5fygivmd6ldnv8vdwfv48ffaizq61yy4z9w2jm6fgxim"))))
+               (base32 
"1mb3i0jq04gg5cm1l07mn9kal5s748miql97j6fpaf1x1j2lcrsx"))))
     (build-system meson-build-system)
     (arguments
      (list #:meson meson/newer
+           #:configure-flags #~(list "-Dcpp_std=c++23")
            #:test-options '(list "plainc")
            #:phases
            #~(modify-phases %standard-phases
-               (add-after 'unpack 'add-missing-header
-                 (lambda _
-                   (substitute* "src/pdfgen.cpp"
-                     (("#include <cassert>" all)
-                      (string-append all "\n#include <unistd.h>")))))
                (add-after 'unpack 'fix-glib-application-flags
                  (lambda _
                    ;; XXX: remove when bumping glib

base-commit: 9179775b0535ddf038d45f1355f759c4d6dc40dc
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#65694: [PATCH] gnu: capypdf: Update to 0.5.0. Date: Sat, 09 Sep 2023 10:25:00 +0200 User-agent: Evolution 3.46.4
Am Dienstag, dem 05.09.2023 um 21:07 -0400 schrieb Maxim Cournoyer:
> Hi,
> 
> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
> 
> [...]
> 
> > > >      (build-system meson-build-system)
> > > >      (arguments
> > > >       (list #:meson meson/newer
> > > > +           #:configure-flags #~(list "-Dcpp_std=c++23")
> > > 
> > > The build fails otherwise?
> > Yes, the file contains a very non-standard value for cpp_std, and
> > it's meant only for the big non free C++ compiler.
> 
> Got it.
Pushed now.



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]