Re: CDDA with common programs (ATAng)

2003-11-02 Thread Harald Schmalzbauer
On Saturday 01 November 2003 23:06, Artem 'Zazoobr' Ignatjev wrote:

 On Sat, 01.11.2003, at 11:08, Harald Schmalzbauer ÐÉÛÅÔ:
*SNIP*
  There were great tools which could do that automatically but they don't
  work any more for a reason I cannot follow.

 I've ran accross this one some time ago - dagrab no longer work, neither
 cdparanoia was.
 After recvsup of ports/audio and recompile of dagrab all went fine.

Thank you for that hint, also to Arjan van Leeuwen.
First I tried Arjan's hint which worked fine.
Today I built world and tried the unpatched original port which builds fine 
again. Seems the changes have been backed out or whatever.
But it's not working for me. First I can't run it as non-root and then it 
seems to need atapicam which I haven't.
With Arjan's link it works without atapicam and as non-root.
I think this patch should be commited.

Ha, stop. Today it doesn't work as non-root anymore.
I'm sure with -current some days ago and the same patch it worked without root 
privileges.
I can't follow that.

Thanks a lot,

-Harry



pgp0.pgp
Description: signature


Re: CDDA with common programs (ATAng)

2003-11-02 Thread Soren Schmidt
It seems Harald Schmalzbauer wrote:
 
 Ha, stop. Today it doesn't work as non-root anymore.
 I'm sure with -current some days ago and the same patch it worked without root 
 privileges.
 I can't follow that.

Thats a feature of atapi-cd now being under GEOM..

The device nodes are now mode 640 which the security mob has been
nagging me about for years. 

So now you know where to direct complaints :)

-Søren
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CDDA with common programs (ATAng)

2003-11-02 Thread Harald Schmalzbauer
On Sunday 02 November 2003 17:01, Soren Schmidt wrote:
 It seems Harald Schmalzbauer wrote:
  Ha, stop. Today it doesn't work as non-root anymore.
  I'm sure with -current some days ago and the same patch it worked without
  root privileges.
  I can't follow that.

 Thats a feature of atapi-cd now being under GEOM..

 The device nodes are now mode 640 which the security mob has been
 nagging me about for years.

 So now you know where to direct complaints :)

Ok, found that so some entries in devfs.conf did the trick.
The rest I wrote obove was wrong. Accidentaly I forgot to remove the patch in 
the files directory, so cdparanoia still fails to build on -current.

cooked_interface.c: In function `cooked_read':
cooked_interface.c:204: error: storage size of `arg' isn't known
cooked_interface.c:215: error: `CDIOCREADAUDIO' undeclared (first use in this 
function)
cooked_interface.c:215: error: (Each undeclared identifier is reported only 
once
cooked_interface.c:215: error: for each function it appears in.)
gmake[2]: *** [cooked_interface.o] Fehler 1

Thanks,

-Harry


 -Søren
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to [EMAIL PROTECTED]


pgp0.pgp
Description: signature


CDDA with common programs (ATAng)

2003-11-01 Thread Harald Schmalzbauer
Hi all,

in the archive I found a discussion about some implementation changes with 
ATAng which breakes CDDA support for (all?) common programs.
Will it ever be possible to use FreeBSD with e.g. kaudiocreator (needs 
cdparanoia)?
I'm no friend of copying audiotracks by hand, give them a more or less 
apropriate name and feed them into any encoder.
There were great tools which could do that automatically but they don't work 
any more for a reason I cannot follow.

Best regards,

-Harry


pgp0.pgp
Description: signature


Re: CDDA with common programs (ATAng)

2003-11-01 Thread Arjan van Leeuwen
On Saturday 01 November 2003 09:08, Harald Schmalzbauer wrote:
 Hi all,

 in the archive I found a discussion about some implementation changes with
 ATAng which breakes CDDA support for (all?) common programs.
 Will it ever be possible to use FreeBSD with e.g. kaudiocreator (needs
 cdparanoia)?
 I'm no friend of copying audiotracks by hand, give them a more or less
 apropriate name and feed them into any encoder.
 There were great tools which could do that automatically but they don't
 work any more for a reason I cannot follow.

There's a patch for cdparanoia that is floating around that fixes this, 
created by Vladimir Kushnir. I'm not sure if a PR was sent for this, if not, 
I'll create one (but I'm not sure cdparanoia still works on -STABLE with this 
patch).

Anyways, you can find the patch here:
http://www.piwebs.com/freebsd/atang/patch-interface__cooked_interface.c.1

Just place it in the files/ directory of the cdparanoia port.

Best regards,

Arjan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CDDA with common programs (ATAng)

2003-11-01 Thread Arjan van Leeuwen
On Saturday 01 November 2003 16:54, Arjan van Leeuwen wrote:
 On Saturday 01 November 2003 09:08, Harald Schmalzbauer wrote:
  Hi all,
 
  in the archive I found a discussion about some implementation changes
  with ATAng which breakes CDDA support for (all?) common programs.
  Will it ever be possible to use FreeBSD with e.g. kaudiocreator (needs
  cdparanoia)?
  I'm no friend of copying audiotracks by hand, give them a more or less
  apropriate name and feed them into any encoder.
  There were great tools which could do that automatically but they don't
  work any more for a reason I cannot follow.

 There's a patch for cdparanoia that is floating around that fixes this,
 created by Vladimir Kushnir. I'm not sure if a PR was sent for this, if
 not, I'll create one (but I'm not sure cdparanoia still works on -STABLE
 with this patch).

 Anyways, you can find the patch here:
 http://www.piwebs.com/freebsd/atang/patch-interface__cooked_interface.c.1

 Just place it in the files/ directory of the cdparanoia port.

Sorry, scrap that last sentence. You have to apply this patch _after_ doing 
'make patch' for the port.

Arjan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]