unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Alexandros Theodotou <alex@zrythm.org>
To: 42279@debbugs.gnu.org
Subject: [bug#42279] [PATCH] gnu: Add distrho-ports.
Date: Mon, 04 Jan 2021 11:30:19 +0000	[thread overview]
Message-ID: <65a446475932b55cbfe98b5f12dcb4a46ce8d1ce.camel@zrythm.org> (raw)
In-Reply-To: <87zh7tg5dx.fsf@gnu.org>

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

Hi,

I'm trying to build the latest version but I'm running into issues with
fonts not showing (same issues as before, I just didn't bother until
now). Attaching the current package definition.

After building, I am running the plugins like:
`LV2_PATH=/gnu/store/z2xjjfpaybyv1byal7nxrvqxd7b1hjqh-distrho-ports-
2020-12-27/lib/lv2 jalv.gtk3 urn:juce:TalFilter2`
This requires JACK to be running and jalv to be installed. I'm not sure
if there's an easier way to test.

The problem I am having is described here, with a screenshot:
https://github.com/DISTRHO/DISTRHO-Ports/issues/63

Strace log is included in that issue.

How can I fix this?

Thanks,
Alex

[-- Attachment #2: paste_1179629.scm --]
[-- Type: text/x-scheme, Size: 1873 bytes --]

(define fontconfig/font-dejavu
  (package
    (inherit fontconfig)
    (inputs
     ;; XXX: Reuse the name to avoid having to override the configure flags.
     `(("gs-fonts" ,font-dejavu)))))

(define-public distrho-ports
  (package
    (name "distrho-ports")
    (version "2020-12-27")
    (source
     (origin
       (method git-fetch)
       (uri
        (git-reference
         (url "https://github.com/DISTRHO/DISTRHO-Ports.git")
         (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0gc0cgbl160vzy3iain5yzzj1ygpc5kinnhkvhrrcngg1ai5qlv3"))))
    (build-system meson-build-system)
    (inputs
     `(("alsa-lib" ,alsa-lib)
       ("fontconfig/font-dejavu", fontconfig/font-dejavu)
       ("freetype" ,freetype)
       ("mesa" ,mesa)
       ("libxrender" ,libxrender)
       ("libxcursor" ,libxcursor)
       ("xorgproto" ,xorgproto)
       ("libx11" ,libx11)))
    (native-inputs
     `(("lv2" ,lv2)
       ("pkg-config" ,pkg-config)))
    (synopsis "Collection of audio plugins and LV2 ports")
    (description
     "DISTRHO is a project with the goal of making cross-platform audio
plugins and GNU/Linux ports.
This package includes HiReSam, LUFSMeter-Multi, LUFSMeter, Arctican Function,
Arctican Pilgrim, Dexed, dRowAudio Distortion, dRowAudio Distortion Shaper,
dRowAudio Flanger, dRowAudioReverb, dRowAudio Tremolo, DrumSynth, easySSP,
EQuinox, JUCE Demo Plugin, JUCE OPL, Klangfalter, Luftikus, Obxd, Pitched
Delay, Refine, Stereo Source Separation, TAL Dub 3, TAL Noise Maker, TAL
Reverb 2, TAL Reverb 3, TAL Reverb, TAL Vocoder 2, Temper, Vex and
Wolpertinger.")
    (home-page "http://distrho.sourceforge.net/ports")
    (license (list license:gpl2      ; found in doc directory
                   license:lgpl3+    ; found in doc directory
                   license:gpl3))))  ; mentioned in meson file

      reply	other threads:[~2021-01-04 11:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-08 21:27 [bug#42279] [PATCH] gnu: Add distrho-ports Alexandros Theodotou
2020-07-20 22:07 ` Marius Bakke
2020-07-20 22:24   ` Alexandros Theodotou
2020-07-20 22:59     ` Marius Bakke
2021-01-04 11:30       ` Alexandros Theodotou [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=65a446475932b55cbfe98b5f12dcb4a46ce8d1ce.camel@zrythm.org \
    --to=alex@zrythm.org \
    --cc=42279@debbugs.gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).