Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] x264: update distfiles and update to 20210613 snapshot
@ 2021-12-31 19:58 ologantr
  2022-06-20  2:13 ` github-actions
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ologantr @ 2021-12-31 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ologantr/void-packages x264-update
https://github.com/void-linux/void-packages/pull/34793

x264: update distfiles and update to 20210613 snapshot
I'm marking this as a draft as I'm not sure if this is the right approach.

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

A patch file from https://github.com/void-linux/void-packages/pull/34793.patch is attached

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

From 62aba625d7e99d48d48396d6702752bb7c5d8f6d Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Fri, 31 Dec 2021 20:40:31 +0100
Subject: [PATCH 01/10] x264: update to 20210613

---
 common/shlibs         | 2 +-
 srcpkgs/x264/template | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 999d3ad714b8..8410a954c95b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -396,7 +396,7 @@ libavutil.so.56 libavutil-4.0_1
 libavfilter.so.7 libavfilter-4.0_1
 libSDL-1.2.so.0 SDL-1.2.14_1
 libSDL_image-1.2.so.0 SDL_image-1.2.10_1
-libx264.so.157 x264-20190507.2245_1
+libx264.so.163 x264-20210613_1
 libxvidcore.so.4 xvidcore-1.2.2_1
 libtag.so.1 taglib-1.6.1_1
 libtag-extras.so.1 taglib-extras-1.0.1_1
diff --git a/srcpkgs/x264/template b/srcpkgs/x264/template
index 1ed803645ba6..5eca71c97b3b 100644
--- a/srcpkgs/x264/template
+++ b/srcpkgs/x264/template
@@ -1,8 +1,9 @@
 # Template file for 'x264'
 pkgname=x264
-version=20191217.2245
+version=20210613
 revision=1
-wrksrc="x264-snapshot-${version//./-}-stable"
+_commit="5db6aa6cab1b146e07b60cc1736a01f21da01154"
+wrksrc="x264-${_commit}"
 build_style=gnu-configure
 configure_args="--enable-static --enable-shared"
 hostmakedepends="nasm perl"
@@ -10,8 +11,8 @@ short_desc="Free library for encoding H264/AVC video streams"
 maintainer="DirectorX <void.directorx@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.videolan.org/developers/x264.html"
-distfiles="https://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${version//./-}-stable.tar.bz2"
-checksum=b2495c8f2930167d470994b1ce02b0f4bfb24b3317ba36ba7f112e9809264160
+distfiles="https://code.videolan.org/videolan/x264/-/archive/${_commit}/x264-${_commit}.tar.bz2"
+checksum=05a60491ef2e96d7bd3487576fbfded2677d7185dd53f59e263d18d050b836de
 
 pre_configure() {
 	case "$XBPS_TARGET_MACHINE" in

From 1a2a28f4d50d96fc83fd9c64d4277ac9909a7936 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Fri, 31 Dec 2021 20:41:24 +0100
Subject: [PATCH 02/10] avidemux: bump for x264

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

diff --git a/srcpkgs/avidemux/template b/srcpkgs/avidemux/template
index 81774db15fe4..40cda589a2e4 100644
--- a/srcpkgs/avidemux/template
+++ b/srcpkgs/avidemux/template
@@ -1,7 +1,7 @@
 # Template file for 'avidemux'
 pkgname=avidemux
 version=2.7.8
-revision=1
+revision=2
 # Can't be compiled for aarch64, arm* or mips*
 archs="x86_64* i686*"
 wrksrc="${pkgname}_${version}"

From 04dfc75f3d0db9cdfea4a673fb0c168dbd77188f Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Fri, 31 Dec 2021 20:41:54 +0100
Subject: [PATCH 03/10] gst-plugins-ugly1: bump for x264

---
 srcpkgs/gst-plugins-ugly1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst-plugins-ugly1/template b/srcpkgs/gst-plugins-ugly1/template
index 8f3e16d98f81..83af6c1eac52 100644
--- a/srcpkgs/gst-plugins-ugly1/template
+++ b/srcpkgs/gst-plugins-ugly1/template
@@ -1,7 +1,7 @@
 # Template file for 'gst-plugins-ugly1'
 pkgname=gst-plugins-ugly1
 version=1.18.5
-revision=1
+revision=2
 wrksrc="${pkgname/1/}-${version}"
 build_style=meson
 configure_args="-Damrnb=disabled -Damrwbdec=disabled -Dsidplay=disabled"

From f7f07026df7ec16219ba1ceda1b89b9dcd0ba3d1 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Fri, 31 Dec 2021 20:42:24 +0100
Subject: [PATCH 04/10] handbrake: bump for x264

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

diff --git a/srcpkgs/handbrake/template b/srcpkgs/handbrake/template
index d9ce9515820d..964bf371b323 100644
--- a/srcpkgs/handbrake/template
+++ b/srcpkgs/handbrake/template
@@ -1,7 +1,7 @@
 # Template file for 'handbrake'
 pkgname=handbrake
 version=1.4.2
-revision=1
+revision=2
 wrksrc="HandBrake-${version}"
 build_style=gnu-configure
 configure_args="--force --disable-gtk-update-checks --disable-df-fetch --harden

From e3d94876d28d8c195e5719292ed662ee644074d6 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Fri, 31 Dec 2021 20:42:43 +0100
Subject: [PATCH 05/10] handbrake-cli: bump for x264

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

diff --git a/srcpkgs/handbrake/template b/srcpkgs/handbrake/template
index 964bf371b323..2dc33964fa28 100644
--- a/srcpkgs/handbrake/template
+++ b/srcpkgs/handbrake/template
@@ -1,7 +1,7 @@
 # Template file for 'handbrake'
 pkgname=handbrake
 version=1.4.2
-revision=2
+revision=3
 wrksrc="HandBrake-${version}"
 build_style=gnu-configure
 configure_args="--force --disable-gtk-update-checks --disable-df-fetch --harden

From 9da1a75a1222e589abf2283b63d087e3306f33e3 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Fri, 31 Dec 2021 20:43:26 +0100
Subject: [PATCH 06/10] ffmpeg: bump for x264

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

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index c5929b4582f3..51bf6a9bc105 100644
--- a/srcpkgs/ffmpeg/template
+++ b/srcpkgs/ffmpeg/template
@@ -2,7 +2,7 @@
 # audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
 pkgname=ffmpeg
 version=4.4.1
-revision=1
+revision=2
 short_desc="Decoding, encoding and streaming software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

From dc47c84357820bbabf0c938ab5e68f9cc9586ada Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Fri, 31 Dec 2021 20:43:59 +0100
Subject: [PATCH 07/10] vlc: bump for x264

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

diff --git a/srcpkgs/vlc/template b/srcpkgs/vlc/template
index 99281ee664bf..4681038293c0 100644
--- a/srcpkgs/vlc/template
+++ b/srcpkgs/vlc/template
@@ -1,7 +1,7 @@
 # Template file for 'vlc'
 pkgname=vlc
 version=3.0.16
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--disable-gme --disable-libtar --enable-jack
  --enable-live555 --disable-fluidsynth --enable-dvdread

From 1372c2a17a8be8c1bfefc192d8d1b2af784f60b2 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Fri, 31 Dec 2021 20:44:44 +0100
Subject: [PATCH 08/10] mplayer: bump for x264

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

diff --git a/srcpkgs/mplayer/template b/srcpkgs/mplayer/template
index 6bf5f3d1b08d..f65a7319219b 100644
--- a/srcpkgs/mplayer/template
+++ b/srcpkgs/mplayer/template
@@ -1,7 +1,7 @@
 # Template file for 'mplayer'
 pkgname=mplayer
 version=1.4
-revision=6
+revision=7
 wrksrc="MPlayer-${version}"
 build_style=configure
 hostmakedepends="pkg-config yasm"

From b34b86a6cec45fbe3e7a892bb67fdb618ed00aa4 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Fri, 31 Dec 2021 20:45:05 +0100
Subject: [PATCH 09/10] obs: bump for x264

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

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index aea77d44cd0c..0fc48523a26e 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=27.1.3
-revision=2
+revision=3
 archs="i686* x86_64* ppc64le* aarch64*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From 865ed02955ee61d22e4b044ca3caed262f2df61f Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Fri, 31 Dec 2021 20:45:28 +0100
Subject: [PATCH 10/10] xpra: bump for x264

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

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index 61e335105e91..33fae59d8dc6 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.3
-revision=1
+revision=2
 build_style=python3-module
 make_install_args="$(vopt_with docs)"
 hostmakedepends="pkg-config python3-Cython $(vopt_if docs pandoc)"

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

* Re: x264: update distfiles and update to 20210613 snapshot
  2021-12-31 19:58 [PR PATCH] x264: update distfiles and update to 20210613 snapshot ologantr
@ 2022-06-20  2:13 ` github-actions
  2022-06-21  7:58 ` [PR PATCH] [Updated] " ologantr
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-06-20  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34793#issuecomment-1159892149

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] x264: update distfiles and update to 20210613 snapshot
  2021-12-31 19:58 [PR PATCH] x264: update distfiles and update to 20210613 snapshot ologantr
  2022-06-20  2:13 ` github-actions
