notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
suil C library for loading and wrapping LV2 plugin UIs
0.10.12_3 audio on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.10.12_3Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-01-11 06:35:59
Last Update: 2023-12-23 18:14:14
Commit Hash: 3572ca3
People watching this port, also watch:: tmux, ladspa, py39-pycparser, gstreamer1-plugins-pango, font-misc-meltho
License: ISCL
WWW:
http://drobilla.net/software/suil/
Description:
Suil is a lightweight C library for loading and wrapping LV2 plugin UIs. Suil makes it possible to load a UI of any toolkit in a host using any other toolkit (assuming the toolkits are both supported by Suil). Hosts do not need to build against or link to foreign toolkit libraries to use UIs written with that toolkit; all the necessary magic is performed by dynamically loaded modules. The API is designed such that hosts do not need to explicitly support specific toolkits at all - if Suil supports a particular toolkit, then UIs in that toolkit will work in all hosts that use Suil automatically. Suil currently supports every combination of Gtk 2, Qt 4, and X11, e.g. with Suil a Gtk program can embed a Qt plugin UI without depending on Qt, and a Qt program can embed a Gtk plugin UI without depending on Gtk. On Windows, embedding native UIs in Gtk is also supported. I (David Robillard) would be happy to work with plugin authors to add support for new toolkits, please contact me if you're interested in writing a plugin UI using a toolkit that is not yet supported in the LV2 ecosystem.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (19 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/suil-0.10.12_3/catalog.mk
  3. /usr/local/share/licenses/suil-0.10.12_3/LICENSE
  4. /usr/local/share/licenses/suil-0.10.12_3/ISCL
  5. include/suil-0/suil/suil.h
  6. lib/libsuil-0.so
  7. lib/libsuil-0.so.0
  8. lib/libsuil-0.so.0.10.12
  9. lib/suil-0/libsuil_gtk2_in_qt5.so
  10. lib/suil-0/libsuil_qt5_in_gtk2.so
  11. lib/suil-0/libsuil_qt5_in_gtk3.so
  12. lib/suil-0/libsuil_x11_in_gtk2.so
  13. lib/suil-0/libsuil_x11_in_gtk3.so
  14. lib/suil-0/libsuil_x11_in_qt5.so
  15. lib/suil-0/libsuil_x11.so
  16. libdata/pkgconfig/suil-0.pc
  17. @owner
  18. @group
  19. @mode
Collapse this list.
Dependency lines:
  • suil>0:audio/suil
To install the port:
cd /usr/ports/audio/suil/ && make install clean
To add the package, run one of these commands:
  • pkg install audio/suil
  • pkg install suil
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: suil
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1653846238 SHA256 (suil-0.10.12.tar.bz2) = daa763b231b22a1f532530d3e04c1fae48d1e1e03785e23c9ac138f207b87ecd SIZE (suil-0.10.12.tar.bz2) = 339666

Packages (timestamps in pop-ups are UTC):
suil
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.10.12_30.10.12_3--0.10.12_3---
FreeBSD:13:quarterly0.10.12_30.10.12_3--0.10.12_3-0.10.12_30.10.12_3
FreeBSD:14:latest0.10.12_30.10.12_3--0.10.12_3--0.10.12_2
FreeBSD:14:quarterly0.10.12_30.10.12_3-0.10.12_30.10.12_3-0.10.12_30.10.12_3
FreeBSD:15:latest0.10.12_30.10.12_3n/a0.10.12_3n/a-0.10.12_3-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. lv2>=1.14.0 : audio/lv2
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. python3.9 : lang/python39
  4. x11.pc : x11/libX11
Runtime dependencies:
  1. lv2>=1.14.0 : audio/lv2
  2. x11.pc : x11/libX11
Library dependencies:
  1. libfontconfig.so : x11-fonts/fontconfig
  2. libfreetype.so : print/freetype2
  3. libatk-1.0.so : accessibility/at-spi2-core
  4. libcairo.so : graphics/cairo
  5. libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
  6. libglib-2.0.so : devel/glib20
  7. libintl.so : devel/gettext-runtime
  8. libgtk-x11-2.0.so : x11-toolkits/gtk20
  9. libgtk-3.so : x11-toolkits/gtk30
  10. libpango-1.0.so : x11-toolkits/pango
  11. libQt5Core.so : devel/qt5-core
  12. libQt5Gui.so : x11-toolkits/qt5-gui
  13. libQt5Widgets.so : x11-toolkits/qt5-widgets
  14. libQt5X11Extras.so : x11/qt5-x11extras
This port is required by:
for Libraries
  1. audio/ardour
  2. audio/audacity
  3. audio/jalv
  4. audio/qtractor
  5. audio/zrythm

Deleted ports which required this port:

Expand this list of 3 deleted ports
  1. audio/ardour5*
  2. audio/ardour6*
  3. multimedia/cinelerra-gg*
  4. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
audio_suil
USES:
compiler:c++11-lang gnome pkgconfig python:build qt:5 tar:bzip2 waf xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://download.drobilla.net/
Collapse this list.

There are no commits on branch 2022Q2 for this port