Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ffmpeg: update to 4.2.1.
@ 2019-09-08  9:51 voidlinux-github
  2019-09-08 18:54 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-09-08  9:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jnbr/void-packages ffmpeg
https://github.com/void-linux/void-packages/pull/14314

ffmpeg: update to 4.2.1.


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

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

From 910066bfce2247c0900e26e9669f3805e4b0bfad Mon Sep 17 00:00:00 2001
From: Johannes <johannes.brechtmann@gmail.com>
Date: Sun, 8 Sep 2019 11:41:22 +0200
Subject: [PATCH] ffmpeg: update to 4.2.1.

---
 srcpkgs/ffmpeg/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index f38a74a5e71..01287fc19a3 100644
--- a/srcpkgs/ffmpeg/template
+++ b/srcpkgs/ffmpeg/template
@@ -1,7 +1,7 @@
 # Template file for 'ffmpeg'
 # audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
 pkgname=ffmpeg
-version=4.2
+version=4.2.1
 revision=1
 short_desc="Decoding, encoding and streaming software"
 maintainer="Johannes <johannes.brechtmann@gmail.com>"
@@ -9,7 +9,7 @@ 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=023f10831a97ad93d798f53a3640e55cd564abfeba807ecbe8524dac4fedecd5
+checksum=cec7c87e9b60d174509e263ac4011b522385fd0775292e1670ecc1180c9bb6d4
 
 hostmakedepends="pkg-config perl yasm"
 makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-devel
@@ -21,10 +21,11 @@ makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-deve
  $(vopt_if vdpau libvdpau-devel) $(vopt_if v4l2 v4l-utils-devel) libbs2b-devel
  libvidstab-devel $(vopt_if faac faac-devel) $(vopt_if fdk_aac fdk-aac-devel)
  $(vopt_if vpx libvpx-devel) $(vopt_if aom libaom-devel)
- $(vopt_if nvenc nv-codec-headers) $(vopt_if sndio sndio-devel)"
+ $(vopt_if nvenc nv-codec-headers) $(vopt_if sndio sndio-devel)
+ $(vopt_if dav1d libdav1d-devel)"
 
-build_options="x265 v4l2 vaapi vdpau vpx faac fdk_aac aom nvenc sndio pulseaudio"
-build_options_default="x265 v4l2 vpx sndio pulseaudio"
+build_options="x265 v4l2 vaapi vdpau vpx faac fdk_aac aom nvenc sndio pulseaudio dav1d"
+build_options_default="x265 v4l2 vpx sndio pulseaudio dav1d"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*) build_options_default+=" vaapi vdpau nvenc";;
@@ -74,7 +75,8 @@ do_configure() {
 		$(vopt_if x265 '--enable-libx265' '--disable-libx265') \
 		$(vopt_if v4l2 '--enable-libv4l2' '--disable-libv4l2') \
 		$(vopt_enable aom libaom) $(vopt_enable vaapi) $(vopt_enable vdpau) \
-		--enable-libbs2b --enable-avresample --enable-libvidstab
+		--enable-libbs2b --enable-avresample --enable-libvidstab \
+		$(vopt_if dav1d '--enable-libdav1d')
 }
 do_build() {
 	rm ${XBPS_WRAPPERDIR}/strip

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

* Re: [PR PATCH] [Merged]: ffmpeg: update to 4.2.1.
  2019-09-08  9:51 [PR PATCH] ffmpeg: update to 4.2.1 voidlinux-github
@ 2019-09-08 18:54 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-09-08 18:54 UTC (permalink / raw)
  To: ml

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

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

ffmpeg: update to 4.2.1.
https://github.com/void-linux/void-packages/pull/14314

Description:


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

end of thread, other threads:[~2019-09-08 18:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-08  9:51 [PR PATCH] ffmpeg: update to 4.2.1 voidlinux-github
2019-09-08 18:54 ` [PR PATCH] [Merged]: " voidlinux-github

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