Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qmmp: update to 1.5.1.
@ 2021-09-27 14:12 mobinmob
  2021-09-29 18:37 ` [PR REVIEW] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2021-09-27 14:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages qmmp
https://github.com/void-linux/void-packages/pull/33159

qmmp: update to 1.5.1.
Also enable pipewire and musepack support.

<!-- 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
- [X] 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/33159.patch is attached

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

From 07202a2c87f8ef9d6bb63f049ebaf09dbed7f1e1 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 27 Sep 2021 16:14:29 +0300
Subject: [PATCH] qmmp: update to 1.5.1.

Also enable pipewire and musepack support.
---
 srcpkgs/qmmp/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qmmp/template b/srcpkgs/qmmp/template
index d8b8ec1d0d7a..0a21f8e958a9 100644
--- a/srcpkgs/qmmp/template
+++ b/srcpkgs/qmmp/template
@@ -1,6 +1,6 @@
 # Template file for 'qmmp'
 pkgname=qmmp
-version=1.4.6
+version=1.5.1
 revision=1
 build_style=cmake
 configure_args="-DUSE_HAL:BOOL=FALSE -DQMMP_DEFAULT_UI:STRING=simple"
@@ -12,15 +12,15 @@ makedepends="enca-devel faad2-devel ffmpeg-devel jack-devel libarchive-devel
  libshout-devel libsidplayfp-devel libsoxr-devel opusfile-devel pulseaudio-devel
  projectM-devel qt5-multimedia-devel qt5-tools-devel qt5-x11extras-devel qt5-plugin-mysql
  qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds taglib-devel
- wavpack-devel"
+ wavpack-devel libmpcdec-devel pipewire-devel"
 # At least one QSql plugin should be available
 depends="qt5-plugin-sqlite"
 short_desc="Audio player based on the Qt5 libraries"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://qmmp.ylsoftware.com"
-distfiles="http://qmmp.ylsoftware.com/files/${pkgname}-${version}.tar.bz2"
-checksum=f513774357836ad4983fa216c84cf5db634284faebec48c461733838917fd664
+distfiles="http://qmmp.ylsoftware.com/files/qmmp/1.5/qmmp-${version}.tar.bz2"
+checksum=f3dc676039b5f190e6a87377a6b2bd2bcca122d1659b5f22668c7a284bb91f43
 
 qmmp-devel_package() {
 	short_desc+=" - development files"

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

* Re: [PR REVIEW] qmmp: update to 1.5.1.
  2021-09-27 14:12 [PR PATCH] qmmp: update to 1.5.1 mobinmob
@ 2021-09-29 18:37 ` ericonr
  2021-09-29 18:57 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-09-29 18:37 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33159#discussion_r718786238

Comment:
```suggestion
distfiles="http://qmmp.ylsoftware.com/files/qmmp/${version%.*}/qmmp-${version}.tar.bz2"
```

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

* Re: [PR PATCH] [Updated] qmmp: update to 1.5.1.
  2021-09-27 14:12 [PR PATCH] qmmp: update to 1.5.1 mobinmob
  2021-09-29 18:37 ` [PR REVIEW] " ericonr
@ 2021-09-29 18:57 ` mobinmob
  2021-09-29 18:57 ` [PR REVIEW] " mobinmob
  2021-09-29 22:22 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2021-09-29 18:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages qmmp
https://github.com/void-linux/void-packages/pull/33159

qmmp: update to 1.5.1.
Also enable pipewire and musepack support.

<!-- 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
- [X] 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/33159.patch is attached

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

From 3843fdb257aa4850d1d4dc4d8895deb6ce467747 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 27 Sep 2021 16:14:29 +0300
Subject: [PATCH] qmmp: update to 1.5.1.

Also enable pipewire and musepack support.
---
 srcpkgs/qmmp/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qmmp/template b/srcpkgs/qmmp/template
index d8b8ec1d0d7a..df7b57da7ed6 100644
--- a/srcpkgs/qmmp/template
+++ b/srcpkgs/qmmp/template
@@ -1,6 +1,6 @@
 # Template file for 'qmmp'
 pkgname=qmmp
-version=1.4.6
+version=1.5.1
 revision=1
 build_style=cmake
 configure_args="-DUSE_HAL:BOOL=FALSE -DQMMP_DEFAULT_UI:STRING=simple"
@@ -12,15 +12,15 @@ makedepends="enca-devel faad2-devel ffmpeg-devel jack-devel libarchive-devel
  libshout-devel libsidplayfp-devel libsoxr-devel opusfile-devel pulseaudio-devel
  projectM-devel qt5-multimedia-devel qt5-tools-devel qt5-x11extras-devel qt5-plugin-mysql
  qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds taglib-devel
- wavpack-devel"
+ wavpack-devel libmpcdec-devel pipewire-devel"
 # At least one QSql plugin should be available
 depends="qt5-plugin-sqlite"
 short_desc="Audio player based on the Qt5 libraries"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://qmmp.ylsoftware.com"
-distfiles="http://qmmp.ylsoftware.com/files/${pkgname}-${version}.tar.bz2"
-checksum=f513774357836ad4983fa216c84cf5db634284faebec48c461733838917fd664
+distfiles="http://qmmp.ylsoftware.com/files/qmmp/${version%.*}/qmmp-${version}.tar.bz2"
+checksum=f3dc676039b5f190e6a87377a6b2bd2bcca122d1659b5f22668c7a284bb91f43
 
 qmmp-devel_package() {
 	short_desc+=" - development files"

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

* Re: [PR REVIEW] qmmp: update to 1.5.1.
  2021-09-27 14:12 [PR PATCH] qmmp: update to 1.5.1 mobinmob
  2021-09-29 18:37 ` [PR REVIEW] " ericonr
  2021-09-29 18:57 ` [PR PATCH] [Updated] " mobinmob
@ 2021-09-29 18:57 ` mobinmob
  2021-09-29 22:22 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2021-09-29 18:57 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/33159#discussion_r718800398

Comment:
Done, thanks!

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

* Re: [PR PATCH] [Merged]: qmmp: update to 1.5.1.
  2021-09-27 14:12 [PR PATCH] qmmp: update to 1.5.1 mobinmob
                   ` (2 preceding siblings ...)
  2021-09-29 18:57 ` [PR REVIEW] " mobinmob
@ 2021-09-29 22:22 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-09-29 22:22 UTC (permalink / raw)
  To: ml

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

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

qmmp: update to 1.5.1.
https://github.com/void-linux/void-packages/pull/33159

Description:
Also enable pipewire and musepack support.

<!-- 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
- [X] 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] 5+ messages in thread

end of thread, other threads:[~2021-09-29 22:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 14:12 [PR PATCH] qmmp: update to 1.5.1 mobinmob
2021-09-29 18:37 ` [PR REVIEW] " ericonr
2021-09-29 18:57 ` [PR PATCH] [Updated] " mobinmob
2021-09-29 18:57 ` [PR REVIEW] " mobinmob
2021-09-29 22:22 ` [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).