Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
02 Jan 2021 03:18:48
1.6.0

|
yuri  |
audio/opustags: Update 1.5.1 -> 1.6.0
Reported by: portscout |
25 Nov 2020 10:41:00
1.5.1

|
yuri  |
audio/opustags: Update 1.5.0 -> 1.5.1 |
10 Nov 2020 07:54:55
1.5.0

|
yuri  |
audio/opustags: Update 1.3.0 -> 1.5.0
Reported by: portscout |
27 Sep 2020 05:26:03
1.3.0

|
yuri  |
audio/opustag: Fix build on 11
Reported by: fallout |
12 Aug 2020 20:50:25
1.3.0

|
pkubaj  |
audio/opustags: fix build on GCC architectures
GCC doesn't include sys/endian.h by default:
/wrkdirs/usr/ports/audio/opustags/work/opustags-1.3.0/src/opus.cc: In function
'ot::status ot::parse_tags(const ogg_packet&, ot::opus_tags&)':
/wrkdirs/usr/ports/audio/opustags/work/opustags-1.3.0/src/opus.cc:58:25: error:
'le32toh' was not declared in this scope
58 | size_t vendor_length = le32toh(*((uint32_t*) (data + pos)));
| ^~~~~~~
/wrkdirs/usr/ports/audio/opustags/work/opustags-1.3.0/src/opus.cc: In function
'ot::dynamic_ogg_packet ot::render_tags(const ot::opus_tags&)':
/wrkdirs/usr/ports/audio/opustags/work/opustags-1.3.0/src/opus.cc:107:6: error:
'htole32' was not declared in this scope
107 | n = htole32(tags.vendor.size());
| ^~~~~~~ |
23 Jul 2020 15:39:35
1.3.0

|
linimon  |
Add compiler:c++14-lang to USES to atttempt to fix on GCC-based systems:
CMake Error in CMakeLists.txt:
Target "opustags" requires the language dialect "CXX14" (with compiler
extensions), but CMake does not know the compile flags to use to enable it.
Unfortunately this is necessary but not sufficient.
Approved by: portmgr (tier-2 blanket) |
23 Jul 2020 02:47:58
1.3.0

|
yuri  |
New port: audio/opustags: View and edit Ogg Opus comments |