Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libinstpatch-1.1.4
@ 2020-05-11 10:03 ScrelliCopter
  2020-05-11 10:10 ` [PR PATCH] [Updated] " ScrelliCopter
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ScrelliCopter @ 2020-05-11 10:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ScrelliCopter/void-packages libinstpatch
https://github.com/void-linux/void-packages/pull/21832

New package: libinstpatch-1.1.4
Optional dependency in newer versions of FluidSynth for DLS support & core dependency of the Swami project.

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

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

From 4fef6cb49513fce4056de177ee7a04bec05eef7a Mon Sep 17 00:00:00 2001
From: a dinosaur <nick@a-dinosaur.com>
Date: Mon, 11 May 2020 19:57:00 +1000
Subject: [PATCH] New package: libinstpatch-1.1.4

---
 common/shlibs                 |  1 +
 srcpkgs/libinstpatch-devel    |  1 +
 srcpkgs/libinstpatch/template | 24 ++++++++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/libinstpatch-devel
 create mode 100644 srcpkgs/libinstpatch/template

diff --git a/common/shlibs b/common/shlibs
index 8342e117092..de595520ae1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -974,6 +974,7 @@ libfftw3f_threads.so.3 libfftw-3.3_1
 libfftw3f.so.3 libfftw-3.3_1
 libfftw3f_omp.so.3 libfftw-3.3.5_1
 libfluidsynth.so.1 libfluidsynth-1.1.5_1
+libinstpatch-1.0.so.2 libinstpatch-1.1.4_1
 liblo.so.7 liblo-0.26_1
 libvamp-sdk.so.2 libvamp-plugin-sdk-2.2_1
 librubberband.so.2 librubberband-1.6.0_1
diff --git a/srcpkgs/libinstpatch-devel b/srcpkgs/libinstpatch-devel
new file mode 120000
index 00000000000..f2dc88bd2ed
--- /dev/null
+++ b/srcpkgs/libinstpatch-devel
@@ -0,0 +1 @@
+libinstpatch
\ No newline at end of file
diff --git a/srcpkgs/libinstpatch/template b/srcpkgs/libinstpatch/template
new file mode 100644
index 00000000000..be6c7349369
--- /dev/null
+++ b/srcpkgs/libinstpatch/template
@@ -0,0 +1,24 @@
+# Template file for 'libinstpatch'
+pkgname=libinstpatch
+version=1.1.4
+revision=1
+build_style=cmake
+configure_args="-DLIB_SUFFIX="
+hostmakedepends="pkgconf glib-devel"
+makedepends="libglib-devel libsndfile-devel"
+short_desc="GObject framework for working with MIDI instrument patch files"
+maintainer="a dinosaur <nick@a-dinosaur.com>"
+license="LGPL-2.1-only"
+homepage="https://github.com/swami/${pkgname}"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=e529b15055b7341ab7a75885338d0a9b84859e3f6ca3ed3c363e7f3521329c9c
+
+libinstpatch-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: libinstpatch-1.1.4
  2020-05-11 10:03 [PR PATCH] New package: libinstpatch-1.1.4 ScrelliCopter
@ 2020-05-11 10:10 ` ScrelliCopter
  2021-01-24 19:50 ` [PR PATCH] [Updated] New package: libinstpatch-1.1.5 ScrelliCopter
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ScrelliCopter @ 2020-05-11 10:10 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ScrelliCopter against master on the void-packages repository

https://github.com/ScrelliCopter/void-packages libinstpatch
https://github.com/void-linux/void-packages/pull/21832

New package: libinstpatch-1.1.4
Optional dependency in newer versions of FluidSynth for DLS support & core dependency of the Swami project.

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

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

From 96cb759cbba09f26cd7a13465dd1938e89eba1bf Mon Sep 17 00:00:00 2001
From: a dinosaur <nick@a-dinosaur.com>
Date: Mon, 11 May 2020 19:57:00 +1000
Subject: [PATCH] New package: libinstpatch-1.1.4

---
 common/shlibs                 |  1 +
 srcpkgs/libinstpatch-devel    |  1 +
 srcpkgs/libinstpatch/template | 24 ++++++++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/libinstpatch-devel
 create mode 100644 srcpkgs/libinstpatch/template

diff --git a/common/shlibs b/common/shlibs
index 8342e117092..de595520ae1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -974,6 +974,7 @@ libfftw3f_threads.so.3 libfftw-3.3_1
 libfftw3f.so.3 libfftw-3.3_1
 libfftw3f_omp.so.3 libfftw-3.3.5_1
 libfluidsynth.so.1 libfluidsynth-1.1.5_1
+libinstpatch-1.0.so.2 libinstpatch-1.1.4_1
 liblo.so.7 liblo-0.26_1
 libvamp-sdk.so.2 libvamp-plugin-sdk-2.2_1
 librubberband.so.2 librubberband-1.6.0_1
diff --git a/srcpkgs/libinstpatch-devel b/srcpkgs/libinstpatch-devel
new file mode 120000
index 00000000000..f2dc88bd2ed
--- /dev/null
+++ b/srcpkgs/libinstpatch-devel
@@ -0,0 +1 @@
+libinstpatch
\ No newline at end of file
diff --git a/srcpkgs/libinstpatch/template b/srcpkgs/libinstpatch/template
new file mode 100644
index 00000000000..ef0fbc1fd2f
--- /dev/null
+++ b/srcpkgs/libinstpatch/template
@@ -0,0 +1,24 @@
+# Template file for 'libinstpatch'
+pkgname=libinstpatch
+version=1.1.4
+revision=1
+build_style=cmake
+configure_args="-DLIB_SUFFIX="
+hostmakedepends="pkgconf glib-devel"
+makedepends="libglib-devel libsndfile-devel"
+short_desc="GObject framework for working with MIDI instrument patch files"
+maintainer="a dinosaur <nick@a-dinosaur.com>"
+license="LGPL-2.1-only"
+homepage="https://github.com/swami/libinstpatch"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=e529b15055b7341ab7a75885338d0a9b84859e3f6ca3ed3c363e7f3521329c9c
+
+libinstpatch-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: libinstpatch-1.1.5
  2020-05-11 10:03 [PR PATCH] New package: libinstpatch-1.1.4 ScrelliCopter
  2020-05-11 10:10 ` [PR PATCH] [Updated] " ScrelliCopter
