Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] spandsp: fix distfiles
@ 2021-11-09 20:54 newbluemoon
  2021-11-10  0:09 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: newbluemoon @ 2021-11-09 20:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages spandsp
https://github.com/void-linux/void-packages/pull/34000

spandsp: fix distfiles
upstream seems to be down, use fedora mirror (taken from the AUR pkgbuild)
also fix lint error

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 6d034cafd61970d3c91ece4e2bef39b4610216fe Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 9 Nov 2021 21:50:31 +0100
Subject: [PATCH] spandsp: fix distfiles

upstream seems to be down, use fedora mirror
also fix lint error
---
 srcpkgs/spandsp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/spandsp/template b/srcpkgs/spandsp/template
index 661790e139f4..1d926c914de2 100644
--- a/srcpkgs/spandsp/template
+++ b/srcpkgs/spandsp/template
@@ -4,11 +4,11 @@ version=0.0.6
 revision=3
 build_style=gnu-configure
 makedepends="tiff-devel"
-short_desc="A library of many DSP functions for telephony"
+short_desc="Library of many DSP functions for telephony"
 maintainer="JohnZ <me@johnnynator.dev>"
 license="LGPL-2.1-only, GPL-2.0-only"
 homepage="https://www.soft-switch.org/"
-distfiles="https://www.soft-switch.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
+distfiles="https://src.fedoraproject.org/lookaside/pkgs/spandsp/spandsp-${version}.tar.gz/897d839516a6d4edb20397d4757a7ca3/spandsp-${version}.tar.gz"
 checksum=cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465
 
 spandsp-devel_package() {

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

* Re: spandsp: fix distfiles
  2021-11-09 20:54 [PR PATCH] spandsp: fix distfiles newbluemoon
@ 2021-11-10  0:09 ` ericonr
  2021-11-10  4:43 ` newbluemoon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-11-10  0:09 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34000#issuecomment-964657822

Comment:
I don't think that's a particularly concise mirroring option...

@Johnnynator thoughts?

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

* Re: spandsp: fix distfiles
  2021-11-09 20:54 [PR PATCH] spandsp: fix distfiles newbluemoon
  2021-11-10  0:09 ` ericonr
@ 2021-11-10  4:43 ` newbluemoon
  2021-11-12  8:29 ` [PR PATCH] [Updated] " newbluemoon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: newbluemoon @ 2021-11-10  4:43 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/34000#issuecomment-964782144

Comment:
I was afraid you’d say something like this ;) At first I was thinking about using the Debian source file, but the checksum would have changed so I chose this one. Best option would probably be to put it on a Void distfiles mirror like some other packages do.

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

* Re: [PR PATCH] [Updated] spandsp: fix distfiles
  2021-11-09 20:54 [PR PATCH] spandsp: fix distfiles newbluemoon
  2021-11-10  0:09 ` ericonr
  2021-11-10  4:43 ` newbluemoon
@ 2021-11-12  8:29 ` newbluemoon
  2021-11-12  8:32 ` newbluemoon
  2021-11-13  2:38 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: newbluemoon @ 2021-11-12  8:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages spandsp
https://github.com/void-linux/void-packages/pull/34000

spandsp: fix distfiles
upstream seems to be down, use fedora mirror (taken from the AUR pkgbuild)
also fix lint error

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From e83e40d344a5e8bd2acffe18fd42ebe58b0b67ca Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 9 Nov 2021 21:50:31 +0100
Subject: [PATCH] spandsp: use debian mirror

because main site is down
and fix lint error
---
 srcpkgs/spandsp/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/spandsp/template b/srcpkgs/spandsp/template
index 661790e139f4..6a8f3ab715f1 100644
--- a/srcpkgs/spandsp/template
+++ b/srcpkgs/spandsp/template
@@ -2,14 +2,15 @@
 pkgname=spandsp
 version=0.0.6
 revision=3
+wrksrc="${pkgname}-${version}+dfsg"
 build_style=gnu-configure
 makedepends="tiff-devel"
-short_desc="A library of many DSP functions for telephony"
+short_desc="Library of many DSP functions for telephony"
 maintainer="JohnZ <me@johnnynator.dev>"
 license="LGPL-2.1-only, GPL-2.0-only"
 homepage="https://www.soft-switch.org/"
-distfiles="https://www.soft-switch.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465
+distfiles="${DEBIAN_SITE}/main/s/spandsp/spandsp_${version}+dfsg.orig.tar.xz"
+checksum=3dcdc611b8a119f1f26540d05e6279c4c1e5cd576271f6d45df431359fc190f9
 
 spandsp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: spandsp: fix distfiles
  2021-11-09 20:54 [PR PATCH] spandsp: fix distfiles newbluemoon
                   ` (2 preceding siblings ...)
  2021-11-12  8:29 ` [PR PATCH] [Updated] " newbluemoon
@ 2021-11-12  8:32 ` newbluemoon
  2021-11-13  2:38 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: newbluemoon @ 2021-11-12  8:32 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/34000#issuecomment-966918128

Comment:
Changed it to use the debian mirror. This seems to be the most reasonable choice. ;)

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

* Re: [PR PATCH] [Merged]: spandsp: fix distfiles
  2021-11-09 20:54 [PR PATCH] spandsp: fix distfiles newbluemoon
                   ` (3 preceding siblings ...)
  2021-11-12  8:32 ` newbluemoon
@ 2021-11-13  2:38 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-11-13  2:38 UTC (permalink / raw)
  To: ml

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

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

spandsp: fix distfiles
https://github.com/void-linux/void-packages/pull/34000

Description:
upstream seems to be down, use fedora mirror (taken from the AUR pkgbuild)
also fix lint error

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-11-13  2:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 20:54 [PR PATCH] spandsp: fix distfiles newbluemoon
2021-11-10  0:09 ` ericonr
2021-11-10  4:43 ` newbluemoon
2021-11-12  8:29 ` [PR PATCH] [Updated] " newbluemoon
2021-11-12  8:32 ` newbluemoon
2021-11-13  2:38 ` [PR PATCH] [Merged]: " ericonr

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