Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ffmpeg: update to 4.4.3.
@ 2022-11-14  2:51 kruceter
  2022-11-20 12:50 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kruceter @ 2022-11-14  2:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kruceter/void-packages ffmpeg
https://github.com/void-linux/void-packages/pull/40511

ffmpeg: update to 4.4.3.
The package was built using GCC 12. No errors to report.

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

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

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

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

From 08523f2b64095faf2359897f209fb268c8cbbc2a Mon Sep 17 00:00:00 2001
From: Krul Ceter <kruceter@proton.me>
Date: Mon, 14 Nov 2022 05:41:47 +0300
Subject: [PATCH] ffmpeg: update to 4.4.3.

---
 srcpkgs/ffmpeg/patches/sdl2-version.patch | 31 -----------------------
 srcpkgs/ffmpeg/template                   |  6 ++---
 2 files changed, 3 insertions(+), 34 deletions(-)
 delete mode 100644 srcpkgs/ffmpeg/patches/sdl2-version.patch

diff --git a/srcpkgs/ffmpeg/patches/sdl2-version.patch b/srcpkgs/ffmpeg/patches/sdl2-version.patch
deleted file mode 100644
index e23c8ece4153..000000000000
--- a/srcpkgs/ffmpeg/patches/sdl2-version.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From: Christopher Degawa <ccom@randomderp.com>
-Date: Wed, 11 May 2022 20:11:04 +0000 (-0500)
-Subject: configure: extend SDL check to accept all 2.x versions
-X-Git-Tag: n5.1~517
-X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/e5163b1d3438
-
-configure: extend SDL check to accept all 2.x versions
-
-sdl2 recently changed their versioning, moving the patch level to minor level
-https://github.com/libsdl-org/SDL/commit/cd7c2f1de7d9e418bb554047d714dd7cacc020ff
-and have said that they will instead ship sdl3.pc for 3.0.0
-
-Fixes ticket 9768
-
-Signed-off-by: Christopher Degawa <ccom@randomderp.com>
-Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
----
-
-diff --git a/configure b/configure
-index 4d2f4d9112..0faf2455b7 100755
---- a/configure
-+++ b/configure
-@@ -6742,7 +6742,7 @@ fi
- 
- if enabled sdl2; then
-     SDL2_CONFIG="${cross_prefix}sdl2-config"
--    test_pkg_config sdl2 "sdl2 >= 2.0.1 sdl2 < 2.1.0" SDL_events.h SDL_PollEvent
-+    test_pkg_config sdl2 "sdl2 >= 2.0.1 sdl2 < 3.0.0" SDL_events.h SDL_PollEvent
-     if disabled sdl2 && "${SDL2_CONFIG}" --version > /dev/null 2>&1; then
-         sdl2_cflags=$("${SDL2_CONFIG}" --cflags)
-         sdl2_extralibs=$("${SDL2_CONFIG}" --libs)
diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index 289881c886d0..0d55496b6991 100644
--- a/srcpkgs/ffmpeg/template
+++ b/srcpkgs/ffmpeg/template
@@ -1,15 +1,15 @@
 # Template file for 'ffmpeg'
 # audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
 pkgname=ffmpeg
-version=4.4.2
-revision=3
+version=4.4.3
+revision=1
 short_desc="Decoding, encoding and streaming software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.ffmpeg.org"
 changelog="https://raw.githubusercontent.com/FFmpeg/FFmpeg/master/Changelog"
 distfiles="${homepage}/releases/ffmpeg-${version}.tar.xz"
-checksum=af419a7f88adbc56c758ab19b4c708afbcae15ef09606b82b855291f6a6faa93
+checksum=6c5b6c195e61534766a0b5fe16acc919170c883362612816d0a1c7f4f947006e
 
 hostmakedepends="pkg-config perl yasm"
 makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-devel

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

* Re: [PR REVIEW] ffmpeg: update to 4.4.3.
  2022-11-14  2:51 [PR PATCH] ffmpeg: update to 4.4.3 kruceter
@ 2022-11-20 12:50 ` paper42
  2022-11-20 12:54 ` [PR PATCH] [Updated] " kruceter
  2022-11-20 17:31 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-11-20 12:50 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40511#discussion_r1027284678

Comment:
```suggestion
distfiles="https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz"
```

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

* Re: [PR PATCH] [Updated] ffmpeg: update to 4.4.3.
  2022-11-14  2:51 [PR PATCH] ffmpeg: update to 4.4.3 kruceter
  2022-11-20 12:50 ` [PR REVIEW] " paper42
@ 2022-11-20 12:54 ` kruceter
  2022-11-20 17:31 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: kruceter @ 2022-11-20 12:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kruceter/void-packages ffmpeg
