Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Add JACK support to ffmpeg
@ 2020-05-29  2:33 CadaverLab
  2020-05-31 18:27 ` [PR PATCH] [Updated] ffmpeg: Add JACK support CadaverLab
  2020-05-31 21:03 ` abenson
  0 siblings, 2 replies; 3+ messages in thread
From: CadaverLab @ 2020-05-29  2:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CadaverLab/void-packages patch-1
https://github.com/void-linux/void-packages/pull/22394

Add JACK support to ffmpeg
JACK is already listed as a dependency, and all the subpackages ship with JACK support. This would be beneficial for anyone doing work with audio and/or video.

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

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

From 5a2e45459e6d756f1cae268cde496d308f87c3d4 Mon Sep 17 00:00:00 2001
From: Alex <CadaverLab@users.noreply.github.com>
Date: Fri, 29 May 2020 02:32:19 +0000
Subject: [PATCH] Add JACK support to ffmpeg

JACK is already listed as a dependency, and all the subpackages ship with JACK support. This would be beneficial for anyone doing work with audio and/or video
---
 srcpkgs/ffmpeg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index bd27f41538a..aff894d721a 100644
--- a/srcpkgs/ffmpeg/template
+++ b/srcpkgs/ffmpeg/template
@@ -66,7 +66,7 @@ do_configure() {
 		--enable-shared --enable-static --enable-libxcb \
 		$(vopt_enable pulseaudio libpulse) --enable-libfreetype --enable-libmodplug \
 		--enable-libspeex --enable-libcelt --enable-libass \
-		--enable-libopus --enable-librtmp  $(vopt_enable nvenc) \
+		--enable-libopus --enable-librtmp  --enable-libjack $(vopt_enable nvenc) \
 		$(vopt_if faac '--enable-nonfree --enable-libfaac') \
 		$(vopt_if fdk_aac '--enable-nonfree --enable-libfdk-aac') \
 		--disable-libopencore_amrnb --disable-libopencore_amrwb \

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

end of thread, other threads:[~2020-05-31 21:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29  2:33 [PR PATCH] Add JACK support to ffmpeg CadaverLab
2020-05-31 18:27 ` [PR PATCH] [Updated] ffmpeg: Add JACK support CadaverLab
2020-05-31 21:03 ` abenson

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