Commit Graph

10 Commits

Author SHA1 Message Date
krant d4538b5fff minisatip: update to 1.3.4
- Configure option 'dvbaes' renamed to 'dvbca'

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-03-22 16:08:23 +08:00
Hauke Mehrtens c7f77bded7 minisatip: Fix configure option for openssl
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>
2024-03-17 22:40:55 +01:00
krant b51f036811 minisatip: update to 1.3.2
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-12 06:55:09 -08:00
Rosen Penev 3d65773650 minisatip: add libdvbcsa support
Unconditionally enable with BUILD_PATENTED.

Simplify configure args.

Add missing PKG_CONFIG_DEPENDS

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-06 15:22:35 -07:00
Rosen Penev a2e89b6f3d minisatip: update to 1.0.4
Remove upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-04 22:59:05 -07:00
Rosen Penev d841630a33
minisatip: fix compilation with GCC10
Backported upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-29 15:10:08 -07:00
Rosen Penev 6812cedecd
minisatip: update to 1.0.3
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 15:13:02 -07:00
Rosen Penev 0c71486edd
minisatip: Update to 1.0.2
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>
2019-11-05 13:48:59 -08:00
Daniel Kucera e2f9106a04 minisatip: pkg hash fix
Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
2019-07-19 14:34:45 +02:00
Daniel Kucera 380c6fa780 minisatip: add new package
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>
2019-07-10 21:08:42 +02:00