https://github.com/void-linux/void-packages/pull/40511

ffmpeg: update to 4.4.3.
The package was built using GCC 12. No errors to report.

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

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

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

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

From 7f58890fc40787f608592d71f4ba4c74affb6d14 Mon Sep 17 00:00:00 2001
From: Krul Ceter <kruceter@proton.me>
Date: Mon, 14 Nov 2022 05:41:47 +0300
Subject: [PATCH] ffmpeg: update to 4.4.3.

---
 srcpkgs/ffmpeg/patches/sdl2-version.patch | 31 -----------------------
 srcpkgs/ffmpeg/template                   |  8 +++---
 2 files changed, 4 insertions(+), 35 deletions(-)
 delete mode 100644 srcpkgs/ffmpeg/patches/sdl2-version.patch

diff --git a/srcpkgs/ffmpeg/patches/sdl2-version.patch b/srcpkgs/ffmpeg/patches/sdl2-version.patch
deleted file mode 100644
index e23c8ece4153..000000000000
--- a/srcpkgs/ffmpeg/patches/sdl2-version.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From: Christopher Degawa <ccom@randomderp.com>
-Date: Wed, 11 May 2022 20:11:04 +0000 (-0500)
-Subject: configure: extend SDL check to accept all 2.x versions
-X-Git-Tag: n5.1~517
-X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/e5163b1d3438
-
-configure: extend SDL check to accept all 2.x versions
-
-sdl2 recently changed their versioning, moving the patch level to minor level
-https://github.com/libsdl-org/SDL/commit/cd7c2f1de7d9e418bb554047d714dd7cacc020ff
-and have said that they will instead ship sdl3.pc for 3.0.0
-
-Fixes ticket 9768
-
-Signed-off-by: Christopher Degawa <ccom@randomderp.com>
-Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
----
-
-diff --git a/configure b/configure
-index 4d2f4d9112..0faf2455b7 100755
---- a/configure
-+++ b/configure
-@@ -6742,7 +6742,7 @@ fi
- 
- if enabled sdl2; then
-     SDL2_CONFIG="${cross_prefix}sdl2-config"
--    test_pkg_config sdl2 "sdl2 >= 2.0.1 sdl2 < 2.1.0" SDL_events.h SDL_PollEvent
-+    test_pkg_config sdl2 "sdl2 >= 2.0.1 sdl2 < 3.0.0" SDL_events.h SDL_PollEvent
-     if disabled sdl2 && "${SDL2_CONFIG}" --version > /dev/null 2>&1; then
-         sdl2_cflags=$("${SDL2_CONFIG}" --cflags)
-         sdl2_extralibs=$("${SDL2_CONFIG}" --libs)
diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index 289881c886d0..a0588d9ea2d9 100644
--- a/srcpkgs/ffmpeg/template
+++ b/srcpkgs/ffmpeg/template
@@ -1,15 +1,15 @@
 # Template file for 'ffmpeg'
 # audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
 pkgname=ffmpeg
-version=4.4.2
-revision=3
+version=4.4.3
+revision=1
 short_desc="Decoding, encoding and streaming software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.ffmpeg.org"
 changelog="https://raw.githubusercontent.com/FFmpeg/FFmpeg/master/Changelog"
-distfiles="${homepage}/releases/ffmpeg-${version}.tar.xz"
-checksum=af419a7f88adbc56c758ab19b4c708afbcae15ef09606b82b855291f6a6faa93
+distfiles="https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz"
+checksum=6c5b6c195e61534766a0b5fe16acc919170c883362612816d0a1c7f4f947006e
 
 hostmakedepends="pkg-config perl yasm"
 makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-devel

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

* Re: [PR PATCH] [Merged]: ffmpeg: update to 4.4.3.
  2022-11-14  2:51 [PR PATCH] ffmpeg: update to 4.4.3 kruceter
  2022-11-20 12:50 ` [PR REVIEW] " paper42
  2022-11-20 12:54 ` [PR PATCH] [Updated] " kruceter
@ 2022-11-20 17:31 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-11-20 17:31 UTC (permalink / raw)
  To: ml

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

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

ffmpeg: update to 4.4.3.
https://github.com/void-linux/void-packages/pull/40511

Description:
The package was built using GCC 12. No errors to report.

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

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

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

end of thread, other threads:[~2022-11-20 17:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14  2:51 [PR PATCH] ffmpeg: update to 4.4.3 kruceter
2022-11-20 12:50 ` [PR REVIEW] " paper42
2022-11-20 12:54 ` [PR PATCH] [Updated] " kruceter
2022-11-20 17:31 ` [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).