Re: WebRTC packaging

2020-07-02 Thread Neal Gompa
On Thu, Jul 2, 2020 at 12:41 PM Vitaly Zaitsev via devel
 wrote:
>
> Hello all!
>
> Is it okay to package Google's static-only WebRTC library? This package
> will provide only webrtc-static and webrtc-devel subpackages.
>
> I need this library to build another packages. Bundling it directly is
> not a good idea, because this library is very big and significantly
> slows down the build process especially on different low-memory
> architectures, such as ARM.
>
> Dependent packages will require it with BuildRequires: webrtc-devel
> webrtc-static and include Provides: bundled(webrtc) = %{webrtc_version}.
>

It is permitted, but you don't need bundled() Provides on packages
that do this, since we're tracking through BRs instead.



-- 
真実はいつも一つ!/ Always, there's only one truth!
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


WebRTC packaging

2020-07-02 Thread Vitaly Zaitsev via devel
Hello all!

Is it okay to package Google's static-only WebRTC library? This package
will provide only webrtc-static and webrtc-devel subpackages.

I need this library to build another packages. Bundling it directly is
not a good idea, because this library is very big and significantly
slows down the build process especially on different low-memory
architectures, such as ARM.

Dependent packages will require it with BuildRequires: webrtc-devel
webrtc-static and include Provides: bundled(webrtc) = %{webrtc_version}.

-- 
Sincerely,
  Vitaly Zaitsev (vit...@easycoding.org)
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org