Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mpv: update to 0.35.1.
@ 2023-01-30  8:33 daniel-eys
  2023-01-30 17:06 ` [PR REVIEW] " mhmdanas
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: daniel-eys @ 2023-01-30  8:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages mpv
https://github.com/void-linux/void-packages/pull/41954

mpv: update to 0.35.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 [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/41954.patch is attached

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

From baa99b976b325f7284c08b705913f76c6d02f242 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sat, 28 Jan 2023 19:30:13 +0100
Subject: [PATCH] mpv: update to 0.35.1.

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

diff --git a/srcpkgs/mpv/template b/srcpkgs/mpv/template
index 5dcef38aa241..7b82c9d73d7b 100644
--- a/srcpkgs/mpv/template
+++ b/srcpkgs/mpv/template
@@ -1,7 +1,7 @@
 # Template file for 'mpv'
 pkgname=mpv
-version=0.35.0
-revision=2
+version=0.35.1
+revision=1
 build_style=meson
 configure_args="-Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
  -Dlibmpv=true -Dcplugins=enabled
@@ -41,7 +41,7 @@ license="GPL-2.0-or-later"
 homepage="https://mpv.io"
 changelog="https://github.com/mpv-player/mpv/releases"
 distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"
-checksum=dc411c899a64548250c142bf1fa1aa7528f1b4398a24c86b816093999049ec00
+checksum=41df981b7b84e33a2ef4478aaf81d6f4f5c8b9cd2c0d337ac142fc20b387d1a9
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: [PR REVIEW] mpv: update to 0.35.1.
  2023-01-30  8:33 [PR PATCH] mpv: update to 0.35.1 daniel-eys
@ 2023-01-30 17:06 ` mhmdanas
  2023-01-30 17:09 ` [PR PATCH] [Updated] " daniel-eys
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mhmdanas @ 2023-01-30 17:06 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/41954#discussion_r1090906905

Comment:
```suggestion
distfiles="https://github.com/mpv-player/mpv/archive/v${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] mpv: update to 0.35.1.
  2023-01-30  8:33 [PR PATCH] mpv: update to 0.35.1 daniel-eys
  2023-01-30 17:06 ` [PR REVIEW] " mhmdanas
@ 2023-01-30 17:09 ` daniel-eys
  2023-01-30 17:10 ` [PR REVIEW] " daniel-eys
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: daniel-eys @ 2023-01-30 17:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages mpv
https://github.com/void-linux/void-packages/pull/41954

mpv: update to 0.35.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 [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/41954.patch is attached

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

From 51921f4746e83497bfcf71f9b832bc050162f7ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sat, 28 Jan 2023 19:30:13 +0100
Subject: [PATCH] mpv: update to 0.35.1.

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

diff --git a/srcpkgs/mpv/template b/srcpkgs/mpv/template
index 5dcef38aa241..e6b597b8dc08 100644
--- a/srcpkgs/mpv/template
+++ b/srcpkgs/mpv/template
@@ -1,7 +1,7 @@
 # Template file for 'mpv'
 pkgname=mpv
-version=0.35.0
-revision=2
+version=0.35.1
+revision=1
 build_style=meson
 configure_args="-Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
  -Dlibmpv=true -Dcplugins=enabled
@@ -40,8 +40,8 @@ maintainer="travankor <travankor@tuta.io>"
 license="GPL-2.0-or-later"
 homepage="https://mpv.io"
 changelog="https://github.com/mpv-player/mpv/releases"
-distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"
-checksum=dc411c899a64548250c142bf1fa1aa7528f1b4398a24c86b816093999049ec00
+distfiles="https://github.com/mpv-player/mpv/archive/v${version}.tar.gz"
+checksum=41df981b7b84e33a2ef4478aaf81d6f4f5c8b9cd2c0d337ac142fc20b387d1a9
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: [PR REVIEW] mpv: update to 0.35.1.
  2023-01-30  8:33 [PR PATCH] mpv: update to 0.35.1 daniel-eys
  2023-01-30 17:06 ` [PR REVIEW] " mhmdanas
  2023-01-30 17:09 ` [PR PATCH] [Updated] " daniel-eys
@ 2023-01-30 17:10 ` daniel-eys
  2023-02-04 13:11 ` prez
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: daniel-eys @ 2023-01-30 17:10 UTC (permalink / raw)
  To: ml

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

New review comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/41954#discussion_r1090911728

Comment:
done, thanks

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

* Re: mpv: update to 0.35.1.
  2023-01-30  8:33 [PR PATCH] mpv: update to 0.35.1 daniel-eys
                   ` (2 preceding siblings ...)
  2023-01-30 17:10 ` [PR REVIEW] " daniel-eys
@ 2023-02-04 13:11 ` prez
  2023-02-04 13:15 ` daniel-eys
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: prez @ 2023-02-04 13:11 UTC (permalink / raw)
  To: ml

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

New comment by prez on void-packages repository

https://github.com/void-linux/void-packages/pull/41954#issuecomment-1416747804

Comment:
can you enable `gpu-next` please?

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

* Re: mpv: update to 0.35.1.
  2023-01-30  8:33 [PR PATCH] mpv: update to 0.35.1 daniel-eys
                   ` (3 preceding siblings ...)
  2023-02-04 13:11 ` prez
@ 2023-02-04 13:15 ` daniel-eys
  2023-02-04 13:18 ` mhmdanas
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: daniel-eys @ 2023-02-04 13:15 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/41954#issuecomment-1416748558

Comment:
it is enabled or am I missing something?
https://github.com/void-linux/void-packages/actions/runs/4046324848/jobs/6958967610#step:7:277

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

* Re: mpv: update to 0.35.1.
  2023-01-30  8:33 [PR PATCH] mpv: update to 0.35.1 daniel-eys
                   ` (4 preceding siblings ...)
  2023-02-04 13:15 ` daniel-eys
@ 2023-02-04 13:18 ` mhmdanas
  2023-02-04 13:19 ` mhmdanas
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mhmdanas @ 2023-02-04 13:18 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/41954#issuecomment-1416748975

Comment:
Shouldn't https://github.com/void-linux/void-packages/pull/41954/files#diff-8b6fb7d0e7b23a3c60f6d80062073fbf5d9d3c48dc2255e9020951ad8ea42943R65 be changed to:
```sh
vmove "usr/lib/*.so"
```
?

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

* Re: mpv: update to 0.35.1.
  2023-01-30  8:33 [PR PATCH] mpv: update to 0.35.1 daniel-eys
                   ` (5 preceding siblings ...)
  2023-02-04 13:18 ` mhmdanas
@ 2023-02-04 13:19 ` mhmdanas
  2023-02-04 13:19 ` [PR PATCH] [Updated] " daniel-eys
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mhmdanas @ 2023-02-04 13:19 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/41954#issuecomment-1416748975

Comment:
Shouldn't line 65 in the template be changed to:
```sh
vmove "usr/lib/*.so"
```
?

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

* Re: [PR PATCH] [Updated] mpv: update to 0.35.1.
  2023-01-30  8:33 [PR PATCH] mpv: update to 0.35.1 daniel-eys
                   ` (6 preceding siblings ...)
  2023-02-04 13:19 ` mhmdanas
@ 2023-02-04 13:19 ` daniel-eys
  2023-02-04 13:23 ` prez
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: daniel-eys @ 2023-02-04 13:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages mpv
https://github.com/void-linux/void-packages/pull/41954

mpv: update to 0.35.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 [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/41954.patch is attached

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

From 0bd3817d3e2095e8dd22d1117c2a7ec6d4dc6b66 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sat, 28 Jan 2023 19:30:13 +0100
Subject: [PATCH] mpv: update to 0.35.1.

---
 srcpkgs/mpv/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mpv/template b/srcpkgs/mpv/template
index 5dcef38aa241..0a56d037e194 100644
--- a/srcpkgs/mpv/template
+++ b/srcpkgs/mpv/template
@@ -1,7 +1,7 @@
 # Template file for 'mpv'
 pkgname=mpv
-version=0.35.0
-revision=2
+version=0.35.1
+revision=1
 build_style=meson
 configure_args="-Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
  -Dlibmpv=true -Dcplugins=enabled
@@ -40,8 +40,8 @@ maintainer="travankor <travankor@tuta.io>"
 license="GPL-2.0-or-later"
 homepage="https://mpv.io"
 changelog="https://github.com/mpv-player/mpv/releases"
-distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"
-checksum=dc411c899a64548250c142bf1fa1aa7528f1b4398a24c86b816093999049ec00
+distfiles="https://github.com/mpv-player/mpv/archive/v${version}.tar.gz"
+checksum=41df981b7b84e33a2ef4478aaf81d6f4f5c8b9cd2c0d337ac142fc20b387d1a9
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -62,6 +62,6 @@ mpv-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.so"
 	}
 }

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

* Re: mpv: update to 0.35.1.
  2023-01-30  8:33 [PR PATCH] mpv: update to 0.35.1 daniel-eys
                   ` (7 preceding siblings ...)
  2023-02-04 13:19 ` [PR PATCH] [Updated] " daniel-eys
@ 2023-02-04 13:23 ` prez
  2023-02-04 13:24 ` daniel-eys
  2023-02-05 10:36 ` [PR PATCH] [Merged]: " paper42
  10 siblings, 0 replies; 12+ messages in thread
