Github messages for voidlinux
 help / color / mirror / Atom feed
From: anjandev <anjandev@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Scream
Date: Wed, 01 Apr 2020 12:00:07 +0200	[thread overview]
Message-ID: <20200401100007.RQDqTCwiCXQwe84fk1vwmgBVDmWsMLRwxCfocNi7HRI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20540@inbox.vuxu.org>

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

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

https://github.com/anjandev/void-packages scream
https://github.com/void-linux/void-packages/pull/20540

Scream


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

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

From 4511f77884e484da05657fd80bd655aeb159eedf Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 1 Apr 2020 02:12:13 -0700
Subject: [PATCH 1/6] New package: scream-pulseaudio-ivshmem-3.4

---
 srcpkgs/scream-pulseaudio-ivshmem/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/scream-pulseaudio-ivshmem/template

diff --git a/srcpkgs/scream-pulseaudio-ivshmem/template b/srcpkgs/scream-pulseaudio-ivshmem/template
new file mode 100644
index 00000000000..62d3dc7f6c6
--- /dev/null
+++ b/srcpkgs/scream-pulseaudio-ivshmem/template
@@ -0,0 +1,19 @@
+# Template file for 'scream-pulseaudio-ivshmem'
+pkgname=scream-pulseaudio-ivshmem
+version=3.4
+revision=1
+wrksrc=scream-$version
+build_wrksrc=Receivers/pulseaudio-ivshmem
+build_style=gnu-makefile
+makedepends="pulseaudio-devel"
+short_desc="Virtual network sound card for Microsoft Windows - pulse-ivshmem"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="MS-PL"
+homepage="https://github.com/duncanthrax/scream"
+distfiles="https://github.com/duncanthrax/scream/archive/${version}.tar.gz"
+checksum=3441d38b3a4c76ac4ca883a939542c9cf3701a386356feddba43b40c3a2bdb5e
+
+do_install() {
+	vbin scream-ivshmem-pulse
+	vdoc README.md
+}

From 11ec8a24d30e2c1581fe3a71d64df248510dcbfa Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 1 Apr 2020 02:17:36 -0700
Subject: [PATCH 2/6] New package: scream-pulseaudio-3.4

---
 srcpkgs/scream-pulseaudio/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/scream-pulseaudio/template

diff --git a/srcpkgs/scream-pulseaudio/template b/srcpkgs/scream-pulseaudio/template
new file mode 100644
index 00000000000..e463d73566d
--- /dev/null
+++ b/srcpkgs/scream-pulseaudio/template
@@ -0,0 +1,19 @@
+# Template file for 'scream-pulseaudio'
+pkgname=scream-pulseaudio
+version=3.4
+revision=1
+wrksrc=scream-$version
+build_wrksrc=Receivers/pulseaudio
+build_style=gnu-makefile
+makedepends="pulseaudio-devel"
+short_desc="Virtual network sound card for Microsoft Windows - pulseaudio reciever"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="MS-PL"
+homepage="https://github.com/duncanthrax/scream"
+distfiles="https://github.com/duncanthrax/scream/archive/${version}.tar.gz"
+checksum=3441d38b3a4c76ac4ca883a939542c9cf3701a386356feddba43b40c3a2bdb5e
+
+do_install() {
+	vbin scream-pulse
+	vdoc README.md
+}

From 47c20e6d4544f5f839fdfde41a370847f3a3a99c Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 1 Apr 2020 02:29:07 -0700
Subject: [PATCH 3/6] New package: scream-raw-3.4

---
 srcpkgs/scream-raw/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/scream-raw/template

diff --git a/srcpkgs/scream-raw/template b/srcpkgs/scream-raw/template
new file mode 100644
index 00000000000..be718ccf859
--- /dev/null
+++ b/srcpkgs/scream-raw/template
@@ -0,0 +1,19 @@
+# Template file for 'scream-${_recieverName}'
+_recieverName=raw
+pkgname=scream-${_recieverName}
+version=3.4
+revision=1
+wrksrc=scream-$version
+build_wrksrc=Receivers/${_recieverName}
+build_style=gnu-makefile
+short_desc="Virtual network sound card for Microsoft Windows - raw reciever"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="MS-PL"
+homepage="https://github.com/duncanthrax/scream"
+distfiles="https://github.com/duncanthrax/scream/archive/${version}.tar.gz"
+checksum=3441d38b3a4c76ac4ca883a939542c9cf3701a386356feddba43b40c3a2bdb5e
+
+do_install() {
+	vbin scream-${_recieverName}
+	vdoc README.md
+}

