Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: scream-3.5
@ 2020-05-24  9:31 anjandev
  2020-05-24 10:39 ` Oreo639
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: anjandev @ 2020-05-24  9:31 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: New package: scream-3.5
  2020-05-24  9:31 [PR PATCH] New package: scream-3.5 anjandev
@ 2020-05-24 10:39 ` Oreo639
  2020-05-24 10:45 ` anjandev
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Oreo639 @ 2020-05-24 10:39 UTC (permalink / raw)
  To: ml

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

New comment by Oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/22252#issuecomment-633211383

Comment:
It would probably be a good idea to provide transitional packages for those who have the other scream-* packages installed.

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

* Re: New package: scream-3.5
  2020-05-24  9:31 [PR PATCH] New package: scream-3.5 anjandev
  2020-05-24 10:39 ` Oreo639
@ 2020-05-24 10:45 ` anjandev
  2020-05-24 10:50 ` Oreo639
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: anjandev @ 2020-05-24 10:45 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/22252#issuecomment-633211955

Comment:
@Oreo639 any example of this?

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

* Re: New package: scream-3.5
  2020-05-24  9:31 [PR PATCH] New package: scream-3.5 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
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Oreo639 @ 2020-05-24 10:50 UTC (permalink / raw)
  To: ml

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

New comment by Oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/22252#issuecomment-633212542

Comment:
https://github.com/void-linux/void-packages/pull/19241
https://github.com/void-linux/void-packages/blob/c114983ac84ae221ac8bbf781f115e5e4721c7aa/srcpkgs/okteta5/template
Note, that instead of adding `(removed package)` to the end of the description like I did, you would add `(transitional dummy package)`. That was my bad.

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

* Re: New package: scream-3.5
  2020-05-24  9:31 [PR PATCH] New package: scream-3.5 anjandev
                   ` (2 preceding siblings ...)
  2020-05-24 10:50 ` Oreo639
@ 2020-05-24 10:51 ` Oreo639
  2020-05-24 22:48 ` [PR PATCH] [Updated] " anjandev
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Oreo639 @ 2020-05-24 10:51 UTC (permalink / raw)
  To: ml

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

New comment by Oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/22252#issuecomment-633212542

Comment:
Here is one that I did:
https://github.com/void-linux/void-packages/pull/19241
And here is another one:
https://github.com/void-linux/void-packages/blob/c114983ac84ae221ac8bbf781f115e5e4721c7aa/srcpkgs/okteta5/template
Note, that instead of adding `(removed package)` to the end of the description like I did, you would add `(transitional dummy package)`. That was my bad.

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

* Re: [PR PATCH] [Updated] New package: scream-3.5
  2020-05-24  9:31 [PR PATCH] New package: scream-3.5 anjandev
                   ` (3 preceding siblings ...)
  2020-05-24 10:51 ` Oreo639
@ 2020-05-24 22:48 ` anjandev
  2020-05-24 22:48 ` anjandev
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: anjandev @ 2020-05-24 22:48 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: New package: scream-3.5
  2020-05-24  9:31 [PR PATCH] New package: scream-3.5 anjandev
                   ` (4 preceding siblings ...)
  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
  7 siblings, 0 replies; 9+ messages in thread
From: anjandev @ 2020-05-24 22:48 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/22252#issuecomment-633312018

Comment:
@Oreo639 thank you. I have fixed it according to this. I got to learn a little bit of sed too! =)

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

* Re: New package: scream-3.5
  2020-05-24  9:31 [PR PATCH] New package: scream-3.5 anjandev
                   ` (5 preceding siblings ...)
  2020-05-24 22:48 ` anjandev
@ 2020-05-24 22:48 ` anjandev
  2021-12-26 13:29 ` [PR PATCH] [Closed]: " Johnnynator
  7 siblings, 0 replies; 9+ messages in thread
From: anjandev @ 2020-05-24 22:48 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/22252#issuecomment-633312018

Comment:
@Oreo639 thank you. I have fixed it according to this. I got to learn a little bit of `sed` too! =)

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

* Re: [PR PATCH] [Closed]: New package: scream-3.5
  2020-05-24  9:31 [PR PATCH] New package: scream-3.5 anjandev
                   ` (6 preceding siblings ...)
  2020-05-24 22:48 ` anjandev
@ 2021-12-26 13:29 ` Johnnynator
  7 siblings, 0 replies; 9+ messages in thread
From: Johnnynator @ 2021-12-26 13:29 UTC (permalink / raw)
  To: ml

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

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

New package: scream-3.5
https://github.com/void-linux/void-packages/pull/22252

Description:
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.

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

end of thread, other threads:[~2021-12-26 13:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-24  9:31 [PR PATCH] New package: scream-3.5 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 ` [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

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