Diff vdr-rpihddevice-1.0.3 with a vdr-rpihddevice-1.0.5

/usr/portage/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild 2023-10-09 14:52:31.752368407 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2020 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
5 5

  
6 6
inherit vdr-plugin-2
7 7

  
8
VERSION="2045" #every bump, new version
8
VERSION="2193" #every bump, new version
9 9

  
10 10
DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
11 11
HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice"
......
21 21

  
22 22
src_prepare() {
23 23
	sed -i "${S}"/Makefile -e '/LDFLAGS.*VCLIBDIR/s/$/ -Wl,--no-as-needed/' || die "sed failed"
24

  
25
	# media-libs/raspberrypi-userland to old on gentoo...
26
	sed -e "s:-lbrcmGLESv2:-lGLESv2:" \
27
		-e "s:-lbrcmEGL:-lEGL:" \
28
		-i "${S}"/Makefile || die "sed failed"
29

  
24 30
	vdr-plugin-2_src_prepare
25 31
}
Thank you!