From 765102bcd585bddbd0a3b40f4c80ad31a2dcc61d Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 1 Apr 2020 02:29:12 -0700
Subject: [PATCH 4/6] New package: scream-raw-ivshmem-3.4

---
 srcpkgs/scream-raw-ivshmem/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/scream-raw-ivshmem/template

diff --git a/srcpkgs/scream-raw-ivshmem/template b/srcpkgs/scream-raw-ivshmem/template
new file mode 100644
index 00000000000..a5e77da01b9
--- /dev/null
+++ b/srcpkgs/scream-raw-ivshmem/template
@@ -0,0 +1,19 @@
+# Template file for 'scream-${_recieverName}'
+_recieverName=raw-ivshmem
+pkgname=scream-${_recieverName}
+version=3.4
+revision=1
+wrksrc=scream-$version
+build_wrksrc=Receivers/${_recieverName}
+build_style=gnu-makefile
+short_desc="Virtual network sound card for Microsoft Windows - raw-ivshmem reciever"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="MS-PL"
+homepage="https://github.com/duncanthrax/scream"
+distfiles="https://github.com/duncanthrax/scream/archive/${version}.tar.gz"
+checksum=3441d38b3a4c76ac4ca883a939542c9cf3701a386356feddba43b40c3a2bdb5e
+
+do_install() {
+	vbin scream-ivshmem-raw
+	vdoc README.md
+}

From 52cf55de081a178fad2f2ee9c2412263eab000af Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 1 Apr 2020 02:29:17 -0700
Subject: [PATCH 5/6] New package: scream-alsa-3.4

---
 srcpkgs/scream-alsa/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/scream-alsa/template

diff --git a/srcpkgs/scream-alsa/template b/srcpkgs/scream-alsa/template
new file mode 100644
index 00000000000..44a4ac52ce7
--- /dev/null
+++ b/srcpkgs/scream-alsa/template
@@ -0,0 +1,20 @@
+# Template file for 'scream-${_recieverName}'
+_recieverName=alsa
+pkgname=scream-${_recieverName}
+version=3.4
+revision=1
+wrksrc=scream-$version
+build_wrksrc=Receivers/${_recieverName}
+build_style=gnu-makefile
+makedepends="${_recieverName}-lib-devel"
+short_desc="Virtual network sound card for Microsoft Windows - alsa reciever"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="MS-PL"
+homepage="https://github.com/duncanthrax/scream"
+distfiles="https://github.com/duncanthrax/scream/archive/${version}.tar.gz"
+checksum=3441d38b3a4c76ac4ca883a939542c9cf3701a386356feddba43b40c3a2bdb5e
+
+do_install() {
+	vbin scream-${_recieverName}
+	vdoc README.md
+}

From d55b593d9ee79647bdfd9996a3d37dcc327f3f65 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 1 Apr 2020 02:30:52 -0700
Subject: [PATCH 6/6] New package: scream-alsa-ivshmem-3.4

---
 srcpkgs/scream-alsa-ivshmem/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/scream-alsa-ivshmem/template

diff --git a/srcpkgs/scream-alsa-ivshmem/template b/srcpkgs/scream-alsa-ivshmem/template
new file mode 100644
index 00000000000..c32fd810384
--- /dev/null
+++ b/srcpkgs/scream-alsa-ivshmem/template
@@ -0,0 +1,20 @@
+# Template file for 'scream-${_recieverName}'
+_recieverName=alsa-ivshmem
+pkgname=scream-${_recieverName}
+version=3.4
+revision=1
+wrksrc=scream-$version
+build_wrksrc=Receivers/${_recieverName}
+build_style=gnu-makefile
+makedepends="alsa-lib-devel"
+short_desc="Virtual network sound card for Microsoft Windows - alsa-ivshmem"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="MS-PL"
+homepage="https://github.com/duncanthrax/scream"
+distfiles="https://github.com/duncanthrax/scream/archive/${version}.tar.gz"
+checksum=3441d38b3a4c76ac4ca883a939542c9cf3701a386356feddba43b40c3a2bdb5e
+
+do_install() {
+	vbin scream-${_recieverName}
+	vdoc README.md
+}

  reply	other threads:[~2020-04-01 10:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-01  9:34 [PR PATCH] Scream anjandev
2020-04-01 10:00 ` anjandev [this message]
2020-04-03 14:29 ` [PR PATCH] [Merged]: Scream Johnnynator

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=20200401100007.RQDqTCwiCXQwe84fk1vwmgBVDmWsMLRwxCfocNi7HRI@z \
    --to=anjandev@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).