diff options
author | Sangchul Lee <sc11.lee@samsung.com> | 2022-09-19 19:44:05 +0900 |
---|---|---|
committer | Sangchul Lee <sc11.lee@samsung.com> | 2022-09-19 19:44:26 +0900 |
commit | d8c62338191df69627239dd1b4c9731b530752c0 (patch) | |
tree | e6ea9aae9a8b7a794d484f9a25b5b610e61dad68 | |
parent | a762f6969444794c68920ba642c507096fd93775 (diff) | |
download | building-blocks-d8c62338191df69627239dd1b4c9731b530752c0.tar.gz building-blocks-d8c62338191df69627239dd1b4c9731b530752c0.tar.bz2 building-blocks-d8c62338191df69627239dd1b4c9731b530752c0.zip |
Update domain-apis-multimedia.inc for Webrtc
Display-related packages are re-configured to be selected.
Change-Id: Ie76b3891b9cdaf4f6a985d644b54d4753769cc87
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
-rw-r--r-- | packaging/domain-apis-multimedia.inc | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/packaging/domain-apis-multimedia.inc b/packaging/domain-apis-multimedia.inc index 0e242f6..c44b116 100644 --- a/packaging/domain-apis-multimedia.inc +++ b/packaging/domain-apis-multimedia.inc @@ -525,16 +525,23 @@ Requires:gst-plugins-good Requires:gst-plugins-ugly Requires:gst-libav Requires:gstreamer -Requires:libmm-display Requires:%{name}-sub2-domain_API-Multimedia-AudioCore Requires:%{name}-sub2-domain_API-Multimedia-Media_Tool Requires:%{name}-sub2-domain_API-Multimedia-Configuration Requires:%{name}-sub2-domain_API-Network-WiFi_Manager Requires:%{name}-sub2-domain_API-UI-TBM_Surface -Requires:%{name}-sub2-domain_API-UI-EFL_NativeUIToolkit + +# suggest building block for video rendering +Suggests:libmm-display +Suggests:%{name}-sub2-domain_API-UI-EFL_NativeUIToolkit %description sub2-domain_API-Multimedia-Webrtc -The Webrtc provides functions to communicate with the remote peer using multimedia sources and generic data. The multimedia sources include audio/video stream from microphone, camera or media file. +The Webrtc provides functions to communicate with the remote peer using multimedia sources and generic data. The multimedia sources include audio/video stream from microphone, camera or media file. <br> +<br> +About OPTIONAL selection: <br><br> +You have to choose multimedia display package and efl building block for video rendering. <br> +- libmm-display <br> +- EFL_NativeUIToolkit in UI API Group <br> %files sub2-domain_API-Multimedia-Webrtc |