summaryrefslogtreecommitdiff
path: root/audio/ruby-taglib
AgeCommit message (Collapse)AuthorFilesLines
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.taca1-1/+2
2015-02-20Fix PLIST with newer rubygem.taca1-1/+3
2015-02-01Update ruby-taglib to 0.7.0.taca3-8/+33
## 0.7.0 (2014-08-21) * Add support for TagLib::RIFF::AIFF (#52, by @tchev) * Add support for TagLib::RIFF::WAV (#57, by @tchev) * Associate filesystem encoding to filename strings * Allow CXX override during gem installation * Try to detect location of vendor/taglib on Heroku (#28) * Documentation updates
2014-03-13Add GEM_EXTSDIR support.taca1-1/+9
No functional change for current versions of Rubys.
2013-10-17recursive bump for audio/taglib shlib major bumpwiz1-1/+2
2013-09-11Update ruby-taglib to 0.6.0.taca3-7/+21
## 0.6.0 (2013-04-26) * Add support for TagLib::MP4 (#3, by @jacobvosmaer) * Add support for TagLib::ID3v2::Header (#19, by @kaethorn) * Support saving ID3v2.3 with TagLib::MPEG::File#save (#17) * Note that this requires at least TagLib 1.8, and due to 1.8.0 having an incorrect version number in the headers, it currently requires master. See issue #17 for details. * Fix segfault when passing a non-String to a String argument * Documentation updates
2012-12-17Update ruby-taglib to 0.5.2.taca2-6/+6
Changes in Releases of taglib-ruby ================================== ## 0.5.2 (2012-10-06) * Fix memory bug with TagLib::MPEG::File#tag and TagLib::FLAC::File#tag which could cause crashes (#14) * Update TagLib of binary gem for Windows to 1.8
2012-08-15Use ${RUBY_DLEXT} instead of "so".taca1-8/+8
2012-08-11Import ruby18-taglib-0.5.1 as audio/ruby-taglib.fhajny4-0/+122
Based on the excellent TagLib C++ library, which is fast, full-featured and mature. In contrast to other bindings, this one wraps the full C++ API, not only the minimal C API. This means that all tag data can be accessed, e.g. cover art of ID3v2 or custom fields of Ogg Vorbis comments.