aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r484092Antoine Brodin2018-11-041-0/+2
| | | | | | | | | | | | | Mark BROKEN: fails to build tX_audiodevice.cc:372:46: error: C-style cast from 'nullptr_t' to 'jack_options_t' (aka 'JackOptions') is not allowed if ((client=jack_client_open("terminatorX", (jack_options_t) NULL, NULL))==0) { ^~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout Notes: svn path=/branches/2018Q4/; revision=484093
* MFH: r484015Antoine Brodin2018-11-041-0/+2
| | | | | | | | | | | | | Mark BROKEN: fails to build /usr/local/include/dumb.h:41:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] #define DUMB_NAME "DUMB v"DUMB_VERSION_STR ^ Reported by: pkg-fallout Notes: svn path=/branches/2018Q4/; revision=484016
* MFH: r483576 r483661Thomas Zander2018-11-012-6/+4
| | | | | | | | | | | | | | | | | | Now builds on powerpc64. Reported by: Piotr Kubaj Update to upstream version 0.20.23 Details: - Upstream changelog see: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.23/NEWS - Includes new bug fixes for crashes due to clang/llvm optimisation bug Approved by: ports-secteam (riggs) Notes: svn path=/branches/2018Q4/; revision=483662
* MFH: r483123Thomas Zander2018-10-273-15/+4
| | | | | | | | | | | | | | | | Update to upstream version 0.20.22 Details: - Upstream changelog see: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.22/NEWS - gcc_pure patch for src/input/Error.hxx was adopted upstream This is a confirmed bug in LLVM before 7.0, see https://bugs.llvm.org/show_bug.cgi?id=32611 Approved by: ports-secteam (riggs) Notes: svn path=/branches/2018Q4/; revision=483124
* MFH: r482109Guido Falsi2018-10-171-0/+25
| | | | | | | | | | | | Fix build with OpenSSL 1.1.x PR: 232154 Submitted by: me Approved by: ports-secteam (miwi) Notes: svn path=/branches/2018Q4/; revision=482303
* MFH: r482042 r482238Thomas Zander2018-10-162-5/+17
| | | | | | | | | | | | | | | | | | | | | | | Enable VORBISENC by default for httpd streaming with the default package Additionally: - Bump PORTREVISION - Pet portlint Reported by: bapt Fix SIGABRT in IsFileNotFound (e.g. when creating an empty database) While on it: - Add USES=gnome due to complaint in check-sanity PR: 232030 Reported by: korsani@free.fr Approved by: ports-secteam (riggs) Notes: svn path=/branches/2018Q4/; revision=482239
* MFH: r481992Thomas Zander2018-10-131-2/+1
| | | | | | | | | | | | Fix build on powerpc64 PR: 231834 Submitted by: pkubaj@anongoth.pl Approved by: ports-secteam (build fix blanket) Notes: svn path=/branches/2018Q4/; revision=481994
* MFH: r481945Jan Beich2018-10-122-1/+60
| | | | | | | | | | | | | | audio/alsa-lib: unbreak clang build on powerpc64 fatal error: error in backend: A @@ version cannot be undefined Reported by: Mark Millard Submitted by: dim Obtained from: upstream Approved by: ports-secteam blanket Notes: svn path=/branches/2018Q4/; revision=481946
* audio/aubio: Update to 0.4.7Jason E. Hale2018-10-015-332/+434
| | | | | | | | | | | | | | - Allow building with python 3.x - Add DOCS option for general documentation built by sphinx - Add MANPAGES option build/install manpages since it requires extra deps - Add TEST option and disable building tests by default - Whitespace align options and separate blocks for better readability audio/py-aubio: Update to 0.4.7 - Allow concurrent installation Notes: svn path=/head/; revision=480997
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-306-129/+192
| | | | | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761 Notes: svn path=/head/; revision=480951
* Update to 0.2 for miscellaneous improvements. Detailed changes:Christian Weisgerber2018-09-292-5/+8
| | | | | | | https://opus-codec.org/release/dev/2018/09/18/opus-tools-0_2.html Notes: svn path=/head/; revision=480914
* Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4lThomas Zander2018-09-293-3/+3
| | | | Notes: svn path=/head/; revision=480899
* audio/rhvoice: Fix build with base GCCYuri Victorovich2018-09-291-4/+4
| | | | | | | | | | Add USES=compiler:c++0x because the code is C++03. Also shadow some commands. Reported by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=480891
* audio/picard-plugins: Update to latest commit from 2018-09-17Jason E. Hale2018-09-293-10/+18
| | | | | | | | | - The lastfm, no_release, and smart_title_case plugins have been ported - The lastfmplus plugin has been removed - Minor bugfixes Notes: svn path=/head/; revision=480887
* updates LMMS to 1.2.0-rc7Rodrigo Osorio2018-09-2842-578/+486
| | | | | | | | | | | | | | | | - Add sndio support - Get rid of many custom patches and other workarounds by adding USES=localbase:ldflags - Fix man page install location - Modernize some CMAKE variables Changelog: https://github.com/LMMS/lmms/releases/tag/v1.2.0-rc7 PR: 229867 Submitted by: tobik Notes: svn path=/head/; revision=480865
* audio/jalv-select: Update 1.0 -> 1.2Yuri Victorovich2018-09-283-6/+8
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=480844
* Fix build on gcc-based archs.Mark Linimon2018-09-271-5/+1
| | | | | | | | | | | Tested on powerpc64, amd64. PR: 231668 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=480825
* Add missing USES=pkgconfig.Christian Weisgerber2018-09-271-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=480812
* Add -znotext to LDFLAGS on i386, for lldEd Maste2018-09-261-0/+1
| | | | | | | | | | | | | | These ports link some non-PIC code, which fails with lld as it defaults to disallowing relocations against read-only segments. For i386 we can just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's existing default. PR: 214864 Approved by: portmgr (lld blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=480747
* Import libopusenc 0.2.Christian Weisgerber2018-09-265-0/+43
| | | | | | | | The libopusenc libraries provide a high-level API for encoding .opus files. Notes: svn path=/head/; revision=480742
* Update Objective-C LLVM version to 6.0.Brooks Davis2018-09-263-3/+3
| | | | | | | | | | | | Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0. PR: 230116 Submitted by: mikael.urankar@gmail.com Approved by: theraven (prior version) Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=480741
* audio/xmms-sapplug: add -fPIC to linking with lld on i386 and arm64Ed Maste2018-09-261-3/+3
| | | | | | | | | | | | | By default lld disallows relocations against read-only segments and requires that shared objects are built with -fPIC (as they should be). This port already set -fPIC for amd64, so apply it to arm64 (which already uses lld as the system linker) and i386 (which will soon switch to lld as the system linker). Approved by: portmgr (lld blanket) Notes: svn path=/head/; revision=480738
* net/xrdp: Update to 0.9.8Koichiro Iwao2018-09-262-8/+8
| | | | | | | | | | | | | | | | | | | | Also, update audio/pulseaudio-module to the latest release 0.2. pulseaudio-module-xrdp 0.2 no longer have build time dependency on xrdp. Accordingly, add runtime dependency on pulseaudio-module-xrdp to xrdp to enable audio redirection by default it doesn't cause circular dependency now. While here, - Pet portlint - Switch PORTVERSION to DISTVERSION Approved by: pi (mentor) Relnotes: https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.8 Sponsored by: HAW International, Inc. Differential Revision: https://reviews.freebsd.org/D17326 Notes: svn path=/head/; revision=480715
* Update dependency on llvm40 to llvm60 and constrain to FreeBSD 10.x.Brooks Davis2018-09-251-5/+6
| | | | | | | | | PR: 231287 Approved by: hselasky (maintainer) Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=480701
* audio/triceratops-lv2: add -znotext to LDFLAGS on i386, for lldEd Maste2018-09-251-0/+1
| | | | | | | | | | | | | | This port links some non-PIC code, which fails with lld as it defaults to disallowing relocations against read-only segments. For i386 we can just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's existing default. PR: 214864 Approved by: portmgr (lld blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=480666
* Fix build on architectures that use base GCCTilman Keskinoz2018-09-251-1/+1
| | | | | | | | | PR: 231689 Submitted by: Piotr Kubaj Approved by: maintainer Notes: svn path=/head/; revision=480651
* audio/qjackctl: Update 0.5.3 -> 0.5.4-1Yuri Victorovich2018-09-243-7/+7
| | | | | | | | | 0.5.4-1 because 0.5.4 had a regression. Reported by: upstream notification Notes: svn path=/head/; revision=480620
* audio/shorten: move to new homeJan Beich2018-09-232-3/+2
| | | | | | | | | | | Upstream maintainer already used freeshell.org hosting for mail. https://web.archive.org/web/20180903155129/http://etree.org/shnutils/shorten/ Obtained from: Gentoo Approved by: portmgr blanket Notes: svn path=/head/; revision=480508
* Mark BROKEN: unfetchableAntoine Brodin2018-09-231-0/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=480497
* New port: audio/rhvoice-dictionary: Russian dictionary for RHVoice to ↵Yuri Victorovich2018-09-234-0/+40
| | | | | | | improve the tone of speech Notes: svn path=/head/; revision=480439
* audio/rhvoice: Add audio backend optionsYuri Victorovich2018-09-221-5/+18
| | | | | | | Only one backend seems to work at a time, therefore a RADIO section. Notes: svn path=/head/; revision=480434
* Fix build on gcc-based archs by updating USES.Mark Linimon2018-09-224-6/+4
| | | | | | | | | | | Tested on powerpc64 and amd64 (for no regression). While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=480340
* Update to 0.1.b99Emanuel Haupt2018-09-202-4/+4
| | | | Notes: svn path=/head/; revision=480172
* audio/giada: Update 0.15.1 -> 0.15.2Yuri Victorovich2018-09-192-7/+8
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=480106
* audio/libopenspc: allow linking with lld on i386Ed Maste2018-09-181-0/+1
| | | | | | | | | | | | By default lld does not allow relocations against read-only segments. Add -Wl,-znotext to override the default. No effect on GNU ld, where this just reaffirms the default. Approved by: portmgr (lld blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=480074
* Bump PORTREVISION for changed CFLAGSEd Maste2018-09-181-1/+1
| | | | | | | | | | | | | | I adjusted CFLAGS in several ports to allow linking with lld on i386 but missed the corresponding PORTREVISION bump. Related commits: r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068 Reported by: antoine Approved by: antoine Notes: svn path=/head/; revision=480069
* audio/boodler: use PIC on all architecturesEd Maste2018-09-181-4/+0
| | | | | | | | | | | This is needed for linking with lld on i386, and also the reason this port was previously broken on arm64. Approved by: portmgr (lld blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=480061
* audio/madplay: Add sndio backend and option [1]Tobias Kortkamp2018-09-185-5/+227
| | | | | | | | | | | | While here - Follow WWW redirect - Fix license Obtained from: OpenBSD Ports [1] Notes: svn path=/head/; revision=480006
* More precisely specify USES=compiler to fix build on gcc-basedMark Linimon2018-09-182-4/+2
| | | | | | | | | | | platforms such as powerpc64. Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=479990
* Add gnu99 to USE_CSTD to fix builds on gcc-based archs.Mark Linimon2018-09-181-2/+1
| | | | | | | | | Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=479979
* Update to 0.1.b97Emanuel Haupt2018-09-172-4/+4
| | | | Notes: svn path=/head/; revision=479958
* audio/carla: Update 1.9.9 -> 1.9.11Yuri Victorovich2018-09-173-26/+22
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=479939
* * Updated to 3.4.0Richard Gallamore2018-09-172-6/+6
| | | | | | | Changes: https://forum.teamspeak.com/threads/137292-Release-TeamSpeak-3-Server-3-4-0 Notes: svn path=/head/; revision=479912
* Remove expired ports:Rene Ladan2018-09-1611-446/+0
| | | | | | | | | | | | | | 2018-09-15 www/bookmarkbridge: Unmaintained. Unlikely to work correctly with modern browsers 2018-09-15 mail/annoyance-filter: Unmaintained upstream 2018-09-15 mail/pop3vscan: Unmaintained upstream 2018-09-15 audio/firefly: Unmaintained. Use audio/forked-daapd instead 2018-09-15 www/hs-hS3: Not being developed upstream 2018-09-15 converters/hs-dataenc: Not being developed upstream 2018-09-15 devel/tinyq: Unmaintained upstream and unused in the ports tree 2018-09-15 devel/hs-hashed-storage: Not being developed upstream Notes: svn path=/head/; revision=479881
* Fix build with OpenSSL 1.1.*Sunpoet Po-Chuan Hsieh2018-09-162-3/+18
| | | | | | | | PR: 228942 Reported by: brnrd Notes: svn path=/head/; revision=479869
* audio/soundkonverter: update to 3.0.1David Naylor2018-09-153-81/+83
| | | | | | | | | | - Update to using QT5/KF5 - Use out-source building; otherwise configure fails when detecting plugins due to directory polution by cmake - Remove CDPARANOIA option; it isn't an option, but mandatory Notes: svn path=/head/; revision=479821
* Remove pkg-message. The suggested site for NSF files has been replaced with aEmanuel Haupt2018-09-132-5/+1
| | | | | | | porn clickbait site. Notes: svn path=/head/; revision=479693
* Add spc2it 0.3.14.g4.f165.e, convert SPC files to IT (Impulse Tracker)Emanuel Haupt2018-09-135-0/+62
| | | | | | | files. Notes: svn path=/head/; revision=479691
* - Update WWWEmanuel Haupt2018-09-121-1/+1
| | | | | | | - Update MASTER_SITES Notes: svn path=/head/; revision=479590
* Add another mirrorEmanuel Haupt2018-09-121-1/+2
| | | | Notes: svn path=/head/; revision=479583