Diff cdrdao-1.2.4-r2 with a cdrdao-1.2.5

/usr/portage/app-cdr/cdrdao/cdrdao-1.2.5.ebuild 2023-10-09 14:52:28.212368318 +0300
9 9
DESCRIPTION="Burn CDs in disk-at-once mode with a command line interface"
10 10
HOMEPAGE="https://github.com/cdrdao/cdrdao/"
11 11
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz"
12
S="${WORKDIR}/${PN}-${MY_PV}"
12 13

  
13 14
LICENSE="GPL-2+"
14 15
SLOT="0"
......
28 29
RDEPEND="${DEPEND}
29 30
	!app-cdr/cue2toc"
30 31
BDEPEND="virtual/pkgconfig"
31

  
32 32
PATCHES=(
33
	"${FILESDIR}/${P}-ax_pthread2.patch"
34
	"${FILESDIR}/${P}-wformat-security.patch"
33
	"${FILESDIR}/${P}-remove-gconf-dep.patch"
35 34
)
36
S="${WORKDIR}/${PN}-${MY_PV}"
37 35

  
38 36
src_prepare() {
39 37
	default
40

  
41
	./autogen.sh || die
42 38
	eautoreconf
43 39
}
44 40

  
Thank you!