Port details |
- opustags View and edit Ogg Opus comments
- 1.10.1 audio =3 1.10.1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2020-07-23 02:48:04
- Last Update: 2024-11-03 04:08:37
- Commit Hash: 802ad34
- People watching this port, also watch:: ncspot, wlr-randr, spotify-player, sway, tarsnap-gui
- License: BSD3CLAUSE
- WWW:
- https://github.com/fmang/opustags
- Description:
- opustags is designed to be fast and as conservative as possible, to the point
that if you edit tags then edit them again to their previous values, you should
get a bit-perfect copy of the original file. No under-the-cover operation like
writing "edited with opustags" or timestamp tagging will ever be performed.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- opustags>0:audio/opustags
- To install the port:
- cd /usr/ports/audio/opustags/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/opustags
- pkg install opustags
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: opustags
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1716103247
SHA256 (fmang-opustags-1.10.1_GH0.tar.gz) = 703096e9c41481e30ab90eefdd8fafc4c3a138998b3f8281aa4f023e7058bc86
SIZE (fmang-opustags-1.10.1_GH0.tar.gz) = 41061
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libogg.so : audio/libogg
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_opustags
- USES:
- cmake compiler:c++20-lang iconv pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.10.1 03 Nov 2024 04:08:37 |
Yuri Victorovich (yuri) |
audio/opustags: Broken on 15
Reported by: fallout |
1.10.1 19 May 2024 16:03:35 |
Yuri Victorovich (yuri) |
audio/opustags: update 1.10.0 → 1.10.1
Reported by: portscout |
1.10.0 05 May 2024 20:48:56 |
Yuri Victorovich (yuri) |
audio/opustags: update 1.9.0 → 1.10.0
Reported by: portscout |
1.9.0 08 Jun 2023 08:24:28 |
Yuri Victorovich (yuri) |
audio/opustags: Update 1.8.0 → 1.9.0
Reported by: portscout |
1.8.0 12 Mar 2023 09:02:30 |
Yuri Victorovich (yuri) |
audio/opustags: Update 1.6.0 → 1.8.0
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.0 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
1.6.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.6.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.0 02 Jan 2021 03:18:48 |
yuri |
audio/opustags: Update 1.5.1 -> 1.6.0
Reported by: portscout |
1.5.1 25 Nov 2020 10:41:00 |
yuri |
audio/opustags: Update 1.5.0 -> 1.5.1 |
1.5.0 10 Nov 2020 07:54:55 |
yuri |
audio/opustags: Update 1.3.0 -> 1.5.0
Reported by: portscout |
1.3.0 27 Sep 2020 05:26:03 |
yuri |
audio/opustag: Fix build on 11
Reported by: fallout |
1.3.0 12 Aug 2020 20:50:25 |
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());
| ^~~~~~~ |
1.3.0 23 Jul 2020 15:39:35 |
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) |
1.3.0 23 Jul 2020 02:47:58 |
yuri |
New port: audio/opustags: View and edit Ogg Opus comments |