Port details |
- stone-phaser-lv2 Classic analog phaser effect, made with DPF and Faust
- 0.1.2.17_1 audio
=2 0.1.2.17Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2019-11-17 07:06:06
- Last Update: 2025-01-07 10:34:47
- Commit Hash: 299bcfa
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/jpcima/stone-phaser
- Description:
- A classic analog phaser effect
This is an analog phaser with similarity to the Small Stone. It has a color
switch, which makes the phasing stronger when on, and adds some feedback
controls. A stereo variant of the phaser is included.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- stone-phaser-lv2>0:audio/stone-phaser-lv2
- To install the port:
- cd /usr/ports/audio/stone-phaser-lv2/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/stone-phaser-lv2
- pkg install stone-phaser-lv2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: stone-phaser-lv2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1618002357
SHA256 (jpcima-stone-phaser-v0.1.2-17-gda92961_GH0.tar.gz) = dd92d1fcede0badc9fcd4703ca66a08c773945a3a50e8b94f1f5cd3beffa2531
SIZE (jpcima-stone-phaser-v0.1.2-17-gda92961_GH0.tar.gz) = 2099996
Packages (timestamps in pop-ups are UTC):
- 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.4.1 : 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:
-
- libGL.so : graphics/libglvnd
- libcairo.so : graphics/cairo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_stone-phaser-lv2
- USES:
- compiler:c++0x gl gmake gnome pkgconfig shebangfix xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.2.17_1 07 Jan 2025 10:34:47
    |
Tijl Coosemans (tijl)  |
graphics/cairo: Update to 1.18.2
Upstream has removed OpenGL support and switched from autoconf to meson.
Some ports needed to be fixed:
audio/fogpad-lv2, audio/ssr-lv2, audio/stone-phaser-lv2,
audio/string-machine-lv2: Add dependency on libGL now that cairo
no longer pulls it in.
devel/doxygen: Add upstream patches to support compressed PDF files
generated by more recent versions of cairo.
www/webkit2-gtk3, www/webkit2-gtk4: Remove requirement for cairo-egl.
x11/hyprpaper: Remove inclusion of unused GLES3 headers so a dependency
on libGLES is not needed.
x11/rofi-file-browser-extended: Fix patch to make sure
GLIB2_INCLUDE_DIRS is defined.
PR: 283531
Reviewed by: diizzy
Exp-run by: antoine |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.1.2.17 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.1.2.17 16 Oct 2021 09:51:39
    |
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
0.1.2.17 09 Apr 2021 21:08:52
    |
Yuri Victorovich (yuri)  |
audio/stone-phaser-lv2: Update 0.1.2-5 -> 0.1.2-17 |
0.1.2.5 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1.2.5 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
0.1.2.5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.1.2.5 11 Dec 2019 13:13:14
  |
linimon  |
Fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-msse"
cc1plus: error: unrecognized command line option "-msse2"
cc1plus: error: unrecognized command line option "-std=gnu++0x"
The previous patchfile is now split into two, depending on whether
ARCH is x86 or not.
Since REINPLACE is now deprecated for this purpose, I could not
figure out any other way to do it.
Approved by: portmgr (tier-2 blanket) |
0.1.2.5 11 Dec 2019 13:10:33
  |
linimon  |
Split this into two files, depending on ARCH either being x86, or not.
Approved by: portmgr (tier-2 blanket) |
0.1.2.5 10 Dec 2019 08:41:08
  |
linimon  |
Turn off -mtune=generic for package building.
Approved by: portmgr (tier-2 blanket) |
0.1.2.5 17 Nov 2019 07:05:23
  |
yuri  |
New port: audio/stone-phaser-lv2: Classic analog phaser effect, made with DPF
and Faust |