Port details |
- dpf-plugins-lv2 Collection of DPF-based LV2 plugins
- 1.4 audio
=0 1.3_1Version of this port present on the latest quarterly branch.- Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-08-18 07:03:47
- Last Update: 2021-01-17 07:40:51
- SVN Revision: 561798
- License: MIT
- Description:
- Collection of DPF-based plugins.
They come in LADSPA, DSSI, LV2 and VST2 formats, but only LV2
plugins are included in the port.
The list of plugins:
* glBars
* Kars
* Max-Gen examples (MaBitcrush, MaFreeverb, MaGigaverb, MaPitchshift)
* Mini-Series (3BandEQ. 3BandSplitter, PingPongPan)
* ndc-Plugs (Amplitude Imposer, Cycle Shifter, Soul Force)
* MVerb
* Nekobi
* ProM
WWW: https://github.com/DISTRHO/DPF-Plugins
- SVNWeb : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dpf-plugins-lv2>0:audio/dpf-plugins-lv2
- To install the port:
cd /usr/ports/audio/dpf-plugins-lv2/ && make install clean - To add the package:
pkg install dpf-plugins-lv2 - PKGNAME: dpf-plugins-lv2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1610868324
SHA256 (DISTRHO-DPF-Plugins-v1.4_GH0.tar.gz) = 2bdf76975cc4018f6001ef87ea40290e2a990db9dc66de3f0a7c21062fb21034
SIZE (DISTRHO-DPF-Plugins-v1.4_GH0.tar.gz) = 8295487
Packages: (move your mouse over the cells for more information)
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- lv2>0 : audio/lv2
- bash : shells/bash
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- liblo.so : audio/liblo
- libprojectM.so : graphics/libprojectm
- libjack.so : audio/jack
- libGL.so : graphics/mesa-libs
- There are no ports dependent upon this port
- Configuration Options
- ===> The following configuration options are available for dpf-plugins-lv2-1.4:
JACK=on: JACK audio server support
SIMD=on: Use CPU-specific optimizations
===> Use 'make config' to modify these settings
- USES:
- compiler:c++11-lang gl gmake localbase pkgconfig shebangfix xorg xorg
- Master Sites:
-
|
Number of commits found: 10
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
17 Jan 2021 07:40:51
1.4

|
yuri  |
audio/dpf-plugins-lv2: Update 1.3 -> 1.4
Reported by: portscout |
04 Nov 2019 20:39:52
1.3_1

|
zeising  |
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'. |
26 Jul 2019 20:46:57
1.3_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
20 Jul 2019 18:51:12
1.3

|
yuri  |
audio/dpf-plugins-lv2: Update 1.2 -> 1.3
Reported by: portscout |
01 May 2019 19:35:15
1.2_1

|
rene  |
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* |
24 Mar 2019 05:39:16
1.2

|
yuri  |
audio/dpf-plugins-lv2: fix build with GCC-based architectures
PR: 236746
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
28 Feb 2019 18:17:42
1.2

|
yuri  |
audio/dpf-plugins-lv2: Update 1.1-1 -> 1.2
Reported by: portscout |
16 Jan 2019 11:13:45
1.1.1_4

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
11 Sep 2018 18:34:28
1.1.1_3

|
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
18 Aug 2018 07:03:29
1.1.1

|
yuri  |
New port: audio/dpf-plugins-lv2: Collection of DPF-based LV2 plugins |
Number of commits found: 10
|
Latest Vulnerabilities |
10 vulnerabilities affecting 79 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-03-05 21:21:29
|
|