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

* Re: [PR PATCH] [Updated] ffmpeg: Add JACK support
  2020-05-29  2:33 [PR PATCH] Add JACK support to ffmpeg CadaverLab
@ 2020-05-31 18:27 ` CadaverLab
  2020-05-31 21:03 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: CadaverLab @ 2020-05-31 18:27 UTC (permalink / raw)
  To: ml

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

There is an updated 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

ffmpeg: Add JACK support
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: 1921 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 1/2] 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 \

From d52fefa6cd9824a17d064f4d32e5e087e8bbc533 Mon Sep 17 00:00:00 2001
From: Alex <CadaverLab@users.noreply.github.com>
Date: Sun, 31 May 2020 18:27:38 +0000
Subject: [PATCH 2/2] Increased revision number as requested

---
 srcpkgs/ffmpeg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index aff894d721a..fdb953a00db 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.2.3
-revision=1
+revision=2
 short_desc="Decoding, encoding and streaming software"
 maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-or-later"

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

* Re: ffmpeg: Add JACK support
  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
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2020-05-31 21:03 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/22394#issuecomment-636529647

Comment:
Squash the two commits into a single commit with the previously mentioned commit message.

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