Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libfishsound: fix xlint, update license.
@ 2023-11-10 23:37 mhmdanas
  2023-11-13  5:51 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mhmdanas @ 2023-11-10 23:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages libfishsound-xlint
https://github.com/void-linux/void-packages/pull/47155

libfishsound: fix xlint, update license.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/47155.patch is attached

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

From d5124fc6d91ccf7354afe90e9247899642466aaf Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Fri, 10 Nov 2023 23:37:01 +0000
Subject: [PATCH] libfishsound: fix xlint, update license.

---
 srcpkgs/libfishsound/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libfishsound/template b/srcpkgs/libfishsound/template
index fd04b4067d01d..790621564641a 100644
--- a/srcpkgs/libfishsound/template
+++ b/srcpkgs/libfishsound/template
@@ -1,17 +1,17 @@
 # Template file for 'libfishsound'
-pkgname="libfishsound"
-version="1.0.0"
+pkgname=libfishsound
+version=1.0.0
 revision=2
 build_style="gnu-configure"
+configure_args="--enable-static=no"
 hostmakedepends="pkg-config doxygen"
 makedepends="libflac-devel speex-devel libvorbis-devel liboggz-devel libsndfile-devel"
 short_desc="Simple interface for decoding/encoding audio data using Xiph.org codecs"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="BSD-3-Clause"
 homepage="https://xiph.org/fishsound/"
-license="BSD"
-distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
+distfiles="http://downloads.xiph.org/releases/libfishsound/libfishsound-${version}.tar.gz"
 checksum=2e0b57ce2fecc9375eef72938ed08ac8c8f6c5238e1cae24458f0b0e8dade7c7
-configure_args="--enable-static=no"
 
 post_install() {
 	vlicense COPYING
@@ -29,4 +29,3 @@ libfishsound-devel_package() {
 		vmove usr/share/doc/${sourcepkg}/html
 	}
 }
-

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

* Re: libfishsound: fix xlint, update license.
  2023-11-10 23:37 [PR PATCH] libfishsound: fix xlint, update license mhmdanas
@ 2023-11-13  5:51 ` classabbyamp
  2023-11-13 11:30 ` [PR PATCH] [Updated] " mhmdanas
  2023-11-13 13:45 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-11-13  5:51 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47155#issuecomment-1807515510

Comment:
package contents appear to have changed. probably needs a revbump

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

* Re: [PR PATCH] [Updated] libfishsound: fix xlint, update license.
  2023-11-10 23:37 [PR PATCH] libfishsound: fix xlint, update license mhmdanas
  2023-11-13  5:51 ` classabbyamp
@ 2023-11-13 11:30 ` mhmdanas
  2023-11-13 13:45 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-11-13 11:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages libfishsound-xlint
https://github.com/void-linux/void-packages/pull/47155

libfishsound: fix xlint, update license.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/47155.patch is attached

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

From 75c0535ec6d6504afa76d239bea19ea621b508eb Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Fri, 10 Nov 2023 23:37:01 +0000
Subject: [PATCH] libfishsound: fix xlint, update license.

Package contents changed for some reason, so revbumping as well.
---
 srcpkgs/libfishsound/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/libfishsound/template b/srcpkgs/libfishsound/template
index fd04b4067d01d..9ae8face1979d 100644
--- a/srcpkgs/libfishsound/template
+++ b/srcpkgs/libfishsound/template
@@ -1,17 +1,17 @@
 # Template file for 'libfishsound'
-pkgname="libfishsound"
-version="1.0.0"
-revision=2
+pkgname=libfishsound
+version=1.0.0
+revision=3
 build_style="gnu-configure"
+configure_args="--enable-static=no"
 hostmakedepends="pkg-config doxygen"
 makedepends="libflac-devel speex-devel libvorbis-devel liboggz-devel libsndfile-devel"
 short_desc="Simple interface for decoding/encoding audio data using Xiph.org codecs"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="BSD-3-Clause"
 homepage="https://xiph.org/fishsound/"
-license="BSD"
-distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
+distfiles="http://downloads.xiph.org/releases/libfishsound/libfishsound-${version}.tar.gz"
 checksum=2e0b57ce2fecc9375eef72938ed08ac8c8f6c5238e1cae24458f0b0e8dade7c7
-configure_args="--enable-static=no"
 
 post_install() {
 	vlicense COPYING
@@ -29,4 +29,3 @@ libfishsound-devel_package() {
 		vmove usr/share/doc/${sourcepkg}/html
 	}
 }
-

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

* Re: [PR PATCH] [Merged]: libfishsound: fix xlint, update license.
  2023-11-10 23:37 [PR PATCH] libfishsound: fix xlint, update license mhmdanas
  2023-11-13  5:51 ` classabbyamp
  2023-11-13 11:30 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-11-13 13:45 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-11-13 13:45 UTC (permalink / raw)
  To: ml

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

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

libfishsound: fix xlint, update license.
https://github.com/void-linux/void-packages/pull/47155

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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] 4+ messages in thread

end of thread, other threads:[~2023-11-13 13:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-10 23:37 [PR PATCH] libfishsound: fix xlint, update license mhmdanas
2023-11-13  5:51 ` classabbyamp
2023-11-13 11:30 ` [PR PATCH] [Updated] " mhmdanas
2023-11-13 13:45 ` [PR PATCH] [Merged]: " classabbyamp

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