1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/audio
Dimitry Andric 86f04dd9a2 audio/pulseaudio: fix build with lld 17
Building audio/pulseaudio with lld 17 results in the following link
errors:

  cc  -o src/pulse/libpulse.so.0.24.2 src/pulse/libpulse.so.0.24.2.p/channelmap.c.o src/pulse/libpulse.so.0.24.2.p/context.c.o src/pulse/libpulse.so.0.24.2.p/direction.c.o src/pulse/libpulse.so.0.24.2.p/error.c.o src/pulse/libpulse.so.0.24.2.p/ext-device-manager.c.o src/pulse/libpulse.so.0.24.2.p/ext-device-restore.c.o src/pulse/libpulse.so.0.24.2.p/ext-stream-restore.c.o src/pulse/libpulse.so.0.24.2.p/format.c.o src/pulse/libpulse.so.0.24.2.p/introspect.c.o src/pulse/libpulse.so.0.24.2.p/mainloop-api.c.o src/pulse/libpulse.so.0.24.2.p/mainloop-signal.c.o src/pulse/libpulse.so.0.24.2.p/mainloop.c.o src/pulse/libpulse.so.0.24.2.p/operation.c.o src/pulse/libpulse.so.0.24.2.p/proplist.c.o src/pulse/libpulse.so.0.24.2.p/rtclock.c.o src/pulse/libpulse.so.0.24.2.p/sample.c.o src/pulse/libpulse.so.0.24.2.p/scache.c.o src/pulse/libpulse.so.0.24.2.p/stream.c.o src/pulse/libpulse.so.0.24.2.p/subscribe.c.o src/pulse/libpulse.so.0.24.2.p/thread-mainloop.c.o src/pulse/libpulse.so.0.24.2.p/timeval.c.o src/pulse/libpulse.so.0.24.2.p/utf8.c.o src/pulse/libpulse.so.0.24.2.p/util.c.o src/pulse/libpulse.so.0.24.2.p/volume.c.o src/pulse/libpulse.so.0.24.2.p/xmalloc.c.o -L/usr/local/lib -Wl,--as-needed -Wl,--allow-shlib-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group -Wl,-soname,libpulse.so.0 -fstack-protector-strong -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include '-Wl,-rpath,$ORIGIN/..:/usr/local/lib' -Wl,-rpath-link,/wrkdirs/share/dim/ports/audio/pulseaudio/work/pulseaudio-16.1/_build/src -Wl,-rpath-link,/usr/local/lib src/libpulsecommon-16.1.so -Wl,-z,nodelete -Wl,-version-script=/wrkdirs/share/dim/ports/audio/pulseaudio/work/pulseaudio-16.1/src/pulse/map-file -lm -pthread /usr/local/lib/libdbus-1.so -ldl -lintl -Wl,--end-group
  ld: error: version script assignment of 'PULSE_0' to symbol 'pa_glib_mainloop_free' failed: symbol not defined
  ld: error: version script assignment of 'PULSE_0' to symbol 'pa_glib_mainloop_get_api' failed: symbol not defined
  ld: error: version script assignment of 'PULSE_0' to symbol 'pa_glib_mainloop_new' failed: symbol not defined
  ld: error: version script assignment of 'PULSE_0' to symbol 'pa_simple_drain' failed: symbol not defined
  ld: error: version script assignment of 'PULSE_0' to symbol 'pa_simple_flush' failed: symbol not defined
  ld: error: version script assignment of 'PULSE_0' to symbol 'pa_simple_free' failed: symbol not defined
  ld: error: version script assignment of 'PULSE_0' to symbol 'pa_simple_get_latency' failed: symbol not defined
  ld: error: version script assignment of 'PULSE_0' to symbol 'pa_simple_new' failed: symbol not defined
  ld: error: version script assignment of 'PULSE_0' to symbol 'pa_simple_read' failed: symbol not defined
  ld: error: version script assignment of 'PULSE_0' to symbol 'pa_simple_write' failed: symbol not defined
  cc: error: linker command failed with exit code 1 (use -v to see invocation)

This is because lld 17 defaults to errors when undefined symbols are
referenced in linker version scripts. Since pulseaudio uses the same
linker version script for both the regular libpulse.so, and the other
variants, libpulse-mainloop-glib.so and libpulse-simple.so, some of the
symbols are expected to be undefined, so suppress the errors by adding
-Wl,--undefined-version to LDFLAGS.

