diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-09 14:34:24 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-09 14:34:24 +0000 |
commit | 592462ca9b2cbe8e65e99a556d3a4996558817a6 (patch) | |
tree | f7d9e396613582f278548ff2e0a372c9bc580339 /audio/rubygem-ogginfo/pkg-descr | |
parent | Update to 1.3.9 release. (diff) |
Ogginfo gives you access to low level information on ogg files (bitrate,
length, samplerate, encoder, etc... ), as well as tag.
Author: Guillaume Pierronnet <guillaume.pierronnet@gmail.com>
WWW: http://ruby-ogginfo.rubyforge.org/
Notes
Notes:
svn path=/head/; revision=277402
Diffstat (limited to 'audio/rubygem-ogginfo/pkg-descr')
-rw-r--r-- | audio/rubygem-ogginfo/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/rubygem-ogginfo/pkg-descr b/audio/rubygem-ogginfo/pkg-descr new file mode 100644 index 000000000000..d3c698dcd60e --- /dev/null +++ b/audio/rubygem-ogginfo/pkg-descr @@ -0,0 +1,5 @@ +Ogginfo gives you access to low level information on ogg files (bitrate, +length, samplerate, encoder, etc... ), as well as tag. + +Author: Guillaume Pierronnet <guillaume.pierronnet@gmail.com> +WWW: http://ruby-ogginfo.rubyforge.org/ |