Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flac: update to 1.3.4.
@ 2022-02-21 20:50 tibequadorian
  2022-02-21 20:51 ` [PR PATCH] [Updated] " tibequadorian
  2022-02-23 19:12 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: tibequadorian @ 2022-02-21 20:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages flac
https://github.com/void-linux/void-packages/pull/35741

flac: update to 1.3.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Checks pass locally for x86_64, x86_64-musl and i686.

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35741.patch is attached

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

From 8ea570984e22d8b255107cfadeacf55779b3d527 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 21 Feb 2022 21:43:53 +0100
Subject: [PATCH] flac: update to 1.3.4.

---
 srcpkgs/flac/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/flac/template b/srcpkgs/flac/template
index 78d111c2e244..114fe0699db0 100644
--- a/srcpkgs/flac/template
+++ b/srcpkgs/flac/template
@@ -1,7 +1,7 @@
 # Template file for 'flac'
 pkgname=flac
-version=1.3.3
-revision=3
+version=1.3.4
+revision=1
 build_style=gnu-configure
 configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin
  --with-ogg=${XBPS_CROSS_BASE}/usr --disable-thorough-tests"
@@ -10,9 +10,9 @@ makedepends="libogg-devel"
 short_desc="Free Lossless Audio Codec"
 maintainer="Colin Booth <colin-void@heliocat.net>"
 license="BSD-3-Clause, GPL-2.0-or-later"
-homepage="http://flac.sourceforge.net/"
+homepage="https://xiph.org/flac/"
 distfiles="https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz"
-checksum=213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748
+checksum=8ff0607e75a322dd7cd6ec48f4f225471404ae2730d0ea945127b1355155e737
 # the tests fail when run as root and as such break in the CI containers
 make_check=ci-skip
 

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

* Re: [PR PATCH] [Updated] flac: update to 1.3.4.
  2022-02-21 20:50 [PR PATCH] flac: update to 1.3.4 tibequadorian
@ 2022-02-21 20:51 ` tibequadorian
  2022-02-23 19:12 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: tibequadorian @ 2022-02-21 20:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages flac
https://github.com/void-linux/void-packages/pull/35741

flac: update to 1.3.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Checks pass locally for x86_64, x86_64-musl and i686.

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35741.patch is attached

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

From 8ea570984e22d8b255107cfadeacf55779b3d527 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 21 Feb 2022 21:43:53 +0100
Subject: [PATCH] flac: update to 1.3.4.

---
 srcpkgs/flac/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/flac/template b/srcpkgs/flac/template
index 78d111c2e244..114fe0699db0 100644
--- a/srcpkgs/flac/template
+++ b/srcpkgs/flac/template
@@ -1,7 +1,7 @@
 # Template file for 'flac'
 pkgname=flac
-version=1.3.3
-revision=3
+version=1.3.4
+revision=1
 build_style=gnu-configure
 configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin
  --with-ogg=${XBPS_CROSS_BASE}/usr --disable-thorough-tests"
@@ -10,9 +10,9 @@ makedepends="libogg-devel"
 short_desc="Free Lossless Audio Codec"
 maintainer="Colin Booth <colin-void@heliocat.net>"
 license="BSD-3-Clause, GPL-2.0-or-later"
-homepage="http://flac.sourceforge.net/"
+homepage="https://xiph.org/flac/"
 distfiles="https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz"
-checksum=213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748
+checksum=8ff0607e75a322dd7cd6ec48f4f225471404ae2730d0ea945127b1355155e737
 # the tests fail when run as root and as such break in the CI containers
 make_check=ci-skip
 

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

* Re: [PR PATCH] [Merged]: flac: update to 1.3.4.
  2022-02-21 20:50 [PR PATCH] flac: update to 1.3.4 tibequadorian
  2022-02-21 20:51 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-02-23 19:12 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2022-02-23 19:12 UTC (permalink / raw)
  To: ml

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

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

flac: update to 1.3.4.
https://github.com/void-linux/void-packages/pull/35741

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Checks pass locally for x86_64, x86_64-musl and i686.

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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] 3+ messages in thread

end of thread, other threads:[~2022-02-23 19:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 20:50 [PR PATCH] flac: update to 1.3.4 tibequadorian
2022-02-21 20:51 ` [PR PATCH] [Updated] " tibequadorian
2022-02-23 19:12 ` [PR PATCH] [Merged]: " leahneukirchen

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