Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 665254 - media-video/ffmpeg-4.0.2 does not build with JACK despite USE=jack
Summary: media-video/ffmpeg-4.0.2 does not build with JACK despite USE=jack
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks:
 
Reported: 2018-09-05 03:32 UTC by Hector Martin
Modified: 2018-11-26 14:15 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fixed ebuild (ffmpeg-4.0.2-r1.ebuild,16.10 KB, text/plain)
2018-09-05 03:32 UTC, Hector Martin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hector Martin 2018-09-05 03:32:16 UTC
Created attachment 545950 [details]
fixed ebuild

./configure needs --enable-libjack for USE=jack, otherwise the indev/outdev are not enabled. Fixed ebuild attached.
Comment 1 Larry the Git Cow gentoo-dev 2018-11-26 14:15:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17d2c1bc69258e3e844c11d4eba1544a20982a4

commit e17d2c1bc69258e3e844c11d4eba1544a20982a4
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2018-11-13 02:27:03 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2018-11-26 14:13:42 +0000

    media-video/ffmpeg: fix building with USE="jack"
    
    Closes: https://bugs.gentoo.org/665254
    Package-Manager: Portage-2.3.51, Repoman-2.3.12
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 media-video/ffmpeg/ffmpeg-4.0.3.ebuild | 4 ++--
 media-video/ffmpeg/ffmpeg-4.1.ebuild   | 4 ++--
 media-video/ffmpeg/ffmpeg-9999.ebuild  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)