aboutsummaryrefslogtreecommitdiff
path: root/audio/zynaddsubfx
Commit message (Collapse)AuthorAgeFilesLines
* Update ZynAddSubFX to version 3.0.5.Hans Petter Selasky2019-04-212-4/+4
| | | | | | | | | | | | | | | | | | | | Full changelog: - Add Stereo peaks for individual part metering - Change LFO frequency units to Hz (from unitless) - Enhance LFO delay parameter resolution and units (seconds) - Enhance global volume parameter resolution and units (dB) - Enhance part volume parameter resolution and units (dB) - Enhance sub synth volume parameter resolution and units (dB) - Enhance sub synth volume velocity sensing resolution - Fix zippering when changing master volume - Fix misaligned points in live envelope values - Fix possible crash when envelopes are provided invalid live data - Fix minor bugs Approved by: pi Notes: svn path=/head/; revision=499542
* Update ZynAddSubFX to version 3.0.4.Hans Petter Selasky2019-03-113-8/+9
| | | | | | | Approved by: pi Notes: svn path=/head/; revision=495347
* Pet portlint.Mark Linimon2019-03-061-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=494774
* Fix build with GCC-based architectures.Hans Petter Selasky2019-01-241-1/+1
| | | | | | | | | PR: 235156 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: pi Notes: svn path=/head/; revision=491085
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* audio/zynaddsubfx: Unbreak by fixing pkg-plistYuri Victorovich2018-12-162-14/+49
| | | | | | | | | While here, add USES=gl. Approved by: portmgr Notes: svn path=/head/; revision=487571
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-8/+0
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* 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
* Mark as broken on aarch64, and, where appropriate, armvX.Mark Linimon2018-06-211-0/+4
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473009
* Canonicalize dependency on libpngAntoine Brodin2018-02-251-1/+1
| | | | Notes: svn path=/head/; revision=462964
* audio/zynaddsubfx: fix build on cur, 10.x by force llvm40Kurt Jaeger2017-12-061-2/+9
| | | | | | | | PR: 220958 Submitted by: hselasky (maintainer) Notes: svn path=/head/; revision=455665
* Update ZynAddSubFx to v3.0.3.Hans Petter Selasky2017-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 Notes: svn path=/head/; revision=455641
* Cleanup patches, a* categories.Mathieu Arnold2016-07-266-16/+16
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-11/+11
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Remove BROKEN on Tier-2 systems statements which no longer true at leastAlexey Dokuchaev2015-09-201-4/+0
| | | | | | | | | | on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago. Notes: svn path=/head/; revision=397374
* Update portaudio to v19/Remove portaudio2 [1]Baptiste Daroussin2015-05-301-4/+3
| | | | | | | | | | | | Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer Notes: svn path=/head/; revision=387982
* Fix detection of libportaudio librariesPawel Pekala2015-01-251-2/+1
| | | | | | | | | PR: 196427 Submitted by: myself Approved by: hselasky, stephen, marcus, maintainer timeout from others Notes: svn path=/head/; revision=377845
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* audio/zynaddsubfx: pass maintainership to Hans PetterJohn Marino2014-11-131-1/+1
| | | | Notes: svn path=/head/; revision=372517
* audio/zynaddsubfx: Fix JACK support by using portaudio v2John Marino2014-11-132-19/+47
| | | | | | | | | | While here, clean up makefile of this unmaintained port. PR: 194403 Submitted by: Hans Petter Selasky Notes: svn path=/head/; revision=372515
* Cleanup plistBaptiste Daroussin2014-10-201-22/+0
| | | | Notes: svn path=/head/; revision=371234
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* math/fftw3:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* - Switch audio/lash to USES=libtool, drop .la filesDmitry Marakasov2014-06-201-1/+1
| | | | | | | | | | - Add required LIBS - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358565
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)Olli Hauer2014-06-011-2/+1
| | | | Notes: svn path=/head/; revision=356114
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* audio/musescoreRusmir Dusko2013-10-282-74/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for dependency change - Fix portaudio2 dependency due to recent commit - Use the new format for LIB_DEPENDS - Support STAGEDIR and add OPTIONS_SUB - Add DOCS and Option audio/zynaddsubfx - Bump PORTREVISION for dependency change - Fix portaudio2 dependency due to recent commit - Use the new format for LIB_DEPENDS - Add DOCS and EXAMPLES Options - Change DOCS - Support STAGEDIR and add OPTIONS_SUB - Change pkg-plist, remove DOCS and EXAMPLES games/glob2 - Simplify master sites - Bump PORTREVISION for dependency change - Fix portaudio2 dependency due to recent commit - Change comment - Use the new format for LIB_DEPENDS - Add DOCS and Option - Change icons - Use REINPLACE_CMD instead of files/patch-src_VoiceRecorder.cpp - Adjust patches - Change pkg-message Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=331825
* - Fix the build with libc++.Raphael Kubo da Costa2013-10-227-72/+223
| | | | | | | | | | | - Add a patch to ensure the port keeps building with the upcoming CMake 2.8.12. - Support staging. - Stop being silent in the post-install target. - Use the new syntax for defining dependencies and configuration arguments. Notes: svn path=/head/; revision=331300
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Add explicit dependency on pkgconf (6 ports)John Marino2013-09-111-1/+1
| | | | Notes: svn path=/head/; revision=326957
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to version 2.4.3Martin Wilke2013-05-279-516/+535
| | | | | | | | PR: 178867 Submitted by: Ports Fury Notes: svn path=/head/; revision=319246
* - Back to the poolMarcus von Appen2013-05-191-1/+1
| | | | Notes: svn path=/head/; revision=318490
* Convert to new options framework left un converted ports in a* categoriesBaptiste Daroussin2013-03-211-22/+16
| | | | | | | | | While here trim headers Convert some gnomehack to pathfix Convert some pkgconfig to USE_PKGCONFIG=build Notes: svn path=/head/; revision=314853
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Unbreak build with fltk 1.3.0Marcus von Appen2011-10-254-0/+47
| | | | | | | | PR: ports/161988 Submitted by: Kenneth Lind <exil@sasurai.se> Notes: svn path=/head/; revision=284310
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-1/+2
| | | | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen Notes: svn path=/head/; revision=283695
* Mark as broken on tier-2: invokes i386 asm.Mark Linimon2011-07-301-0/+4
| | | | Notes: svn path=/head/; revision=278570
* - Update to 2.4.1Marcus von Appen2011-07-017-131/+218
| | | | | | | | - Take maintainership - Added OPTION knobs for PortAudio, JackAudio, ALSA and FLTK Notes: svn path=/head/; revision=276798
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* Drop maintainership for ports I can't maintain anymore.Edward Tomasz Napierala2010-10-251-1/+1
| | | | Notes: svn path=/head/; revision=263585
* Unbreak INDEX by chasing textproc/mini-xml removal.Wesley Shields2010-07-251-2/+2
| | | | | | | Pointyhat to: wxs@ :( Notes: svn path=/head/; revision=258227
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Chase x11-toolkits/fltk updatePietro Cerutti2010-03-231-1/+1
| | | | Notes: svn path=/head/; revision=251412
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Chase fftw3 updatePav Lucistnik2009-05-181-2/+2
| | | | Notes: svn path=/head/; revision=234143
* Fix build after recent audio/jack update.Edward Tomasz Napierala2008-11-082-13/+19
| | | | | | | PR: ports/125900 Notes: svn path=/head/; revision=222538