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 2024-07-02 13:51:46.453851520 +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"
13
S="${WORKDIR}/${PN}-plugin-${GIT_VERSION}"
11 14

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

  
16
# this plugin version is intended to use with media-video/vdr-2.2
17
DEPEND="media-video/vdr"
19
DEPEND=">=media-video/vdr-2.4"
18 20
RDEPEND="${DEPEND}"
19 21

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

  
23
	fix_vdr_libsi_include "${S}/scanner.h"
24

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