Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libplacebo: update to 4.208.0.
@ 2022-12-12 19:08 JamiKettunen
  2022-12-12 20:00 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: JamiKettunen @ 2022-12-12 19:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JamiKettunen/void-packages libplacebo
https://github.com/void-linux/void-packages/pull/41045

libplacebo: update to 4.208.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
Checked that both `vlc` and `mpv` (my primary video player) still plays some MP4 I had around, this is being upgraded as per https://github.com/void-linux/void-packages/pull/40747#issuecomment-1346769173.

5.229.1 update PR (4.x -> 5.x major version): https://github.com/void-linux/void-packages/pull/40807

Cc. @paper42

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

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

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

From c94ebe7e4fb9a82a17587abd5f7c57885cc84283 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Mon, 12 Dec 2022 19:32:12 +0200
Subject: [PATCH 1/3] libplacebo: update to 4.208.0.

---
 common/shlibs               | 2 +-
 srcpkgs/libplacebo/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index ca7f949876a8..b9fecc044025 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3454,7 +3454,7 @@ libSoapySDR.so.0.8 SoapySDR-0.8.1_1
 libeditorconfig.so.0 editorconfig-0.12.2_1
 libcfitsio.so.10 cfitsio-4.2.0_1
 libapparmor.so.1 libapparmor-2.12.0_1
-libplacebo.so.192 libplacebo-4.192.1_1
+libplacebo.so.208 libplacebo-4.208.0_1
 libw2xc.so waifu2x-converter-cpp-5.2_1
 libnova-0.15.so.0 libnova-0.15.0_1
 libcue.so.2 libcue-2.2.0_1
diff --git a/srcpkgs/libplacebo/template b/srcpkgs/libplacebo/template
index a88785bb18ed..b58d978095d1 100644
--- a/srcpkgs/libplacebo/template
+++ b/srcpkgs/libplacebo/template
@@ -1,6 +1,6 @@
 # Template file for 'libplacebo'
 pkgname=libplacebo
-version=4.192.1
+version=4.208.0
 revision=1
 build_style=meson
 configure_args="-Dshaderc=enabled -Dvulkan=enabled
@@ -13,7 +13,7 @@ maintainer="Enrico Belleri <idesmi@protonmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://code.videolan.org/videolan/libplacebo"
 distfiles="https://code.videolan.org/videolan/libplacebo/-/archive/v${version}/libplacebo-v${version}.tar.gz"
-checksum=e6c5805cf4d955b5941dd12b00fe157b61e77995bc1786b9a86df0ca99a0edc4
+checksum=7b3c857934ee3d30f743e43d7f0606e10950806661ea0ea385f8a1f06cbab854
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

From 78aabc1064560f5ba2370b158665b8832f32b943 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Mon, 12 Dec 2022 21:04:38 +0200
Subject: [PATCH 2/3] mpv: revbump for libplacebo-4.208.0.

---
 srcpkgs/mpv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mpv/template b/srcpkgs/mpv/template
index 0e3c3ed8f81c..5dcef38aa241 100644
--- a/srcpkgs/mpv/template
+++ b/srcpkgs/mpv/template
@@ -1,7 +1,7 @@
 # Template file for 'mpv'
 pkgname=mpv
 version=0.35.0
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
  -Dlibmpv=true -Dcplugins=enabled

From 6cb24608a845e27e22abce9795436b65eedb09b6 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Mon, 12 Dec 2022 21:04:38 +0200
Subject: [PATCH 3/3] vlc: revbump for libplacebo-4.208.0.

---
 srcpkgs/vlc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vlc/template b/srcpkgs/vlc/template
index e35a23e96bb6..25867af43440 100644
--- a/srcpkgs/vlc/template
+++ b/srcpkgs/vlc/template
@@ -1,7 +1,7 @@
 # Template file for 'vlc'
 pkgname=vlc
 version=3.0.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-gme --disable-libtar --enable-jack
  --enable-live555 --disable-fluidsynth --enable-dvdread

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

* Re: [PR PATCH] [Merged]: libplacebo: update to 4.208.0.
  2022-12-12 19:08 [PR PATCH] libplacebo: update to 4.208.0 JamiKettunen
@ 2022-12-12 20:00 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-12-12 20:00 UTC (permalink / raw)
  To: ml

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

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

libplacebo: update to 4.208.0.
https://github.com/void-linux/void-packages/pull/41045

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
Checked that both `vlc` and `mpv` (my primary video player) still plays some MP4 I had around, this is being upgraded as per https://github.com/void-linux/void-packages/pull/40747#issuecomment-1346769173.

5.229.1 update PR (4.x -> 5.x major version): https://github.com/void-linux/void-packages/pull/40807

Cc. @paper42

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

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-12 19:08 [PR PATCH] libplacebo: update to 4.208.0 JamiKettunen
2022-12-12 20:00 ` [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).