summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio/go-librespot: add port: Yet another open-source Spotify Connect ↵Alexandre Biancalana46 hours7-0/+82
| | | | | | | | | | | | | client, written in Go Yet another open-source Spotify Connect compatible client, written in Go. go-librespot gives you the freedom to have a Spotify Connect device wherever you want. WWW: https://github.com/devgianlu/go-librespot PR: 289388 Reported by: Alexandre Biancalana <ale@biancalanas.net> (new maintainer)
* audio/hydrogen: Update to 1.2.6 and move to QT6Shane Ambler4 days4-69/+79
| | | | | | | | | | | | | | | | | | | | Additional changes to submitted patch: * Remove dead MASTER_SITES * Remove DEBUG option, rely on framework instead * Disable autodetection of Doxygen * Don't override framework optimization * Small changes to port Makefile Use DISTVERSION consistently Remove redundant LDFLAGS definitons Minor Makefile layout changes to more closely follow Porters Handbook References: https://docs.freebsd.org/en/books/porters-handbook/book/#dads-cflags Changelog: https://github.com/hydrogen-music/hydrogen/releases/tag/1.2.6 PR: 289524
* audio/plasma6-kpipewire: Fix build with FFmpeg 8Daniel Engberg4 days1-0/+116
| | | | | | | | | | | Backport upstream commit 6dc69b0674f9946641e88151c209ce58f085d06a to fix build with FFmpeg 8 Reference: https://invent.kde.org/plasma/kpipewire/-/commit/6dc69b0674f9946641e88151c209ce58f085d06a PR: 289481 Approved by: blanket, build fix
* audio/mythplugin-mythmusic: update to 35.0Alan Hicks4 days2-12/+8
| | | | | PR: 285284 Reported by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
* lang/rust: Bump revisions after 1.90.0Mikael Urankar5 days15-14/+15
| | | | PR: 289709
* audio/virtual_oss_ctl: Do not depend on audio/virtual_oss after 1500066Christos Margiolis6 days2-8/+19
| | | | | | | | | | | | | virtual_oss is part of base from 15.0 onwards, so instead of depending on audio/virtual_oss for those versions, build using the base system sources instead. While here, since audio/virtual_oss' upstream has been moved to FreeBSD's GitHub, use that in GH_TUPLE. Also use the latest version. Sponsored by: The FreeBSD Foundation Reviewed by: arrowd Differential Revision: https://reviews.freebsd.org/D52593
* audio/libopenspc: Remove expired portRene Ladan6 days4-31/+0
| | | | 2025-09-30 audio/libopenspc: Legacy library based on a very old emulator, consider using audio/libgme
* audio/spotify-tui: Remove expired portRene Ladan6 days8-963/+0
| | | | 2025-09-30 audio/spotify-tui: dead upstream and doesn't build
* audio/yoshimi: update 2.3.3.3 → 2.3.5.1Yuri Victorovich7 days2-4/+4
| | | | Reported by: portscout
* audio/faust: update 2.81.2 → 2.81.8Yuri Victorovich7 days4-137/+50
|
* audio/decibels: mark deprecated, expire 2025-11-30.Matthias Andree7 days1-0/+3
| | | | | | | | We need to have a reliable port maintainer for lang/typescript before we can decide to keep this port. Revise typescript's DEPRECATED notice. PR: 289856 PR: 289857
* audio/virtual_oss: Ignore FreeBSD 15Christos Margiolis7 days1-1/+3
| | | | | | | | In base since src commit 9cab9fde5eda ("virtual_oss: Port to base"). Sponsored by: The FreeBSD Foundation Reviewed by: fuz, arrowd Differential Revision: https://reviews.freebsd.org/D52367
* audio/virtual_oss_bluetooth: New portChristos Margiolis7 days3-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | src commit 9cab9fde5eda ("virtual_oss: Port to base") includes the bluetooth backend, however the backend also has a HAVE_LIBAV ifdef, which, if set, enables libav support, which depends on multimedia/gstreamer1-libav. While we could build the non-libav parts from base and the libav ones as a port, we instead build the whole backend as a port to avoid unnecessary complexity. The reason for that being that building from base would install the backend in /usr/lib/virtual_oss/voss_bt.so, and the port would install _another_ voss_bt.so, but this time in /usr/local/lib/virtual_oss/voss_bt.so, which would create conflicts. The port simply builds the files from src, which is not ideal, as this means that the src repo needs to be present in the system in order for the port to build, but this way we can avoid version mismatches and ifdef hell as the project progresses. Note that this is an extension for the base system virtual_oss, and not audio/virtual_oss. Sponsored by: The FreeBSD Foundation Reviewed by: arrowd Differential Revision: https://reviews.freebsd.org/D52426
* audio/virtual_oss_equalizer: New portChristos Margiolis7 days3-0/+36
| | | | | | | | | | | | | | | | | | | Although src commit 9cab9fde5eda ("virtual_oss: Port to base") includes the equalizer utility, we do not hook it to the src build, because it depends on the third party library fftw3, so we build it as a port instead. The port simply builds the files from src, which is not ideal, as this means that the src repo needs to be present in the system in order for the port to build, but this way we can avoid version mismatches and ifdef hell as the project progresses. Note that this is an extension for the base system virtual_oss, and not audio/virtual_oss. Sponsored by: The FreeBSD Foundation Reviewed by: arrowd Differential Revision: https://reviews.freebsd.org/D52366
* audio/virtual_oss_sndio: New portChristos Margiolis7 days3-0/+39
| | | | | | | | | | | | | | | | | | | Although src commit 9cab9fde5eda ("virtual_oss: Port to base") includes the sndio backend, we do not hook it to the src build, because it depends on the third party library libsndio, so we build it as a port instead. The port simply builds the files from src, which is not ideal, as this means that the src repo needs to be present in the system in order for the port to build, but this way we can avoid version mismatches and ifdef hell as the project progresses. Note that this is an extension for the base system virtual_oss, and not audio/virtual_oss. Sponsored by: The FreeBSD Foundation Reviewed by: arrowd Differential Revision: https://reviews.freebsd.org/D52365
* audio/supercollider: prepare for Boost-1.89, do not link with stub ↵Dima Panov7 days2-1/+533
| | | | | | | | | | | Boost::system (+) Get rid of overlinking on empty stub library Boost::system, it is header-only since boost-1.70 Backport of upstream commits from MR7116: https://github.com/supercollider/supercollider/pull/7116 https://github.com/timblechmann/nova-tt/commit/b497ec33a733c84d53e4295955d1033e0add7dae https://github.com/supercollider/supercollider/commit/ee3ce7319fb61676454199cfa7023b804954d31a With hat: office/boost
* audio/decibels: New portOlivier Duchateau8 days5-0/+85
| | | | | | GNOME audio player written in TypeScript. PR: 289857
* audio/mac: Update to 11.54Jason E. Hale9 days2-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/surge-synthesizer-lv2: fix build on aarch64Robert Clausecker10 days1-3/+5
| | | | | | | | armv7 should work, but the compiler crashes. Approved by: portmgr (build fix blanket) MFH: 2025Q3 Event: EuroBSDcon Devsummit 2025
* audio/lsp-plugins-lv2: enable on aarch64, armv7 and i386Robert Clausecker10 days1-3/+1
| | | | | | | Builds fine. Approved by: portmgr (build fix blanket) Event: EuroBSDcon Devsummit 2025
* audio/qtractor: enable on armv7Robert Clausecker10 days1-2/+0
| | | | | | | Seems to build fine. Approved by: portmgr (build fix blanket) Event: EuroBSDcon Devsummit 2025
* audio/py-soxr: fix build on armv7Robert Clausecker10 days2-1/+33
| | | | | | | | Add getauxval() polyfill. Approved by: portmgr (build fix blanket) MFH: 2025Q3 Event: EuroBSDcon Devsummit 2025
* audio/fooyin: Update to 0.9.2Daniel Engberg10 days2-16/+4
| | | | Changelog: https://github.com/fooyin/fooyin/releases/tag/v0.9.2
* audio/pt2-clone: Update to 1.78Emanuel Haupt13 days2-4/+4
|
* audio/sidplayfp: Update to 2.15.1Emanuel Haupt13 days2-4/+4
|
* audio/linux-c7-alsa-plugins-oss: Build with clean environmentTijl Coosemans14 days1-6/+8
| | | | PR: 272355
* audio/opustags: remove broken tagBaptiste Daroussin2025-09-231-2/+0
| | | | The update to 1.10.1.13 contain the fix for the build with clang-19
* audio/cantata: Update to 3.3.1Jason E. Hale2025-09-234-90/+4
| | | | https://github.com/nullobsi/cantata/releases/tag/v3.3.1
* audio/gonic: update to 0.18.0Hiroki Tagato2025-09-232-8/+7
| | | | | | Changelog: https://github.com/sentriz/gonic/blob/v0.18.0/CHANGELOG.md Reported by: GitHub (watch releases)
* audio/libsidplayfp: update to 2.15.1Daniel Engberg2025-09-222-5/+5
| | | | | Release notes: https://github.com/libsidplayfp/libsidplayfp/releases/tag/v2.15.1 PR: 289710
* audio/mac: Update to 11.53Jason E. Hale2025-09-202-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/py-pyradio: Update to 0.9.3.11.19Nicola Vitale2025-09-202-4/+4
| | | | | Release changes: https://github.com/coderholic/pyradio/releases/tag/0.9.3.11.19 Reported by: portscout!
* audio/faust: update 2.79.3 → 2.81.2Yuri Victorovich2025-09-203-11/+23
|
* audio/pianobar: Update to 2024.12.21Daniel Engberg2025-09-202-9/+9
| | | | | | | | | Adjust port makefile to closer follow Porters Handbook Changelog: https://github.com/PromyLOPh/pianobar/blob/2024.12.21/ChangeLog PR: 289035 Approved by: maintainer timeout, 2+ weeks
* audio/gstreamer1-plugins-taglib: builds fine on armv7Robert Clausecker2025-09-191-3/+0
| | | | | Approved by: portmgr (build fix blanket) MFH: 2025Q3
* audio/g4music: Play music elegantlyOlivier Duchateau2025-09-197-0/+106
| | | | | | | | | | | | | | | | | | | | | | | | | G4Music is a fast fluent lightweight music player written in GTK4, with a beautiful and adaptive user interface, focuses on high performance for large music collection. * Supports most music file types, samba and any other remote protocols (depends on GIO and GStreamer). * Fast loading and parsing thousands of music files in very few seconds, monitor local changes. * Low memory usage for large music collection with album covers (embedded and external), no thumbnail caches to store. * Group and sorts by album/artist/title, shuffle list, full-text searching. * Gaussian blurred cover as background, follows GNOME light/dark mode. * Drag-drop from GNOME Files, showing music in Files. * Supports audio peaks visualizer. * Supports gapless playback. * Supports normalizing volume with ReplayGain. * Supports pipewire and other audio sink. * Supports MPRIS control. WWW: https://gitlab.gnome.org/neithern/g4music PR: 281983
* misc/ggml: update g20250828 → g20250916Yuri Victorovich2025-09-181-0/+1
|
* audio/ft2-clone: Update to 1.99Emanuel Haupt2025-09-183-42/+4
|
* audio/id3edit: fix build on BEPiotr Kubaj2025-09-171-0/+10
| | | | | | | | | | | | | | | | | sys/_endian.h should probably include sys/types.h: /wrkdirs/usr/ports/audio/id3edit/work/id3edit-2.2.1/encoding/size.c:25:15: error: use of undeclared identifier 'uint32_t' 25 | encsize = htobe32(tmp); | ^ /usr/include/sys/_endian.h:119:22: note: expanded from macro 'htobe32' 119 | #define htobe32(x) ((uint32_t)(x)) | ^ /wrkdirs/usr/ports/audio/id3edit/work/id3edit-2.2.1/encoding/size.c:34:11: error: use of undeclared identifier 'uint32_t' 34 | tmp = be32toh(encsize); | ^ /usr/include/sys/_endian.h:126:22: note: expanded from macro 'be32toh' 126 | #define be32toh(x) ((uint32_t)(x)) | ^ 2 errors generated.
* audio/spotifyd: fix build on big-endianPiotr Kubaj2025-09-171-0/+20
|
* audio/qtractor: update 1.5.7 → 1.5.8Yuri Victorovich2025-09-162-4/+4
| | | | PR: 289531
* */*: switch dependency from devel/py-lxml5 to devel/py-lxmlHiroki Tagato2025-09-152-4/+5
| | | | | | | | | | | | | | | | | | | | | Currently, there are two versions of python XML processing library which conflict each other in the ports tree, namely: - devel/py-lxml5 (now at version 5.4.0) - devel/py-lxml (now at version 6.0.1) To avoid the situation that some ports depend on py-lxml5 and some others do on py-lxml (by switching dependencies individually), this commit switches the dependencies from py-lxml5 to py-lxml at once. Additional note: There are still two ports (textproc/py-rdflib and www/py-draftjs-exporter) depending on py-lxml5 since they limit upper version to less than 6. PR: 289491 Approved by: Michiel van Baak Jansen <michiel@vanbaak.eu>, arrowd, crees, madpilot, delphij, marcus, nivit, kai, skreuzer, fluffy, bofh, thierry, stephen, sunpoet, 0mp, Eric Camachat <eric@camachat.org>
* udio/owntone: update to 29.0Dirk Meyer2025-09-152-5/+4
| | | | PR: 289070
* KDE: Update KDE Gear to 25.08.1Max Brazhnikov2025-09-137-21/+21
| | | | | | | | | Announcement: https://kde.org/announcements/gear/25.08.1/ Ports changes: graphics/kolourpaint: - Remove stale patches
* KDE: Update Plasma to 6.4.5Max Brazhnikov2025-09-134-12/+12
| | | | | | | | | Announcement: https://kde.org/announcements/plasma/6/6.4.5/ Ports changes: x11-wm/plasma6-kwin: - Set DATADIR explicitly and correct plist
* audio/py-pyradio: Update to 0.9.3.11.18Nicola Vitale2025-09-122-4/+4
| | | | | Release changes: https://github.com/coderholic/pyradio/releases/tag/0.9.3.11.18 Reported by: Spiros Georgaras <notifications@github.com>
* audio/py-SoundFile: update 0.13.0 → 0.13.1Yuri Victorovich2025-09-122-5/+4
|
* audio/baresip: update to 4.1.0Herbert J. Skuhra2025-09-114-14/+27
| | | | | | | | Changelog: https://github.com/baresip/baresip/releases/tag/v4.1.0 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> PR: 289450 Reported by: Herbert J. Skuhra <herbert@gojira.at> (maintainer)
* audio/re: update to 4.1.0Herbert J. Skuhra2025-09-113-6/+6
| | | | | | | Changelog: https://github.com/baresip/re/releases/tag/v4.1.0 PR: 289449 Reported by: Herbert J. Skuhra <herbert@gojira.at> (maintainer)
* audio/spotify-player: Update 0.20.4 -> 0.21.0Jake Freeland2025-09-104-1174/+1144
| | | | Changelog: https://github.com/aome510/spotify-player/releases/tag/v0.21.0