Created attachment 196618 [details] add options FAAC - FAAC AAC encoder support FAAD - FAAD AAC decoder support GSM - GSM codec support JPEG - JPEG image format support LAME - LAME MP3 audio encoder support OPENH264 - H.264 video codec support via OpenH264 PCSC - Smart card support (smart card device redirection)
+1 I'm happy if FAAC/FAAD options are enabled by default.
Let maintainer decide this.
Patch looks good to me; I'm indifferent as to whether or not FAAC/FAAD should be defaults or not.
ping
(In reply to Koichiro Iwao from comment #1) Hi meta@, Can you please commit this, since I'm not a ports committer? It has my approval whether you leave it as-is or set FAAC/FAAD as defaults.
(In reply to Kyle Evans from comment #5) Sorry I missed your reply. I'll take this now. The patch needs to be modified since JPEG codec has been removed from FreeRDP. https://github.com/FreeRDP/FreeRDP/issues/2543
Are you sure? CmakeLists.txt contain: set(JPEG_FEATURE_TYPE "OPTIONAL") set(JPEG_FEATURE_PURPOSE "codec") set(JPEG_FEATURE_DESCRIPTION "use JPEG library") On configure: ... -- Skipping recommended feature GStreamer_1_0 for multimedia (multimedia redirection, audio and video playback) -- Finding optional feature JPEG for codec (use JPEG library) -- Found JPEG: /usr/local/lib/libjpeg.so (found version "80") -- Skipping optional feature x264 for codec (use x264 library) -- Enable feature x264 using "-DWITH_X264=ON" ... Also cmake -L . ... WITH_IPP:BOOL=OFF WITH_JPEG:BOOL=OFF WITH_LAME:BOOL=OFF ...
Read the link.(In reply to rozhuk.im from comment #7)
(In reply to Koichiro Iwao from comment #6) Sorry. A bit more options: DIRECTFB - DirectFB graphics support SOXR - SoX resampler support via libsoxr
Created attachment 200503 [details] add few opts
PS: I'm not sure that this work: KERBEROS_CMAKE_BOOL= WITH_GSSAPI_HEIMDAL Probably there is shoud be 2 options ON: WITH_GSSAPI and WITH_GSSAPI_HEIMDAL cant test it because mine system without kerberos.
Created attachment 200516 [details] replace truncated patch
Created attachment 200518 [details] add :BOOL=
testbuild@work
DirectFB option has been removed at r428330. Is esurrecting the option worth enough?
Created attachment 203714 [details] Remove DIRECTFB option I see directfb unpopular technology in ports tree. Removed.
(In reply to rozhuk.im from comment #16) Hi, Please feel free to commit this at your discretion with my approval. Assuming it passes Q/A, I'm happy and we can always fiddle with defaults later if needed.
A commit references this bug: Author: eugen Date: Tue Apr 16 20:53:30 UTC 2019 New revision: 499122 URL: https://svnweb.freebsd.org/changeset/ports/499122 Log: net/freerdp: add some options Additionally, pet portlint a bit while I'm here. PR: 230963 Submitted by: Ivan Rozhuk <rozhuk.im@gmail.com> Approved by: kevans (maintainer) Changes: head/net/freerdp/Makefile
Thanks!