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] New package: scream-3.5
Date: Mon, 25 May 2020 00:48:01 +0200	[thread overview]
Message-ID: <20200524224801.6gZxnPrYNMjLgfvwF4nT_f15y9y1xgzD_1ODXndhNas@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22252@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 481 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/22252

New package: scream-3.5
https://github.com/duncanthrax/scream/pull/78#issuecomment-609028661

Old packages were removed upstream. We now have only one file to package and it's much simpler.

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

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

From 1efd70d39deb98c29c5f060e9a1521303bba0fac Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Sun, 24 May 2020 15:47:16 -0700
Subject: [PATCH] New package: scream-3.5

---
 srcpkgs/scream-alsa-ivshmem/template       | 17 ++++-------------
 srcpkgs/scream-alsa/template               | 17 ++++-------------
 srcpkgs/scream-pulseaudio-ivshmem/template | 17 ++++-------------
 srcpkgs/scream-pulseaudio/template         | 17 ++++-------------
 srcpkgs/scream-raw-ivshmem/template        | 16 ++++------------
 srcpkgs/scream-raw/template                | 16 ++++------------
 srcpkgs/scream/template                    | 14 ++++++++++++++
 7 files changed, 38 insertions(+), 76 deletions(-)
 create mode 100644 srcpkgs/scream/template

diff --git a/srcpkgs/scream-alsa-ivshmem/template b/srcpkgs/scream-alsa-ivshmem/template
index 8b745493688..a05e26005f3 100644
--- a/srcpkgs/scream-alsa-ivshmem/template
+++ b/srcpkgs/scream-alsa-ivshmem/template
@@ -2,19 +2,10 @@
 _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"
+revision=2
+build_style=meta
+depends=scream
+short_desc="Sound card for MS Windows - alsa-ivshmem (transitional dummy package)"
 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-alsa
-	vdoc README.md
-}
diff --git a/srcpkgs/scream-alsa/template b/srcpkgs/scream-alsa/template
index 44a4ac52ce7..3fd1a3eb767 100644
--- a/srcpkgs/scream-alsa/template
+++ b/srcpkgs/scream-alsa/template
@@ -2,19 +2,10 @@
 _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"
+revision=2
+build_style=meta
+depends=scream
+short_desc="Virtual sound card for MS Windows - alsa (transitional dummy package)"
 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
-}
diff --git a/srcpkgs/scream-pulseaudio-ivshmem/template b/srcpkgs/scream-pulseaudio-ivshmem/template
index 62d3dc7f6c6..c22b4af9a10 100644
--- a/srcpkgs/scream-pulseaudio-ivshmem/template
+++ b/srcpkgs/scream-pulseaudio-ivshmem/template
@@ -1,19 +1,10 @@
 # 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"
+revision=2
+build_style=meta
+depends=scream
+short_desc="Virtual sound card for Windows (transitional dummy package)"
 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
-}
diff --git a/srcpkgs/scream-pulseaudio/template b/srcpkgs/scream-pulseaudio/template
index e463d73566d..294f8a44816 100644
--- a/srcpkgs/scream-pulseaudio/template
+++ b/srcpkgs/scream-pulseaudio/template
@@ -1,19 +1,10 @@
 # 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"
+revision=2
+build_style=meta
+depends=scream
+short_desc="Sound card for MS Windows - pulseaudio (transitional dummy package)"
 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
-}
diff --git a/srcpkgs/scream-raw-ivshmem/template b/srcpkgs/scream-raw-ivshmem/template
index a5e77da01b9..d7565bbca98 100644
--- a/srcpkgs/scream-raw-ivshmem/template
+++ b/srcpkgs/scream-raw-ivshmem/template
@@ -2,18 +2,10 @@
 _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"
+revision=2
+build_style=meta
+depends=scream
+short_desc="Sound card for MS Windows (transitional dummy package)"
 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
-}
diff --git a/srcpkgs/scream-raw/template b/srcpkgs/scream-raw/template
index be718ccf859..c9f96f92a6f 100644
--- a/srcpkgs/scream-raw/template
+++ b/srcpkgs/scream-raw/template
@@ -2,18 +2,10 @@
 _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"
+revision=2
+build_style=meta
+depends=scream
+short_desc="Sound card for MS Windows - alsa-raw (transitional dummy package)"
 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
-}
diff --git a/srcpkgs/scream/template b/srcpkgs/scream/template
new file mode 100644
index 00000000000..5e473a35aa7
--- /dev/null
+++ b/srcpkgs/scream/template
@@ -0,0 +1,14 @@
+# Template file for 'scream'
+pkgname=scream
+version=3.5
+revision=1
+wrksrc=scream-$version/Receivers/unix/
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="alsa-lib-devel pulseaudio-devel"
+short_desc="Virtual network sound card for Microsoft Windows - Unix 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=76170ea86a3024512078b395d4d557434d00cf9a6be9ddb298bf64eff191460c

  parent reply	other threads:[~2020-05-24 22:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-24  9:31 [PR PATCH] " anjandev
2020-05-24 10:39 ` Oreo639
2020-05-24 10:45 ` anjandev
2020-05-24 10:50 ` Oreo639
2020-05-24 10:51 ` Oreo639
2020-05-24 22:48 ` anjandev [this message]
2020-05-24 22:48 ` anjandev
2020-05-24 22:48 ` anjandev
2021-12-26 13:29 ` [PR PATCH] [Closed]: " 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=20200524224801.6gZxnPrYNMjLgfvwF4nT_f15y9y1xgzD_1ODXndhNas@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).