2024-02-01 09:47:20 by Thomas Klausner | Files touched by this commit (1) |
Log message:
ruby-taglib: mark as BROKEN, needs changes for taglib 2
https://github.com/robinst/taglib-ruby/issues/127
|
2024-01-28 14:24:37 by Thomas Klausner | Files touched by this commit (35) |
Log message:
*: recursive bump for taglib 2
|
2023-01-03 06:48:04 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
audio/ruby-taglib: update to 1.1.3
1.1.3 - 2022-12-29
Changed
* Fix warning warning: undefining the allocator of T_DATA class
swig_runtime_data on Ruby 3.2
* Upgraded to SWIG 4.1.1
|
2022-05-05 06:23:30 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
audio/ruby-taglib: update to 1.1.2
* Update HOMEPAGE.
1.1.1 (2022-04-12)
Changed
* Fixed build time warnings with Ruby >= 2.7.0 (#85)
* Upgraded to SWIG 4.0.2
* Fixed running tests against TagLib 1.12
1.1.2 (2022-04-13)
Fixed
* Fix UserTextIdentificationFrame's constructor so that overloaded variants
with StringList arguments can be called (#107)
|
2021-10-26 11:59:39 by Nia Alarie | Files touched by this commit (455) |
Log message:
audio: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes.
The following distfiles couldn't be fetched (possibly they are fetched
conditionally):
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
|
2021-10-07 15:10:03 by Nia Alarie | Files touched by this commit (459) |
Log message:
audio: Remove SHA1 hashes for distfiles
|
2021-01-26 15:47:41 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
audio/ruby-taglib: update to 1.1.0
1.1.0 - 2021-01-20
Added
* Added support for CTOC and CHAP frames for ID3v2
|
2020-04-25 17:49:02 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
audio/ruby-taglib: update to 1.0.1
Update ruby-taglib to 1.0.1
## 1.0.1 - 2020-03-25
### Fixed
- Fix segmentation fault with TagLib::FLAC picture lists (#91), thanks
@jameswyper!
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2020-01-16 16:07:40 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
audio/ruby-taglib: update to 1.0.0
## 1.0.0 (2020-01-07)
* Support for TagLib >= 1.11.1 (drop support for earlier versions) (#83)
* This includes a lot of new APIs and some changed APIs, see
`@since 1.0.0` in the docs
* Stop using tainted strings to fix warnings with Ruby 2.7 (#86)
|