GNU bug report logs - #53570
[PATCH] gnu: Add texlive-ddphonism.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Thu, 27 Jan 2022 05:53:01 UTC

Severity: normal

Tags: moreinfo, patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53570 in the body.
You can then email your comments to 53570 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#53570; Package guix-patches. (Thu, 27 Jan 2022 05:53:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 27 Jan 2022 05:53:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add texlive-ddphonism.
Date: Thu, 27 Jan 2022 00:51:31 -0500
* gnu/packages/tex.scm (texlive-ddphonism): New variable.
---

Hi,

This is a WIP.

Any feedback is much welcome.

all best,

jgart

 gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 89f60f89d5..da47874ec6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9953,6 +9953,31 @@ (define-public texlive-xifthen
 handle complex tests.")
     (license license:lppl)))
 
+(define-public texlive-ddphonism
+  (package
+    (inherit (simple-texlive-package
+              "texlive-ddphonism"
+              (list "/tex/latex/ddphonism/ddphonism.sty"
+                     "/tex/latex/ddphonism/ddphonism.tex")
+              (base32
+               "09s324nj6g8nlib9wilpy01prixrw1ilwlvl638hgv5rxsspza5y")
+              #:trivial? #t))
+    (inputs
+      (list texlive-latex-hyperref 
+            texlive-latex-tools 
+            texlive-etoolbox
+            texlive-latex-pgf
+            texlive-latex-l3packages
+            texlive-latex-listings))
+    (home-page "https://www.ctan.org/pkg/ddphonism")
+    (synopsis "Dodecaphonic diagrams for LaTeX")
+    (description
+"This is a music-related package which is focused on notation from
+the Twelve-Tone System, also called Dodecaphonism.  It provides LaTeX
+algorithms that produce typical dodecaphonic notation based off a musical
+series, or row sequence, of variable length.")
+    (license license:lppl1.3c+)))
+
 (define-public bibtool
   (package
     (name "bibtool")
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#53570; Package guix-patches. (Mon, 07 Mar 2022 20:25:01 GMT) Full text and rfc822 format available.

Message #8 received at 53570 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: jgart <jgart <at> dismail.de>
Cc: 53570 <at> debbugs.gnu.org
Subject: Re: bug#53570: [PATCH] gnu: Add texlive-ddphonism.
Date: Mon, 07 Mar 2022 21:24:19 +0100
Hello,

jgart <jgart <at> dismail.de> skribis:

> * gnu/packages/tex.scm (texlive-ddphonism): New variable.
> ---
>
> Hi,
>
> This is a WIP.

What’s missing?

> Any feedback is much welcome.

I haven’t tested it but it LGTM.

Thanks,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#53570; Package guix-patches. (Thu, 07 Jul 2022 18:46:01 GMT) Full text and rfc822 format available.

Message #11 received at 53570 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: jgart <jgart <at> dismail.de>
Cc: Ludovic Courtès <ludo <at> gnu.org>, 53570 <at> debbugs.gnu.org
Subject: Re: bug#53570: [PATCH] gnu: Add texlive-ddphonism.
Date: Thu, 07 Jul 2022 14:45:52 -0400
Hi,

Ludovic Courtès <ludo <at> gnu.org> writes:

> Hello,
>
> jgart <jgart <at> dismail.de> skribis:
>
>> * gnu/packages/tex.scm (texlive-ddphonism): New variable.
>> ---
>>
>> Hi,
>>
>> This is a WIP.
>
> What’s missing?
>
>> Any feedback is much welcome.
>
> I haven’t tested it but it LGTM.
>
> Thanks,
> Ludo’.

Ping :-)

Thanks,

Maxim




Added tag(s) moreinfo. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 07 Jul 2022 18:46:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#53570; Package guix-patches. (Fri, 08 Jul 2022 00:03:02 GMT) Full text and rfc822 format available.

Message #16 received at 53570 <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: Ludovic Courtès <ludo <at> gnu.org>, 53570 <at> debbugs.gnu.org
Subject: Re: bug#53570: [PATCH] gnu: Add texlive-ddphonism.
Date: Thu, 7 Jul 2022 19:02:47 -0500
On Thu, 07 Jul 2022 14:45:52 -0400 Maxim Cournoyer <maxim.cournoyer <at> gmail.com> wrote:
> Hi,
> 
> Ludovic Courtès <ludo <at> gnu.org> writes:
> 
> > Hello,
> >
> > jgart <jgart <at> dismail.de> skribis:
> >
> >> * gnu/packages/tex.scm (texlive-ddphonism): New variable.
> >> ---
> >>
> >> Hi,
> >>
> >> This is a WIP.
> >
> > What’s missing?
> >
> >> Any feedback is much welcome.
> >
> > I haven’t tested it but it LGTM.
> >
> > Thanks,
> > Ludo’.
> 
> Ping :-)

Hi, I'm not sure when I'll be able to get around to this one.

Maxim, would you like to take it over? It's a nice LaTeX package for twelve-tone music ;()

all best,

jgart




Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Mon, 11 Jul 2022 15:48:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Mon, 11 Jul 2022 15:48:02 GMT) Full text and rfc822 format available.

Message #21 received at 53570-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: jgart <jgart <at> dismail.de>
Cc: Ludovic Courtès <ludo <at> gnu.org>, 53570-done <at> debbugs.gnu.org
Subject: Re: bug#53570: [PATCH] gnu: Add texlive-ddphonism.
Date: Mon, 11 Jul 2022 11:47:22 -0400
Hi jgart,

jgart <jgart <at> dismail.de> writes:

> On Thu, 07 Jul 2022 14:45:52 -0400 Maxim Cournoyer <maxim.cournoyer <at> gmail.com> wrote:
>> Hi,
>> 
>> Ludovic Courtès <ludo <at> gnu.org> writes:
>> 
>> > Hello,
>> >
>> > jgart <jgart <at> dismail.de> skribis:
>> >
>> >> * gnu/packages/tex.scm (texlive-ddphonism): New variable.
>> >> ---
>> >>
>> >> Hi,
>> >>
>> >> This is a WIP.
>> >
>> > What’s missing?
>> >
>> >> Any feedback is much welcome.
>> >
>> > I haven’t tested it but it LGTM.
>> >
>> > Thanks,
>> > Ludo’.
>> 
>> Ping :-)
>
> Hi, I'm not sure when I'll be able to get around to this one.
>
> Maxim, would you like to take it over? It's a nice LaTeX package for twelve-tone music ;()

I looked at it, but it seems it'd require packaging xstring in the first
place, as it the package '\RequirePackage{xstring}' it.

Perhaps we can revisit after we gain a useful texlive importer, or when
someone motivated steps in.  In the meantime, closing.

Thanks,

Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 09 Aug 2022 11:24:10 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Nicolas Goaziou <mail <at> nicolasgoaziou.fr> to control <at> debbugs.gnu.org. (Fri, 17 Mar 2023 12:07:02 GMT) Full text and rfc822 format available.

Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 17 Mar 2023 12:08:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#53570; Package guix-patches. (Sat, 18 Mar 2023 13:03:02 GMT) Full text and rfc822 format available.

Message #30 received at 53570 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 53570 <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH v2] gnu: Add texlive-ddphonism.
Date: Sat, 18 Mar 2023 14:02:15 +0100
From: jgart <jgart <at> dismail.de>

* gnu/packages/tex.scm (texlive-ddphonism): New variable.

Signed-off-by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
---
 gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0c4e545edf..4f412614a1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5393,6 +5393,31 @@ (define-public texlive-catchfile
        "Catchfile catches the contents of a file and puts it in a macro.")
       (license license:lppl1.3+))))
 
