Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : suil | name : suil | ||||
| version : 0.10.4 | version : 0.10.6 | ||||
| release : 3 | release : 4 | ||||
| source : | source : | ||||
| - git|https://github.com/drobilla/suil.git : v0.10.4 | - git|https://github.com/drobilla/suil.git : v0.10.6 | ||||
| license : ISC | license : ISC | ||||
| component : programming.library | component : programming.library | ||||
| summary : A library for loading and wrapping LV2 plugin UIs. | summary : A library for loading and wrapping LV2 plugin UIs. | ||||
| description: | | description: | | ||||
| 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 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. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(gtk+-2.0) | - pkgconfig(gtk+-2.0) | ||||
| - pkgconfig(gtk+-3.0) | - pkgconfig(gtk+-3.0) | ||||
| Show All 12 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.