aboutsummaryrefslogtreecommitdiff
path: root/audio/opustags
Commit message (Collapse)AuthorAgeFilesLines
* audio/opustags: Update 1.8.0 → 1.9.0Yuri Victorovich2023-06-082-4/+4
| | | | Reported by: portscout
* audio/opustags: Update 1.6.0 → 1.8.0Yuri Victorovich2023-03-122-5/+7
| | | | Reported by: portscout
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* devel/cmake: Update to 3.23.0Loïc Bartoletti2022-05-161-1/+1
| | | | | | | | | | | 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
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/opustags: Update 1.5.1 -> 1.6.0Yuri Victorovich2021-01-022-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=559912
* audio/opustags: Update 1.5.0 -> 1.5.1Yuri Victorovich2020-11-253-14/+5
| | | | Notes: svn path=/head/; revision=556285
* audio/opustags: Update 1.3.0 -> 1.5.0Yuri Victorovich2020-11-104-11/+16
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=554814
* audio/opustag: Fix build on 11Yuri Victorovich2020-09-272-1/+6
| | | | | | | Reported by: fallout Notes: svn path=/head/; revision=550238
* audio/opustags: fix build on GCC architecturesPiotr Kubaj2020-08-121-0/+10
| | | | | | | | | | | | | | | 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()); | ^~~~~~~ Notes: svn path=/head/; revision=544768
* Add compiler:c++14-lang to USES to atttempt to fix on GCC-based systems:Mark Linimon2020-07-231-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=542937
* New port: audio/opustags: View and edit Ogg Opus commentsYuri Victorovich2020-07-233-0/+31
Notes: svn path=/head/; revision=542909