@ 2021-01-24 19:50 ` ScrelliCopter
  2021-01-24 19:55 ` New package: libinstpatch-1.1.6 ScrelliCopter
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ScrelliCopter @ 2021-01-24 19:50 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ScrelliCopter against master on the void-packages repository

https://github.com/ScrelliCopter/void-packages libinstpatch
https://github.com/void-linux/void-packages/pull/21832

New package: libinstpatch-1.1.5
Optional dependency in newer versions of FluidSynth for DLS support & core dependency of the Swami project.

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

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

From 0c6d1ea46b4fa964d98bffadc3e9c5f68fb006bb Mon Sep 17 00:00:00 2001
From: a dinosaur <nick@a-dinosaur.com>
Date: Mon, 11 May 2020 19:57:00 +1000
Subject: [PATCH] New package: libinstpatch-1.1.6

---
 common/shlibs                 |  1 +
 srcpkgs/libinstpatch-devel    |  1 +
 srcpkgs/libinstpatch/template | 24 ++++++++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/libinstpatch-devel
 create mode 100644 srcpkgs/libinstpatch/template

diff --git a/common/shlibs b/common/shlibs
index 8c6b5d9d014..2865759aa5b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -961,6 +961,7 @@ libfftw3f_threads.so.3 libfftw-3.3_1
 libfftw3f.so.3 libfftw-3.3_1
 libfftw3f_omp.so.3 libfftw-3.3.5_1
 libfluidsynth.so.2 libfluidsynth-2.1.1_1
+libinstpatch-1.0.so.2 libinstpatch-1.1.6_1
 liblo.so.7 liblo-0.26_1
 libvamp-sdk.so.2 libvamp-plugin-sdk-2.2_1
 librubberband.so.2 librubberband-1.6.0_1
