#18201 closed enhancement (fixed)
flac-1.4.3
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version.
Change History (7)
follow-up: 2 comment:1 by , 22 months ago
follow-ups: 3 4 comment:2 by , 22 months ago
Replying to Xi Ruoyao:
## FLAC 1.4.3 (23-Jun-2023)
As there have been additions to the libFLAC interfaces, the libFLAC version number is incremented to 13. The libFLAC++ version number stays at 10.
Hmm, but it seems actually 12.
- Build system
- Autoconf (configure)
- The option --enable-64-bit-words is now on by default
Do we need to disable it for 32-bit system?
comment:3 by , 22 months ago
Replying to Xi Ruoyao:
Replying to Xi Ruoyao:
## FLAC 1.4.3 (23-Jun-2023)
As there have been additions to the libFLAC interfaces, the libFLAC version number is incremented to 13. The libFLAC++ version number stays at 10.
Hmm, but it seems actually 12.
- Build system
- Autoconf (configure)
- The option --enable-64-bit-words is now on by default
Do we need to disable it for 32-bit system?
That's a good question. I don't think we would need to, but I'll check later today since I need to build a bit of the multimedia stack on my 32-bit system for testing Java.
comment:4 by , 22 months ago
Replying to Xi Ruoyao:
Replying to Xi Ruoyao:
## FLAC 1.4.3 (23-Jun-2023)
As there have been additions to the libFLAC interfaces, the libFLAC version number is incremented to 13. The libFLAC++ version number stays at 10.
Hmm, but it seems actually 12.
I'm wrong, it's bumped from libFLAC.so.12.0 to libFLAC.so.12.1, and I remember libtool calls (major version + minor version) as "version number" for some reason...
comment:5 by , 21 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 21 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
a887a08b2a Update to mercurial-6.4.5. 21df254895 Update to flac-1.4.3.
## FLAC 1.4.3 (23-Jun-2023)
As there have been additions to the libFLAC interfaces, the libFLAC version number is incremented to 13. The libFLAC++ version number stays at 10.
FLAC__metadata_object_set_raw
andFLAC__metadata_object_get_raw
to convert between blob andFLAC__StreamMetadata