Commit Graph

17 Commits

Author SHA256 Message Date
Dave Plater
de725323f5 Accepting request 538932 from home:plater
- Revert devel package name to original, causes unresolvables.

OBS-URL: https://build.opensuse.org/request/show/538932
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=30
2017-11-04 12:09:37 +00:00
Dave Plater
e7a1a40f8a Accepting request 538751 from home:pluskalm:branches:multimedia:libs
- Switch to python3
- Run spec cleaner
- Rename devel subpackage

OBS-URL: https://build.opensuse.org/request/show/538751
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=29
2017-11-03 15:51:41 +00:00
Dave Plater
d6e829aef3 Accepting request 538624 from home:plater
Update to version 0.24.2
Remove patch lilv-python-bindings-fix.diff it's now incorporated by upstream.
Upstream changes:
    Fix saving state to paths that contain URI delimiters
    Fix comparison of restored states with paths
    Add new hand-crafted Pythonic bindings with full test
    coverage.
    Add lv2apply utility for applying plugins to audio files
    Add lilv_world_get_symbol()
    Add lilv_state_set_metadata() for adding state banks/comments
    /etc (based on patch from Hanspeter Portner)
    Fix crash when state contains non-POD properties
    Fix crash if NULL predicate passed to lilv_world_find_nodes()
    Fix state file versioning
    Unload contained resources when bundle is unloaded
    Do not instantiate plugin when data fails to parse
    Support re-loading plugins
    Replace bundles if bundle with newer plugin version is loaded
    Fix loading dyn-manifest from bundles with spaces in path
    Check lv2:binary predicate for UIs
    Add LILV_URI_ATOM_PORT and LILV_URI_CV_PORT defines
    Fix documentation installation
    Fix outdated comment references to lilv_uri_to_path()

OBS-URL: https://build.opensuse.org/request/show/538624
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=27
2017-11-03 09:34:08 +00:00
Dave Plater
f0064adc23 Accepting request 454006 from home:jengelh:branches:multimedia:libs
- Rename soname to sover to better reflect its use
- Update descriptions/ensure neutral POV
- Since there is no %pre section, replace questionable
  Requires(pre) by Requires.

OBS-URL: https://build.opensuse.org/request/show/454006
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=25
2017-02-02 04:47:12 +00:00
Dave Plater
51750cbd83 Accepting request 449789 from home:olh:branches:multimedia:libs
- Add baselibs.conf for gstreamer-plugins-bad-32bit

OBS-URL: https://build.opensuse.org/request/show/449789
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=23
2017-01-12 08:44:05 +00:00
Dave Plater
0831946a99 Accepting request 349626 from home:plater
force lilv to use the sord it was built against.

OBS-URL: https://build.opensuse.org/request/show/349626
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=22
2015-12-19 08:47:37 +00:00
Dave Plater
bdcee1dfe8 Accepting request 349470 from home:rwman:branches:multimedia:libs
Add runtime requirement of sord 0.13 (new API required since 0.22)

OBS-URL: https://build.opensuse.org/request/show/349470
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=20
2015-12-18 19:35:15 +00:00
Dave Plater
4f2daa3c1a Accepting request 349392 from home:plater
Made more verbose patch description in changes.

OBS-URL: https://build.opensuse.org/request/show/349392
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=19
2015-12-17 14:25:57 +00:00
Dave Plater
f384515e6a Accepting request 347993 from home:rwman:branches:multimedia:libs
Update to version 0.22.0, backport python bindings fix from 0.22.1

OBS-URL: https://build.opensuse.org/request/show/347993
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=15
2015-12-09 06:58:44 +00:00
Dave Plater
f91800b33a Accepting request 281545 from home:posophe:branches:multimedia:libs
Update

OBS-URL: https://build.opensuse.org/request/show/281545
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=13
2015-01-30 12:42:08 +00:00
Cristian Morales Vega
4672b38505 - lilv-0.16.0-python_bindings.patch removed
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=11
2014-07-18 08:36:56 +00:00
Dave Plater
a24409085f Accepting request 240896 from home:RedDwarf:branches:multimedia:libs
- Update to 0.18.0
  * Allow lilv_state_restore() to be used without passing an instance,
    for restoring port values via a callback only
  * Fix unlikely memory leak in lilv_plugin_instantiate()
  * Support denoting latency ports with lv2:designation lv2:latency
  * Allow passing NULL port_class to lilv_plugin_get_port_by_designation
  * Call GetProcAddress with correct calling convention on Windows
  * Add support for running plugins from Python by Kaspar Emanuel
  * Clean up after test suite so multiple runs are successful
  * Add lilv_port_get_node() for using world query functions with ports
  * lv2info: Don't display invalid control maxes and defaults
    (patch from Robin Gareus)
  * lilvmm.hpp: Add wrappers for UI API

OBS-URL: https://build.opensuse.org/request/show/240896
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=10
2014-07-16 15:31:10 +00:00
Cristian Morales Vega
dea7483b83 - Add lilv-0.16.0-python_bindings.patch
- The minimum sord version is now 0.12.0
- The documentation directory is now versioned

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=8
2013-09-06 14:04:22 +00:00
Cristian Morales Vega
ccd3d902cd - Update to 0.16.0
* Add lilv_world_ask() for easily checking if a statement exists
  * Add lilv_world_get() and lilv_port_get() for easily getting one value
  * Add lilv_nodes_merge()
  * Make lilv_plugin_get_port_by_designation() return a const pointer
  * Require a URI for lilv_state_to_string() and fail gracefully otherwise
  * Fail gracefully when lilv_state_new_from_string() is called on NULL
  * Make state loading functions fall back to lv2:default for port values,
    so a plugin description can be loaded as default state
  * Ignore state ports with no value instead of printing an error
  * Support atom:supports in lilv_port_supports_event()
  * Add va_list variant of lilv_plugin_get_num_ports_of_class()
  * Fix several plugin functions that failed to load data if called first
  * Correctly depend on serd at build time (fix compilation in odd cases)
  * Disable timestamps in HTML documentation for reproducible build
  * lilvmm.hpp: Support varargs for Plugin::get_num_ports_of_class()
  * lilvmm.hpp: Add several missing methods
  * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory)
- Remove lilv-0.14.4-build_compare.patch, applied upstream

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=7
2013-09-05 21:07:55 +00:00
Cristian Morales Vega
c4c4762c48 - Update to 0.14.4
* Deprecate old flawed Lilv::Instance constructors
  * Fix documentation for ui_type parameter of lilv_ui_is_supported()
  * Fix crash when lv2info is run with an invalid URI argument
  * Gracefully handle failure to save plugin state and print error message
  * Reduce memory usage (per node)
  * Simpler node implementation always backed by a SordNode
  * Make all 'zix' symbols private to avoid symbol clashes in static builds
  * Add lv2bench utility
  * Fix various hyper-strict warnings
  * Do not require a C++ compiler to build
  * Add option to build utilities as static binaries
  * Upgrade to waf 1.7.2
  * lilvmm.hpp: Make Lilv::Instance handle features and failed instantiations
  * lilvmm.hpp: Add Lilv::Instance::get_handle()
  * lilvmm.hpp: Add Lilv::Instance::get_extension_data()
- Add lilv-0.14.4-build_compare.patch to make build reproducible

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=5
2012-08-26 23:14:23 +00:00
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
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