Bug 213289 - [NEW PORT] audio/suil: library to support lv2 integration for lv2 hosts
Summary: [NEW PORT] audio/suil: library to support lv2 integration for lv2 hosts
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on: 213285
Blocks: 213291
  Show dependency treegraph
 
Reported: 2016-10-07 20:08 UTC by Michael Beer
Modified: 2017-01-11 06:36 UTC (History)
2 users (show)

See Also:


Attachments
new port (3.64 KB, text/plain)
2016-10-07 20:08 UTC, Michael Beer
no flags Details
Update for previous port files (3.50 KB, text/plain)
2016-11-29 21:01 UTC, Michael Beer
no flags Details
Added missing pkg-plist file (3.60 KB, text/plain)
2017-01-08 21:10 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Beer 2016-10-07 20:08:28 UTC
Created attachment 175513 [details]
new port

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.
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.

WWW: http://drobilla.net/software/suil/

WWW: http://drobilla.net/software/suil/
Comment 1 Michael Beer 2016-11-29 21:01:13 UTC
Created attachment 177522 [details]
Update for previous port files

Clean up of Makefile.
Make portlint happy.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2017-01-08 21:10:34 UTC
Created attachment 178635 [details]
Added missing pkg-plist file

* Added missing pkg-plist file

Passes poudriere.
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2017-01-11 06:36:13 UTC
Committed, thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-01-11 06:36:18 UTC
A commit references this bug:

Author: pi
Date: Wed Jan 11 06:35:50 UTC 2017
New revision: 431158
URL: https://svnweb.freebsd.org/changeset/ports/431158

Log:
  New port: audio/suil

  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.

  WWW: http://drobilla.net/software/suil/

  PR:		213289
  Submitted by:	Michael Beer <beerml@sigma6audio.de>
  Reviewed by:	Yuri Victorovich <yuri@rawbw.com>

Changes:
  head/audio/Makefile
  head/audio/suil/
  head/audio/suil/Makefile
  head/audio/suil/distinfo
  head/audio/suil/pkg-descr
  head/audio/suil/pkg-plist