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

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