From: prez @ 2023-02-04 13:23 UTC (permalink / raw)
  To: ml

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

New comment by prez on void-packages repository

https://github.com/void-linux/void-packages/pull/41954#issuecomment-1416749923

Comment:
> it is enabled or am I missing something? https://github.com/void-linux/void-packages/actions/runs/4046324848/jobs/6958967610#step:7:277

You're right, apologies.

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

* Re: mpv: update to 0.35.1.
  2023-01-30  8:33 [PR PATCH] mpv: update to 0.35.1 daniel-eys
                   ` (8 preceding siblings ...)
  2023-02-04 13:23 ` prez
@ 2023-02-04 13:24 ` daniel-eys
  2023-02-05 10:36 ` [PR PATCH] [Merged]: " paper42
  10 siblings, 0 replies; 12+ messages in thread
From: daniel-eys @ 2023-02-04 13:24 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/41954#issuecomment-1416749948

Comment:
> Shouldn't line 65 in the template be changed to:
> 
> ```shell
> vmove "usr/lib/*.so"
> ```
> 
> ?

indeed, quoting is perferred here eventhough it happens to work without. PR updated


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

* Re: [PR PATCH] [Merged]: mpv: update to 0.35.1.
  2023-01-30  8:33 [PR PATCH] mpv: update to 0.35.1 daniel-eys
                   ` (9 preceding siblings ...)
  2023-02-04 13:24 ` daniel-eys
@ 2023-02-05 10:36 ` paper42
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2023-02-05 10:36 UTC (permalink / raw)
  To: ml

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

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

mpv: update to 0.35.1.
https://github.com/void-linux/void-packages/pull/41954

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 [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] 12+ messages in thread

end of thread, other threads:[~2023-02-05 10:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30  8:33 [PR PATCH] mpv: update to 0.35.1 daniel-eys
2023-01-30 17:06 ` [PR REVIEW] " mhmdanas
2023-01-30 17:09 ` [PR PATCH] [Updated] " daniel-eys
2023-01-30 17:10 ` [PR REVIEW] " daniel-eys
2023-02-04 13:11 ` prez
2023-02-04 13:15 ` daniel-eys
2023-02-04 13:18 ` mhmdanas
2023-02-04 13:19 ` mhmdanas
2023-02-04 13:19 ` [PR PATCH] [Updated] " daniel-eys
2023-02-04 13:23 ` prez
2023-02-04 13:24 ` daniel-eys
2023-02-05 10:36 ` [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).