SHA256
1
0
forked from pool/lilv
Commit Graph

53 Commits

Author SHA256 Message Date
Cristian Morales Vega
43e26455e9 Accepting request 130641 from home:RedDwarf
- Update to 0.14.2
  * Fix dynmanifest support
  * Add lilv_plugin_get_extension_data
  * Use path variables in pkgconfig files
  * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
  * Make Lilv::uri_to_path static inline (fix linking errors)
  * Use correct URI for dcterms:replaces (for hiding old plugins):
    "http://purl.org/dc/terms/replaces"
  * Fix compilation on BSD
  * Only load dynmanifest libraries once per bundle, not once per plugin
  * Fix lilv_world_find_nodes to work with wildcard subjects
  * Add lilv_plugin_get_related to get resources related to plugins that
    are not directly rdfs:seeAlso linked (e.g. presets)
  * Add lilv_world_load_resource for related resources (e.g. presets)
  * Print presets in lv2info
  * Remove locale smashing kludges and use new serd functions for converting
    nodes to/from numbers.
  * Add LilvState API for handling plugin state.  This makes it simple to
    save and restore plugin state both in memory and on disk, as well as
    save presets in a host-sharable way since the disk format is identical
    to the LV2 presets format.
  * Update old references to lv2_list (now lv2ls)
  * Support compilation as C++ under MSVC++.
  * Remove use of wordexp.
  * Add lilv_plugin_get_port_by_designation() and lilv_port_get_index() as an
    improved generic alternative to lilv_plugin_get_latency_port_index().
  * Add lilv_plugin_get_project() and get author information from project if
    it is not given directly on the plugin.
  * Remove glib dependency
  * Add lv2core as a pkg-config dependency (for lv2.h header include)

OBS-URL: https://build.opensuse.org/request/show/130641
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=3
2012-08-11 10:56:37 +00:00
Dave Plater
62c6d03fa8 Accepting request 72854 from home:plater
Update .pc files

OBS-URL: https://build.opensuse.org/request/show/72854
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=2
2011-06-07 09:12:26 +00:00
Dave Plater
543995b499 Accepting request 72808 from home:plater
New package lilv replaces slv2 for building apps that can use the LV2 plugin system

OBS-URL: https://build.opensuse.org/request/show/72808
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=1
2011-06-06 18:19:50 +00:00