Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626540 - net-misc/freerdp-2.0.0_rc0 needs openh264 to encode h264
Summary: net-misc/freerdp-2.0.0_rc0 needs openh264 to encode h264
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-29 16:31 UTC by Joakim Tjernlund
Modified: 2017-07-30 11:43 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joakim Tjernlund 2017-07-29 16:31:23 UTC
Currently freerdp does not support h264 encoding(server mode) using ffmpeg.
Building with direct openh264 support fixes that.
DEPEND/RDEPEND on media-libs/openh264 and add -DWITH_OPENH264=ON during configure
will do the trick.
Comment 1 Mike Gilbert gentoo-dev 2017-07-30 02:20:43 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fde3228edde05116bf72fdcc0822ea5431daa7d

commit 5fde3228edde05116bf72fdcc0822ea5431daa7d
Author: Mike Gilbert <floppym@gentoo.org>
Date:   Sat Jul 29 22:19:46 2017 -0400

    net-misc/freerdp: add openh264 support

    Bug: https://bugs.gentoo.org/626540
    Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1

 net-misc/freerdp/freerdp-2.0.0_rc0.ebuild |  4 +++-
 net-misc/freerdp/freerdp-9999.ebuild      |  4 +++-
 net-misc/freerdp/metadata.xml             | 23 ++++++++++++-----------
 3 files changed, 18 insertions(+), 13 deletions(-)
Comment 2 Joakim Tjernlund 2017-07-30 11:43:26 UTC
That was fast, thanks