Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] chromaprint: update to 1.5.1.
@ 2022-02-09 20:09 tibequadorian
  2022-02-09 20:28 ` [PR PATCH] [Updated] " tibequadorian
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tibequadorian @ 2022-02-09 20:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages chromaprint
https://github.com/void-linux/void-packages/pull/35495

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

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

<!--
#### 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/35495.patch is attached

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

From a72f5643e89f61a8e9079790a64328871c4b5475 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 9 Feb 2022 21:08:34 +0100
Subject: [PATCH] chromaprint: update to 1.5.1.

---
 srcpkgs/chromaprint/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/chromaprint/template b/srcpkgs/chromaprint/template
index 324e31b350d9..3825bb7d6f5b 100644
--- a/srcpkgs/chromaprint/template
+++ b/srcpkgs/chromaprint/template
@@ -1,8 +1,7 @@
 # Template file for 'chromaprint'
 pkgname=chromaprint
-version=1.5.0
+version=1.5.1
 revision=1
-wrksrc="chromaprint-v${version}"
 build_style=cmake
 configure_args="-DBUILD_TOOLS=ON"
 makedepends="fftw-devel ffmpeg-devel"
@@ -10,8 +9,9 @@ short_desc="Library that extracts fingerprints from any audio source"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, LGPL-2.1-only"
 homepage="https://acoustid.org/chromaprint"
+changelog="https://raw.githubusercontent.com/acoustid/chromaprint/master/NEWS.txt"
 distfiles="https://github.com/acoustid/chromaprint/releases/download/v${version}/chromaprint-${version}.tar.gz"
-checksum=573a5400e635b3823fc2394cfa7a217fbb46e8e50ecebd4a61991451a8af766a
+checksum=a1aad8fa3b8b18b78d3755b3767faff9abb67242e01b478ec9a64e190f335e1c
 
 post_install() {
 	vlicense LICENSE.md LICENSE

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

* Re: [PR PATCH] [Updated] chromaprint: update to 1.5.1.
  2022-02-09 20:09 [PR PATCH] chromaprint: update to 1.5.1 tibequadorian
@ 2022-02-09 20:28 ` tibequadorian
  2022-02-09 20:29 ` tibequadorian
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2022-02-09 20:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages chromaprint
https://github.com/void-linux/void-packages/pull/35495

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

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

<!--
#### 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/35495.patch is attached

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

From d43841fccbe1b094199262e7bd851c0ec3a23bb4 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 9 Feb 2022 21:08:34 +0100
Subject: [PATCH] chromaprint: update to 1.5.1.

---
 srcpkgs/chromaprint/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/chromaprint/template b/srcpkgs/chromaprint/template
index 324e31b350d9..13b49d7208a0 100644
--- a/srcpkgs/chromaprint/template
+++ b/srcpkgs/chromaprint/template
@@ -1,17 +1,22 @@
 # Template file for 'chromaprint'
 pkgname=chromaprint
-version=1.5.0
+version=1.5.1
 revision=1
-wrksrc="chromaprint-v${version}"
 build_style=cmake
 configure_args="-DBUILD_TOOLS=ON"
 makedepends="fftw-devel ffmpeg-devel"
+make_check_target="check"
 short_desc="Library that extracts fingerprints from any audio source"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, LGPL-2.1-only"
 homepage="https://acoustid.org/chromaprint"
+changelog="https://raw.githubusercontent.com/acoustid/chromaprint/master/NEWS.txt"
 distfiles="https://github.com/acoustid/chromaprint/releases/download/v${version}/chromaprint-${version}.tar.gz"
-checksum=573a5400e635b3823fc2394cfa7a217fbb46e8e50ecebd4a61991451a8af766a
+checksum=a1aad8fa3b8b18b78d3755b3767faff9abb67242e01b478ec9a64e190f335e1c
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" -DBUILD_TESTS=OFF"
+fi
 
 post_install() {
 	vlicense LICENSE.md LICENSE

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

* Re: [PR PATCH] [Updated] chromaprint: update to 1.5.1.
  2022-02-09 20:09 [PR PATCH] chromaprint: update to 1.5.1 tibequadorian
  2022-02-09 20:28 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-02-09 20:29 ` tibequadorian
  2022-02-14  8:51 ` [PR REVIEW] " paper42
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2022-02-09 20:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages chromaprint
https://github.com/void-linux/void-packages/pull/35495

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

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

<!--
#### 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/35495.patch is attached

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

From f597d37acf0cd24445dee50ab3452ed7e9e3e480 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 9 Feb 2022 21:08:34 +0100
Subject: [PATCH] chromaprint: update to 1.5.1.

---
 srcpkgs/chromaprint/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/chromaprint/template b/srcpkgs/chromaprint/template
index 324e31b350d9..4fc14707d31e 100644
--- a/srcpkgs/chromaprint/template
+++ b/srcpkgs/chromaprint/template
@@ -1,17 +1,22 @@
 # Template file for 'chromaprint'
 pkgname=chromaprint
-version=1.5.0
+version=1.5.1
 revision=1
-wrksrc="chromaprint-v${version}"
 build_style=cmake
 configure_args="-DBUILD_TOOLS=ON"
+make_check_target="check"
 makedepends="fftw-devel ffmpeg-devel"
 short_desc="Library that extracts fingerprints from any audio source"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, LGPL-2.1-only"
 homepage="https://acoustid.org/chromaprint"
+changelog="https://raw.githubusercontent.com/acoustid/chromaprint/master/NEWS.txt"
 distfiles="https://github.com/acoustid/chromaprint/releases/download/v${version}/chromaprint-${version}.tar.gz"
-checksum=573a5400e635b3823fc2394cfa7a217fbb46e8e50ecebd4a61991451a8af766a
+checksum=a1aad8fa3b8b18b78d3755b3767faff9abb67242e01b478ec9a64e190f335e1c
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" -DBUILD_TESTS=OFF"
+fi
 
 post_install() {
 	vlicense LICENSE.md LICENSE

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

* Re: [PR REVIEW] chromaprint: update to 1.5.1.
  2022-02-09 20:09 [PR PATCH] chromaprint: update to 1.5.1 tibequadorian
  2022-02-09 20:28 ` [PR PATCH] [Updated] " tibequadorian
  2022-02-09 20:29 ` tibequadorian
@ 2022-02-14  8:51 ` paper42
  2022-02-14 10:14 ` tibequadorian
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-02-14  8:51 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35495#discussion_r805618032

Comment:
```suggestion
if ! [ "$XBPS_CHECK_PKGS" ]; then
```
or do they fail to build on cross?

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

* Re: [PR REVIEW] chromaprint: update to 1.5.1.
  2022-02-09 20:09 [PR PATCH] chromaprint: update to 1.5.1 tibequadorian
                   ` (2 preceding siblings ...)
  2022-02-14  8:51 ` [PR REVIEW] " paper42
@ 2022-02-14 10:14 ` tibequadorian
  2022-02-20 11:42 ` paper42
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2022-02-14 10:14 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35495#discussion_r805689326

Comment:
yes they do

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

* Re: [PR REVIEW] chromaprint: update to 1.5.1.
  2022-02-09 20:09 [PR PATCH] chromaprint: update to 1.5.1 tibequadorian
                   ` (3 preceding siblings ...)
  2022-02-14 10:14 ` tibequadorian
@ 2022-02-20 11:42 ` paper42
  2022-02-20 11:50 ` [PR PATCH] [Updated] " tibequadorian
  2022-02-20 12:03 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-02-20 11:42 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35495#discussion_r810612509

Comment:
then it could be something like
```sh
if [ -z "$XBPS_CHECK_PKGS" ] || [ "$CROSS_BUILD" ]; then
```

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

* Re: [PR PATCH] [Updated] chromaprint: update to 1.5.1.
  2022-02-09 20:09 [PR PATCH] chromaprint: update to 1.5.1 tibequadorian
                   ` (4 preceding siblings ...)
  2022-02-20 11:42 ` paper42
@ 2022-02-20 11:50 ` tibequadorian
  2022-02-20 12:03 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2022-02-20 11:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages chromaprint
