#888224 libde265-0: Provide static library

Package:
libde265-dev
Source:
libde265
Description:
Open H.265 video codec implementation - development files
Submitter:
Alex Gaynor
Date:
2023-06-20 13:57:03 UTC
Severity:
wishlist
Tags:
#888224#5
Date:
2018-01-24 00:59:48 UTC
From:
To:
Currently libde265-0 provides dynamic libraries, however I have a use case
where it'd be great if static libraries were also provided.

Thanks!

#888224#16
Date:
2023-06-20 13:55:22 UTC
From:
To:
Control: tags -1 moreinfo

I was stumbling accross this bug and like to query more information why you need
a static library? Can you expand on your use case and why a shared library won't do it
for you?

In Debian we usually avoid packaging static libraries, expect if the library is designed
to be used statically, so a good reason would be appreciated :)

Static libraries have -- especially in a context of distributions -- quite a lot of downsides,
For example this package very often provides updates due to security issues which are much
easier to handle if the library is a shared one.