Package: wnpp Severity: wishlist Owner: Fab Stz <fabstz...@yahoo.fr> X-Debbugs-Cc: debian-devel@lists.debian.org
* Package name : librepfunc Version : 1.6.4 Upstream Author : Winfried Koehler <nvdec @ quantentunnel . de> * URL : https://github.com/wirbel-at-vdr-portal/librepfunc * License : GPL Programming Lang: C++ Description : Set of C++ classes and utilities for building multimedia tools This is a collection of utilities and functions used for example in w-scan- cpp . string related: * LowerCase and UpperCase * LeftTrim and RightTrim and Trim * FrontFill and BackFill * ReplaceAll . vector of string related: * SplitStr . number conversion to string or vice versa * IntToStr * FloatToStr * ExpToStr * StrToInt + StrToFloat . print time * TimeStr . other conversions * BCDtoDecimal . sleep threads * Sleep, mSleep, uSleep . print hex data * HexDump . files and directories * FileExists * cFileList * ReadFileToStream * ReadFile * WriteStreamToFile * WriteFile . start/stop threads from main thread * ThreadBase This library is used by w_scan_cpp which is the successor of w_scan (w_scan is not maintained anymore). w_scan_cpp & w_scan are from same author. it is also used in https://salsa.debian.org/vdr-team/vdr-plugin-wirbelscan but for now, it embeds the library while it could make use of librepfunc. so at least 2 packages would use this library: w-scan-cpp =& vdr-plugin-wirbelscan see also this bug report asking for w_scan_cpp: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000741 Idealy this would be maintained in the vdr team like w-scan and vdr-plugin- wirbelscan