Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] raul: update to 2.0.0; raul-devel: remove package
@ 2022-09-08 15:49 icp1994
  2022-09-08 15:53 ` classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: icp1994 @ 2022-09-08 15:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages raul
https://github.com/void-linux/void-packages/pull/39170

raul: update to 2.0.0; raul-devel: remove package
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

I don't know how to test a C++ header library. Nothing on the repo depends on it. FWIW the upstream tests passes.

In reference to https://github.com/void-linux/void-packages/issues/38229 and https://github.com/void-linux/void-packages/issues/39083.

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

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

From aa01bcc3e54bcbe61d519ee42fc03b169399be9d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 8 Sep 2022 13:55:20 +0530
Subject: [PATCH] raul: update to 2.0.0; raul-devel: remove package

---
 common/shlibs                     |  1 -
 srcpkgs/raul-devel                |  1 -
 srcpkgs/raul/template             | 34 +++++++++----------------------
 srcpkgs/removed-packages/template |  1 +
 4 files changed, 11 insertions(+), 26 deletions(-)
 delete mode 120000 srcpkgs/raul-devel

diff --git a/common/shlibs b/common/shlibs
index 9b3c4ac5125c..5ccd7d1fa79b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1082,7 +1082,6 @@ libxar.so.1 xar-1.6.1_9
 libmikmod.so.3 libmikmod-3.1.12_1
 libSDL_sound-1.0.so.1 SDL_sound-1.0.3_1
 libgtksourceview-2.0.so.0 gtksourceview2-2.10.5_1
-libraul.so.10 raul-0.8.0_1
 libxdot.so.4 graphviz-libs-2.28.0_6
 libgvpr.so.2 graphviz-libs-2.28.0_6
 libcgraph.so.6 graphviz-libs-2.28.0_6
diff --git a/srcpkgs/raul-devel b/srcpkgs/raul-devel
deleted file mode 120000
index ad81b98c318b..000000000000
--- a/srcpkgs/raul-devel
+++ /dev/null
@@ -1 +0,0 @@
-raul
\ No newline at end of file
diff --git a/srcpkgs/raul/template b/srcpkgs/raul/template
index 17d49984b580..77d17e063ded 100644
--- a/srcpkgs/raul/template
+++ b/srcpkgs/raul/template
@@ -1,27 +1,13 @@
 # Template file for 'raul'
 pkgname=raul
-version=0.8.0
-revision=6
-build_style=waf
-hostmakedepends="pkg-config python"
-makedepends="glib-devel boost-devel"
-short_desc="C++ utility library primarily aimed at audio/musical applications"
+version=2.0.0
+revision=1
+wrksrc="raul-v${version}"
+build_style=meson
+short_desc="Header-only C++ utility library for real-time audio applications"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="ISC"
-homepage="http://drobilla.net/software/raul/"
-distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
-checksum=0b35cd7bb6fb0b1ca0340be07678a2561888572c96cf4e4da4d8f4c03a20ba26
-
-post_install() {
-	vlicense COPYING
-}
-
-raul-devel_package() {
-	depends="libglib-devel raul>=${version}_${revision}"
-	short_desc+=" - Development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/pkgconfig
-		vmove "usr/lib/*.so"
-	}
-}
+license="CC0-1.0, GPL-3.0-or-later"
+homepage="https://gitlab.com/drobilla/raul"
+changelog="https://gitlab.com/drobilla/raul/-/raw/master/NEWS"
+distfiles="https://gitlab.com/drobilla/raul/-/archive/v${version}/raul-v${version}.tar.gz"
+checksum=5d38a8c457724a1b36bd03d7eecfc0eaffe61c856d35514df37f764cfa496fc4
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 4a55ec442101..f0b37e185412 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -413,6 +413,7 @@ replaces="
  qupzilla1<=1.8.9_16
  qupzilla<=3.0.1_1
  r2-bindings<=1.0.1_2
+ raul-devel<=0.8.0_6
  redkite<=1.3.1_1
  reminiscence<=0.4.6_1
  rkt-stage1-coreos<=1.30.0_3

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

* Re: raul: update to 2.0.0; raul-devel: remove package
  2022-09-08 15:49 [PR PATCH] raul: update to 2.0.0; raul-devel: remove package icp1994
@ 2022-09-08 15:53 ` classabbyamp
  2022-09-08 15:59 ` icp1994
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-09-08 15:53 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39170#issuecomment-1240906999

Comment:
nothing uses this library, we could probably just remove it outright

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

* Re: raul: update to 2.0.0; raul-devel: remove package
  2022-09-08 15:49 [PR PATCH] raul: update to 2.0.0; raul-devel: remove package icp1994
  2022-09-08 15:53 ` classabbyamp
@ 2022-09-08 15:59 ` icp1994
  2022-09-10 17:25 ` icp1994
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2022-09-08 15:59 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/39170#issuecomment-1240914603

Comment:
That works too I guess - not really attached either way.

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

* Re: raul: update to 2.0.0; raul-devel: remove package
  2022-09-08 15:49 [PR PATCH] raul: update to 2.0.0; raul-devel: remove package icp1994
  2022-09-08 15:53 ` classabbyamp
  2022-09-08 15:59 ` icp1994
@ 2022-09-10 17:25 ` icp1994
  2022-09-10 18:42 ` classabbyamp
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2022-09-10 17:25 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/39170#issuecomment-1242772143

Comment:
Just making sure before I push, we are removing `raul` too, right?

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

