aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* audio/sndio: Update to upstream release 1.8.1.Thomas Zander2021-06-203-4/+5
|
* audio/lame: fix build on riscvAlexander Richardson2021-06-192-1/+15
| | | | | | | | The previous commit only removed the BROKEN for riscv, but didn't add a patch. PR: 256583 Reported by: Robert Clausecker <fuz@fuz.su> Obtained from: LLVM project https://reviews.llvm.org/D89557
* audio/cmus: fix build on powerpcPiotr Kubaj2021-06-191-3/+0
| | | | Clang doesn't have libatomic.
* audio/yoshimi: Update 2.0.1 -> 2.0.2Yuri Victorovich2021-06-182-4/+4
| | | | Reported by: portscout
* audio/boops-lv2: Update 1.6.0 -> 1.6.2Yuri Victorovich2021-06-182-4/+4
| | | | Reported by: portscout
* audio/gsequencer: 3.8.11 -> 3.8.13Yuri Victorovich2021-06-183-4/+11
| | | | Reported by: portscout
* audio/libxmp: Update to 4.5.0Emanuel Haupt2021-06-172-7/+10
| | | | While here, pacify portclippy/portfmt
* audio/lame: fix build on riscv64Piotr Kubaj2021-06-171-2/+0
|
* audio/sfizz: fix build on powerpc*Piotr Kubaj2021-06-172-1/+26
| | | | | | | | | | | | | | ori 0,0,0 is nop instruction on powerpc* Additional headers are necessary: In file included from /wrkdirs/usr/ports/audio/sfizz/work/sfizz-0.4.0/external/abseil-cpp/absl/base/internal/unscaledcycleclock.cc:27: /usr/include/sys/sysctl.h:1185:25: error: unknown type name 'u_int' int sysctl(const int *, u_int, void *, size_t *, const void *, size_t); ^ /wrkdirs/usr/ports/audio/sfizz/work/sfizz-0.4.0/external/abseil-cpp/absl/base/internal/unscaledcycleclock.cc:91:10: error: unknown type name 'once_flag' static once_flag init_timebase_frequency_once; ^ /wrkdirs/usr/ports/audio/sfizz/work/sfizz-0.4.0/external/abseil-cpp/absl/base/internal/unscaledcycleclock.cc:93:18: error: no member named 'LowLevelCallOnce' in namespace 'absl::lts_2020_02_25::base_internal' base_internal::LowLevelCallOnce(&init_timebase_frequency_once, [&]() {
* audio/spectacle-lv2: fix build on powerpcPiotr Kubaj2021-06-161-1/+1
| | | | powerpc64 fix is also valid for powerpc.
* math/gsl: update to 2.7Tobias C. Berner2021-06-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From [1] * What is new in gsl-2.7: * fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com) * fixed bug #60335 (spmatrix test failure, J. Lamb) * fixed bug #36577 * clarified documentation on interpolation accelerators (V. Krishnan) * fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M. Sitte) * fixed doc bug #59758 * fixed bug #58202 (rstat median for n=5) * added support for native C complex number types in gsl_complex when using a C11 compiler * upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 * updated exponential fitting example for nonlinear least squares * added banded LU decomposition and solver (gsl_linalg_LU_band) * New functions added to the library: - gsl_matrix_norm1 - gsl_spmatrix_norm1 - gsl_matrix_complex_conjtrans_memcpy - gsl_linalg_QL: decomp, unpack - gsl_linalg_complex_QR_* (thanks to Christian Krueger) - gsl_vector_sum - gsl_matrix_scale_rows - gsl_matrix_scale_columns - gsl_multilarge_linear_matrix_ptr - gsl_multilarge_linear_rhs_ptr - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense) - gsl_spmatrix_dense_sub - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply - gsl_linalg_QR_UD: decomp, lssolve - gsl_linalg_QR_UU: decomp, lssolve, QTvec - gsl_linalg_QR_UZ: decomp - gsl_multifit_linear_lcurvature - gsl_spline2d_eval_extrap * bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me) * made gsl_sf_legendre_array_index() inline and documented - gsl_sf_legendre_nlm() [1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS PR: 256423 Exp-run by: antoine
* x11/plasma5-plasma: Update KDE Plasma Desktop to 5.22.1Tobias C. Berner2021-06-161-3/+3
| | | | | | | | | | | | | | | | | | | Tuesday, 15 June 2021. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.22.1. Plasma 5.22 was released in June 2021 with many feature refinements and new modules to complete the desktop experience. This release adds a week's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * KWin: Platforms/drm: support NVidia as secondary GPU with CPU copy. * Weather applet: Point bbcukmet to new location API. * Wallpapers: Add milky way. View full changelog at https://kde.org/announcements/changelogs/plasma/5/5.22.0-5.22.1
* audio/soundtracker: Update 1.0.2 -> 1.0.2.1Yuri Victorovich2021-06-165-53/+5
|
* audio/timidity++: unbreak the build on RISC-V (riscv64)Alexey Dokuchaev2021-06-162-3/+13
| | | | | PR: 256604 Submitted by: Robert Clausecker (new maintainer)
* audio/mpg123: update to 1.28.0Roman Bogorodskiy2021-06-163-10/+8
| | | | | | - Update to 1.28.0 - Remove '--with-default-audio' configure argument as '--with-audio' now specifies priority of output modules.
* audio/libsidplayfp: Remove unneeded line continuationKevin Bowling2021-06-151-1/+1
| | | | MFH: 2021Q2
* audio/libsidplayfp: Update to 2.2.0Daniel Engberg2021-06-152-4/+5
| | | | | | PR: 256043 Approved by: maintainer MFH: 2021Q2 (fix distinfo)
* audio/libsidplayfp: Remove distinfo w/o EOF EOLKevin Bowling2021-06-151-3/+0
| | | | | | | | The commit hook is preventing updates here, remove the file so it can be fixed and updated. PR: 256043 MFH: 2021Q2
* audio/waveplay: enable on powerpcPiotr Kubaj2021-06-151-1/+1
|
* audio/schismtracker: enable on armv7 and powerpcPiotr Kubaj2021-06-151-1/+1
|
* audio/schismtracker: enable on powerpc64Piotr Kubaj2021-06-151-1/+1
|
* audio/faust-lv2: fix build on powerpcPiotr Kubaj2021-06-151-0/+1
|
* audio/artyfx-lv2: fix build on powerpcPiotr Kubaj2021-06-151-0/+1
| | | | | In file included from /wrkdirs/usr/ports/audio/artyfx-lv2/work/openAV-ArtyFX-release-1.3-24-g6010d1a/src/avtk/libs/pffft.cxx:101: /usr/lib/clang/11.0.1/include/altivec.h:13:2: error: "AltiVec support not enabled"
* audio/libsidplayfp: Reset maintainerKevin Bowling2021-06-151-1/+1
| | | | | | PR: 256043 Approved by: portmgr (maintainer timeout: 14+ days) MFH: 2021Q2
* audio/libopenshot-audio: Update to 0.2.0.59Tatsuki Makino2021-06-146-34/+74
| | | | PR: 256590
* audio/tetraproc: New port: Tetrahedral microphone processor for ambisonic ↵Yuri Victorovich2021-06-144-0/+57
| | | | recording
* audio/praat: update to 6.1.49, latest upstreamAdriaan de Groot2021-06-142-4/+4
| | | | | | The release notes, as always, are at https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html and are all UI-related improvements this time around.
* x11/plasma5-plasma: Update KDE Plasma Desktop to 5.22Tobias C. Berner2021-06-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma 5.22 is here, and it is more reliable and stable than ever. By cleaning up and refactoring code in the background, the Plasma desktop gives you greater responsiveness and performance, helping you become even more productive without hiccups or surprises. Enjoy a smoother experience with KDE’s Plasma 5.22 desktop. Plasma 5.22 has become more pleasurable to use through improvements to the design and greater smoothness and consistency in transparencies, blurs, icons, and animations. Moving things to accessible locations, offering hints and visual cues, and creating new settings allows you to customize your work environment to make it fit perfectly to your needs. Following the true KDE spirit, the push for a more stable and attractive desktop does not mean you have to renounce control over how you want it to look or behave. Plasma 5.22, as always, packs all the flexibility and tools for customization you have come to expect and love, and some more to boot. Meanwhile, the push to move Plasma in its entirety to Wayland (the display protocol of the future) continues in full swing. So much so that popular distros are starting to ship Plasma with Wayland by default. By using Wayland behind the scenes, Plasma is able to include features and bug fixes not possible to implement on X11, offering you a better experience and more stability. Full announcement and changelog: https://kde.org/announcements/plasma/5/5.22.0/
* */*: Zpdate KDE Gear to 21.04.2Tobias C. Berner2021-06-1314-21/+69
| | | | | | | | | | Thursday, 10 June 2021 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. The full changelog can be found here: https://kde.org/announcements/changelogs/gear/21.04.2/
* audio/freac: new port had been added (+)Alexey Dokuchaev2021-06-125-0/+317
| | | | | | | | | fre:ac is a free audio converter and CD ripper with support for various popular formats and encoders. It converts freely between MP3, M4A/AAC, FLAC, WMA, Opus, Ogg Vorbis, Speex, Monkey's Audio (APE), WavPack, WAV, and other formats. WWW: https://www.freac.org/
* audio/boca: new port had been added (+)Alexey Dokuchaev2021-06-125-0/+204
| | | | | | | | | BoCA is the component framework behind the fre:ac audio converter. It provides unified interfaces for audio components like encoders, decoders, taggers, and extensions as well as the code to support communication between the application and its components. WWW: https://github.com/enzo1982/BoCA
* audio/sayonara: update to 1.7.0, latest upstream releaseIgor Pokrovsky2021-06-116-71/+21
| | | | | | | | The release notes are at https://sayonara-player.com/changelog/ with plenty of fixes and features. The default layout is somewhat changed, but the lightweight-music-player with good dynamic-playlist support is still there.
* audio/zrythm: Update 1.0.0-alpha.18.1.1 -> 1.0.0-alpha.18.2.1Yuri Victorovich2021-06-113-5/+5
| | | | Reported by: portscout
* */*: Add a backup master site to all Xiph.org portsChristian Weisgerber2021-06-1012-14/+19
| | | | | | | | | The downloads.xiph.org master site requires TLS1.3, which is not supported by FreeBSD 11's OpenSSL and fetch(1). Add ftp.osuosl.org as a backup to all Xiph.org ports. PR: 256515 Reported by: Daniel Engberg
* devel/meson: update to 0.58.1Jan Beich2021-06-091-0/+22
| | | | | | | | Changes: https://mesonbuild.com/Release-notes-for-0-58-0.html Reported by: GitHub (watch releases) PR: 255550 Exp-run by: antoine Approved by: tcberner
* audio/libogg: Bugfix update to 1.3.5Christian Weisgerber2021-06-094-10/+10
|
* audio/zrythm: Update 1.0.0-alpha.17.1.22 -> 1.0.0-alpha.18.1.1Yuri Victorovich2021-06-072-4/+4
| | | | Reported by: portscout
* audio/bslizr-lv2: Update 1.2.14 -> 1.2.16Yuri Victorovich2021-06-072-4/+4
| | | | Reported by: portscout
* audio/bshapr-lv2: Update 0.12 -> 0.13Yuri Victorovich2021-06-072-4/+4
| | | | Reported by: portscout
* audio/bchoppr-lv2: Update 1.10.6 -> 1.10.8Yuri Victorovich2021-06-072-4/+4
| | | | Reported by: portscout
* audio/teamspeak3-server: Update to 3.13.5Richard Gallamore2021-06-072-4/+4
| | | | Changes: https://community.teamspeak.com/t/server-3-13-5/22672
* audio/rubberband: Update to 1.9.1Daniel Engberg2021-06-063-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in Rubber Band v1.9.1 * Switch build system from Makefiles and Visual Studio project to Meson/Ninja for all platforms. There are still Makefiles and VS projects included in otherbuilds/ for those who wish to use them to build the static library directly * Make various fixes to improve sound quality when pitch-shifting dynamically in real-time (requires libsamplerate) * Fix floating-point exception when a very very long stretch factor is presented * Move the two directories that together provide the .NET interface (rubberband-sharp and rubberband-dll) into their own subdir (dotnet) * Ensure the library builds and runs correctly on ARM Mac (Apple Silicon, M1), and also on Windows using the Visual C++ Clang front-end The API is unchanged and the library is binary compatible with version 1.7. PR: 255965 Approved by: acm (maintainer, timeout) Co-authored-by: Joseph Mingrone <jrm@FreeBSD.org>
* audio/boops-lv2: Update 1.4.0 -> 1.6.0Yuri Victorovich2021-06-053-4/+18
| | | | Reported by: portscout
* audio/zrythm: Update 1.0.0-alpha.17.1.3 -> 1.0.0-alpha.17.1.22Yuri Victorovich2021-06-052-4/+4
| | | | Reported by: portscout
* audio/carla: Fix build of audio/lmms by re-adding USE_LDCONFIG.Yuri Victorovich2021-06-041-3/+4
| | | | | | | | | Last update removed USE_LDCONFIG based on a bad recommendation from portlint. Also move CONFLICTS_BUILD to the right place. PR: 256420 Reported by: rodrigo
* audio/pulseaudio: Add X11 option.Evgeniy Khramtsov2021-06-042-13/+15
| | | | | PR: 255093 Tested by: arrowd
* audio/zrythm: Update 1.0.0-alpha.16.1.1 -> 1.0.0-alpha.17.1.3Yuri Victorovich2021-06-044-18/+5
| | | | Reported by: portscout
* */*: Replace USE_GCC=any with USE_GCC=yesGerald Pfeifer2021-06-041-1/+1
| | | | | | | | | | | | | | | USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such as i386 and amd64 since 12.x and depending on configuration 11.x, most newer installations on other platforms, and 13.x across the board). Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as different spellings of the same, so continue the deorbiting of the USE_GCC=any form and simply replace it with USE_GCC=yes. This should not make any functional difference at all. Discussed with: mat, linimon, pkubaj
* audio/praat: update to latest upstream releaseAdriaan de Groot2021-06-032-4/+4
| | | | The release notes are in the regular place, minor UI fixes.
* audio/grip: Update to 4.2.1Fernando Apesteguía2021-06-032-7/+7
| | | | | PR: 256300 Reported by: freebsd-ports@jan0sch.de (maintainer)