aboutsummaryrefslogtreecommitdiff
path: root/audio/artyfx-lv2
Commit message (Collapse)AuthorAgeFilesLines
* audio/artyfx-lv2: Broken on armv6Yuri Victorovich2022-07-221-0/+2
| | | | Reported by: fallout
* audio/artyfx-lv2: Update 1.3-24 -> 1.3.1Yuri Victorovich2022-07-202-7/+8
|
* audio/artyfx-lv2: remove unnecessary CXXFLAGS_powerpc64Piotr Kubaj2022-04-221-1/+0
|
* audio/artyfx-lv2: fix build on powerpcPiotr Kubaj2021-06-151-0/+1
| | | | | In file included from /wrkdirs/usr/ports/audio/artyfx-lv2/work/openAV-ArtyFX-release-1.3-24-g6010d1a/src/avtk/libs/pffft.cxx:101: /usr/lib/clang/11.0.1/include/altivec.h:13:2: error: "AltiVec support not enabled"
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/artyfx-lv2: Update 1.3-14 -> 1.3-24; This unbreaks the buildYuri Victorovich2020-10-132-8/+5
| | | | | | | MFH: 2020Q4 (unbreak) Notes: svn path=/head/; revision=552188
* Chase libsndfile 1.0.30 update.Thomas Zander2020-10-011-1/+1
| | | | | | | | | Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=550824
* Mark BROKENAntoine Brodin2020-06-031-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=537839
* 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
* audio/artyfx-lv2: fix build with GCC-based architecturesPiotr Kubaj2019-08-053-3/+39
| | | | | | | | | | | | | | | The fix for clang in files/patch-src_avtk_avtk_picojson.hxx breaks GCC. Have two versions for two compilers. Fix altivec in src/avtk/libs/pffft.cxx and add -maltivec to CXXFLAGS on powerpc64. Also use new compilers. PR: 239518 Approved by: yuri (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21141 Notes: svn path=/head/; revision=508161
* 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/artyfx-lv2: Fix build on non-Intel/AMD platformsYuri Victorovich2018-06-241-5/+14
| | | | | | | Reported by: linimon Notes: svn path=/head/; revision=473179
* Mark these broken on non-x86.Mark Linimon2018-06-241-0/+5
| | | | | | | | | | I was not able to find a quick fix for these, although most of the other -lv2 ports were fairly easy. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473173
* New port: audio/artyfx-lv2: ArtyFX plugin bundleYuri Victorovich2018-05-295-0/+64
Notes: svn path=/head/; revision=471079