* Re: raul: update to 2.0.0; raul-devel: remove package
  2022-09-08 15:49 [PR PATCH] raul: update to 2.0.0; raul-devel: remove package icp1994
                   ` (2 preceding siblings ...)
  2022-09-10 17:25 ` icp1994
@ 2022-09-10 18:42 ` classabbyamp
  2022-09-11  5:16 ` [PR PATCH] [Updated] " icp1994
  2022-09-19  6:33 ` [PR PATCH] [Merged]: raul: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-09-10 18:42 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39170#issuecomment-1242785608

Comment:
yes, i think so

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

* Re: [PR PATCH] [Updated] raul: update to 2.0.0; raul-devel: remove package
  2022-09-08 15:49 [PR PATCH] raul: update to 2.0.0; raul-devel: remove package icp1994
                   ` (3 preceding siblings ...)
  2022-09-10 18:42 ` classabbyamp
@ 2022-09-11  5:16 ` icp1994
  2022-09-19  6:33 ` [PR PATCH] [Merged]: raul: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2022-09-11  5:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages raul
https://github.com/void-linux/void-packages/pull/39170

raul: update to 2.0.0; raul-devel: remove package
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

I don't know how to test a C++ header library. Nothing on the repo depends on it. FWIW the upstream tests passes.

In reference to https://github.com/void-linux/void-packages/issues/38229 and https://github.com/void-linux/void-packages/issues/39083.

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

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

From 9ebcbf72e470c3e94e8af5bd2cd93978a0cd38db Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 8 Sep 2022 13:55:20 +0530
Subject: [PATCH] raul: remove package

---
 common/shlibs                     |  1 -
 srcpkgs/raul-devel                |  1 -
 srcpkgs/raul/template             | 27 ---------------------------
 srcpkgs/removed-packages/template |  2 ++
 4 files changed, 2 insertions(+), 29 deletions(-)
 delete mode 120000 srcpkgs/raul-devel
 delete mode 100644 srcpkgs/raul/template

diff --git a/common/shlibs b/common/shlibs
index de889fceaf6c..16699e217e0d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1082,7 +1082,6 @@ libxar.so.1 xar-1.6.1_9
 libmikmod.so.3 libmikmod-3.1.12_1
 libSDL_sound-1.0.so.1 SDL_sound-1.0.3_1
 libgtksourceview-2.0.so.0 gtksourceview2-2.10.5_1
-libraul.so.10 raul-0.8.0_1
 libxdot.so.4 graphviz-libs-2.28.0_6
 libgvpr.so.2 graphviz-libs-2.28.0_6
 libcgraph.so.6 graphviz-libs-2.28.0_6
diff --git a/srcpkgs/raul-devel b/srcpkgs/raul-devel
deleted file mode 120000
index ad81b98c318b..000000000000
--- a/srcpkgs/raul-devel
+++ /dev/null
@@ -1 +0,0 @@
-raul
\ No newline at end of file
diff --git a/srcpkgs/raul/template b/srcpkgs/raul/template
deleted file mode 100644
index 17d49984b580..000000000000
--- a/srcpkgs/raul/template
+++ /dev/null
@@ -1,27 +0,0 @@
-# Template file for 'raul'
-pkgname=raul
-version=0.8.0
-revision=6
-build_style=waf
-hostmakedepends="pkg-config python"
-makedepends="glib-devel boost-devel"
-short_desc="C++ utility library primarily aimed at audio/musical applications"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="ISC"
-homepage="http://drobilla.net/software/raul/"
-distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
-checksum=0b35cd7bb6fb0b1ca0340be07678a2561888572c96cf4e4da4d8f4c03a20ba26
-
-post_install() {
-	vlicense COPYING
-}
-
-raul-devel_package() {
-	depends="libglib-devel raul>=${version}_${revision}"
-	short_desc+=" - Development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/pkgconfig
-		vmove "usr/lib/*.so"
-	}
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 4a55ec442101..7bed6e0f99b2 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -413,6 +413,8 @@ replaces="
  qupzilla1<=1.8.9_16
  qupzilla<=3.0.1_1
  r2-bindings<=1.0.1_2
+ raul-devel<=0.8.0_6
+ raul<=0.8.0_6
  redkite<=1.3.1_1
  reminiscence<=0.4.6_1
  rkt-stage1-coreos<=1.30.0_3

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

* Re: [PR PATCH] [Merged]: raul: remove package
  2022-09-08 15:49 [PR PATCH] raul: update to 2.0.0; raul-devel: remove package icp1994
                   ` (4 preceding siblings ...)
  2022-09-11  5:16 ` [PR PATCH] [Updated] " icp1994
@ 2022-09-19  6:33 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-09-19  6:33 UTC (permalink / raw)
  To: ml

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

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

raul: remove package
https://github.com/void-linux/void-packages/pull/39170

Description:
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

I don't know how to test a C++ header library. Nothing on the repo depends on it. FWIW the upstream tests passes.

In reference to https://github.com/void-linux/void-packages/issues/38229 and https://github.com/void-linux/void-packages/issues/39083.

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

end of thread, other threads:[~2022-09-19  6:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-08 15:49 [PR PATCH] raul: update to 2.0.0; raul-devel: remove package icp1994
2022-09-08 15:53 ` classabbyamp
2022-09-08 15:59 ` icp1994
2022-09-10 17:25 ` icp1994
2022-09-10 18:42 ` classabbyamp
2022-09-11  5:16 ` [PR PATCH] [Updated] " icp1994
2022-09-19  6:33 ` [PR PATCH] [Merged]: raul: " classabbyamp

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