Github messages for voidlinux
 help / color / mirror / Atom feed
From: ologantr <ologantr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] x264: update distfiles and update to 20220601 snapshot
Date: Fri, 24 Jun 2022 15:20:20 +0200	[thread overview]
Message-ID: <20220624132020.0F-DjAsvr7xNhpaUqVAfhWkiWiGkSAYiJaEZxYvmbJg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34793@inbox.vuxu.org>

[-- 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)"

  parent reply	other threads:[~2022-06-24 13:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` ologantr [this message]
2022-06-24 13:39 ` ologantr
2022-09-23  2:14 ` github-actions
2022-10-08  2:13 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220624132020.0F-DjAsvr7xNhpaUqVAfhWkiWiGkSAYiJaEZxYvmbJg@z \
    --to=ologantr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).