Diff vdr-actuator-1.2.1 with a vdr-actuator-2.4.1_pre20181025

/usr/portage/media-plugins/vdr-actuator/vdr-actuator-2.4.1_pre20181025.ebuild 2023-10-09 14:52:31.744368407 +0300
5 5

  
6 6
inherit vdr-plugin-2
7 7

  
8
GIT_VERSION="c810abffbf6dc6f1f354b0c545abe65311203fd8"
9

  
8 10
DESCRIPTION="VDR plugin: control a horz. or vert. actuator attached through the parallel port"
9 11
HOMEPAGE="https://ventoso.org/luca/vdr/"
10
SRC_URI="https://ventoso.org/luca/vdr/${P}.tgz"
12
SRC_URI="https://github.com/olivluca/vdr-actuator-plugin/archive/${GIT_VERSION}.tar.gz -> ${PF}.tar.gz"
11 13

  
12 14
LICENSE="GPL-2"
13 15
SLOT="0"
14 16
KEYWORDS="amd64 x86"
15 17

  
16
DEPEND=">=media-video/vdr-1.7.23"
18
DEPEND=">=media-video/vdr-2.4"
19

  
20
S="${WORKDIR}/${PN}-plugin-${GIT_VERSION}"
17 21

  
18 22
src_prepare() {
19 23
	vdr-plugin-2_src_prepare
20 24

  
21
	fix_vdr_libsi_include "${S}/scanner.h"
22

  
23
	sed -i -e "s:SystemValues:SystemValuesSat:" actuator.c
25
	fix_vdr_libsi_include "${S}/scanfilter.h"
26
	fix_vdr_libsi_include "${S}/scanfilter.c"
24 27
}
Thank you!