aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* audio/gnome-podcasts: unbreak build with Meson 0.61.0Jan Beich2022-01-202-0/+5
| | | | | | | podcasts-gtk/resources/meson.build:5:0: ERROR: Function does not take positional arguments. PR: 260943 Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
* audio/protracker: Update to 1.39Emanuel Haupt2022-01-192-4/+4
|
* audio/jack: Update to 1.9.20 release.Hans Petter Selasky2022-01-1912-127/+184
| | | | | | | | | | | | | | | | The FreeBSD specific changes have been upstreamed, we can fetch the original sources again. Development of the client examples and tools has been split from the JACK server, move them to the new port jack-example-tools. This also includes a fix for missing library symbols, see bug #257696. Take maintainership of audio/jack and audio/jack-example-tools . PR: 257696 PR: 261256 Submitted by: Florian Walpen <dev@submerge.ch> Approved by: pi (implicit)
* audio/dpf-plugins-lv2: Update 1.4 -> 1.5Yuri Victorovich2022-01-185-47/+9
| | | | Reported by: portscout
* audio/spotify-qt: Update to 3.8Emanuel Haupt2022-01-172-4/+4
|
* *: Linux emulation: add support for aarch64Mikael Urankar2022-01-1732-15/+994
| | | | | | PR: 256008 Submitted by: Vincent Milum Jr (prior version) Approved by: emulation (maintainer timeout)
* *: Drop newly added but obsolete INSTALLS_ICONSTobias Kortkamp2022-01-171-2/+0
| | | | Reported by: portscan
* *: Sweep up new CONFLICTS_INSTALL messTobias Kortkamp2022-01-171-1/+1
| | | | | | | | | - Fix typos - Fix overwritten master/slave variables I'm assuming the entries are correct otherwise. Reported by: portscan
* lang/rust: Bump revisions after 1.58.0Tobias Kortkamp2022-01-177-4/+7
|
* audio/x42-plugins-lv2: Update 20211016 -> 20220107Yuri Victorovich2022-01-142-4/+4
| | | | Reported by: portscout
* audio/py-sounddevice: Update 0.4.3 -> 0.4.4Yuri Victorovich2022-01-142-4/+4
| | | | Reported by: portscout
* Fix CONFLICTS entries in archivers, astro, audioStefan Eßer2022-01-1329-5/+53
| | | | | | | | | | | | | | Fix conflicts entries based on a script that searches for duplicate files installed by several ports. Some patters seem to make ports conflict with themselves, but this is actually not the case due to the check-*-conflicts logic implemented in bsd.port.mk, which excludes self-conflicts. PHP based ports have been ignored in this commit as requested by the committers currently working on the php-8.1 import. Approved by: portmgr (implicit)
* audio/liblscp: Update to 0.9.5Neel Chauhan2022-01-133-9/+6
|
* audio/baresip: Fix build (and INDEX) with GSTREAMER optionChris Rees2022-01-132-4/+4
| | | | PR: ports/256971
* audio/wavplay: allow on aarch64Dmitry Marakasov2022-01-131-2/+2
| | | | | | | | | Confirmed to work correctly; Also simplify ONLY_FOR_ARCHS_REASON as the problems may not only be related to endianess. PR: 261061 Submitted by: ronald-lists@klop.ws
* audio/ocp: Install desktop iconsEmanuel Haupt2022-01-132-0/+6
|
* audio/fasttracker2: Update to 1.50Emanuel Haupt2022-01-132-4/+4
|
* audio/ocp: Update to 0.2.92Emanuel Haupt2022-01-134-18/+5
|
* audio/fluidplug-lv2: switch from p7zip to 7-zipMax Brazhnikov2022-01-121-2/+3
| | | | PR: 260866
* math/gsl: bump portrevision of consumers after update to 2.7.1Tobias C. Berner2022-01-121-1/+1
| | | | PR: 260201
* audio/wavplay: fix ONLY_FOR_ARCHSDmitry Marakasov2022-01-121-1/+2
| | | | | | | | - Remove powerpc* from ONLY_FOR_ARCHS, which were incorrectly added on a sole basis that the port builds. It needs to be runtested. - Add ONLY_FOR_ARCHS_REASON to prevent such mistake in future. PR: 261061
* audio/strawberry: Update to 1.0.1Daniel Menelkir2022-01-122-4/+4
| | | | | | Changelog: https://github.com/strawberrymusicplayer/strawberry/releases/tag/1.0.1 PR: 261092
* audio/modplug-tools: Update to 0.5.6Emanuel Haupt2022-01-112-14/+6
|
* Bump PORTREVISION after www/libmicrohttpd updatedLi-Wen Hsu2022-01-104-4/+4
| | | | PR: 260777
* audio/noson-app: update to 4.5.1Tobias C. Berner2022-01-102-4/+4
|
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-105-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* audio/ocp: Update to 0.2.91Emanuel Haupt2022-01-104-7/+17
|
* audio/beets: Update to 1.6.0Alexandre C. Guimarães2022-01-102-7/+7
| | | | | | | - take maintainership - last ac51135afd4b related fix. PR: 258688 Approved by: <stiginge@pvv.org> (maintainer timeout, 85 days)
* audio/py-mutagen: Update to 1.45.1Alexandre C. Guimarães2022-01-104-14/+12
| | | | PR: 259241
* audio/qtractor: New port: Audio/MIDI multi-track sequencerYuri Victorovich2022-01-096-0/+94
|
* audio/padthv1-lv2: Update 0.9.23 -> 0.9.24Yuri Victorovich2022-01-093-8/+7
|
* audio/drumkv1-lv2: Update 0.9.23 -> 0.9.24Yuri Victorovich2022-01-093-8/+7
|
* audio/samplv1-lv2: Update 0.9.23 -> 0.9.24Yuri Victorovich2022-01-093-8/+7
|
* audio/synthv1-lv2: Update 0.9.23 -> 0.9.24Yuri Victorovich2022-01-093-8/+7
|
* audio/qmidinet: Update 0.9.4 -> 0.9.5Yuri Victorovich2022-01-093-8/+7
|
* audio/qmidictl: Update 0.9.4 -> 0.9.5Yuri Victorovich2022-01-093-8/+8
|
* audio/qsampler: Update 0.9.4 -> 0.9.5Yuri Victorovich2022-01-093-7/+7
|
* audio/qxgedit: Update 0.9.4 -> 0.9.5Yuri Victorovich2022-01-093-7/+7
|
* audio/qjackctl: Update 0.9.5 -> 0.9.6Yuri Victorovich2022-01-093-21/+16
|
* audio/gnome-podcasts: update to 0.5.1Jan Beich2022-01-072-290/+320
| | | | | Changes: https://gitlab.gnome.org/World/podcasts/-/releases/0.5.1 Reported by: Repology
* KDE: Update KDE Gear to 21.12.1Tobias C. Berner2022-01-067-21/+21
| | | | | | | | | | | | | Thursday, 6 January 2022 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations. Distro and app store packagers should update their application packages. Changelog: https://kde.org/announcements/changelogs/gear/21.12.1/
* audio/codec2: missing patchDiane Bruce2022-01-042-0/+16
| | | | | I thought I did the commit -a bump the PORTREVISION to make sure this gets rebuilt
* audio/shortwave: fix build on big-endian architecturesPiotr Kubaj2022-01-041-0/+131
| | | | Merge https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/commit/e1466728515296b9c8b84a38ab8aa58766c6f9c4 to fix build.
* audio/calf-lv2: fix build on powerpc64lePiotr Kubaj2022-01-041-1/+9
| | | | | | | | | | | | | | | clang has a bug: libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -isystem /usr/local/include -ffast-math -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/lash-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pthread -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -O3 -Wall -MT organ.lo -MD -MP -MF .deps/organ.Tpo -c organ.cpp -fPIC -DPIC -o .libs/organ.o fatal error: error in backend: Incomplete scavenging after 2nd pass PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump: 0. Program arguments: c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -isystem /usr/local/include -ffast-math -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/lash-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pthread -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -O3 -Wall -MT organ.lo -MD -MP -MF .deps/organ.Tpo -c organ.cpp -fPIC -DPIC -o .libs/organ.o 1. <eof> parser at end of file 2. Code generation 3. Running pass 'Function Pass Manager' on module 'organ.cpp'. 4. Running pass 'Prologue/Epilogue Insertion & Frame Finalization' on function '@_ZN3dsp16organ_voice_base18precalculate_wavesEPN12calf_plugins21progress_report_ifaceE' The port builds fine with gcc after linking to libc++.
* audio/jacktrip: Update 1.4.3 -> 1.5.0Yuri Victorovich2022-01-042-4/+4
| | | | Reported by: portscout
* audio/protracker: Update to 1.38Emanuel Haupt2022-01-042-4/+4
|
* audio/ardour6: Update to 6.9.0Florian Walpen2022-01-045-19/+37
| | | | | | | | | | | | Fix MP3 audio export. It was unavailable due to missing ffmpeg_harvid and ffprobe_harvid in $PATH. Add dependencies on harfbuzz and fftw3 libraries, which were implicitly linked. While here, pet linters. PR: 260766 Reported by: dev@submerge.ch
* KDE: Update KDE Plasma Desktop to 5.23.5Tobias C. Berner2022-01-042-4/+3
| | | | | | | | | | | | | | | | | | | | | KDE Plasma 5.23.5, Bugfix Release for January Tuesday, 4 January 2022. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.23.5. Plasma 5.23 was released in October 2021 with many feature refinements and new modules to complete the desktop experience. This release adds a month's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * Save bluetooth status on teardown. * System Monitor: Handle process parent changes in ProcessDataModel. * Fix Klipper Actions content truncation. Full changelog: https://kde.org/announcements/changelogs/plasma/5/5.23.4-5.23.5
* audio/codec2: Unbreak swigDiane Bruce2022-01-043-13/+16
| | | | | | | | | | | Numerous tiny changes in the git log for codec2 but the big one for us is fixing swig. codec2 exposed a complex type in an interface that swig breaks on. This impacts other ports such as gnuradio. upstream moved the interface to private and this unbreaks swig. N.B. I have patched out the Octave CML testjig for now since this will take more time to resolve. Patches welcome.
* audio/jamulus: Fix jamulus-server argumentsYuri Victorovich2022-01-032-4/+9
| | | | | | | | * allow to override user name for the daemon with jamulus_server_uname * allow to set server arguments with jamulus_server_args PR: 260860 Reported by: Stefan Bethke <stb@lassitu.de>