@ 2022-06-21  7:58 ` ologantr
  2022-06-21  8:36 ` x264: update distfiles and update to 20220601 snapshot ologantr
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ologantr @ 2022-06-21  7:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ologantr/void-packages x264-update
https://github.com/void-linux/void-packages/pull/34793

x264: update distfiles and update to 20210613 snapshot
I'm marking this as a draft as I'm not sure if this is the right approach.

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

A patch file from https://github.com/void-linux/void-packages/pull/34793.patch is attached

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

From 170115b9a28825923688cb02ea201fd47f268f68 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Fri, 31 Dec 2021 20:40:31 +0100
Subject: [PATCH 1/8] x264: update to 20220601.3095.

---
 common/shlibs         | 2 +-
 srcpkgs/x264/template | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 62ad879f73f5..91797e35c065 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -401,7 +401,7 @@ libavutil.so.56 libavutil-4.0_1
 libavfilter.so.7 libavfilter-4.0_1
 libSDL-1.2.so.0 SDL-1.2.14_1
 libSDL_image-1.2.so.0 SDL_image-1.2.10_1
-libx264.so.157 x264-20190507.2245_1
+libx264.so.164 x264-20220601.3095_1
 libxvidcore.so.4 xvidcore-1.2.2_1
 libtag.so.1 taglib-1.6.1_1
 libtag-extras.so.1 taglib-extras-1.0.1_1
