unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39785] [PATCH] Add lv2lint.
@ 2020-02-25 15:14 Alexandros Theodotou
  2020-03-15 19:15 ` bug#39785: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2020-02-25 15:14 UTC (permalink / raw)
  To: 39785


[-- Attachment #1.1: Type: text/plain, Size: 124 bytes --]

Hi,

This patch adds lv2lint, an LV2 plugin lint tool used by plugin authors
during development/tests.

Thanks,
Alex

[-- Attachment #1.2: 0001-gnu-Add-lv2lint.patch --]
[-- Type: text/x-patch, Size: 1885 bytes --]

From a31f4f7e9ce1cdbc1cde5cc6da9859e1027680eb Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Tue, 25 Feb 2020 15:11:29 +0000
Subject: [PATCH] gnu: Add lv2lint.

* gnu/packages/audio.scm (lv2lint): New variable.
---
 gnu/packages/audio.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 5b8c610882..5be14f3859 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4036,3 +4036,37 @@ libsamplerate for reading and resampling audio files, based on Robin Gareus'
 @code{audio_decoder} code.")
    (home-page "https://git.zrythm.org/cgit/libaudec")
    (license license:agpl3+)))
+
+(define-public lv2lint
+  (package
+    (name "lv2lint")
+    (version "0.4.0")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://git.open-music-kontrollers.ch/lv2/lv2lint")
+               (commit version)))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32
+            "1pspwqpzl2dw1hd9ra9yr53arqbbqjn7d7j0f7p9g3iqa76vblpi"))))
+    (build-system meson-build-system)
+    (arguments
+     `(#:configure-flags
+       `("-Delf-tests=true" ; for checking symbol visibility
+         "-Donline-tests=true"))) ; for checking URI existence
+    (inputs
+      `(("curl", curl)
+        ("libelf", libelf)
+        ("lilv", lilv)))
+    (native-inputs
+      `(("pkg-config", pkg-config)
+        ("git", git)
+        ("lv2", lv2)))
+    (synopsis "LV2 plugin lint tool")
+    (description "lv2lint is an LV2 lint-like tool that checks whether a
+given plugin and its UI(s) match up with the provided metadata and adhere
+to well-known best practices.")
+    (home-page "https://open-music-kontrollers.ch/lv2/lv2lint/")
+    (license license:artistic2.0)))
-- 
2.25.1


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#39785: [PATCH] Add lv2lint.
  2020-02-25 15:14 [bug#39785] [PATCH] Add lv2lint Alexandros Theodotou
@ 2020-03-15 19:15 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-03-15 19:15 UTC (permalink / raw)
  To: Alexandros Theodotou; +Cc: 39785-done

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

> From a31f4f7e9ce1cdbc1cde5cc6da9859e1027680eb Mon Sep 17 00:00:00 2001
> From: Alexandros Theodotou <alex@zrythm.org>
> Date: Tue, 25 Feb 2020 15:11:29 +0000
> Subject: [PATCH] gnu: Add lv2lint.
> 
> * gnu/packages/audio.scm (lv2lint): New variable.

Thanks! Pushed as 70d9ef51392e9f8b33af4a7dea459eedd2ca738b after
importing the elf module (required for libelf) and removing git and lv2
from native-inputs, since they did not seem to be used.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-15 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25 15:14 [bug#39785] [PATCH] Add lv2lint Alexandros Theodotou
2020-03-15 19:15 ` bug#39785: " Leo Famulari

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).