Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] lv2: do not makedepend on gtk2
Date: Sat, 01 Jun 2024 23:15:34 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50644@inbox.vuxu.org> (raw)

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

There is a new pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages lv2
https://github.com/void-linux/void-packages/pull/50644

lv2: do not makedepend on gtk2
Drop the dependence on `gtk`, see https://gitlab.com/lv2/lv2/-/issues/57

- I tested the changes in this PR: yes

@slimjimsoftware Can you also check this does not break audio in asahi?

A patch file from https://github.com/void-linux/void-packages/pull/50644.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lv2-50644.patch --]
[-- Type: text/x-diff, Size: 799 bytes --]

From e272201c623eea6e417190f5528794f5ef93add8 Mon Sep 17 00:00:00 2001
From: dkwo <npiazza@disroot.org>
Date: Fri, 31 May 2024 18:35:14 -0400
Subject: [PATCH] lv2: do not depend on gtk2

---
 srcpkgs/lv2/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lv2/template b/srcpkgs/lv2/template
index 7c6b9eb9ea4c11..e7647842e86564 100644
--- a/srcpkgs/lv2/template
+++ b/srcpkgs/lv2/template
@@ -1,10 +1,10 @@
 # Template file for 'lv2'
 pkgname=lv2
 version=1.18.10
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config"
-makedepends="libsndfile-devel gtk+-devel libsamplerate-devel"
+makedepends="libsndfile-devel libsamplerate-devel"
 short_desc="Plugin standard for audio systems"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"

             reply	other threads:[~2024-06-01 21:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-01 21:15 dkwo [this message]
2024-06-01 23:15 ` slimjimsoftware
2024-06-02  3:19 ` [PR PATCH] [Merged]: " sgn

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50644@inbox.vuxu.org \
    --to=dkwo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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.
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 NNTP newsgroup(s).