Bug#1067529: libonvif: Please package new upstream version

2024-03-24 Thread Stephen Rhodes
Hi Petter,

Hope you are having a nice day. I am researching my options for making a
Debian package for a python program, hope to have something soon.

Best Regards,

Stephen

On Sat, Mar 23, 2024 at 1:51 AM Petter Reinholdtsen  wrote:

>
> Package: onvif-tools
> Version: 1.4.4-1
> Severity: wishlist
>
> According to https://github.com/sr99622/libonvif/tags >, the
> latest upstream version of libonvif is 2.0.1, while the latest Debian
> package is 1.4.4.
>
> Please update to the latest upstream version in Debian to make recording
> and multistream support available.
>
> --
> Happy hacking
> Petter Reinholdtsen
>


Bug#1028073: libonvif: Fix build problem on hurd

2023-01-06 Thread Stephen Rhodes
The header has been removed from source code, as well as other unneeded
headers in that section.
Only  and  are needed.

On Fri, Jan 6, 2023 at 9:33 AM Petter Reinholdtsen  wrote:

>
> Package: libonvif
> Version: 1.4.4-1
> Tags: patch
>
> The code enumerating all network interfaces using getifaddrs() include a
> linux specific header file.  As far as I can tell from getifaddrs(3),
> there is no need for the  include, only the 
> one is needed.  The latter is available on Hurd, while the former is
> not.
>
> This patch get the code building on Debian Hurd.
>
> diff --git a/onvif-gui/src/settingspanel.cpp
> b/onvif-gui/src/settingspanel.cpp
> index b0c6e72..ff0cc52 100644
> --- a/onvif-gui/src/settingspanel.cpp
> +++ b/onvif-gui/src/settingspanel.cpp
> @@ -31,7 +31,6 @@
>  #include 
>  #include 
>  #include 
> -#include 
>  #endif
>
>  #include 
>
> --
> Happy hacking
> Petter Reinholdtsen
>