Gentoo Archives: gentoo-dev

From: Florian Dittmer <florian.dittmer@××××××××××.net>
To: gentoo-dev@g.o
Subject: [gentoo-dev] CD Record / CDRTools 1.11.x vs. 1.10
Date: Sat, 19 Oct 2002 13:24:37
Message-Id: 1035038873.5188.8.camel@einstein.pyogenesis.net
1 Hi,
2
3 I just wanted to point out that not all frontends work with current
4 alpha version of CDRecord/CDRTools, because of some Syntax changes since
5 v 1.10.
6
7 Example application is "arson", an KDE application. It passes parameters
8 to cdda2wav which cause v1.11.x-cdda2wav to fail.
9
10 There is no ebuild for the current stable 1.10 of cdrecord, I suggest to
11 add at least a script for that version, if not masking the newer
12 versions at all. But I guess before doing that we might look if other
13 current frontends are affected.
14
15 To install cdrecord 1.10 I just got a copy of the latest 1.11.x ebuild
16 and changes three lines:
17
18 --
19 MY_P=${PN}-${PV%.*}a${PV##*.}
20 S=${WORKDIR}/${PN}-1.11
21 SRC_URI="ftp://ftp.fokus.gmd.de:21/pub/unix/cdrecord/alpha/${MY_P}.tar.bz2"
22 --
23 to
24 --
25 S=${WORKDIR}/${P}
26 SRC_URI="ftp://ftp.fokus.gmd.de:21/pub/unix/cdrecord/alpha/${P}.tar.gz"
27 --
28
29 Greetings
30
31 Florian

Replies

Subject Author
Re: [gentoo-dev] CD Record / CDRTools 1.11.x vs. 1.10 Bart Verwilst <verwilst@g.o>