Github messages for voidlinux
 help / color / mirror / Atom feed
From: anjandev <anjandev@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: scream-3.5
Date: Sun, 24 May 2020 11:31:03 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22252@inbox.vuxu.org> (raw)

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

There is a new 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: 6942 bytes --]

From 0703e28cdb80b3a439121732cbc773ed78d074d4 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Sun, 24 May 2020 02:27:26 -0700
Subject: [PATCH] New package: scream-3.5

---
 srcpkgs/scream-alsa-ivshmem/template       | 20 --------------------
 srcpkgs/scream-alsa/template               | 20 --------------------
 srcpkgs/scream-pulseaudio-ivshmem/template | 19 -------------------
 srcpkgs/scream-pulseaudio/template         | 19 -------------------
 srcpkgs/scream-raw-ivshmem/template        | 19 -------------------
 srcpkgs/scream-raw/template                | 19 -------------------
 srcpkgs/scream/template                    | 14 ++++++++++++++
 7 files changed, 14 insertions(+), 116 deletions(-)
 delete mode 100644 srcpkgs/scream-alsa-ivshmem/template
 delete mode 100644 srcpkgs/scream-alsa/template
 delete mode 100644 srcpkgs/scream-pulseaudio-ivshmem/template
 delete mode 100644 srcpkgs/scream-pulseaudio/template
 delete mode 100644 srcpkgs/scream-raw-ivshmem/template
 delete mode 100644 srcpkgs/scream-raw/template
 create mode 100644 srcpkgs/scream/template

diff --git a/srcpkgs/scream-alsa-ivshmem/template b/srcpkgs/scream-alsa-ivshmem/template
deleted file mode 100644
index 8b745493688..00000000000
--- a/srcpkgs/scream-alsa-ivshmem/template
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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-ivshmem-alsa
-	vdoc README.md
-}
diff --git a/srcpkgs/scream-alsa/template b/srcpkgs/scream-alsa/template
deleted file mode 100644
index 44a4ac52ce7..00000000000
--- a/srcpkgs/scream-alsa/template
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-}
diff --git a/srcpkgs/scream-pulseaudio-ivshmem/template b/srcpkgs/scream-pulseaudio-ivshmem/template
deleted file mode 100644
index 62d3dc7f6c6..00000000000
--- a/srcpkgs/scream-pulseaudio-ivshmem/template
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}
diff --git a/srcpkgs/scream-pulseaudio/template b/srcpkgs/scream-pulseaudio/template
deleted file mode 100644
index e463d73566d..00000000000
--- a/srcpkgs/scream-pulseaudio/template
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}
diff --git a/srcpkgs/scream-raw-ivshmem/template b/srcpkgs/scream-raw-ivshmem/template
deleted file mode 100644
index a5e77da01b9..00000000000
--- a/srcpkgs/scream-raw-ivshmem/template
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}
diff --git a/srcpkgs/scream-raw/template b/srcpkgs/scream-raw/template
deleted file mode 100644
index be718ccf859..00000000000
--- a/srcpkgs/scream-raw/template
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}
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

             reply	other threads:[~2020-05-24  9:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-24  9:31 anjandev [this message]
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 ` [PR PATCH] [Updated] " anjandev
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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22252@inbox.vuxu.org \
    --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).