aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r549639Thomas Zander2020-09-222-4/+4
| | | | | | | | | | | | | | | Update to upstream version 0.21.26 Details: Details: - Bug fixes, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.26/NEWS - includes fix for potential crashes of bzip compressed files Approved by: ports-secteam (riggs) Notes: svn path=/branches/2020Q3/; revision=549640
* MFH: r549539Yuri Victorovich2020-09-223-3/+15
| | | | | | | | | | | | | | | | | audio/beatslash-lv2: Fix build on some systems Waf warning about duplicately-installed files somehow caused failure to find some files later. This commit adds the patch to prevent duplicate file installation. This fixes the warning and hopefully fixes poudriere build. I couldn't reproduce this failure in my poudriere. Also: * Strip binarires * Fix WWW Approved by: ports-secteam (fluffy) Notes: svn path=/branches/2020Q3/; revision=549552
* MFH: r549527Yuri Victorovich2020-09-211-1/+7
| | | | | | | | | audio/csound: Broken on 11 i386 Approved by: ports-secteam (fluffy) Notes: svn path=/branches/2020Q3/; revision=549533
* MFH: r549411Yuri Victorovich2020-09-213-5/+7
| | | | | | | | | | | audio/stegosaurus-lv: Fix build on 13; GH account was renamed Reported by: fallout Approved by: ports-secteam (fluffy) Notes: svn path=/branches/2020Q3/; revision=549412
* MFH: r549089Yuri Victorovich2020-09-202-14/+3
| | | | | | | | | | | audio/libaudec: Fix the i386 build by properly excluding tests from the build Reported by: fallout Approved by: ports-secteam (fluffy) Notes: svn path=/branches/2020Q3/; revision=549123
* MFH: r549049Yuri Victorovich2020-09-202-0/+22
| | | | | | | | | | | | | audio/stegosaurus-lv2: Fix build on 13-CURRENT with clang-11 Symbol was defined in the header and included mutiple times. Reported by: fallout Approved by: ports-secteam (fluffy) Notes: svn path=/branches/2020Q3/; revision=549119
* MFH: r549048Rene Ladan2020-09-202-6/+6
| | | | | | | | | | | | | | | audio/playumidi: update to version 0.8.3 This fixes the build on CURRENT after importing LLVM 11. PR: 248848 Submitted by: Koine Yuusuke (maintainer) Event: September 2020 Bugathon Approved by: ports-secteam (fluffy) Notes: svn path=/branches/2020Q3/; revision=549113
* MFH: r548196Thomas Zander2020-09-104-36/+13
| | | | | | | | | | | | | Update to upstream release 1.0.29 PR: 248665 Submitted by: daniel.engberg.lists@pyret.net Reviewed by: tcberner Approved by: ports-secteam (riggs) Notes: svn path=/branches/2020Q3/; revision=548199
* MFH: r542727Mark Linimon2020-09-042-1/+11
| | | | | | | | | | | | | | audio/bjumblr-lv2: fix build on GCC architectures Require C++11 compiler because of -std=c++11. Include climits in FileChooser.hpp because of INT64_MAX (GCC doesn't do that by default). PR: 248134 Approved by: portmgr (blanket: build fix) Notes: svn path=/branches/2020Q3/; revision=547494
* MFH: r545326Piotr Kubaj2020-08-193-5/+8
| | | | | | | | | | | audio/geonkick-lv2: fix build on GCC architectures -lstdc++fs is necessary for gcc. Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q3/; revision=545327
* MFH: r545200Piotr Kubaj2020-08-181-1/+2
| | | | | | | | | | | audio/faustlive: fix build on GCC architectures Don't explicitly add -L/usr/lib, it makes GCC from ports link against base libstdc++. Clang still links fine to base libraries. Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q3/; revision=545201
* MFH: r543987Mark Linimon2020-08-021-1/+2
| | | | | | | | | | | Add compiler:c11 to USES to fix build on GCC-based systems: src/egg-play-preview.c:714: error: #pragma GCC diagnostic not allowed inside functions Approved by: portmgr (tier-2 blanket) Notes: svn path=/branches/2020Q3/; revision=543989
* MFH: r543817Loïc Bartoletti2020-08-014-0/+60
| | | | | | | | | | | | | | | | | | | | | | | games/py-mnemosyne: Take Maintainer'ship, fix runtime error and add missing dependencies Latest version of games/py-mnemosyne requires new dependencies. This commit adds the missing dependencies: - audio/py-gtts - security/py-gtts-token (required by audio/py-gtts) - textproc/py-googletrans The games/py-mnemosyne port needs to be limited to Python 3.7+ to keep the dependency chains intact. This is because textproc/py-googletrans depends on www/py-httpx which is only for Python 3.7+. PR: 247595 Submitted by: kai Reported by: gspurki@gmail.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25895 Approved by: ports-secteam (joneum) Notes: svn path=/branches/2020Q3/; revision=543891
* MFH: r543591Thomas Zander2020-07-2817-554/+99
| | | | | | | | | | | | | | | | | | | | Update to upstream prerelease snapshot 1.0.29 as of 20200620 Details: * Pull source code from GitHub * Switch to cmake * Remove clipping option (autodetected) * Fix denial-of-service (CVE-2019-3832, since CVE-2018-19758 appears to be incomplete.) PR: 248268 Submitted by: daniel.engberg.lists@pyret.net Security: CVE-2019-3832 Approved by: ports-secteam (riggs) Notes: svn path=/branches/2020Q3/; revision=543592
* MFH: r543221Sunpoet Po-Chuan Hsieh2020-07-243-4/+37
| | | | | | | | | | | | | | | | Switch default database to gnudb.gnudb.org - Bump PORTREVISION for package change freedb.freedb.org is down, use gnudb.gnudb.org instead. PR: 247875 Submitted by: brooks Approved by: ports-secteam (joneum) Notes: svn path=/branches/2020Q3/; revision=543239
* MFH: r542728Piotr Kubaj2020-07-211-1/+1
| | | | | | | | | | | | audio/lenticular-lv2: fix build on GCC architectures Use newer GCC: cc1plus: error: unrecognized command line option "-Wno-unused-local-typedefs" Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q3/; revision=542729
* MFH: r542725Piotr Kubaj2020-07-212-1/+11
| | | | | | | | | | | | | | audio/bharvestr-lv2: fix build on GCC architectures Require C++11 compiler because of -std=c++11. Include climits in FileChooser.hpp because of INT64_MAX (GCC doesn't do that by default). PR: 248134 Approved by: portmgr (blanket: build fix) Notes: svn path=/branches/2020Q3/; revision=542726
* MFH: r542544Piotr Kubaj2020-07-192-0/+18
| | | | | | | | | | | | | | | | audio/audacity: fix build on non-x86 Disable MMX/SSE/SSE2 on non-x86. Include cstring in allegro.h to make memcpy() available. PR: 248076 Approved by: xxjack12xx@gmail.com (maintainer) Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q3/; revision=542545
* MFH: r542505Thomas Zander2020-07-182-5/+5
| | | | | | | | | | | | Update to upstream snapshot as of 2020-07-02 Details: - Allow connections to mpd via unix domain sockets Approved by: ports-secteam (riggs) Notes: svn path=/branches/2020Q3/; revision=542506
* MFH: r541479Ganael LAPLANCHE2020-07-131-0/+2
| | | | | | | | | | | Fix linking error ld: error: undefined symbol: pow Approved by: portmgr (blanket) Notes: svn path=/branches/2020Q3/; revision=542122
* MFH: r542076Thomas Zander2020-07-122-4/+4
| | | | | | | | | | | | | | | Update to upstream release 0.21.25 Details: - Bug fixes, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.25/NEWS - Includes memory leak in opus decoding, and - fixes potential crashes when playing opus and vorbis Approved by: ports-secteam (riggs) Notes: svn path=/branches/2020Q3/; revision=542077
* MFH: r541485Piotr Kubaj2020-07-081-1/+1
| | | | | | | | | | | | audio/adplay: fix build on GCC architectures Use C++11 compiler: /usr/local/lib/libadplug.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(char const*)@GLIBCXX_3.4.21' Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q3/; revision=541486
* MFH: r541065Tobias Kortkamp2020-07-0310-31/+31
| | | | | | | | | | | | | | | | | audio/audacity: Update to 2.4.2 - This should fix hangs on startup on FreeBSD 11.4 - Remove NYQUIST option since it is mandatory and disabling it does not work Changes: https://www.audacityteam.org/audacity-2-4-2-released/ PR: 247604 Submitted by: maintainer Approved by: ports-secteam blanket Notes: svn path=/branches/2020Q3/; revision=541066
* MFH: r541036Jason E. Hale2020-07-021-3/+3
| | | | | | | | | audio/picard-plugins: Fix distinfo Approved by: ports-secteam (build fix blanket) Notes: svn path=/branches/2020Q3/; revision=541038
* audio/faudio: Update to 20.07Tobias Kortkamp2020-07-012-4/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/20.07 Notes: svn path=/head/; revision=540983
* audio/jamulus: Update 3.5.7 -> 3.5.8Yuri Victorovich2020-07-012-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=540976
* audio/kid3-*: Update to 3.8.3Jason E. Hale2020-06-306-29/+104
| | | | Notes: svn path=/head/; revision=540915
* audio/jamulus: Update 3.5.5 -> 3.5.7Yuri Victorovich2020-06-302-4/+4
| | | | Notes: svn path=/head/; revision=540913
* Update audio/py-musicbrainzngs to 0.7.1Jason E. Hale2020-06-292-4/+6
| | | | Notes: svn path=/head/; revision=540818
* Update audio/libmysofa to 1.1Jason E. Hale2020-06-294-6/+7
| | | | | | | Bump PORTREVISION on dependent ports due to shared library version bump Notes: svn path=/head/; revision=540817
* Update audio/picard-plugins to snapshot from 2020-06-05Jason E. Hale2020-06-293-5/+11
| | | | Notes: svn path=/head/; revision=540815
* Update audio/picard to 2.3.2Jason E. Hale2020-06-292-12/+10
| | | | Notes: svn path=/head/; revision=540814
* Update WWWSunpoet Po-Chuan Hsieh2020-06-291-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=540808
* Update to 1.19Emanuel Haupt2020-06-292-4/+4
| | | | Notes: svn path=/head/; revision=540769
* Update to 0.4.3Emanuel Haupt2020-06-293-4/+12
| | | | Notes: svn path=/head/; revision=540757
* audio/gsequencer: Update 3.4.5 -> 3.4.9Yuri Victorovich2020-06-292-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=540751
* audio/zrythm: Update 0.8.535 -> 0.8.604Yuri Victorovich2020-06-293-4/+22
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=540746
* Pick fixes for two security vulnerabilities from upstream repository:Christian Weisgerber2020-06-283-0/+28
| | | | | | | | | | | | | | CVE-2017-14160: Fix bounds check on very low sample rates. CVE-2018-10392: Sanity check number of channels in setup. These were committed upstream two years ago, but there has been no release since. Reported by: T.J. Townsend <tj@openbsd.org> Security: 4200d5f5-b985-11ea-b08a-f8b156b6dcc8 Notes: svn path=/head/; revision=540732
* audio/zynaddsubfx: fix build on non-x86Piotr Kubaj2020-06-281-0/+2
| | | | | | | | | | Disable SSE everywhere but on amd64 and i386. PR: 241247 Approved by: hselasky (maintainer) Notes: svn path=/head/; revision=540699
* Update to 1.2Li-Wen Hsu2020-06-282-7/+7
| | | | | | | | PR: 247605 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=540693
* audio/portaudio: Pet portfmt&portclippyTobias Kortkamp2020-06-281-8/+9
| | | | Notes: svn path=/head/; revision=540673
* audio/ncspot: Update to 0.1.4Tobias Kortkamp2020-06-282-274/+290
| | | | | | | Changes: https://github.com/hrkfdn/ncspot/releases/tag/0.1.4 Notes: svn path=/head/; revision=540669
* audio/portaudio: Do not leak private libraries in portaudio-2.0.pcTobias Kortkamp2020-06-282-1/+11
| | | | | | | | | | This prevents consumers from picking up bogus dependencies on libsndio when PortAudio has been built with SNDIO=on. PR: 247604 Notes: svn path=/head/; revision=540665
* Update to 0.2.0.10Li-Wen Hsu2020-06-273-7/+7
| | | | | | | | PR: 247531 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Notes: svn path=/head/; revision=540619
* Mark some older XFCE software in our tree as deprecated.Guido Falsi2020-06-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are all components abandoned upstream, and not developed anymore. All of these still depend on GTK2 and some on the already deprecated x11-toolkits/libxfce4gui. As you may know XFCE development has already dropped any support for GTK2, so, unless these software packages are ported to GTK3 by someone, they WILL be removed from the tree when XFCE 4.16 will be released and ported. Due to their status these ports could break for many reasons and unless the fix is really trivial or patches are provided they will be removed from the tree in case of breakage. Further reasons for each of them follow. xfce4-mixer: Removed from XFCE in version 4.12, abandoned since, in 2015. Uses outdated gstreamer 0.10. xfce4-print: Removed from XFCE after version 4.6, abandoned since, around 2009. CUPS support broken since cups version 2.3.3 due to upstream interface changes. Already deprecated due to dependency on libxfce4gui. xfce4-quicklauncher-plugin: Unsupported after XFCE 4.4, around 2009. Already deprecated due to dependency on libxfce4gui. Unable to locate a source code repository. xfce4-wmdock-plugin: Last update in 2013. Unable to locate a source code repository. There are other components I'm not marking as DEPRECATED right now, but please note I have doubts on their support status. These are also still depending on GTK2 and it's unsure if they will be ported to GTK3 and spared by the XFCE 4.16 update: orage xfce4-embed-plugin xfce4-mailwatch-plugin xfce4-equake-plugin Other XFCE components in our tree still depending on GTK2 are reasonably expected to be ported by upstream to GTK3 before 4.16 is released, or, in some cases have already been ported in their repositories and/or development versions. Notes: svn path=/head/; revision=540614
* Update to version 6.1.0.Alexey Dokuchaev2020-06-272-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=540602
* - Update to 0.0.94Emanuel Haupt2020-06-262-12/+11
| | | | | | | - Make portclippy/portfmt happy Notes: svn path=/head/; revision=540526
* Update to 3.3.0Sunpoet Po-Chuan Hsieh2020-06-262-4/+4
| | | | | | | Changes: https://github.com/pylast/pylast/releases Notes: svn path=/head/; revision=540497
* audio/gsequencer: Update 3.0.9 -> 3.4.5Yuri Victorovich2020-06-254-26/+97
| | | | Notes: svn path=/head/; revision=540383
* audio/ripperx: Use gnudb.org by default, freedb.org is goneTobias Kortkamp2020-06-252-2/+9
| | | | Notes: svn path=/head/; revision=540365