aboutsummaryrefslogtreecommitdiff
path: root/multimedia/minisatip
Commit message (Collapse)AuthorAge
* minisatip: update to 1.3.4krant2024-03-22
| | | | | | - Configure option 'dvbaes' renamed to 'dvbca' Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* minisatip: Fix configure option for opensslHauke Mehrtens2024-03-17
| | | | | | | | | | | | | | The configure option which depends on openSSL is named --disable-dvbca and not --disable-dvbaes This fixes the following warning: configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-nls, --disable-dvbaes When the option is not set configure will check if openssl is available and compile against openssl if it find openssl. This breaks the build because openssl is not defined as a package dependency. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* minisatip: update to 1.3.2krant2024-02-12
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* minisatip: add libdvbcsa supportRosen Penev2021-04-06
| | | | | | | | | | Unconditionally enable with BUILD_PATENTED. Simplify configure args. Add missing PKG_CONFIG_DEPENDS Signed-off-by: Rosen Penev <rosenp@gmail.com>
* minisatip: update to 1.0.4Rosen Penev2020-09-04
| | | | | | Remove upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* minisatip: fix compilation with GCC10Rosen Penev2020-06-29
| | | | | | Backported upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* minisatip: update to 1.0.3Rosen Penev2020-05-02
| | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* minisatip: Update to 1.0.2Rosen Penev2019-11-05
| | | | | | | | | | Switched to codeload for simplicity. Added patch to fix compilation without deprecated OpenSSL APIs. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* minisatip: pkg hash fixDaniel Kucera2019-07-19
| | | | Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
* minisatip: add new packageDaniel Kucera2019-07-10
Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards. https://github.com/catalinii/minisatip Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>