Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
git20220713_7 02 Mar 2025 21:40:52
    |
Christian Weisgerber (naddy)  |
*/*: bump PORTREVISION after audio/flac update |
git20220713_6 23 Sep 2024 15:22:23
    |
Emanuel Haupt (ehaupt)  |
*/*: Chase libopenmpt update |
git20220713_5 25 Aug 2024 08:17:28
    |
Daniel Engberg (diizzy)  |
audio/sdl_audiolib: Remove Musepack library support
Remove support for Musepack audio library
PR: 281025
Approved by: portmgr (blanket) |
git20220713_4 14 Dec 2023 15:49:40
    |
Po-Chuan Hsieh (sunpoet)  |
devel/libfmt: Update to 10.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/fmtlib/fmt/releases |
git20220713_3 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
git20220713_2 19 Dec 2022 09:31:34
    |
Thierry Thomas (thierry)  |
*/*: chase the upgrade of devel/libfmt to 9.1.0
PR: 268081 |
git20220713_1 25 Sep 2022 20:14:54
    |
Christian Weisgerber (naddy)  |
audio/flac: bump port revision of consumers after update to 1.4.1 |
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) |
git20220713 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 ) |
git20220713 04 Aug 2022 21:00:46
    |
Dmitry Marakasov (amdmi3)  |
audio/sdl_audiolib: add port: Audio decoding, resampling and mixing library for
SDL
This is a small and simple to use C++ library for playing various
audio formats. It is a thin (-ish) wrapper around existing resampling
(like SRC or SoX) and decoding libraries (like libmpg123 or libvorbis.)
It was written as a replacement for SDL_mixer, due to SDL_mixer's
lack of multiple music streams, limited audio format support and
poor resampling quality.
WWW: https://github.com/realnc/SDL_audiolib |