PR:		274111
Approved by:	blanket (for desktop and kde)
MFH:		2023Q4
2023-10-06 19:48:54 +02:00
..
a2jmidid audio/a2jmidid: enable LTO on powerpc64 2023-08-10 22:02:29 +02:00
abcde
abcselect
abgate-lv2
abx
adplay
aeolus
afsp
aften
alac
alacenc
alienwah
alo-lv2
alsa-lib audio/alsa-lib: fix build with lld 17 2023-09-21 17:46:12 +02:00
alsa-plugins audio/alsa-plugins: remove debug options to prevent footshooting 2023-09-23 19:14:53 +02:00
alsa-seq-server *: return Hans Petter Selasky's ports to the pool after he passed away. 2023-07-22 17:33:48 +02:00
alsa-sndio
alsa-utils
alure audio/alure: Fix build with llvm16 2023-07-24 14:52:36 +02:00
amb-plugins
amberol lang/rust: Bump revisions after 1.72.0 2023-09-08 11:06:24 +02:00
ampache
amsynth
aqualung audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
ardour
ario
arss
artyfx-lv2
asmix
asmixer
asterisk-espeak
asterisk-flite
asunder *: Rename GTK+ to GTK 2023-08-26 21:03:32 +00:00
atunes
aubio
audacity devel/gettext: Update to 0.22 2023-07-11 22:15:43 +02:00
audiere
audiocd-kio KDE: Update KDE Gear to 23.08.1 2023-09-14 12:42:47 +02:00
audiowmark
aumix
autocd
autotalent
autozen
avldrums-lv2 audio/avldrums-lv2: update 0.7.0 → 0.7.2 2023-09-17 23:27:26 -07:00
aylet
bambootracker audio/bambootracker: Update to 0.6.3 2023-09-04 21:06:38 +02:00
bamp-lv2
bangr-lv2
baresip audio/baresip: Update to upstream version 3.5.1 2023-09-15 19:32:05 +02:00
baudline
bcg729 bsd.sites.mk: Update all ports using USE_GITLAB 2023-07-12 20:56:04 +02:00
bchoppr-lv2
beep
beets Returning all my ports to the pool. 2023-09-10 20:13:40 -03:00
bespokesynth
bharvestr-lv2
bjumblr-lv2
bliss
blop
boca
boops-lv2
bristol
bschaffl-lv2
bsequencer-lv2
bshapr-lv2
bslizr-lv2
cadence
calf-lv2
cam
cantata */*: Move consumers of audio/ebur128 to USES=ebur128 2023-08-21 10:24:21 -04:00
caps-lv2 audio/caps-lv2: Fix build with llvm16 2023-07-20 19:42:38 +02:00
caps-plugins audio/caps-plugins: Fix build with llvm16 2023-07-19 22:45:28 +02:00
cardinal audio/cardinal: Remove CC/CPP/CXX exports 2023-09-28 20:56:24 +02:00
carla audio/carla: update 2.5.6 → 2.5.7 2023-10-02 09:32:59 -07:00
cava audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
cd-discid
cddb-bundle
cdparanoia
checkmate
cheesecutter
chordpack
chromaprint
cli-visualizer audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
clunk audio/clunk: Fix build with llvm16 2023-07-24 16:46:02 +02:00
cmt
cmus audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
codec2
csound audio/stk: Update 4.6.2 → 5.0.0 2023-08-09 09:03:07 -07:00
csoundqt
ctronome
cuetools
cutmp3
cyanrip
d11amp
darkice audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
dcd
deadbeef audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
deadbeef-jack-plugin
deadbeef-mpris2-plugin
deadbeef-musical-spectrum-plugin
deadbeef-playback-status-plugin
deadbeef-quick-search-plugin
deadbeef-spectrogram-plugin
deadbeef-vu-meter-plugin
deadbeef-waveform-seekbar-plugin
denemo *: Rename GTK+ to GTK 2023-08-26 21:03:32 +00:00
dexed
dgedit
din audio/din: Update to 57 2023-09-12 08:11:11 +02:00
discid
dmidiplayer devel/qt6: bump dependent ports 2023-07-26 21:58:56 +02:00
dpf-plugins-lv2 audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
dragonfly-reverb-lv2 audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
drumgizmo
drumkv1-lv2 audio/drumkv1-lv2: update 0.9.31 → 0.9.32 2023-09-13 00:05:37 -07:00
drumpiler
drumstick audio/drumstick: update 2.8.0 → 2.8.1 2023-08-26 00:26:03 -07:00
dsbmixer
dssi
dtmfdial
dumb
dumb-allegro
easytag
eawpats
eawplus
ebumeter
ebur128 lang/rust: Bump revisions after 1.72.0 2023-09-08 11:06:24 +02:00
ecasound
elisa KDE: Update KDE Gear to 23.08.1 2023-09-14 12:42:47 +02:00
emms editors/emacs: Update to 29.1 2023-08-20 09:53:11 +09:00
enscribe */*: Bump jpeg-turbo users treewide 2023-07-28 19:13:17 +02:00
epos-devel
eq10q-lv2
espeak-ng
espressivo-lv2 bsd.sites.mk: Update all ports using USE_GITLAB 2023-07-12 20:56:04 +02:00
essentia
etcd
eteroj-lv2
etktab
exaile *: Rename GTK+ to GTK 2023-08-26 21:03:32 +00:00
exhale audio/exhale: Update to 1.2.0.1 2023-08-06 20:23:56 +02:00
ezstream
faac
faad
fabla2-lv2
fapg
fasttracker2 audio/fasttracker2: Update to 1.71 2023-10-04 17:59:56 +02:00
fatfrog-lv2
faudio
faust audio/faust: update 2.60.3 → 2.68.0 2023-09-16 00:38:16 -07:00
faust-lv2
faustlive
fcplay audio/fcplay: Fix build with llvm16 2023-07-20 19:42:33 +02:00
fdk-aac
fdmf
festalon
festival
festival-freebsoft-utils
festlex-cmu
festlex-czech
festlex-oald
festlex-ogi
festlex-poslex
festvox-cmu_us_awb_arctic
festvox-cmu_us_bdl_arctic
festvox-cmu_us_clb_arctic
festvox-cmu_us_jmk_arctic
festvox-cmu_us_ksp_arctic
festvox-cmu_us_rms_arctic
festvox-cmu_us_slt_arctic
festvox-don
festvox-el11
festvox-kal8
festvox-kal16
festvox-ked8
festvox-ked16
festvox-rab8
festvox-rab16
festvox-russian
flac
flac123 audio/flac123: Update to upstream version 2.1.1 2023-08-12 09:45:45 +02:00
flacon
flite
fluid-soundfont
fluida-lv2 audio/fluida-lv2: Fix build with llvm16 2023-08-06 23:53:04 +02:00
fluidplug-lv2 audio/fluidplug-lv2: Fix build with llvm16 2023-08-07 17:24:45 +02:00
fluidsynth audio/fluidsynth: Update to upstream version 2.3.4 2023-09-30 07:55:01 +02:00
fluidsynth-dssi
fmit
fogpad-lv2
fomp-lv2
foo-yc20
fossmixer audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
fpc-a52
fpc-mad
fpc-modplug
fpc-oggvorbis
fpc-openal
freac
freealut
freebsd-13-mixer
freedesktop-sound-theme
freepats
ft2play
funktrackergold
furnace audio/furnace: Update to 0.6 2023-10-02 13:31:05 +02:00
ganv
gbsplay
geonkick-lv2 audio/geonkick-lv2: update 2.9.2 → 2.10.0 2023-09-08 23:05:09 -07:00
ggwave
giada audio/rtmidi: Update 5.0.0 → 6.0.0 2023-08-08 01:42:41 -07:00
gmsynth-lv2 audio/gmsynth-lv2: update 0.5.3 → 0.6.0 2023-09-29 19:04:59 -07:00
gmtp
gmusicbrowser
gnaural
gnome-metronome lang/rust: Bump revisions after 1.72.0 2023-09-08 11:06:24 +02:00
gnome-music
gnome-podcasts audio/gnome-podcasts: update to 0.6.1 2023-09-19 02:41:14 +02:00
gnormalize
gnuitar
gnupod
gnuspeechsa
gnustep-cdplayer
goattracker
gogglesmm x11-toolkits/fox17: Update to 1.7.84 2023-09-15 11:15:36 -04:00
gonic all: Bump PORTREVISION after lang/go* update 2023-09-08 09:34:56 -05:00
goobox
gqradio
gradio
gramofile
grip
gsequencer audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
gsm
gsound
gstreamer1-plugins-a52dec Update gstreamer1 to upstream release 1.22.5 2023-07-25 08:51:31 +02:00
gstreamer1-plugins-amrnb
gstreamer1-plugins-amrwbdec
gstreamer1-plugins-bs2b Update gstreamer1 to upstream release 1.22.5 2023-07-25 08:51:31 +02:00
gstreamer1-plugins-cdparanoia
gstreamer1-plugins-chromaprint Update gstreamer1 to upstream release 1.22.5 2023-07-25 08:51:31 +02:00
gstreamer1-plugins-faac
gstreamer1-plugins-faad
gstreamer1-plugins-flac
gstreamer1-plugins-flite
gstreamer1-plugins-gme
gstreamer1-plugins-gsm
gstreamer1-plugins-jack Update gstreamer1 to upstream release 1.22.5 2023-07-25 08:51:31 +02:00
gstreamer1-plugins-ladspa
gstreamer1-plugins-lame
gstreamer1-plugins-lv2 Update gstreamer1 to upstream release 1.22.5 2023-07-25 08:51:31 +02:00
gstreamer1-plugins-modplug
gstreamer1-plugins-mpg123
gstreamer1-plugins-musepack
gstreamer1-plugins-ogg
gstreamer1-plugins-openmpt Update gstreamer1 to upstream release 1.22.5 2023-07-25 08:51:31 +02:00
gstreamer1-plugins-opus Update gstreamer1 to upstream release 1.22.5 2023-07-25 08:51:31 +02:00
gstreamer1-plugins-pulse audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
gstreamer1-plugins-shout2
gstreamer1-plugins-sidplay
gstreamer1-plugins-sndfile Update gstreamer1 to upstream release 1.22.5 2023-07-25 08:51:31 +02:00
gstreamer1-plugins-sndio */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
gstreamer1-plugins-soundtouch
gstreamer1-plugins-speex
gstreamer1-plugins-taglib
gstreamer1-plugins-twolame Update gstreamer1 to upstream release 1.22.5 2023-07-25 08:51:31 +02:00
gstreamer1-plugins-vorbis
gstreamer1-plugins-wavpack
gstreamer1-plugins-webrtcdsp
gtick audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
gtk-mixer
gtkguitune *: Rename GTK+ to GTK 2023-08-26 21:03:32 +00:00
gtkpod
gtmixer
gtultra
guidoar
guidolib
guitarix-lv2 devel/boost*: bump all consumers after 1.83.0 2023-09-27 17:36:30 +03:00
gula-plugins-lv2
guspat
gvolwheel
gxplugins-lv2
GxSwitchlessWah-lv2
harp audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
headsetcontrol audio/headsetcontrol: Update to 2.7.0 2023-10-04 15:59:56 -04:00
hexter
hpsjam *: return Hans Petter Selasky's ports to the pool after he passed away. 2023-07-22 17:33:48 +02:00
hts_engine-API
HVSC-Update
hydrogen audio/hydrogen: Update to 1.2.1 release. 2023-08-15 10:36:20 +00:00
icecast
icecast-kh
icegenerator
ices
id3el
id3lib
id3mtag audio/id3mtag: update to 0.81 2023-07-31 01:59:02 +03:00
id3tool
id3v2
iir1
infamous-plugins-lv2
inscore
intersect-lv2
invada-studio-plugins-lv2
ir-lv2
jack
jack_ghero *: return Hans Petter Selasky's ports to the pool after he passed away. 2023-07-22 17:33:48 +02:00
jack_umidi *: return Hans Petter Selasky's ports to the pool after he passed away. 2023-07-22 17:33:48 +02:00
jack-capture
jack-example-tools
jack-keyboard *: return Hans Petter Selasky's ports to the pool after he passed away. 2023-07-22 17:33:48 +02:00
jack-smf-utils
jacktrip audio/jacktrip: update 2.0.1 → 2.0.2 2023-09-03 10:00:17 -07:00
jalv
jalv-select
jamulus audio/jamulus: update 3_9_1 → 3_10_0 2023-09-08 23:05:08 -07:00
jconvolver
jid3lib
jmatconvol
juk KDE: Update KDE Gear to 23.08.1 2023-09-14 12:42:47 +02:00
juke
julius
kapitonov-plugins-pack-lv2
kid3 devel/qt6: bump dependent ports 2023-07-26 21:58:56 +02:00
klystrack
kmix KDE: Update KDE Gear to 23.08.1 2023-09-14 12:42:47 +02:00
komposter
kwave KDE: Update KDE Gear to 23.08.1 2023-09-14 12:42:47 +02:00
ladspa
lame audio/lame: unbreak 2023-09-23 09:09:15 +00:00
lash
lenticular-lv2
lewton lang/rust: Bump revisions after 1.72.0 2023-09-08 11:06:24 +02:00
liba52
libadplug
libaiff
libamrnb
libamrwb
libao audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
libaudec
libaudiofile */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
libbpm
libbs2b
libcanberra audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
libcanberra-gtk2
libcanberra-gtk3
libcdaudio
libcddb
libcddb-doc
libconvolve
libcoverart
libdiscid
libdssialsacompat
libebur128
libechonest audio/libechonest: Fix build with llvm16 2023-07-20 11:23:57 +02:00
libfilteraudio
libfishsound audio/libfishsound: Fix build with Clang 16 and remove the workaround 2023-08-22 01:02:46 +08:00
libg722
libgig
libgme audio/libgme: Take maintainership 2023-08-14 10:29:05 +02:00
libgpod
libid3tag
libinstpatch
libkcddb KDE: Update KDE Gear to 23.08.1 2023-09-14 12:42:47 +02:00
libkcompactdisc KDE: Update KDE Gear to 23.08.1 2023-09-14 12:42:47 +02:00
libkeyfinder
liblastfm-qt5
liblo
liblscp audio/liblscp: update to 0.9.11. 2023-09-13 18:12:02 +08:00
libltc
libmad
libmatemixer audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
libmikmod
libmodplug
libmp3-archive-perl
libmp3splt
libmpd
libmpdclient
libmusicbrainz5
libmusicxml
libmysofa
libnoise
libogg
liboggz
libopenmpt audio/libopenmpt: Update to 0.7.3 2023-09-11 07:36:07 +02:00
libopenshot-audio
libopenspc
libopusenc
libremidi audio/libremidi: update 4.2.0 → 4.2.1 2023-10-05 16:05:42 -07:00
libsamplerate
libshairport
libshout
libsidplay */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
libsidplay2
libsidplayfp
libsmf
libsndfile audio/libsndfile: Update to 1.2.2 2023-08-19 11:44:00 +02:00
libsonic
libsoxr
libspecbleach
libvorbis
libxmp
lilv
lingot audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
linux-c7-alsa-lib
linux-c7-alsa-lib-devel
linux-c7-alsa-plugins-oss
linux-c7-alsa-plugins-pulseaudio
linux-c7-alsa-utils
linux-c7-audiofile
linux-c7-flac
linux-c7-gsm
linux-c7-libogg
linux-c7-libsndfile
linux-c7-libvorbis
linux-c7-openal-soft
linux-c7-pulseaudio-libs
linux-c7-pulseaudio-utils
linux-c7-sdl_mixer
linux-laudio
linuxsampler
linuxwave audio/linuxwave: add new port 2023-09-23 14:40:18 +02:00
liquidsfz
listener
littlefly-lv2
lmms audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
logitechmediaserver
logitechmediaserver-dynamicplaylist
logitechmediaserver-lazysearch
logitechmediaserver-sqlplaylist
logitechmediaserver-trackstat
lollypop bsd.sites.mk: Update all ports using USE_GITLAB 2023-07-12 20:56:04 +02:00
lpcnet
lsp-plugins-lv2
lua-mpd
luppp
lv2
lv2file
lv2lint
lv2proc
lvtk
Maaate
mac
madfufw
madplay
madronalib audio/madronalib: drop GCC on powerpc64 2023-08-10 22:02:29 +02:00
malint
mamba
mate-media
mclk-lv2
mda-lv2
mhwaveedit audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
midi-matrix-lv2
midifile
midiomatic-lv2
midipp *: return Hans Petter Selasky's ports to the pool after he passed away. 2023-07-22 17:33:48 +02:00
midisharelight
mikmod
milkytracker audio/milkytracker: Fix regression 2023-08-11 17:02:43 +02:00
miniaudio
minimp3
mio2jack
mixer.app
mixertui bsd.sites.mk: Update all ports using USE_GITLAB 2023-07-12 20:56:04 +02:00
mixxx */*: Move consumers of audio/ebur128 to USES=ebur128 2023-08-21 10:24:21 -04:00
mixxx22 */*: Move consumers of audio/ebur128 to USES=ebur128 2023-08-21 10:24:21 -04:00
mkcue
mmtc lang/rust: Bump revisions after 1.72.0 2023-09-08 11:06:24 +02:00
moc
modplug-tools
moodbar
moony-lv2
mous
mousai audio/mousai: drop obsolete patch after b1ecad53b0 2023-09-23 11:23:36 +02:00
mp3_check
mp3-archive-tools
mp3asm
mp3blaster audio/mp3blaster: fix build on -CURRENT 2023-07-15 19:06:16 +02:00
mp3burn
mp3check
mp3ck
mp3gain
mp3guessenc
mp3info
mp3lint
mp3mover
mp3plot devel/boost*: bump all consumers after 1.83.0 2023-09-27 17:36:30 +03:00
mp3rename
mp3riot
mp3splt
mp3splt-gtk
mp3stat
mp3unicode
mp3val
mp3wrap
mp-player
mpdas
mpdcon */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
mpdscribble
mpg123 audio/mpg123: update to 1.32.2 2023-10-01 10:37:55 +02:00
mpg123.el
mpg321
mps
mpz
mumble audio/mumble: switch from USE_GITHUB to pre-rolled release and fix build on ARCHes other than x86 2023-08-28 21:41:13 +03:00
murmur audio/murmur: update WWW 2023-08-13 20:38:42 +02:00
murmur-cli all: Bump PORTREVISION after lang/go* update 2023-09-08 09:34:56 -05:00
muse-sequencer audio/muse-sequencer: update 4.1.0-20230803 → 4.2.0 2023-09-16 11:26:05 -07:00
musepack
musescore audio/musescore: update to 4.1.1, latest upstream 2023-09-18 22:24:13 +02:00
musiccontrol
musicpc
musicpd audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
mythplugin-mythmusic
myxer lang/rust: Bump revisions after 1.72.0 2023-09-08 11:06:24 +02:00
nas
ncmpc audio/ncmpc: Fix build with llvm16 2023-08-02 14:27:29 +02:00
ncmpcpp devel/boost*: bump all consumers after 1.83.0 2023-09-27 17:36:30 +03:00
ncpamixer audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
ncspot lang/rust: Bump revisions after 1.72.0 2023-09-08 11:06:24 +02:00
netease-music-tui lang/rust: Bump revisions after 1.72.0 2023-09-08 11:06:24 +02:00
noise-repellent-lv2
noise-suppression-for-voice-lv2 audio/noise-suppression-for-voice-lv2: Disable tests during build 2023-09-04 10:18:31 -07:00
normalize
nosefart
noson-app audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
nyquist audio/nyquist: Fix build with llvm16 2023-07-21 19:20:04 +02:00
oaml
ocp audio/ocp: Switch from ttf to otf font 2023-10-02 11:35:24 +02:00
ogg2mp3
openal-soft audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
opencore-amr
openspc
optimfrog
optimfrog-sse2
opus
opus-tools
opusfile
opustags
orbit-lv2 bsd.sites.mk: Update all ports using USE_GITLAB 2023-07-12 20:56:04 +02:00
osd-lyrics
osdmixer
oss
owntone audio/owntone: Circumvent ffmpeg 6 ALAC encoding problem 2023-08-19 12:30:08 +02:00
p5-Audio-CD
p5-Audio-Ecasound
p5-Audio-FLAC-Header
p5-Audio-Mixer
p5-Audio-MPD
p5-Audio-MPD-Common
p5-Audio-Musepack
p5-Audio-Scan
p5-Audio-Scrobbler
p5-Audio-Wav
p5-Audio-WMA
p5-CDDB
p5-CDDB_get
p5-CDDB-File
p5-Filesys-Virtual-DAAP
p5-libvorbis
p5-MIDI
p5-MP3-Find
p5-MP3-ID3v1Tag
p5-MP3-Info
p5-MP3-Tag
p5-MP3-Tag-Utils
p5-MPEG-ID3v2Tag
p5-Music-Audioscrobbler-MPD
p5-Music-Audioscrobbler-Submit
p5-MusicBrainz-DiscID
p5-Net-DAAP-Client
p5-Net-DAAP-DMAP
p5-Net-FreeDB
p5-Net-LibLO
p5-Ogg-Vorbis-Header audio/p5-Ogg-Vorbis-Header: unbreak the port's build against Clang 16 2023-09-24 09:24:30 +00:00
p5-Ogg-Vorbis-Header-PurePerl
p5-Shout
p5-tagged
p5-Test-Corpus-Audio-MPD
pacpl
padthv1-lv2 audio/padthv1-lv2: update 0.9.31 → 0.9.32 2023-09-13 00:05:37 -07:00
paman audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
pamixer devel/boost*: bump all consumers after 1.83.0 2023-09-27 17:36:30 +03:00
paprefs audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
patchage
pavucontrol
pavucontrol-qt audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
pavumeter audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
pc-mixer
pcaudiolib audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
pd
pd-cyclone
pear-Text_Spell_Audio
penguinsap
pianobar
pianobooster audio/rtmidi: Update 5.0.0 → 6.0.0 2023-08-08 01:42:41 -07:00
pianod2
picard audio/picard: Update to 2.9.2 2023-09-15 11:15:35 -04:00
picard-plugins audio/picard-plugins: Update to snapshot from 2023-09-15 2023-09-15 11:15:35 -04:00
pithos
plasma5-kpipewire audio/plasma5-kpipewire: cleanup dependencies 2023-09-14 12:41:42 +02:00
plasma5-plasma-pa KDE: Update Plasma Desktop to 5.27.8 2023-09-13 07:16:59 +02:00
play */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
playgsf
playmidi
playumidi
pm3umpdl
pms
pms-devel all: Bump PORTREVISION after lang/go* update 2023-09-08 09:34:56 -05:00
pocketsphinx
poly-lv2
polyphone audio/stk: Update 4.6.2 → 5.0.0 2023-08-09 09:03:07 -07:00
portaudio
portmidi
praat audio/praat: update to 6.3.17, latest upstream 2023-09-12 19:46:00 +02:00
pragha
prelude-lv2
psindustrializer audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
pt2-clone audio/pt2-clone: Update to 1.64 2023-09-08 14:41:08 +02:00
puddletag audio/puddletag: New port: Powerful, simple, audio tag editor 2023-08-06 14:42:46 +02:00
pulseaudio audio/pulseaudio: fix build with lld 17 2023-10-06 19:48:54 +02:00
pulseaudio-module-sndio audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
pulseaudio-module-xrdp audio/pulseaudio-module-xrdp: Fix build after b1ecad5 2023-08-09 13:48:16 +09:00
pulseaudio-qt audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
py-al
py-apetag
py-aubio
py-audioread audio/py-audioread: Update to 3.0.1 2023-09-30 08:44:28 +08:00
py-discid
py-discogs-client
py-essentia
py-eyed3
py-fmoo-audiotools
py-gtts audio/py-gtts: Update to 2.4.0 2023-10-04 08:56:31 +01:00
py-hsaudiotag3k
py-librosa audio/py-librosa: update 0.10.0 → 0.10.1 2023-08-22 18:52:51 -07:00
py-mpd
py-music21
py-musicbrainzngs
py-mutagen audio/py-mutagen: Update to 1.47.0 2023-09-05 05:30:33 +08:00
py-opuslib
py-playsound
py-pocketsphinx audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
py-pulsectl audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
py-pyacoustid audio/py-pyacoustid: Update to 1.3.0 2023-09-22 11:17:51 +08:00
py-pyaudio
py-pydub
py-pyjacklib *: return Hans Petter Selasky's ports to the pool after he passed away. 2023-07-22 17:33:48 +02:00
py-pylast
py-pyliblo
py-pymad
py-pyogg
py-pyradio audio/py-pyradio: Update to 0.9.2.15 2023-10-05 15:06:55 +02:00
py-pysndfile
py-python-mpd2
py-pyttsx3
py-resampy
py-simpleaudio
py-soundcloud
py-sounddevice
py-SoundFile
py-soundscrape
py-soxr audio/py-soxr: Add workaround to fix wrong version variable 2023-08-25 20:00:23 -07:00
py-speechrecognition
py-spotipy
py-tagpy audio/py-tagpy: Update to 2022.1 2023-07-16 14:40:51 +02:00
py-wavio
py-webrtcvad
py-zita-audiotools
py-zita-jacktools
qaudiosonar *: return Hans Petter Selasky's ports to the pool after he passed away. 2023-07-22 17:33:48 +02:00
qjackcapture
qjackctl audio/qjackctl: update 0_9_11 → 0_9_12 2023-09-08 23:05:08 -07:00
qmidiarp audio/qmidiarp: Update 0.6.5 → 0.7.0 2023-07-25 23:20:24 -07:00
qmidictl devel/qt6: bump dependent ports 2023-07-26 21:58:56 +02:00
qmidinet audio/qmidinet: update 0.9.10 → 0.9.11 2023-09-08 23:05:09 -07:00
qsampler devel/qt6: bump dependent ports 2023-07-26 21:58:56 +02:00
qsynth audio/qsynth: update 0.9.11 → 0.9.12 2023-09-08 23:05:09 -07:00
qtractor audio/qtractor: update 0_9_34 → 0_9_35 2023-09-16 00:38:16 -07:00
quimup
qxgedit audio/qxgedit: update 0.9.10 → 0.9.11 2023-09-08 23:05:10 -07:00
raul
rawrec
re audio/re: Update to upstream release 3.5.1 2023-09-15 12:43:21 +02:00
rebot3
rem audio/rem: deprecated, replaced by libre 2023-09-10 11:39:18 +02:00
resid
rexima
rezound audio/rezound: improve (and shorten!) one of the patch files 2023-08-16 05:10:44 +00:00
rhvoice audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
rhvoice-dictionary
rhythmbox
ripperx
rkr-lv2
rnnoise
rnnoise-nu
rosegarden
rsgain audio/rsgain: Update to 3.4 2023-09-15 11:15:35 -04:00
rsynth
rtaudio audio/rtaudio: Update 6.0.0 → 6.0.1 2023-08-08 23:17:52 -07:00
rtmidi audio/rtmidi: Update 5.0.0 → 6.0.0 2023-08-08 01:42:41 -07:00
rubberband
ruby-smf
ruby-taglib
rubygem-librmpd
rubygem-ruby-mp3info
rubygem-ruby-ogginfo
rubygem-ruby-shout
s3mod
samplv1-lv2 audio/samplv1-lv2: update 0.9.31 → 0.9.32 2023-09-13 00:05:38 -07:00
sayonara bsd.sites.mk: Update all ports using USE_GITLAB 2023-07-12 20:56:04 +02:00
sbagen
sc3-plugins audio/stk: Update 4.6.2 → 5.0.0 2023-08-09 09:03:07 -07:00
schismtracker audio/schismtracker: Update to 20230906 2023-09-07 12:42:24 +02:00
screcord-lv2
sdl2_mixer
sdl2_sound audio/sdl2_sound: update 2.0.1 → 2.0.2 2023-09-20 03:12:48 +03:00
sdl_audiolib
sdl_mixer
sdl_sound
sfizz audio/sfizz: allow to build with clang on libomp-less systems 2023-08-12 03:37:47 +02:00
sfront
shairplay
shairport-sync audio/shairport-sync: Update to 4.3.1 2023-10-02 16:17:21 +02:00
sherlock-lv2
shntool
shortwave lang/rust: Bump revisions after 1.72.0 2023-09-08 11:06:24 +02:00
shuriken
sidplay
sidplay2
sidplayer */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
sidplayfp audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
simplemod
siren audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
snack */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
snd
sndio
so-synth-lv2
solfege
somafm-cli
sonata
songrec lang/rust: Bump revisions after 1.72.0 2023-09-08 11:06:24 +02:00
sonic-visualiser audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
sonivox
sonivox-eas audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
sorcer-lv2
sound-juicer
soundgrab
soundtouch
soundtracker audio/soundtracker: update 1.0.3 → 1.0.4 2023-10-02 19:55:48 -07:00
sox audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
spc2it
spectacle-lv2
spectmorph audio/spectmorph: Remove 'register' keywords instead of having USE_STDCXX=c++17 2023-07-11 20:57:46 -07:00
spectrogram
speech-denoiser-lv2
speex
speexdsp
spek
sphinx
sphinx3
sphinxbase
spiralloops
spiralsynth
spiralsynthmodular
spotify-player x11-wm/sway-devel: unbreak Rust-based clients after edd477c5e7 2023-09-20 16:35:01 +02:00
spotify-qt
spotify-tui lang/rust: Bump revisions after 1.72.0 2023-09-08 11:06:24 +02:00
spotifyd lang/rust: Bump revisions after 1.72.0 2023-09-08 11:06:24 +02:00
squash
squeezelite
sratom
ssr-lv2
stegosaurus-lv2
stk audio/stk: Update 5.0.0 → 5.0.1 2023-08-11 01:11:16 -07:00
stmp all: Bump PORTREVISION after lang/go* update 2023-09-08 09:34:56 -05:00
stone-phaser-lv2
strawberry audio/strawberry: Update to 1.0.20 2023-09-24 23:48:34 -04:00
streamripper
streamtranscoder
string-machine-lv2
stymulator
suil
supercollider devel/boost*: bump all consumers after 1.83.0 2023-09-27 17:36:30 +03:00
surge-synthesizer-lv2
surge-synthesizer-xt-lv2
sweep *: Rename GTK+ to GTK 2023-08-26 21:03:32 +00:00
swh-lv2
swhplugins
synthpod-lv2
synthv1-lv2 audio/synthv1-lv2: update 0.9.31 → 0.9.32 2023-09-13 00:05:38 -07:00
taglib
taglib-extras
taglookup audio/taglookup: Fix build with llvm16 2023-07-19 21:27:15 +02:00
tagutil
tamgamp-lv2
tap-plugins
tap-plugins-lv2
tcd
teamspeak3-server
tempest_for_eliza
tetraproc
thunar-media-tags-plugin XFCE: Cleanup dependencies 2023-10-02 17:53:42 +02:00
tiatracker
timbre-mill
timely-lv2
timemachine
timidity
timidity++
timidity++-emacs
timidity++-gtk
timidity++-motif
timidity++-slang
timidity++-xaw
timidity++-xskin
tkeca
toccata-lv2
tosha
traverso
triceratops-lv2
tse3
tta
tuner
tuneradio audio/tuneradio: Mark DEPRECATED 2023-08-27 11:03:23 +02:00
twolame
uade audio/uade: Update to 3.03 2023-09-12 21:25:17 +02:00
umix
umodplayer
umurmur audio/umurmur: Fix OSVERSION for OpenSSL 3 2023-08-08 03:48:39 +02:00
vamp-plugin-sdk
vban audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
vgmplay
vgmtools
vimpc
virtual_oss *: return Hans Petter Selasky's ports to the pool after he passed away. 2023-07-22 17:33:48 +02:00
virtual_oss_ctl *: return Hans Petter Selasky's ports to the pool after he passed away. 2023-07-22 17:33:48 +02:00
visp-go all: Bump PORTREVISION after lang/go* update 2023-09-08 09:34:56 -05:00
vitunes
vm-lv2
vmpk devel/qt6: bump dependent ports 2023-07-26 21:58:56 +02:00
vo-amrwbenc
voipong
volumeicon
vorbis-tools
vorbisgain
vsound
vst3sdk audio/vst3sdk: Mark BROKEN on 14 2023-08-18 06:56:22 +02:00
waon
wavbreaker
wavegain
wavetral devel/boost*: bump all consumers after 1.83.0 2023-09-27 17:36:30 +03:00
wavpack
wavplay audio/wavplay: enable on powerpc64le 2023-08-20 14:39:55 +00:00
webrtc-audio-processing audio/webrtc-audio-processing: update to 1.3 2023-09-12 00:02:44 +02:00
webrtc-audio-processing0 audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
welle.io
whysynth
wildmidi
wmix
wmmp
wmsmixer
wolf-shaper-lv2 audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
wxguitar
x42-plugins-lv2 audio/x42-plugins-lv2: Update 20230512 → 20230706 2023-07-23 00:24:18 -07:00
xanalyser audio/xanalyser: Fix build with clang-16 by adding USE_CXXSTD 2023-07-16 08:27:46 -07:00
xcd
xcdplayer
xfce4-mixer XFCE: Cleanup dependencies 2023-10-02 17:53:42 +02:00
xfce4-mpc-plugin XFCE: Cleanup dependencies 2023-10-02 17:53:42 +02:00
xfce4-pulseaudio-plugin XFCE: Cleanup dependencies 2023-10-02 17:53:42 +02:00
xfmpc
xmcd audio/xmcd: Fix build with llvm16 2023-08-05 20:01:09 +02:00
xmix
xmixer
xmmix
xmp audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
xmradio audio/xmradio: Mark DEPRECATED 2023-08-27 11:03:23 +02:00
xoscope
xsynth-dssi
xuidesigner
xwave
yell
ympd
yoshimi audio/yoshimi: Update 2.3.0.2 → 2.3.0.3 2023-08-04 02:07:13 -07:00
zam-plugins-lv2 audio/pulseaudio: Update to 16.1 2023-08-07 19:34:07 +03:00
zita-alsa-pcmi
zita-at1
zita-bls1
zita-convolver
zita-dpl1
zita-jclient audio/zita-jclient: Remove NATIVE option and disable unsafe optimization 2023-08-06 23:14:01 -07:00
zita-mu1
zita-njbridge
zita-resampler audio/zita-resampler: Update to 1.11.2 2023-09-22 00:56:48 -04:00
zita-rev1
zmusic
zplugins-lv2 */*: adapt to new guile framework 2023-07-31 01:59:04 +03:00
zrythm audio/zrythm: enable LTO on powerpc64 2023-08-10 22:02:28 +02:00
zynaddsubfx */*: Bump jpeg-turbo users treewide 2023-07-28 19:13:17 +02:00
Makefile audio/waveplay: Remove expired port 2023-09-30 04:22:47 +02:00