diff --git a/srcpkgs/libinstpatch-devel b/srcpkgs/libinstpatch-devel
new file mode 120000
index 00000000000..f2dc88bd2ed
--- /dev/null
+++ b/srcpkgs/libinstpatch-devel
@@ -0,0 +1 @@
+libinstpatch
\ No newline at end of file
diff --git a/srcpkgs/libinstpatch/template b/srcpkgs/libinstpatch/template
new file mode 100644
index 00000000000..fdf77b051f5
--- /dev/null
+++ b/srcpkgs/libinstpatch/template
@@ -0,0 +1,24 @@
+# Template file for 'libinstpatch'
+pkgname=libinstpatch
+version=1.1.6
+revision=1
+build_style=cmake
+configure_args="-DLIB_SUFFIX="
+hostmakedepends="pkgconf glib-devel"
+makedepends="libglib-devel libsndfile-devel"
+short_desc="GObject framework for working with MIDI instrument patch files"
+maintainer="a dinosaur <nick@a-dinosaur.com>"
+license="LGPL-2.1-only"
+homepage="https://github.com/swami/libinstpatch"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=8e9861b04ede275d712242664dab6ffa9166c7940fea3b017638681d25e10299
+
+libinstpatch-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: New package: libinstpatch-1.1.6
  2020-05-11 10:03 [PR PATCH] New package: libinstpatch-1.1.4 ScrelliCopter
  2020-05-11 10:10 ` [PR PATCH] [Updated] " ScrelliCopter
  2021-01-24 19:50 ` [PR PATCH] [Updated] New package: libinstpatch-1.1.5 ScrelliCopter
@ 2021-01-24 19:55 ` ScrelliCopter
  2021-07-20 20:03 ` ericonr
  2021-07-20 20:03 ` [PR PATCH] [Closed]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ScrelliCopter @ 2021-01-24 19:55 UTC (permalink / raw)
  To: ml

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

New comment by ScrelliCopter on void-packages repository

https://github.com/void-linux/void-packages/pull/21832#issuecomment-766421450

Comment:
Updated to latest tagged release https://github.com/swami/libinstpatch/releases/tag/v1.1.6

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

* Re: New package: libinstpatch-1.1.6
  2020-05-11 10:03 [PR PATCH] New package: libinstpatch-1.1.4 ScrelliCopter
                   ` (2 preceding siblings ...)
  2021-01-24 19:55 ` New package: libinstpatch-1.1.6 ScrelliCopter
@ 2021-07-20 20:03 ` ericonr
  2021-07-20 20:03 ` [PR PATCH] [Closed]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-07-20 20:03 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/21832#issuecomment-883658486

Comment:
This was added in b82f4d545ecfe98e7ed57e8e7445c6f50f3218dd, sorry that I forgot this PR.

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

* Re: [PR PATCH] [Closed]: New package: libinstpatch-1.1.6
  2020-05-11 10:03 [PR PATCH] New package: libinstpatch-1.1.4 ScrelliCopter
                   ` (3 preceding siblings ...)
  2021-07-20 20:03 ` ericonr
@ 2021-07-20 20:03 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-07-20 20:03 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: libinstpatch-1.1.6
https://github.com/void-linux/void-packages/pull/21832

Description:
Optional dependency in newer versions of FluidSynth for DLS support & core dependency of the Swami project.

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

end of thread, other threads:[~2021-07-20 20:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 10:03 [PR PATCH] New package: libinstpatch-1.1.4 ScrelliCopter
2020-05-11 10:10 ` [PR PATCH] [Updated] " ScrelliCopter
2021-01-24 19:50 ` [PR PATCH] [Updated] New package: libinstpatch-1.1.5 ScrelliCopter
2021-01-24 19:55 ` New package: libinstpatch-1.1.6 ScrelliCopter
2021-07-20 20:03 ` ericonr
2021-07-20 20:03 ` [PR PATCH] [Closed]: " ericonr

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