Port details |
- jalv-select Little app to select lv2 plugins to run with jalv
- 1.3_6 audio =2 1.3_6Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2017-11-10 22:16:56
- Last Update: 2024-02-18 13:28:04
- Commit Hash: 487cc0f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: UNLICENSE
- WWW:
- https://github.com/brummer10/jalv_select
- Description:
- A little gtkmm GUI to select lv2 plugins from a list and run them with jalv.
Features:
* select jalv interpreter from combo box
* select LV2 plugin from list
* select preset to load from menu
* search plugins by regex or plugin class
* reload lilv world to catch new installed plugins or presets
* load plugin with selected preset
* minimize app to systray (global Hotkey SHIFT+ESCAPE)
* wake up app from systray (global Hotkey SHIFT+ESCAPE)
* left mouse click on systray to show or hide app
* right mouse click to show quit menu item
* command-line start-up options
* command-line runtime options
* keyboard shortcuts
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- jalv-select>0:audio/jalv-select
- To install the port:
- cd /usr/ports/audio/jalv-select/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/jalv-select
- pkg install jalv-select
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jalv-select
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1587529250
SHA256 (brummer10-jalv_select-v1.3_GH0.tar.gz) = 13227087f107e35ecf51897ed63050c5ba6df1b442ffb2f7e876c46fb0fe11d7
SIZE (brummer10-jalv_select-v1.3_GH0.tar.gz) = 56364
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
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- x11.pc : x11/libX11
- Runtime dependencies:
-
- gawk : lang/gawk
- jalv : audio/jalv
- x11.pc : x11/libX11
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- liblilv-0.so : audio/lilv
- libserd-0.so : devel/serd
- libsord-0.so : devel/sord
- libsratom-0.so : audio/sratom
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/at-spi2-core
- libatkmm-1.6.so : accessibility/atkmm
- libcairo.so : graphics/cairo
- libcairomm-1.0.so : graphics/cairomm
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libglibmm-2.4.so : devel/glibmm
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libgtkmm-2.4.so : x11-toolkits/gtkmm24
- libsigc-2.0.so : devel/libsigc++20
- libxml++-2.6.so : textproc/libxml++26
- libxml2.so : textproc/libxml2
- libpango-1.0.so : x11-toolkits/pango
- libpangomm-1.4.so : x11-toolkits/pangomm
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_jalv-select
- USES:
- compiler:c++11-lang gettext-runtime gmake gnome pkgconfig 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 |
1.3_6 18 Feb 2024 13:28:04 |
Gleb Popov (arrowd) |
audio/*: Move manpages to share/man
Approved by: portmgr (blanket) |
1.3_5 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
1.3_4 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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) |
1.3_3 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 ) |
1.3_3 17 Apr 2022 19:56:42 |
Yuri Victorovich (yuri) |
audio/jalv-select: Add gawk dependency |
1.3_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.3_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3 23 Apr 2020 03:29:14 |
yuri |
audio/jalv-select: Update 1.2 -> 1.3
Reported by: portscout |
1.2_1 14 Dec 2019 15:55:58 |
pkubaj |
audio/jalv-select: fix build on GCC architectures
C++11 compiler is necessary for this port:
cc1plus: error: unrecognized command line option "-std=c++11" |
1.2_1 04 Nov 2019 20:39:52 |
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'. |
1.2_1 16 Jan 2019 11:13:45 |
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 ) |
1.2 28 Sep 2018 07:05:05 |
yuri |
audio/jalv-select: Update 1.0 -> 1.2
Reported by: portscout |
1.0 12 Feb 2018 09:44:01 |
yuri |
audio/jalv-select: Update to 1.0
Additional port changes:
* Fixed typos in COMMENT and pkg-descr (upstream fixed them)
* Added LICENSE/LICENSE_FILE (upstream added license)
* Sorted LIB_DEPENDS
* Simplified MAKE_ARGS because the upstream accepted pull requests
Approved by: tcberner (mentor, implicit) |
0.9 10 Nov 2017 22:16:48 |
yuri |
New port: audio/jalv-select: Little app to select lv2 plugs for run with jalv
PR: 221556
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12997 |