diff --git a/srcpkgs/x264/template b/srcpkgs/x264/template
index a33dede30ccb..419f6b32c985 100644
--- a/srcpkgs/x264/template
+++ b/srcpkgs/x264/template
@@ -1,8 +1,9 @@
 # Template file for 'x264'
 pkgname=x264
-version=20191217.2245
+version=20220601.3095
 revision=1
-wrksrc="x264-snapshot-${version//./-}-stable"
+_commit="baee400fa9ced6f5481a728138fed6e867b0ff7f"
+wrksrc="x264-${_commit}"
 build_style=gnu-configure
 configure_args="--enable-static --enable-shared"
 hostmakedepends="nasm perl"
@@ -10,8 +11,8 @@ short_desc="Free library for encoding H264/AVC video streams"
 maintainer="DirectorX <void.directorx@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.videolan.org/developers/x264.html"
-distfiles="${VIDEOLAN_SITE}/x264/snapshots/x264-snapshot-${version//./-}-stable.tar.bz2"
-checksum=b2495c8f2930167d470994b1ce02b0f4bfb24b3317ba36ba7f112e9809264160
+distfiles="https://code.videolan.org/videolan/x264/-/archive/${_commit}/x264-${_commit}.tar.bz2"
+checksum=ce6623b8b289765daee04a297c2fd1a293cb2565a1749c76d66c8d72c7ddc1ab
 
 pre_configure() {
 	case "$XBPS_TARGET_MACHINE" in

From c37c3742f6abba1265db24a8799daa53bdf3a811 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Tue, 21 Jun 2022 00:03:05 +0200
Subject: [PATCH 2/8] avidemux: bump for x264

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

diff --git a/srcpkgs/avidemux/template b/srcpkgs/avidemux/template
index 817ad3069480..121b12e991d2 100644
--- a/srcpkgs/avidemux/template
+++ b/srcpkgs/avidemux/template
@@ -1,7 +1,7 @@
 # Template file for 'avidemux'
 pkgname=avidemux
 version=2.8.0
-revision=2
+revision=3
 # Can't be compiled for aarch64, arm* or mips*
 archs="x86_64* i686*"
 wrksrc="${pkgname}_${version}"

From 23a59e793b7d29abddfddd3431e609b2ac92a2ff Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Tue, 21 Jun 2022 00:03:06 +0200
Subject: [PATCH 3/8] handbrake: bump for x264

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

diff --git a/srcpkgs/handbrake/template b/srcpkgs/handbrake/template
index 6ad7bd3ea798..7bff9580c310 100644
--- a/srcpkgs/handbrake/template
+++ b/srcpkgs/handbrake/template
@@ -1,7 +1,7 @@
 # Template file for 'handbrake'
 pkgname=handbrake
 version=1.5.1
-revision=1
+revision=2
 wrksrc="HandBrake-${version}"
 build_style=gnu-configure
 configure_args="--force --disable-gtk-update-checks --disable-df-fetch --harden

From 3317728afc0a94c7cbc9887a2003252d33625002 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Tue, 21 Jun 2022 00:03:07 +0200
Subject: [PATCH 4/8] ffmpeg: bump for x264

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

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index 7545d83ef849..a37729c39218 100644
--- a/srcpkgs/ffmpeg/template
+++ b/srcpkgs/ffmpeg/template
@@ -2,7 +2,7 @@
 # audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
 pkgname=ffmpeg
 version=4.4.1
-revision=6
+revision=7
 short_desc="Decoding, encoding and streaming software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

From 0bba948637338353073fd3d162ebe1cdc6b2fa97 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Tue, 21 Jun 2022 00:03:07 +0200
Subject: [PATCH 5/8] vlc: bump for x264

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

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

From 4b4a4e56e498e5a9fa2a7afdafd243f810ecfbc9 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Tue, 21 Jun 2022 00:03:08 +0200
Subject: [PATCH 6/8] mplayer: bump for x264

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

diff --git a/srcpkgs/mplayer/template b/srcpkgs/mplayer/template
index e4ee92dee1dd..aa9c9b05705d 100644
--- a/srcpkgs/mplayer/template
+++ b/srcpkgs/mplayer/template
@@ -1,7 +1,7 @@
 # Template file for 'mplayer'
 pkgname=mplayer
 version=1.5
-revision=1
+revision=2
 wrksrc="MPlayer-${version}"
 build_style=configure
 hostmakedepends="pkg-config yasm"

From dc0c4ada3ecee5cfbbfa5b1a11d3ce6a54676f9c Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Tue, 21 Jun 2022 00:03:08 +0200
Subject: [PATCH 7/8] obs: bump for x264

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

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index df6ee22e52ee..5c33b20aa58c 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=27.2.4
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le* aarch64*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From adb2cc346cb176510c4a39e3c57d9ed33038e9f3 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Tue, 21 Jun 2022 00:03:08 +0200
Subject: [PATCH 8/8] xpra: bump for x264

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

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index d9485ca78e2f..e5c024881d9c 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.3.3
-revision=1
+revision=2
 build_style=python3-module
 make_install_args="$(vopt_with docs)"
 hostmakedepends="pkg-config python3-Cython $(vopt_if docs pandoc)"

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

* Re: x264: update distfiles and update to 20220601 snapshot
  2021-12-31 19:58 [PR PATCH] x264: update distfiles and update to 20210613 snapshot ologantr
  2022-06-20  2:13 ` github-actions
  2022-06-21  7:58 ` [PR PATCH] [Updated] " ologantr
@ 2022-06-21  8:36 ` ologantr
  2022-06-24 13:20 ` [PR PATCH] [Updated] " ologantr
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ologantr @ 2022-06-21  8:36 UTC (permalink / raw)
  To: ml

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

New comment by ologantr on void-packages repository

https://github.com/void-linux/void-packages/pull/34793#issuecomment-1161438551

Comment:
CC: x264 maintainer @DirectorX, xpra maintainer @ahesford 
(seems like xpra tests are failing because they require an X connection 
that is not available on ci, maybe `make_check=ci-skip`?)

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

* Re: [PR PATCH] [Updated] x264: update distfiles and update to 20220601 snapshot
  2021-12-31 19:58 [PR PATCH] x264: update distfiles and update to 20210613 snapshot ologantr
                   ` (2 preceding siblings ...)
  2022-06-21  8:36 ` x264: update distfiles and update to 20220601 snapshot ologantr
@ 2022-06-24 13:20 ` ologantr
  2022-06-24 13:39 ` ologantr
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ologantr @ 2022-06-24 13:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ologantr/void-packages x264-update
https://github.com/void-linux/void-packages/pull/34793

x264: update distfiles and update to 20220601 snapshot
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture (x86_64-glibc)

A patch file from https://github.com/void-linux/void-packages/pull/34793.patch is attached

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

From 8b004a5fbe96ef9b977e2e236b4257e1c4f05082 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Fri, 31 Dec 2021 20:40:31 +0100
Subject: [PATCH 1/8] x264: update to 20220601.3095.

---
 common/shlibs         | 2 +-
 srcpkgs/x264/template | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 91d4514ed285..5f3518765c8a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -401,7 +401,7 @@ libavutil.so.56 libavutil-4.0_1
 libavfilter.so.7 libavfilter-4.0_1
 libSDL-1.2.so.0 SDL-1.2.14_1
 libSDL_image-1.2.so.0 SDL_image-1.2.10_1
-libx264.so.157 x264-20190507.2245_1
+libx264.so.164 x264-20220601.3095_1
 libxvidcore.so.4 xvidcore-1.2.2_1
 libtag.so.1 taglib-1.6.1_1
 libtag-extras.so.1 taglib-extras-1.0.1_1
diff --git a/srcpkgs/x264/template b/srcpkgs/x264/template
index a33dede30ccb..419f6b32c985 100644
--- a/srcpkgs/x264/template
+++ b/srcpkgs/x264/template
@@ -1,8 +1,9 @@
 # Template file for 'x264'
 pkgname=x264
-version=20191217.2245
+version=20220601.3095
 revision=1
-wrksrc="x264-snapshot-${version//./-}-stable"
+_commit="baee400fa9ced6f5481a728138fed6e867b0ff7f"
+wrksrc="x264-${_commit}"
 build_style=gnu-configure
 configure_args="--enable-static --enable-shared"
 hostmakedepends="nasm perl"
@@ -10,8 +11,8 @@ short_desc="Free library for encoding H264/AVC video streams"
 maintainer="DirectorX <void.directorx@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.videolan.org/developers/x264.html"
-distfiles="${VIDEOLAN_SITE}/x264/snapshots/x264-snapshot-${version//./-}-stable.tar.bz2"
-checksum=b2495c8f2930167d470994b1ce02b0f4bfb24b3317ba36ba7f112e9809264160
+distfiles="https://code.videolan.org/videolan/x264/-/archive/${_commit}/x264-${_commit}.tar.bz2"
+checksum=ce6623b8b289765daee04a297c2fd1a293cb2565a1749c76d66c8d72c7ddc1ab
 
 pre_configure() {
 	case "$XBPS_TARGET_MACHINE" in

From c4388a903c6e7141d00c5e2656489a91b21f6d44 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Tue, 21 Jun 2022 00:03:05 +0200
Subject: [PATCH 2/8] avidemux: bump for x264

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

diff --git a/srcpkgs/avidemux/template b/srcpkgs/avidemux/template
index 817ad3069480..121b12e991d2 100644
--- a/srcpkgs/avidemux/template
+++ b/srcpkgs/avidemux/template
@@ -1,7 +1,7 @@
 # Template file for 'avidemux'
 pkgname=avidemux
 version=2.8.0
-revision=2
+revision=3
 # Can't be compiled for aarch64, arm* or mips*
 archs="x86_64* i686*"
 wrksrc="${pkgname}_${version}"

From 4200edf79ae529318cd04c98fa3c2b5b2975e953 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Tue, 21 Jun 2022 00:03:06 +0200
Subject: [PATCH 3/8] handbrake: bump for x264

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

diff --git a/srcpkgs/handbrake/template b/srcpkgs/handbrake/template
index 6ad7bd3ea798..7bff9580c310 100644
--- a/srcpkgs/handbrake/template
+++ b/srcpkgs/handbrake/template
@@ -1,7 +1,7 @@
 # Template file for 'handbrake'
 pkgname=handbrake
 version=1.5.1
-revision=1
+revision=2
 wrksrc="HandBrake-${version}"
 build_style=gnu-configure
 configure_args="--force --disable-gtk-update-checks --disable-df-fetch --harden

From bd3404031c4a0a7edb89d4db637124179128366f Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Tue, 21 Jun 2022 00:03:07 +0200
Subject: [PATCH 4/8] ffmpeg: bump for x264

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

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index 7545d83ef849..a37729c39218 100644
--- a/srcpkgs/ffmpeg/template
+++ b/srcpkgs/ffmpeg/template
@@ -2,7 +2,7 @@
 # audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
 pkgname=ffmpeg
 version=4.4.1
-revision=6
+revision=7
 short_desc="Decoding, encoding and streaming software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

From 17372d4bf539aea1f5a5ceffd26ec805529f9d22 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Tue, 21 Jun 2022 00:03:07 +0200
Subject: [PATCH 5/8] vlc: bump for x264

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

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

From 3457b1cc540db5a72771518295d46a6368f5cbee Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Tue, 21 Jun 2022 00:03:08 +0200
Subject: [PATCH 6/8] mplayer: bump for x264

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

diff --git a/srcpkgs/mplayer/template b/srcpkgs/mplayer/template
index e4ee92dee1dd..aa9c9b05705d 100644
--- a/srcpkgs/mplayer/template
+++ b/srcpkgs/mplayer/template
@@ -1,7 +1,7 @@
 # Template file for 'mplayer'
 pkgname=mplayer
 version=1.5
-revision=1
+revision=2
 wrksrc="MPlayer-${version}"
 build_style=configure
 hostmakedepends="pkg-config yasm"

From 62f95b8c4d69ea567b1facd83d4c473b990ac0f3 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Tue, 21 Jun 2022 00:03:08 +0200
Subject: [PATCH 7/8] obs: bump for x264

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

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index df6ee22e52ee..5c33b20aa58c 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=27.2.4
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le* aarch64*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From cbf7b9c9c882812d86048e804650e3961a3a0479 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Tue, 21 Jun 2022 00:03:08 +0200
Subject: [PATCH 8/8] xpra: bump for x264

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

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index 57ee5e9510a2..6711355565cf 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.3.4
-revision=1
+revision=2
 build_style=python3-module
 make_install_args="$(vopt_with docs)"
 hostmakedepends="pkg-config python3-Cython $(vopt_if docs pandoc)"

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

* Re: x264: update distfiles and update to 20220601 snapshot
  2021-12-31 19:58 [PR PATCH] x264: update distfiles and update to 20210613 snapshot ologantr
                   ` (3 preceding siblings ...)
  2022-06-24 13:20 ` [PR PATCH] [Updated] " ologantr
@ 2022-06-24 13:39 ` ologantr
  2022-09-23  2:14 ` github-actions
  2022-10-08  2:13 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: ologantr @ 2022-06-24 13:39 UTC (permalink / raw)
  To: ml

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

New comment by ologantr on void-packages repository

https://github.com/void-linux/void-packages/pull/34793#issuecomment-1165585822

Comment:
Rebased on 71e33f5 (xpra: update to 4.3.4)
that disables tests for xpra.
I've mainly tested ffmpeg with this update, everything seems to
be working as expected (tested by reencoding a couple of
x264 media files).
Please test this.

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

* Re: x264: update distfiles and update to 20220601 snapshot
  2021-12-31 19:58 [PR PATCH] x264: update distfiles and update to 20210613 snapshot ologantr
                   ` (4 preceding siblings ...)
  2022-06-24 13:39 ` ologantr
@ 2022-09-23  2:14 ` github-actions
  2022-10-08  2:13 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-09-23  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34793#issuecomment-1255731625

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: x264: update distfiles and update to 20220601 snapshot
  2021-12-31 19:58 [PR PATCH] x264: update distfiles and update to 20210613 snapshot ologantr
                   ` (5 preceding siblings ...)
  2022-09-23  2:14 ` github-actions
@ 2022-10-08  2:13 ` github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-10-08  2:13 UTC (permalink / raw)
  To: ml

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

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

x264: update distfiles and update to 20220601 snapshot
https://github.com/void-linux/void-packages/pull/34793

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

#### Local build testing
- I built this PR locally for my native architecture (x86_64-glibc)

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

end of thread, other threads:[~2022-10-08  2:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-31 19:58 [PR PATCH] x264: update distfiles and update to 20210613 snapshot ologantr
2022-06-20  2:13 ` github-actions
2022-06-21  7:58 ` [PR PATCH] [Updated] " ologantr
2022-06-21  8:36 ` x264: update distfiles and update to 20220601 snapshot ologantr
2022-06-24 13:20 ` [PR PATCH] [Updated] " ologantr
2022-06-24 13:39 ` ologantr
2022-09-23  2:14 ` github-actions
2022-10-08  2:13 ` [PR PATCH] [Closed]: " github-actions

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