RAA - rb_cdio/0.0.1

rb_cdio / 0.0.1

Short description: Bindings to cdiolib
Category: Library/Hardware
Status: prototype
Created: 2005-05-19 07:13:32 GMT
Last update: 2005-05-19 07:13:32 GMT
Owner: clbustos (Projects of this owner)
Homepage: http://php.apsique.com/project/rb_cdio
Download: http://php.apsique.com/files/proyectos/rb_cdio-0.0.1.tar.gz
License: GPL
Dependency:
Requires: ruby-freedb/0.5 Optional
Description:

rb_cdio : Bindings for cdiolib

http://www.gnu.org/software/libcdio/

Installation

1.- Run extconf.rb
$ ruby extconf.rb
2.- make
$ make
3.- Include the module with
require "CdIo"
in your script
4.- The interface of the class is on CdIo_Def.rb. CdIo_test.rb have some test.
5.- If you have "freedb" class, you can use with CdIo::Cd.get_cddb()
Notice

This is my first extension for Ruby, so expect a lot of bugs.

Versions: [0.2.0 (2005-10-24)] [0.0.1 (2005-05-19)]

Edit this project (for project owner)

back to RAA top