aboutsummaryrefslogtreecommitdiff
path: root/audio/moony-lv2
Commit message (Collapse)AuthorAgeFilesLines
* audio/moony-lv2: Reverr update 0.36.0 -> 0.28.0Yuri Victorovich2021-04-184-4/+25
| | | | | | | | | This reverts commit e01aca1828dd1ae60cbf06b73f411479d4fef60b. Version regressed due to a typo. 0.38.0 was meant but currently audio/moony-lv2 can't be updated to 0.38.0 due to its use of linux-only pty.h Reported by: erwin
* audio/moony-lv2: Update 0.36.0 -> 0.28.0Yuri Victorovich2021-04-174-25/+4
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/moony-lv2: Update 0.34.0 -> 0.36.0Yuri Victorovich2021-03-064-5/+25
| | | | Notes: svn path=/head/; revision=567507
* audio/moony-lv2: Update 0.32.0 -> 0.34.0Yuri Victorovich2020-07-212-4/+4
| | | | Notes: svn path=/head/; revision=542816
* audio/moony-lv2: Update 0.30.0 -> 0.32.0Yuri Victorovich2020-05-263-4/+5
| | | | Notes: svn path=/head/; revision=536592
* audio/moony-lv2: Update 0.28.0 -> 0.30.0Yuri Victorovich2019-11-302-5/+4
| | | | | | | Reported by: repology Notes: svn path=/head/; revision=518742
* Add USES=xorg USES=gl, ports categories aNiclas Zeising2019-11-041-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'a'. Notes: svn path=/head/; revision=516738
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* audio/moony-lv2: Update 0.26.0 -> 0.28.0Yuri Victorovich2019-07-212-4/+4
| | | | Notes: svn path=/head/; revision=507056
* audio/moony-lv2: Broken on FreeBSD 11Yuri Victorovich2019-05-181-0/+2
| | | | Notes: svn path=/head/; revision=501987
* audio/moony-lv2: Update 0.22.0 -> 0.26.0Yuri Victorovich2019-05-066-121/+6
| | | | Notes: svn path=/head/; revision=500886
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* audio/moony-lv2: fix build with GCC-based architecturesYuri Victorovich2018-10-071-3/+1
| | | | | | | | | | | | Since this port uses -std=gnu++11, USES=compiler:c++11-lang is necessary. While here, add USES=gl. PR: 232033 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=481453
* These ports are not quite ready for the tier-2 archs yet.Mark Linimon2018-06-031-0/+2
| | | | | | | | | | These are probably trivial fixes, if someone has the time and interest to pursue them. I'm definitely short of time ATM. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=471496
* audio/moony-lv2: Fix built on 10Yuri Victorovich2018-05-242-4/+4
| | | | | | | | | | | | | Also change USES=cmake -> USES=cmake:outsource As it turned out, cmake's check_function_exists doesn't find functions in libm.so, so check_library_exists should be used. PR: 228443 Submitted by: tcberner (cmake part) Notes: svn path=/head/; revision=470793
* audio/moony-lv2: Unbreak on 12Yuri Victorovich2018-05-192-2/+24
| | | | | | | | | | Due to bug#221341 cpow/clog functions are missing, and were implemented ad-hoc in the patch. Recently clog has been added to 12 in r333577, which conflited with the ad-hoc implementation of clog in the patch. To correct this, cmake-level cpow/clog detection were added, and ad-hoc implementations are now added only when cpow/clog aren't present in the system. Notes: svn path=/head/; revision=470362
* Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.orgYuri Victorovich2018-02-251-1/+1
| | | | | | | | | 98 ports are affected. Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=462887
* Moony is a collection of LV2 plugins to easily add realtime programmableRichard Gallamore2017-08-177-0/+155
logic glue in LV2 plugin graphs. WWW: http://open-music-kontrollers.ch/lv2/moony PR: 221343 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12061 Notes: svn path=/head/; revision=448182