Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ffmpeg: add and enable srt build option
@ 2022-05-31 17:51 Duncaen
  2022-06-04 12:12 ` chili-b
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Duncaen @ 2022-05-31 17:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Duncaen/void-packages ffmpeg-srt
https://github.com/void-linux/void-packages/pull/37368

ffmpeg: add and enable srt build option
None

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

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

From 466d2249f8dc3ba911de5c8d5d07f4225a9fe52d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 31 May 2022 19:49:12 +0200
Subject: [PATCH] ffmpeg: add and enable srt build option

---
 srcpkgs/ffmpeg/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index 8ffdd4401f2d..b493d7323c48 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=3
+revision=4
 short_desc="Decoding, encoding and streaming software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
@@ -25,12 +25,13 @@ makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-deve
  $(vopt_if dav1d libdav1d-devel) $(vopt_if zimg zimg-devel)
  $(vopt_if webp libwebp-devel) $(vopt_if sofa libmysofa-devel)
  $(vopt_if vulkan 'vulkan-loader Vulkan-Headers')
- $(vopt_if drm libdrm-devel) $(vopt_if svtav1 libsvt-av1-devel)"
+ $(vopt_if drm libdrm-devel) $(vopt_if svtav1 libsvt-av1-devel)
+ $(vopt_if srt srt-devel)"
 depends="ffplay>=${version}_${revision}"
 
 build_options="x265 v4l2 vaapi vdpau vpx faac fdk_aac aom nvenc sndio pulseaudio
- dav1d zimg webp sofa vulkan drm svtav1"
-build_options_default="x265 v4l2 vpx aom sndio pulseaudio dav1d webp vulkan drm"
+ dav1d zimg webp sofa vulkan drm svtav1 srt"
+build_options_default="x265 v4l2 vpx aom sndio pulseaudio dav1d webp vulkan drm srt"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*) build_options_default+=" vaapi vdpau nvenc";;
@@ -116,7 +117,8 @@ do_configure() {
 		$(vopt_enable sofa libmysofa) \
 		$(vopt_enable vulkan) \
 		$(vopt_enable drm libdrm) \
-		$(vopt_enable svtav1 libsvtav1)
+		$(vopt_enable svtav1 libsvtav1) \
+		$(vopt_enable srt libsrt)
 }
 do_build() {
 	make ${makejobs}

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

* Re: ffmpeg: add and enable srt build option
  2022-05-31 17:51 [PR PATCH] ffmpeg: add and enable srt build option Duncaen
@ 2022-06-04 12:12 ` chili-b
  2022-06-19  0:00 ` [PR PATCH] [Closed]: " Duncaen
  2022-06-19  0:00 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: chili-b @ 2022-06-04 12:12 UTC (permalink / raw)
  To: ml

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

New comment by chili-b on void-packages repository

https://github.com/void-linux/void-packages/pull/37368#issuecomment-1146597737

Comment:
The revision should be bumped to 5 as of  #37265

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

* Re: [PR PATCH] [Closed]: ffmpeg: add and enable srt build option
  2022-05-31 17:51 [PR PATCH] ffmpeg: add and enable srt build option Duncaen
  2022-06-04 12:12 ` chili-b
@ 2022-06-19  0:00 ` Duncaen
  2022-06-19  0:00 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2022-06-19  0:00 UTC (permalink / raw)
  To: ml

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

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

ffmpeg: add and enable srt build option
https://github.com/void-linux/void-packages/pull/37368

Description:
None

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

* Re: ffmpeg: add and enable srt build option
  2022-05-31 17:51 [PR PATCH] ffmpeg: add and enable srt build option Duncaen
  2022-06-04 12:12 ` chili-b
  2022-06-19  0:00 ` [PR PATCH] [Closed]: " Duncaen
@ 2022-06-19  0:00 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2022-06-19  0:00 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/37368#issuecomment-1159584698

Comment:
Merged in https://github.com/void-linux/void-packages/commit/cafb6cede9a34b98cadd79fb3abf43d3abe7dd49

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

end of thread, other threads:[~2022-06-19  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 17:51 [PR PATCH] ffmpeg: add and enable srt build option Duncaen
2022-06-04 12:12 ` chili-b
2022-06-19  0:00 ` [PR PATCH] [Closed]: " Duncaen
2022-06-19  0:00 ` Duncaen

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