Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH]  lv2: update to 1.18.0
Date: Wed, 11 Nov 2020 02:22:56 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26281@inbox.vuxu.org> (raw)

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

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

https://github.com/ndowens/void-packages lilv
https://github.com/void-linux/void-packages/pull/26281

 lv2: update to 1.18.0


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

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

From 4cb8d0dd85eb85d14fefe6c8326b117220b89f1e Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 10 Nov 2020 19:22:15 -0600
Subject: [PATCH 1/2] lilv: update to 0.24.10

---
 srcpkgs/lilv/template | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/lilv/template b/srcpkgs/lilv/template
index 8b3388595d3..0777011faa2 100644
--- a/srcpkgs/lilv/template
+++ b/srcpkgs/lilv/template
@@ -1,23 +1,21 @@
 # Template file for 'lilv'
 pkgname=lilv
-version=0.24.6
+version=0.24.10
 revision=1
 build_style=waf3
 configure_args="--dyn-manifest"
 hostmakedepends="pkg-config"
-makedepends="python-devel serd-devel sord-devel sratom-devel lv2"
+makedepends="python3-devel serd-devel sord-devel sratom-devel lv2"
 short_desc="Simple yet powerful C API for using LV2 plugins"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="http://drobilla.net/software/lilv/"
 distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
-checksum=5f544cf79656e0782a03a2cc7ab1d31a93f36d71d4187bd427ade8d7b55370dc
+checksum=d1bba93d6ddacadb5e742fd10ad732727edb743524de229c70cc90ef81ffc594
 
 post_install() {
-	vmkdir usr/share/bash-completion/completions
-	mv ${DESTDIR}/usr/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
-	mv ${DESTDIR}/${py3_lib} ${DESTDIR}/${py2_lib}
 	vlicense COPYING
+	rm -rf "$DESTDIR"/usr/etc
 }
 
 liblilv_package() {
@@ -32,7 +30,7 @@ lilv-bash-completion_package() {
 	depends="bash-completion lilv"
 	short_desc+=" - Bash completion for Lilv"
 	pkg_install() {
-		vmove usr/share/bash-completion
+		vcompletion utils/lilv.bash_completion bash
 	}
 }
 

From fe34139f5bddca883f750c67b0e55690c624e59e Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 10 Nov 2020 19:05:08 -0600
Subject: [PATCH 2/2] lv2: update to 1.18.0

---
 srcpkgs/lv2/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lv2/template b/srcpkgs/lv2/template
index 365e1602478..45d201caef0 100644
--- a/srcpkgs/lv2/template
+++ b/srcpkgs/lv2/template
@@ -1,7 +1,7 @@
 # Template file for 'lv2'
 pkgname=lv2
-version=1.16.0
-revision=2
+version=1.18.0
+revision=1
 build_style=waf3
 makedepends="libsndfile-devel gtk+-devel"
 short_desc="Plugin standard for audio systems"
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="http://lv2plug.in"
 distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
-checksum=dec3727d7bd34a413a344a820678848e7f657b5c6019a0571c61df76d7bdf1de
+checksum=90a3e5cf8bdca81b49def917e89fd6bba1d5845261642cd54e7888df0320473f
 python_version=3
 lib32disabled=yes
 

             reply	other threads:[~2020-11-11  1:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-11  1:22 ndowens [this message]
2020-11-13 17:36 ` [PR PATCH] [Merged]: " Chocimier

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-26281@inbox.vuxu.org \
    --to=ndowens@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).