https://github.com/void-linux/void-packages/pull/35495

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

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

<!--
#### 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/35495.patch is attached

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

From a7c2908f273586302377b768e300bc5e51cf3608 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 9 Feb 2022 21:08:34 +0100
Subject: [PATCH] chromaprint: update to 1.5.1.

---
 srcpkgs/chromaprint/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/chromaprint/template b/srcpkgs/chromaprint/template
index 324e31b350d9..7ef7838949f3 100644
--- a/srcpkgs/chromaprint/template
+++ b/srcpkgs/chromaprint/template
@@ -1,17 +1,22 @@
 # Template file for 'chromaprint'
 pkgname=chromaprint
-version=1.5.0
+version=1.5.1
 revision=1
-wrksrc="chromaprint-v${version}"
 build_style=cmake
 configure_args="-DBUILD_TOOLS=ON"
+make_check_target="check"
 makedepends="fftw-devel ffmpeg-devel"
 short_desc="Library that extracts fingerprints from any audio source"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, LGPL-2.1-only"
 homepage="https://acoustid.org/chromaprint"
+changelog="https://raw.githubusercontent.com/acoustid/chromaprint/master/NEWS.txt"
 distfiles="https://github.com/acoustid/chromaprint/releases/download/v${version}/chromaprint-${version}.tar.gz"
-checksum=573a5400e635b3823fc2394cfa7a217fbb46e8e50ecebd4a61991451a8af766a
+checksum=a1aad8fa3b8b18b78d3755b3767faff9abb67242e01b478ec9a64e190f335e1c
+
+if [ -z "$XBPS_CHECK_PKGS" ] || [ "$CROSS_BUILD" ]; then
+	configure_args+=" -DBUILD_TESTS=OFF"
+fi
 
 post_install() {
 	vlicense LICENSE.md LICENSE

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

* Re: [PR PATCH] [Merged]: chromaprint: update to 1.5.1.
  2022-02-09 20:09 [PR PATCH] chromaprint: update to 1.5.1 tibequadorian
                   ` (5 preceding siblings ...)
  2022-02-20 11:50 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-02-20 12:03 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-02-20 12:03 UTC (permalink / raw)
  To: ml

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

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

chromaprint: update to 1.5.1.
https://github.com/void-linux/void-packages/pull/35495

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

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

<!--
#### 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] 8+ messages in thread

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09 20:09 [PR PATCH] chromaprint: update to 1.5.1 tibequadorian
2022-02-09 20:28 ` [PR PATCH] [Updated] " tibequadorian
2022-02-09 20:29 ` tibequadorian
2022-02-14  8:51 ` [PR REVIEW] " paper42
2022-02-14 10:14 ` tibequadorian
2022-02-20 11:42 ` paper42
2022-02-20 11:50 ` [PR PATCH] [Updated] " tibequadorian
2022-02-20 12:03 ` [PR PATCH] [Merged]: " paper42

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