+(define-public texlive-ddphonism
+  (package
+    (inherit (simple-texlive-package
+              "texlive-ddphonism"
+              (list "doc/latex/ddphonism/"
+                    "tex/latex/ddphonism/")
+              (base32 "1p02ai76nnh6042pnmqv4n30z6yxsvyyk2nb9jk7xlyyc87zzbdd")
+              #:trivial? #t))
+    (propagated-inputs
+     (list texlive-etoolbox
+           texlive-hyperref
+           texlive-latex-l3packages
+           texlive-listings
+           texlive-pgf
+           texlive-latex-tools
+           texlive-xstring))
+    (home-page "https://www.ctan.org/pkg/ddphonism")
+    (synopsis "Dodecaphonic diagrams for LaTeX")
+    (description
+     "This is a music-related package which is focused on notation from the
+twelve-tone system, also called dodecaphonism.  It provides LaTeX algorithms
+that produce typical dodecaphonic notation based off a musical series, or row
+sequence, of variable length.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-doi
   (package
     (inherit (simple-texlive-package

base-commit: 3893758dac76fc30b23d4715e849e262306f268d
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#53570; Package guix-patches. (Sat, 18 Mar 2023 16:09:02 GMT) Full text and rfc822 format available.

Message #33 received at 53570 <at> debbugs.gnu.org (full text, mbox):

From: "jgart" <jgart <at> dismail.de>
To: "Nicolas Goaziou" <mail <at> nicolasgoaziou.fr>, 53570 <at> debbugs.gnu.org
Subject: Re: [PATCH v2] gnu: Add texlive-ddphonism.
Date: Sat, 18 Mar 2023 16:07:51 +0000
Hi,

LGTM, builds fine.

March 18, 2023 8:02 AM, "Nicolas Goaziou" <mail <at> nicolasgoaziou.fr> wrote:

> From: jgart <jgart <at> dismail.de>
> 
> * gnu/packages/tex.scm (texlive-ddphonism): New variable.
> 
> Signed-off-by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
> ---
> gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
> 
> diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
> index 0c4e545edf..4f412614a1 100644
> --- a/gnu/packages/tex.scm
> +++ b/gnu/packages/tex.scm
> @@ -5393,6 +5393,31 @@ (define-public texlive-catchfile
> "Catchfile catches the contents of a file and puts it in a macro.")
> (license license:lppl1.3+))))
> 
> +(define-public texlive-ddphonism
> + (package
> + (inherit (simple-texlive-package
> + "texlive-ddphonism"
> + (list "doc/latex/ddphonism/"
> + "tex/latex/ddphonism/")
> + (base32 "1p02ai76nnh6042pnmqv4n30z6yxsvyyk2nb9jk7xlyyc87zzbdd")
> + #:trivial? #t))
> + (propagated-inputs
> + (list texlive-etoolbox
> + texlive-hyperref
> + texlive-latex-l3packages
> + texlive-listings
> + texlive-pgf
> + texlive-latex-tools
> + texlive-xstring))
> + (home-page "https://www.ctan.org/pkg/ddphonism")
> + (synopsis "Dodecaphonic diagrams for LaTeX")
> + (description
> + "This is a music-related package which is focused on notation from the
> +twelve-tone system, also called dodecaphonism. It provides LaTeX algorithms
> +that produce typical dodecaphonic notation based off a musical series, or row
> +sequence, of variable length.")
> + (license license:lppl1.3c)))
> +
> (define-public texlive-doi
> (package
> (inherit (simple-texlive-package
> 
> base-commit: 3893758dac76fc30b23d4715e849e262306f268d
> -- 
> 2.39.2




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 24 Mar 2023 09:17:01 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Fri, 24 Mar 2023 09:17:01 GMT) Full text and rfc822 format available.

Message #38 received at 53570-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: jgart via Guix-patches via <guix-patches <at> gnu.org>
Cc: jgart <jgart <at> dismail.de>, 53570-done <at> debbugs.gnu.org
Subject: Re: [bug#53570] [PATCH v2] gnu: Add texlive-ddphonism.
Date: Fri, 24 Mar 2023 10:15:49 +0100
Hello,

jgart via Guix-patches via <guix-patches <at> gnu.org> writes:

> LGTM, builds fine.

Applied. Thank you for the feedback.

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#53570; Package guix-patches. (Fri, 24 Mar 2023 09:18:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 21 Apr 2023 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.