aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Convert to option helpers, fix minor style issues, use INSTALL_DATA fordanfe2018-01-111-4/+6
| | | | installing documentation files instead of abusing INSTALL_MAN.
* audio/rtmidi: Update to 3.0.0yuri2018-01-115-50/+24
| | | | | | | | | Bumped PORTREVISION in audio/polyphone. Submitted by: myself Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13855
* audio/mac: unbreak build with Clang 6 (C++14 by default)jbeich2018-01-112-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | Console.cpp:36:3: error: cannot initialize a member subobject of type 'int' with an rvalue of type 'nullptr_t' NULL ^~~~ /usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL' #define NULL nullptr ^~~~~~~ Console.cpp:36:3: warning: suggest braces around initialization of subobject [-Wmissing-braces] NULL ^~~~ { } /usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL' #define NULL nullptr ^~~~~~~ Console.cpp:36:3: warning: suggest braces around initialization of subobject [-Wmissing-braces] NULL ^~~~ { } /usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL' #define NULL nullptr ^~~~~~~ Reported by: antoine (via bug 224669)
* Do not abuse INSTALL_MAN when installing documentation, examples, anddanfe2018-01-101-2/+2
| | | | other miscellaneous files which are not actually manual pages.
* Remove support for variables that have been deprecated for a while.mat2018-01-094-157/+0
| | | | | | | | | | | | | | | | | | | | | | | | variables deprecation revision WITHOUT_NLS 2013-12-13 r336337 WITH_/WITHOUT_ 2014-02-24 r345870 NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587 WITH_BDB_VER 2016-05-02 r414444 OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387 WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965 While there, add an ERROR variable that works like DEV_ERROR, but for user facing errors, and move NOPORTDOCS, NOPORTEXAMPLES and WITHOUT_NLS to it. Cleanup bsd.sanity.mk a bit. Fix fallout. PR: 224613 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13490
* Update to 3.4.2.marcus2018-01-084-361/+354
| | | | | PR: 223303 Submitted by: cpm
* Fix build failure in check-plist; add missing dependency on liboggriggs2018-01-071-2/+4
| | | | | | PR: 221566 Submitted by: yuri MFH: 2018Q1 (ports-secteam build fix blanket)
* audio/ecasound: unbreak build with Clang 6 (C++14 by default)jbeich2018-01-061-0/+25
| | | | | | | | | | | | | eca-neteci-server.cpp:179:11: error: assigning to 'int' from incompatible type '__bind<int &, sockaddr *, unsigned long>' res = bind(srvfd_rep, (struct sockaddr*)&addr_un_rep, sizeof(addr_un_rep)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eca-neteci-server.cpp:181:11: error: assigning to 'int' from incompatible type '__bind<int &, sockaddr *, unsigned long>' res = bind(srvfd_rep, (struct sockaddr*)&addr_in_rep, sizeof(addr_in_rep)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: antoine (via bug 224669)
* audio/festival: unbreak build with Clang 6 (C++14 by default)jbeich2018-01-062-0/+33
| | | | | | | | | | | | sig2fv_main.cc:190:18: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] " default: "DEFAULT_WINDOW"\n\n" ^ server.cc:125:68: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int') if (bind(fd, (struct sockaddr *)&serv_addr, sizeof(serv_addr)) != 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ Reported by: antoine (via bug 224669)
* - Update to 5.1.0wen2018-01-062-4/+4
|
* Remove expired port:rene2018-01-067-411/+0
| | | | 2018-01-04 audio/beast: 4.5 years old version, six versions behind, requires old toolchain, and unmaintained.
* Lift BROKEN_aarch64 for Clang 3.8 per FreeBSD 11.0 EOLjbeich2018-01-052-3/+0
| | | | The cryptic "error in backend" is emitted by Clang on crash.
* Fix build on 10.3 i386 noticed by pkg-fallout. Patch has also beenadridg2018-01-041-0/+13
| | | | | | | submitted upstream. Now tested on 10.3 i386 and 11.1 amd64. Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D13765
* Update audio/sayonara to latest upstream release 1.0.0adridg2018-01-045-59/+5
| | | | | | | | | The overall changelog is at http://sayonara-player.com/changelog.php, nothing major. All patches from FreeBSD have been integrated upstream or made obsolete. Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D13747
* audio/mumble: Fix disconnected patch from last commitfeld2018-01-042-1/+3
| | | | PR: 224086
* Update devel/json-c to 0.13sunpoet2018-01-031-1/+1
| | | | | | | | | | - Add TEST_TARGET - While I'm here, fix shebang for net/opensips - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 224675 Exp-run by: antoine
* Cleanup Mk/Uses/gnome.mk.mat2018-01-033-3/+3
| | | | | | | | | | | | | | - Remove the use of comp_DETECT. - Remove all comp_DETECT variables. - Remove a use of comp_DETECT outside of gnome.mk - Remove py3gobject3. - Have ports depending directly on devel/py-gobject3 use gnome to do it. PR: 224618 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13550
* audio/mumble: add patch to fix build against boost 1.66feld2018-01-032-1/+27
| | | | PR: 224086
* New USES=eigentcberner2018-01-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | Usage: USES=eigen:<version>[,<type>] version: 2 or 3 (required) type: build (default), run For example: USES=eigen:2,build,run will add a BUILD- and RUN_DEPENDS on math/eigen2, and USES=eigen:3 will add a BUILD_DEPENDS on math/eigen3. * Convert the existing ports to use it - biology/iqtree: remove run time dependency (seemed not to be needed) - graphics/movit: remove run time dependency (seemed not to be needed) - science/avogadro: add run time dependeny (installed cmake file requires it to be present) Reviewed by: rakuco, mat Differential Revision: https://reviews.freebsd.org/D13702
* Mark these ports broken on aarch64 (and, where appropriate, armv6/7).linimon2017-12-302-0/+6
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* audio/alure: set LLD_UNSAFEemaste2017-12-301-1/+2
| | | | | | | | | | | | | | | | | | Linking with LLD currently fails due to preemption of symbols with protected visibility in a shared object: /usr/bin/ld: error: cannot preempt symbol: alureInitDevice >>> defined in libalure.so.1.2.0 >>> referenced by examples/alurestream.c >>> CMakeFiles/alurestream.dir/examples/alurestream.o:(main) For now set LLD_UNSAFE=yes so that the port will continue to link with ld.bfd if /usr/bin/ld is lld, until the issue can be addressed (with a change in openal-soft or in lld). PR: 214864, 219089 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
* - abcde requires the eyeD3 command, not the eyed3 moduleantoine2017-12-271-3/+3
| | | | - abcde doesn't contain python code
* Deprecate ports broken for more than 6 monthsantoine2017-12-275-0/+11
|
* eyed3 does not works, packaging works, but it fails at runtime duebapt2017-12-271-1/+1
| | | | to the code being for python2
* Disable the extra flag "-march=native" on arm to fix builds.linimon2017-12-272-3/+12
| | | | | Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
* Update to upstream version 2.8.8; fix build with multimedia/libquicktimeriggs2017-12-252-4/+6
| | | | | | | | | | | | | Details: - Update to upstream version 2.8.8 - Use REINPLACE_CMD to set FAAD2_VERSION definition for consumers like multimedia/libquicktime. This is, however, no longer supported upstream, see https://sourceforge.net/p/faac/bugs/236/ In future, consumers need to change their detection mechanism for faad2 PR: 224464 Submitted by: mi
* audio/beets: Update to 1.4.6swills2017-12-252-4/+4
| | | | | PR: 224568 Submitted by: Stig Inge Lea Bjørnsen <stiginge@pvv.org> (maintainer)
* Remove unused AUTOMAKE_ARGS.tijl2017-12-241-2/+0
|
* Update `audio/flacon' to version 4.0.0, which features improved visualdanfe2017-12-234-81/+11
| | | | | | | | | | | style (including new icons), updated translations, and few other fixes. Alas, this release also marks the drop of Qt4 support. Reported by: portscout Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1513612271 which corresponds to commit c9bd11f tagged as this release.
* Change default version of samba from 4.4 to 4.6antoine2017-12-232-1/+2
| | | | | | Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D13529
* - Fix build issue on 11.x+vg2017-12-222-5/+12
|
* audio/padthv1-lv2: Simplified the SHLN replacement statement as per Mat's ↵yuri2017-12-221-1/+1
| | | | | | | | suggestion Reported by: mat Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13568
* Add pc-mixer version 20171212 part of Lumina desktop version 1.4.1.araujo2017-12-224-0/+41
| | | | | | PR: ports/224305 Submitted by: JT Pennington <jt@ixsystems.com> Sponsored by: iXsystems, Inc.
* audio/libgig: Update to 4.1.0yuri2017-12-226-8/+10
| | | | | | Reported by: portscout Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13569
* Update to upstream version 0.20.13riggs2017-12-213-11/+18
| | | | | | | | | | Details: - Update to upstream version 0.20.13 - Fix dependency issue in the (admittedly rare) case of selecting OPUS but none of the other codecs supporting the ogg container forrmat - Update the NOTE section of pkg-message.in to mention mobile devices as clients for mpd as well as a couple of additional clients in the ports tree
* New port: audio/faust: Functional programming language for realtime audio ↵yuri2017-12-219-0/+1188
| | | | | | | | | signal processing PR: 221509 Submitted by: myself Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D12890
* audio/padthv1-lv2: Update to 0.8.6yuri2017-12-213-10/+12
| | | | | Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13558
* Switch from swig 2.0 to swig 3.0bapt2017-12-211-1/+2
|
* Switch from swig 2.0 to swig 3.0bapt2017-12-211-2/+2
|
* Switch to swig 3.0bapt2017-12-201-1/+2
|
* Remove audio/last.fm. last.fm radio shutdown in March 2014.arved2017-12-1926-500/+0
|
* audio/volumeicon:lme2017-12-198-186/+240
| | | | | | | | | - Add OSS v3 backend [1] - Fix mixer channel selection in Preferences/Channels - Bump PORTREVISION [1] Upstream PR: https://github.com/Maato/volumeicon/pull/70 Submitted by: Dmitri Goutnik
* - Add LICENSE_FILEamdmi32017-12-182-7/+10
| | | | | | - Pet portlint - Switch to options helpers - Update WWW
* Mark broken on arm.linimon2017-12-181-0/+4
| | | | Approved by: portmgr (tier-2 blanket)
* audio/yoshimi: Update to 1.5.6tobik2017-12-184-35/+6
| | | | | PR: 224394 Submitted by: maintainer
* Update to 3.8.1kevlo2017-12-172-4/+4
|
* Update to upstream version 3.6.2; (while on it: pet portlint)riggs2017-12-172-6/+5
| | | | | PR: 224260 Submitted by: rkoberman@gmail.com
* audio/murmur: Provode separate options for MYSQL and SQLITEfeld2017-12-161-4/+18
| | | | PR: 220476
* audio/cmus: Add missing EXAMPLES optiontobik2017-12-161-0/+1
|
* New port: audio/GxSwitchlessWah-lv2: Analog wah emulation with switchless ↵yuri2017-12-155-0/+93
| | | | | | | activation Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13384
* - Fix LICENSEamdmi32017-12-151-3/+10
| | | | | - Add LICENSE_FILE - Mark BROKEN on 11.x+
* audio/beets: update to 1.4.5swills2017-12-152-18/+23
| | | | | | PR: 224045 Submitted by: Stig Inge Lea Bjørnsen <stiginge@pvv.org> (maintainer) Reported by: Le Baron d'Merde <lbdm@privacychain.ch>
* Remove expired ports:rene2017-12-147-110/+0
| | | | | | | 2017-12-12 audio/cd-console: No public distfiles 2017-12-12 textproc/pecl-cld: Depends on expired devel/cld 2017-12-12 textproc/p5-Lingua-Identify-CLD: Depends on expired devel/cld 2017-04-30 devel/cld: Unfetchable for more than six months (google code has gone away)
* audio/volumeicon:lme2017-12-138-10/+62
| | | | | | | | | - Update to 0.5.1 - Change WWW and download source to Github (MASTER_SITE disappeared) - Pet portlint PR: 224279 Submitted by: Dmitri Goutnik
* audio/yoshimi: Update to 1.5.5tobik2017-12-123-6/+6
| | | | | PR: 224274 Submitted by: maintainer
* audio/ruby-xmms: mark broken with ruby 2.4 and deprecateswills2017-12-121-0/+4
|
* Update devel/protobuf to 3.5.0sunpoet2017-12-124-4/+4
| | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases
* - Those ports fail to build with python3antoine2017-12-122-2/+2
| | | | - Add some explicit FLAVOR to dependencies where needed
* audio/easytag: adjust dependenciesnovel2017-12-111-3/+7
| | | | | | | | | | | | - Explicitly add dependencies easytag requires: * cairo * audio/ogg for ogg vorbis support * audio/opus for opus support - Add runtime dependency on dconf to make sure users could always have their configuration saved - Enable file format support options (WAVPACK, OPUS, SPEEX) by default by adding them to OPTIONS_DEFAULT - Bump PORTREVISION
* - Those ports fail to build with python3antoine2017-12-113-9/+8
| | | | - Add some explicit FLAVOR to dependencies where needed
* - Add LICENSEamdmi32017-12-091-5/+5
| | | | | - Switch to USES=localbase - Unsilence installation commands
* - jack_mixer doesn't work with python3antoine2017-12-091-5/+4
| | | | - clean up DEPENDS
* These are also broken on aarch64 in the same way as armv6/7.linimon2017-12-091-0/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Mark more ports broken that fail on both armv6 and armv7.linimon2017-12-091-0/+3
| | | | Approved by: portmgr (tier-2 blanket)
* - Update to 0.10.0amdmi32017-12-093-19/+26
| | | | | | | - Optionize Qt4/Qt5 support PR: 223266 Submitted by: beerml@sigma6audio.de (maintainer)
* New port: audio/fluidplug-lv2: SoundFonts as LV2 plugins via FluidSynthyuri2017-12-086-0/+502
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13238
* Update error message for armv6.linimon2017-12-081-1/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Mark these ports as buildable on armv6 after a trybroken run. (Alsolinimon2017-12-081-1/+0
| | | | | | | | tested with trybroken on armv7.) The 'runaway process' ones are most likely just statistical. Approved by: portmgr (tier-2 blanket)
* New port: audio/padthv1-lv2: Old-school polyphonic additive synthesizeryuri2017-12-085-0/+72
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13380
* New port: audio/screcord-lv2: LV2 capture pluginyuri2017-12-084-0/+38
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13396
* - Remove -march=native; should unbreak aarch64/powerpc64amdmi32017-12-082-5/+11
|
* audio/zynaddsubfx: fix build on cur, 10.x by force llvm40pi2017-12-071-2/+9
| | | | | PR: 220958 Submitted by: hselasky (maintainer)
* Update ZynAddSubFx to v3.0.3.hselasky2017-12-0610-342/+906
| | | | | | | | | | | | This update include many bugfixes and many new features over v2.4.3. The list of changes would be too long for this commit message. Please refer to the ZynAddSubFx release announcements at zynaddsubfx-user@lists.sourceforge.net for more information. PR: 220958 PR: 223635 Tested by: pi @ Approved by: maintainer
* WMmp is a dockable musicpd (MPD) client applet for Window Maker.amdmi32017-12-065-1/+36
| | | | | | | | | | | | It offers controls to play, pause, stop the music, as well as navigate back and forth the current playlist. musicpd volume can be set with the mouse wheel. WWW: https://github.com/yogsothoth/wmmp PR: 216904 Submitted by: nicolasherry@gmail.com
* - Unsilence installation commandsamdmi32017-12-041-3/+4
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* Update to 0.99sunpoet2017-12-042-4/+4
| | | | Changes: http://search.cpan.org/dist/Audio-Scan/Changes
* Update to upstream version 0.20.12 (bugfix release)riggs2017-12-042-5/+4
| | | | MFH: 2017Q4
* Fix configure options for gnustep-maketheraven2017-12-033-3/+3
| | | | | | | We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults.
* New port: audio/hts_engine-APIpi2017-12-036-0/+56
| | | | | | | | | | hts_engine is software to synthesize speech waveform from HMMs trained by the HMM-based speech synthesis system (HTS). WWW: http://hts-engine.sourceforge.net/ PR: 217807 Submitted by: Hideki Gotoh <tomason510@gmail.com>
* audio/mpg123: update to 1.25.8novel2017-12-033-5/+5
|
* - Fix LICENSEamdmi32017-12-021-2/+2
| | | | | | - Unsilence installation commands Approved by: portmgr blanket
* - Add LICENSE_FILEamdmi32017-12-011-24/+20
| | | | | - Simplify installation - Cosmetic fixes
* Convert Python ports to FLAVORS.mat2017-11-3042-186/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-308-0/+8
| | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
* New port: audio/carla: Audio LV2 plugin host for Jack and PulseAudioyuri2017-11-305-0/+241
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13172
* Remove expired port:rene2017-11-308-148/+0
| | | | 2017-11-28 audio/shairport: Officially unmaintained upstream. Use audio/shairport-sync instead
* audio/vmpk: Removed MANPAGES option as per mat's requestyuri2017-11-282-3/+3
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13274
* audio/wildmidi: Update to 0.4.2dbaio2017-11-283-19/+4
| | | | | | | | | Patch removed was incorporated upstream. Changes: https://github.com/Mindwerks/wildmidi/releases/tag/wildmidi-0.4.2 PR: 223925 Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
* audio/opusfile: Update to 0.10dbaio2017-11-283-6/+6
| | | | | PR: 223924 Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
* - Mark devel versions to be ignored by portscoutmadpilot2017-11-271-6/+7
| | | | | - Remove unneeded USE_LDCONFIG, only installs a private plugin library - While here make some whitespace and alignment changes
* New port: audio/sorcer-lv2: Wavetable LV2 plugin synth targeted at the ↵yuri2017-11-275-0/+73
| | | | | | | electronic/dubstep genre Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13260
* audio/gxplugins-lv2: Update to 0.4yuri2017-11-272-47/+45
| | | | | | Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13253
* audio/py-pyliblo: Update: Removed the unnecessary dependency on pyrex; Made ↵yuri2017-11-261-5/+5
| | | | | | | it python3-compatible; Added USES=localbase:ldflags Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13189
* audio/abcde: Add MusicBrainz supportwoodsb022017-11-253-10/+33
| | | | | | | | | | | - Make MusicBrainz support an on-by-default option - Add pkg-plist file to allow @sample to be clearly used for the config file - Include patch from upstream bug#54 to fix calculating MusicBrainz discid [1] [1] https://abcde.einval.com/bugzilla/show_bug.cgi?id=54 PR: 223346 Approved by: tz (maintainer timeout)
* audio/p5-MusicBrainz-DiscID: Update to 0.04woodsb022017-11-253-8/+10
| | | | | | | | | | | | | | - Take maintainership - Bump PORTREVISION of ports depending on this port - Added USES=localbase to work around an issue where the Makefile.PL pkgconfig check was finding that the discid check required the CFLAGS+=-I/usr/local/include, but was not adding it to the Makefile. Changes this release: http://cpansearch.perl.org/src/NJH/MusicBrainz-DiscID-0.04/Changes PR: 223344 Approved by: tobias.rehbein@web.de (previous maintainer)
* Update to 1.2.3.vanilla2017-11-243-7/+7
|
* audio/libgig: Update to 4.0.0; audio/linuxsampler: Update to 2.0.0; Bumped ↵yuri2017-11-2316-49/+293
| | | | | | | PORTREVISIONs of audio/gigedit, audio/qsampler Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13162
* OPTIONS_SUB only cares about being defined, its content is ignored.mat2017-11-213-3/+3
| | | | Sponsored by: Absolight
* audio/sox: Fix segfault in the OSS backendtobik2017-11-212-1/+18
| | | | | | | | | | sox currently crashes when it finishes playing a file. PR: 213262 Approved by: Dan Nelson <dnelson@allantgroup.com> (maintainer) Reported by: Alexandros Perdikomatis <alexandrosperdikomatis@gmail.com> Obtained from: Pkgsrc MFH: 2017Q4
* - Update to 2.3ehaupt2017-11-194-11/+20
| | | | - Update WWW to HTTPS
* - Update to 1.8ehaupt2017-11-193-6/+5
| | | | - Update WWW to HTTPS
* Chase audio/faac update (ABI incompatible to previous version 1.28)riggs2017-11-1911-7/+11
| | | | | PR: 223416 Submitted by: riggs
* Update to upstream version 1.29.9.2riggs2017-11-192-4/+4
| | | | | PR: 223416 Submitted by: riggs
* Bump portrevision to chase graphics/glew shard library version update.zeising2017-11-191-1/+1
| | | | | | | PR: 223370 Submitted by: zeising exp-run by: antoine Approved by: antoine
* New port: audio/pms-devel, a from-scratch rewrite of audio/pms in Goriggs2017-11-184-0/+103
|
* New port: audio/eq10q-lv2: Parametric equalizer LV2 audio pluginyuri2017-11-158-0/+156
| | | | | | PR: 222113 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12846
* audio/sndio: Update to 1.3.0tobik2017-11-153-6/+16
| | | | Changes: https://github.com/ratchov/sndio/compare/2606d3f24eca3d7a29db3d183640524590e93e26...3d6b602fe9d64bf80f60de96375fb48f5459095e
* audio/logitechmediaserver: fix distinfo src datarobak2017-11-141-3/+3
| | | | | | PR: 223630 Submitted by: Mark Dixon <mark@tranquillussoftware.co.uk> (maintainer) MFH: 2017Q4
* Update to 1.3.3: Fix an issue with corrupt continued packet handling.naddy2017-11-133-5/+8
|
* audio/drumstick: Bumped PORTREVISION after adding MANPAGES to OPTIONS_DEFAULTyuri2017-11-131-0/+1
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12999
* audio/drumstick: Added MANPAGES to OPTIONS_DEFAULT.yuri2017-11-131-1/+1
| | | | | Approved by: mat (followup request in D12999) Differential Revision: https://reviews.freebsd.org/D12999
* Remove expired ports:rene2017-11-1317-3344/+0
| | | | | 2017-11-12 audio/smasher: Does not build with modern csound 2017-11-12 audio/csound: Not supported upstream anymore, use csound6
* audio/tap-plugins-lv2: Removed unused SIMD flags.yuri2017-11-123-6/+26
| | | | | | | | | Also, moved patches under files/ PR: 223614 Submitted by: Jan Beich <jbeich@FreeBSD.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13051
* New port: audio/sc3-plugins: Extension plugins for the SuperCollider3 audio ↵yuri2017-11-127-0/+905
| | | | | | | | synthesis server PR: 221752 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13044
* New port: audio/vmpk: Virtual MIDI Piano Keyboardyuri2017-11-127-0/+94
| | | | | | PR: 221460 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13045
* New port: audio/abgate-lv2: Noise gate LV2 pluginyuri2017-11-125-0/+57
| | | | | | PR: 221683 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12986
* New port: audio/yoshimitobik2017-11-116-0/+896
| | | | | | | | | | | | | | | Yoshimi is an algorithmic MIDI software synthesizer, originally forked from ZynAddSubFX. It synthesizes in real time, can run polyphonic or monophonic, with multiple simultaneous patches on one or more MIDI channels, and has broad microtonal capability. It includes extensive addititive, subtractive, and pad synth capabilities which can be run simultaneously within the same patch. It also has eight audio effects modules. WWW: http://yoshimi.github.io/ PR: 223397 Submitted by: owen94012@gmail.com
* New port: audio/amsynthtobik2017-11-115-0/+141
| | | | | | | | | | | | | | Amsynth is an analog modelling (a.k.a virtual analog) software synthesizer. It mimics the operation of early analog subtractive synthesizers with classic oscillator waveforms, envelopes, filter, modulation and effects. WWW: http://amsynth.github.io/ PR: 223361 Submitted by: owen94012@gmail.com
* Remove expired ports:rene2017-11-1130-3289/+0
| | | | | | | | | | | | | | | | | 2017-11-04 lang/ats: Unmaintained, outdated, needs lots of refreshment 2017-11-09 games/lordsawar: Broken for more than 6 months 2017-11-09 databases/elixir-ecto_migrate: Broken for more than 6 months 2017-11-09 audio/gspeakers: Broken for more than 6 months 2017-11-09 net/p5-Filesys-SmbClient: Broken for more than 6 months 2017-11-09 audio/tclmidi: Broken for more than 6 months 2017-11-09 security/py-xmlsec: Broken for more than 6 months 2017-11-09 security/samba-virusfilter: Broken for more than 6 months 2017-11-09 textproc/ocaml-pxp: Broken for more than 6 months 2017-11-09 audio/sooperlooper: Broken for more than 6 months 2017-11-09 devel/dwarves: Broken for more than 6 months 2017-11-09 devel/cl-cffi-sbcl: Broken for more than 6 months 2017-11-09 devel/pinba_engine: Broken for more than 6 months 2017-11-09 devel/py-event: Broken for more than 6 months
* New port: audio/libmusicxml: Library and tools for the MusicXML formatyuri2017-11-116-0/+98
| | | | | | PR: 221861 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12891
* New port: audio/gxplugins-lv2: Set of LV2 plugins from the guitarix projectyuri2017-11-115-0/+178
| | | | | | PR: 221596 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12895
* New port: audio/polyphone: Graphical user interface for editing soundfont ↵yuri2017-11-117-0/+105
| | | | | | | | (sf2 and sfz) files PR: 221400 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12904
* New port: audio/invada-studio-plugins-lv2: Set of LV2 audio effect plugins, ↵yuri2017-11-1110-0/+169
| | | | | | | | ported from VST PR: 221600 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12994
* New port: audio/drumstick: MIDI libraries for Qt5/C++yuri2017-11-1110-0/+257
| | | | | | PR: 221459 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12999
* New port: audio/triceratops-lv2: Polyphonic synthesizer LV2 pluginyuri2017-11-115-0/+144
| | | | | | PR: 221554 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12996
* New port: audio/jalv-select: Little app to select lv2 plugs for run with jalvyuri2017-11-115-0/+66
| | | | | | PR: 221556 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12997
* New port: audio/fomp-lv2: LV2 port of the MCP, VCO, FIL, and WAH plugins by ↵yuri2017-11-115-0/+69
| | | | | | | | Fons Adriaensen PR: 221494 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12992
* audio/ncmpcpp: to 0.8.1swills2017-11-102-5/+4
| | | | | PR: 223591 Submitted by: yamagi@yamagi.org (maintainer)
* devel/icu: update to 60.1jbeich2017-11-092-2/+2
| | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine
* - Pet portlint, fix and simplify installationamdmi32017-11-082-25/+15
|
* New port: audio/eteroj-lv2: OSC injection/ejection from/to UDP/TCP/Serial ↵yuri2017-11-084-0/+57
| | | | | | | | for LV2 PR: 221351 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12956
* New port: audio/luppp: Live looping music creation toolyuri2017-11-084-0/+50
| | | | | | PR: 222440 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12954
* Update to 1.39sunpoet2017-11-082-6/+5
| | | | | | - Simplify SHEBANG_FILES Changes: https://github.com/quodlibet/mutagen/blob/master/NEWS
* Those non default PYTHON options do not build/stage/package, mark themmat2017-11-071-0/+1
| | | | | | BROKEN. Sponsored by: Absolight
* Retain API compatibility with faac 1.29.9 and laterriggs2017-11-062-0/+14
| | | | | Details: - See PR 223416
* Mark BROKEN: fails to buildantoine2017-11-061-0/+2
| | | | | | | | | | | /usr/bin/c++ -DCMAKE_INSTALL_PREFIX=\"/usr/local\" -DFaacEncoder_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -Icontrib -Isdk -isystem /usr/local/include -isystem /opt/local/include -isystem /usr/local/include/qt4 -isystem /usr/local/include/qt4/QtGui -isystem /usr/local/include/qt4/QtCore -I. -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -MD -MT CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o -MF CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o.d -o CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o -c plugins/FaacEncoder/FaacEncoder.cpp In file included from plugins/FaacEncoder/FaacEncoder.cpp:1: plugins/FaacEncoder/FaacEncoder.h:7:10: fatal error: 'mp4v2/mp4v2.h' file not found #include <mp4v2/mp4v2.h> ^ 1 error generated. Reported by: pkg-fallout
* New port: audio/infamous-plugins-lv2: LV2 plugins for various sound effectsyuri2017-11-056-0/+106
| | | | | | PR: 221553 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12955
* audio/amarok-kde4: fix local collections not workingdbn2017-11-052-4/+19
| | | | | | | | | | | The local collection backend uses embedded MySQL, however mysqle needs to be linked against SSL. Also, explicitly state we need both client and embedded version of mysql in USES. PR: 218821 PR: 221467
* Update virtual_oss to 1.1.5hselasky2017-11-052-4/+4
| | | | | | - Fix regression issue when using the portaudio OSS backend. Approved by: maintainer
* Mark DEPRECATED with an EXPIRATION_DATE of 2018-01-04 since this portgerald2017-11-041-0/+3
| | | | | | | is based on a 4.5 years old version, at least six versions behind, and requires an old toolchain [1], and nobody seems to even care. PR: 196849 [1]
* New port: audio/rtaudio: C++ classes that provide a common API for realtime ↵yuri2017-11-046-0/+47
| | | | | | | | audio input/output PR: 223414 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12936
* Remove MPL (without version) licensedbaio2017-11-041-1/+1
| | | | | | | All ports now are using MPL[10|11|20] license. Approved by: portmgr (rene) Differential Revision: D12940
* Update virtual_oss to 1.1.4hselasky2017-11-042-4/+4
| | | | | | | | | - Improved support for VLC OSS backend. - Added support for running in background. - Added support for setting resampling quality. - Updated manual page. Approved by: maintainer
* Update to upstream version 5.12riggs2017-11-033-5/+8
| | | | | | PR: 222449 Submitted by: beerml@sigma6audio.de (maintainer) MFH: 2017Q4
* New port: audio/foo-yc20: Faust implementation of a 1969-designed Yamaha ↵yuri2017-11-026-0/+86
| | | | | | | | combo organ, the YC-20 PR: 221598 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12894
* New port: audio/py-pysndfile: Cython wrapper class for soundfiles ↵yuri2017-11-024-0/+45
| | | | | | | | reading/writing. PR: 221785 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12893
* Update to upstream version 2.8.6riggs2017-11-012-6/+6
|
* Update to upstream version 2.8.6riggs2017-11-015-269/+22
|
* Update to upstream version 1.29.8.3riggs2017-11-014-60/+6
|
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-11-013-9/+9
|
* audio/grip: Update to 3.6.1woodsb022017-10-317-46/+77
| | | | | | | | - Change default device to /dev/cd0 to match FreeBSD default from 10.0 - Fix master sites as the distfile fetch was failing - Correct depends and USE_ flags (pet stage QA) - Bypass build warnings which were previously present but were being promoted to errors with this update
* New port: audio/cavatobik2017-10-307-0/+246
| | | | | | | | | | | | | | | C.A.V.A. is a bar spectrum audio visualizer for the terminal using ALSA, PulseAudio, sndio or fifo buffer for input. This program is not intended for scientific use. It's written to look responsive and aesthetic when used to visualize music. WWW: https://karlstav.github.io/cava - Include a backport of an sndio input contributed by me PR: 223301 Submitted by: omar.polo@protonmail.com (based on)
* audio/exaile-devel: commit forgotten pkg-plist changesrm2017-10-281-21/+22
|
* audio/exaile-devel: update to latest revision; drop no more require intltoolrm2017-10-283-8/+17
|
* Use GROUP and not MULTImat2017-10-271-6/+5
| | | | Sponsored by: Absolight
* Fix options defined more than once.mat2017-10-271-4/+7
| | | | | | PR: 223071 Reported by: antoine Sponsored by: Absolight
* Update Linux CentOS 7 ports to 7.4.1708.tijl2017-10-2716-66/+73
|
* Remove options to compile these ports against net/asterisk11 inmadpilot2017-10-242-26/+4
| | | | | | | | preparation for port expiration. asterisk 11.x will EOL on 2017-10-25 and is scheduled for removal. Please use the net/asterisk13 port.
* update MASTER_SITES to fix distfilesdb2017-10-222-4/+2
| | | | | | | | | | | | | | | | | | | I noticed this port is currently broken: BROKEN= no public distfiles Then I found the public archive at: https://freedv.com/wp-content/uploads/sites/8/2017/10/codec2-0.7.tar.xz (the checksum matches) I think the port can be "fixed" with the attached patch. Thanks! Update the LOCAL copy I forgot to add the last time (db) PR: ports/223163 Submitted by: tj+freebsd_ports@a13.fr
* multimedia/ffmpeg: update to 3.4jbeich2017-10-2125-21/+25
| | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine
* Update to upstream version 0.20.11riggs2017-10-212-5/+4
| | | | MFH: 2017Q4
* - Update to 20170910ehaupt2017-10-202-6/+5
| | | | - Sort ONLY_FOR_ARCHS (requested by portlint)
* audio/tap-plugins-lv2: fix debug buildswills2017-10-191-1/+8
| | | | | PR: 222208 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
* Update audio/py-opuslib to 2.0.0tcberner2017-10-192-5/+11
| | | | | PR: 223005 Submitted by: Yuri Victorovich (maintainer)
* Update to 3.7.1kevlo2017-10-153-5/+48
|
* Minor MATE 1.18 update.kwm2017-10-152-4/+7
| | | | | | | | Apart from version updates, the highlights are: * fix orphaned file issues in atril/atril-lite. * Add licenses where required. * make sure the mime xml gets installed in mate-control-center. * regen the m-c-c patch, with make makepatch.
* audio/beast: Unbreak, the distfile has just moved and is still availabletobik2017-10-142-4/+2
| | | | - Update pkg-descr with new site as well
* Update to 3.100.netchild2017-10-143-70/+5
|
* Unbreak by providing a few working distfile locations.danfe2017-10-131-3/+2
|
* Cleanup master_sitesbapt2017-10-132-5/+2
|
* Mark as broken: no public distfilesbapt2017-10-133-0/+6
|
* Cleanup some dead master_sites or WWWbapt2017-10-1322-41/+19
|
* Mark as broken a bunch of ports with no public distfiles availablebapt2017-10-138-0/+15
|
* Remove audio/gstreamer-plugins-moodbar it is an abandonware with no publicbapt2017-10-137-70/+0
| | | | distfiles anymore
* Remove audio/festdoc:bapt2017-10-136-238/+0
| | | | | | | It is documenting a very old version of festival and there are no new release of the documentation for newer version of festival. The distfile has also been removed from their official website
* audio/py-soundscrape: Update to 0.30.1cpm2017-10-132-4/+4
|
* Update to 1.6.5.vanilla2017-10-132-5/+6
|
* Remove WANT_GNOME and HAVE_GNOME.mat2017-10-123-3/+0
| | | | | | Approved by: bapt kwm Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12643
* Massage sayonara USESadridg2017-10-121-2/+3
| | | | | | | | | | | | | | | - when gstreamer1 plugins are missing, files just don't play (this applies also to, say, having a broken ogg plugin). - complete the list of useful gstreamer plugins; while typical users will have -core installed, and thus -libav, make dependency on libav explicit. This plugin is used for m4a, aac, wma and mpc files. - drop USES=gettext-runtime, which I added in r451527. It is pulled into LIB_DEPENDS by USE_GNOME=glib20, so it is a duplicate here. Thanks to danfe@ for explanation. Reviewed by: danfe Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D12629
* Mark csound as deprecated: latest release is on csound6bapt2017-10-122-0/+6
| | | | | Latest csound5 was from 2012, its only consumer is audio/smasher which is an abandonware (and also marked as deprecated)
* - Add LICENSEamdmi32017-10-112-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* For ports that are explicitly enabled on armv6, also enable themlinimon2017-10-112-1/+2
| | | | | | | on armv7. This has not been tested with an -exp run but should "do no harm". PR: 221894 (partial)
* Deprecate ports broken for more than 6 monthsantoine2017-10-093-0/+6
|
* Convert PLIST_FILES and PORTDATA=* to PLIST entriessunpoet2017-10-082-3/+12
|
* Convert PLIST_FILES, PORTDATA=* and PORTDOCS=* to PLIST entriessunpoet2017-10-083-4/+63
|
* Update audio/sayonara to 0.9.3 and take maintainership.adridg2017-10-0811-281/+46
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12601
* Bump PORTREVISION; fixes shlib link with libmpdclient2riggs2017-10-071-0/+1
| | | | | | PR: 222813 Submitted by: uzsolt@uzsolt.hu (maintainer) MFH: 2017Q4 (ports-secteam runtime fix blanket)
* audio/jack: libuuid is completely unused after r440260jbeich2017-10-071-3/+2
| | | | | | | | | libuuid was used for a some time between 0.121.3 and 0.124 releases but didn't propagate into any except for stray <uuid/uuid.h> include. PR: 221314 Submitted by: tobik Reviewed by: hselasky
* Bump PORTREVISION following previous commitmartymac2017-10-051-1/+1
| | | | | Reported by: zi MFH: 2017Q4
* Add missing CONFLICTS with sysutils/pvmartymac2017-10-041-0/+2
| | | | MFH: 2017Q4
* Remove useless .pre.mk/.post.mkbapt2017-10-041-3/+1
|
* Use options helpersbapt2017-10-041-6/+2
|
* Remove useless dual inclusion of pre.mk/post.mkbapt2017-10-041-3/+4
| | | | While here add license
* Remove ventrilo-serverbapt2017-10-047-114/+0
| | | | Upstream is no more distributing any FreeBSD binary
* audio/openal-soft: update to 1.18.2jbeich2017-10-044-39/+5
| | | | | | Changes: http://kcat.strangesoft.net/openal.html#release ABI: https://abi-laboratory.pro/tracker/timeline/openal/ MFH: 2017Q4
* - Update audio/xfce4-pulseaudio-plugin to 0.2.5madpilot2017-10-033-6/+43
| | | | | | | - Adjust dependencies as reported by stage-qa PR: 219357 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* Update audio/cantata to 2.2.0adridg2017-10-025-44/+5
| | | | | | | | - All previous patches have been upstreamed - Switch to DISTVERSION Approved by: tcberner (mentor), rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D12550
* Update to 3.2.d8ehaupt2017-10-022-4/+4
|
* audio/festival: unbreak on most non-x86 archsjbeich2017-09-291-4/+1
| | | | | | | | | For example, after r450862 mips64 still failed: gmake[1]: Entering directory '/wrkdirs/usr/ports/audio/festival/work/speech_tools' Check system type ../config/config:197: ../config/systems/mips_unknown.mak: No such file or directory gmake[1]: *** No rule to make target '../config/systems/mips_unknown.mak'. Stop.
* audio/liba52: build PIC objects on all architecturesjbeich2017-09-291-4/+3
| | | | | | | PR: 215974 Reported by: mmel Inspired by: ArchLinux, Gentoo, Debian Reviewed by: tijl (implicit)
* audio/festival: lift BROKEN for armv6/mips* after r432825jbeich2017-09-291-2/+0
|
* ImageMagick to 6.9.9-15.kwm2017-09-281-1/+1
| | | | | | | | | | | | | | * Disable FPX (FlashPix) support by default. This image format is really rare these days coupled with that there are known CVE's in libfpx and it doesn't seem to be maintained these days. It doesn't make sense to keep it enabled by default anymore. [1] * Add new option for RAW support * Fix portscout macro to only show 6.9.x versions Bump other ports for the shared library bumps in IM 6. PR: 222309 [1] Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
* Bump PORTREVISION in ports depending on archivers/libzip.rakuco2017-09-281-1/+1
| | | | | | | | libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5 after the removal of zip_archive_set_tempdir(). All dependent ports continue to build fine without that symbol. PR: 222638
* audio/mpg123: update to 1.25.7novel2017-09-273-5/+5
|
* - Update WWWamdmi32017-09-261-1/+1
| | | | Approved by: portmgr blanket
* - Add missing dependencyacm2017-09-252-4/+15
| | | | | | - Take maintainership - Fix libmp3lame detection - Bump PORTREVISION
* devel/boost-*: update to 1.65.1jbeich2017-09-2515-15/+15
| | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* devel/boost-*: enable C++11 featuresjbeich2017-09-2515-15/+15
| | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* devel/icu: update to 59.1jbeich2017-09-252-2/+2
| | | | | | | | | - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine
* add LLD_UNSAFE for preemption of audio/openal-soft libsoliver2017-09-231-0/+1
| | | | | | PR: 219718 Submitted by: emaste Reported by: O. Hartmann
* Remove USES=execinfo.mat2017-09-224-4/+3
| | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
* Enable OSS audio backend by default.hselasky2017-09-201-2/+2
| | | | Approved by: crees@
* audio/openal-soft: update to 1.18.1jbeich2017-09-197-27/+66
| | | | | | | | | | | - Add the EXAMPLES option - Add a patch to fix the Jack backend for Jack 1 Changes: http://kcat.strangesoft.net/openal.html#release ABI: https://abi-laboratory.pro/tracker/timeline/openal/ PR: 222437 Submitted by: kdrakehp@zoho.com MFH: 2017Q3
* Update to 3.2.d5ehaupt2017-09-182-4/+4
|
* * Bump revision for fixing missing / redundant dependenciesultima2017-09-162-1148/+1202
| | | | | | | | | | | | | * New options, HELP and SUPERNOVA, Help Install on-line help text and supernova builds with audio synthesis server * Added license file * Cleanup Makefile PR: 221228 Submitted by: Yuri Victorovich Reviewed by: matthew, mat Approved by: maintainer timeout (1+ month) MFH: 2017Q3 Differential Revision: https://reviews.freebsd.org/D11997
* Fix license information for portgs that use "the same license as Perl".mat2017-09-1510-10/+10
| | | | Sponsored by: Absolight
* Update CMake to 3.9, merge devel/cmake-modules into devel/cmakeadridg2017-09-155-0/+242
| | | | | | | | | | Thanks to antoine@ for the exp-run. Approved by: rakuco (mentor) Reviewed by: tcberner (mentor) Reviewed by: mat PR: 222000 (exp-run) Differential Revision: https://reviews.freebsd.org/D12299
* Python bindings to the libopus, IETF low-delay audio codec.ultima2017-09-144-0/+32
| | | | | | | | | | | | | | It allows python applications to use the Opus audio codec to encode and decode audio, usually in order to reduce the network bandwidth that is used by the application. WWW: https://github.com/onbeep/opuslib PR: 222038 Submitted by: Yuri Victorovich (maintainer) Reviewed by: lifanov (mentor), matthew (mentor), koobs, sunpoet, mat Approved by: lifanov (mentor), matthew (mentor), koobs Differential Revision: https://reviews.freebsd.org/D12309
* Chase Emacs updateashish2017-09-121-0/+1
|
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-1148-33/+48
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* audio/stk: Update to 4.6.0tobik2017-09-105-57/+72
| | | | | | Changes: https://ccrma.stanford.edu/software/stk/download.html#v4dot6dot0 PR: 222004 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
* - Fix build with vala 0.36madpilot2017-09-077-2/+74
| | | | | | | | - Add LICENSE and LICENSE_FILE - Update WWW in pkg-descr PR: 222037 Submitted by: cpm@
* audio/exaile-devel: update to latest revisionrm2017-09-073-30/+15
| | | | This is effectively 4.0.0beta2
* audio/dsbmixer: update to version 1.2pizzamig2017-09-072-5/+5
| | | | | | | PR: 222020 Submitted by: mk@nic-nac-project.org (maintainer) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12244
* audio/pulseaudio-module-sndio: Update to 10.99.1tobik2017-09-074-16/+8
| | | | | | | - Fix runtime with PulseAudio versions >= 10.99.1 - Trim pkg-message MFH: 2017Q3
* audio/pulseaudio: update to 11.0jbeich2017-09-076-22/+31
| | | | | | | | | | - Drop --disable-xen following upstream change in 10.0 Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/11.0/ ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/ PR: 222093 Submitted by: lightside <lightside@gmx.com> MFH: 2017Q3
* - Update WWW in pkg-descrcpm2017-09-061-1/+1
| | | | | PR: 222060 Submitted by: takefu@airport.fm (maintainer)
* Remove expired ports:rene2017-09-0311-576/+0
| | | | | | | | | | | | | | 2017-08-30 www/speedtest-mini: Discontinued upstream (on June 30, 2017) 2017-08-31 devel/rubygem-sequel3: Use devel/rubygem-sequel instead 2017-08-31 audio/tomahawk: Project is dead upstream. 2017-08-31 mail/rubygem-larch: Unmaintained by upstream, no changes since 2013 2017-08-31 devel/rubygem-sidekiq4: Use devel/rubygem-sidekiq instead 2017-08-31 devel/rubygem-webpacker1-rails5: Use devel/rubygem-webpacker-rails5 instead 2017-08-31 devel/rubygem-sidekiq-cron04: Use devel/rubygem-sidekiq-cron instead 2017-09-01 www/py-django19: Unsupported upstream 2017-09-01 mail/movemail: Out of date 2017-09-01 german/phone: Out of date 2017-09-01 ports-mgmt/fbsdmon: no longer maintained, web site it sends data to has been taken over by cybersquatters
* Update to upstream version 0.4.4riggs2017-09-022-4/+4
| | | | | | PR: 221904 Submitted by: henrik@affekt.org (maintainer) MFH: 2017Q3
* - Update to 2.1amdmi32017-08-316-112/+76
| | | | | | | | | | | | | - Move BROKEN_aarch64 according to portlint suggestion - Add missing LIB_DEPENDS - Add missing USE_QT5 - Add missing INSTALLS_ICONS=yes - Switch to using system freefont - Add the OCR port option to reflect the cmake option - Remove redundant patches from files/, moved one to post-patch PR: 221873 Submitted by: yuri@rawbw.com
* audio/openal-soft: set LLD_UNSAFEemaste2017-08-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Linking with LLD currently fails due to preemption of symbols with protected visibility in a shared object: /usr/bin/ld: error: cannot preempt symbol: alIsExtensionPresent >>> defined in libopenal.so.1.18.0 >>> referenced by examples/altonegen.c >>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main) /usr/bin/ld: error: cannot preempt symbol: alcGetCurrentContext >>> defined in libopenal.so.1.18.0 >>> referenced by examples/altonegen.c >>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main) /usr/bin/ld: error: cannot preempt symbol: alcGetContextsDevice >>> defined in libopenal.so.1.18.0 >>> referenced by examples/altonegen.c >>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main) ... (Ports that depend on audio/openal-soft may also need to be tagged with LLD_UNSAFE.) PR: 219089 Approved by: kwm Sponsored by: The FreeBSD Foundation
* Update to 3.2.d3ehaupt2017-08-302-4/+4
|
* Change MAINTAINER email to my new FreeBSD emailpizzamig2017-08-291-1/+1
| | | | | | Approved by: lme (mentor) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12150
* Port is officially no longer maintained upstream.ehaupt2017-08-281-0/+3
| | | | | | | | There is a very well maintained GitHub fork also available in the ports tree. Deprecate this port with a 3 months notice and point at the alternative. PR: 218914 Approved by: maintainer timeout (123 days)
* Update to upstream version 0.20.10 (bugfix release)riggs2017-08-272-4/+4
| | | | MFH: 2017Q3
* Update audio/ardour5 to 5.11.0madpilot2017-08-273-5/+10
| | | | | PR: 221612 Submitted by: Michael Beer <beerml@sigma6audio.de> (maintainer)
* Update to 0.27.2ehaupt2017-08-262-4/+4
|
* - Update `audio/flacon' to version 3.1.1danfe2017-08-263-4/+66
| | | | | | | | | | | - Add upstream patch to fix sporadic crash on program's start-up due to notorious C++ "static initialization order fiasco" [*] Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1502219275 which corresponds to commit 8f81f61 tagged as this release. [*] https://isocpp.org/wiki/faq/ctors#static-init-order
* - Update WWWamdmi32017-08-251-1/+1
| | | | Approved by: portmgr blanket
* Removed GH_ACCOUNT, defaults to portnameultima2017-08-251-1/+0
| | | | | | Reported by: mat Approved by: lifanov (mentor), Yuri Victorovich (maintainer) Differential Revision: https://reviews.freebsd.org/D12081
* Remove expired ports:rene2017-08-234-53/+0
| | | | | | | | | | | | | | | | | | 2017-08-23 games/plee-the-bear: Broken for more than 6 months 2017-08-23 x11-themes/kde-icons-umicons: Broken for more than 6 months 2017-08-23 lang/bigloo: Broken for more than 6 months 2017-08-23 audio/linux-neroaaccodec: Broken for more than 6 months 2017-08-23 x11-themes/kde-icons-dark-glass: Broken for more than 6 months 2017-08-23 misc/fortune-mod-ferengi_rules_of_acquisition: Broken for more than 6 months 2017-08-23 misc/fortune-mod-culmea-culmilor: Broken for more than 6 months 2017-08-23 misc/xyzcmd: Broken for more than 6 months 2017-08-23 russian/fortuneru: Broken for more than 6 months 2017-08-23 security/bdc: Broken for more than 6 months 2017-08-23 x11-themes/kde-icons-icosx: Broken for more than 6 months 2017-08-23 devel/insight: Broken for more than 6 months 2017-08-23 devel/gdb66: Broken for more than 6 months 2017-08-23 biology/biojava: Broken for more than 6 months 2017-08-23 games/xroach: Broken for more than 6 months
* audio/soundkonverter: remove option for expired linux-neroaaccodecrene2017-08-231-4/+1
|
* - Bump revision after recent port changesamdmi32017-08-231-0/+1
| | | | | PR: 218104 Submitted by: xxjack12xx@gmail.com (maintainer)
* Update to 3.1.1ehaupt2017-08-222-4/+4
|
* Update to 3.0madpilot2017-08-223-23/+23
|
* Update to 4.0madpilot2017-08-223-28/+29
|
* Update GNUstep core libraries.theraven2017-08-213-3/+3
| | | | | | | | | | Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release.
* The C* Audio Plugin Suite, is a collection of highly refined LV2ultima2017-08-215-0/+470
| | | | | | | | | | | | | | | units capable of (and intended for) realtime operation. The suite includes DSP units emulating instrument amplifiers, stomp-box classics, versatile 'virtual analogue' oscillators, fractal oscillation, reverb, equalization and others. WWW: https://github.com/moddevices/caps-lv2 PR: 221254 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12092
* This is the LV2 porty of Tom's Audio Processing plugins.ultima2017-08-215-0/+281
| | | | | | | | | | | | | | | Tom's Audio Processing plugins is a selection of LADSPA plugins for audio engineering on the Linux platform. Intended for use in a professional DAW environment such as Ardour, it includes high quality reverberation, echo, eq, limiter & more. WWW: http://tap-plugins.sourceforge.net/ PR: 221231 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12093
* Synthpod is an LV2 host. It can be run as a standalone app and be used as aultima2017-08-217-0/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | tool for live performances or general audio and event filtering. It was conceptualized to fill the gap between pure textual (e.g. SuperCollider) and pure visual flow (e.g. Pure Data) audio programming paradigms. Potential fields of application may include: * Live audio synthesis * Real-time event scripting * Non-linear signal routing * Advanced control automation * Advanced event filtering * Live mixing * Live coding * Algorithmic composition * Interfacing to expressive controllers WWW: https://open-music-kontrollers.ch/lv2/synthpod PR: 221319 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12094