2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2019-12-14 19:02:51 by Nia Alarie | Files touched by this commit (6) |
Log message:
lilv: Update to 0.24.6. Convert to waf.mk.
lilv (0.24.6) stable;
* Add more strict error detection when storing plugin state properties
* Add option to override LV2_PATH in applications
* Don't print errors when saving state if correct links already exist
* Fix GCC8 warnings
* Fix creating directories across drives on Windows
* Fix issues with loading state with saved files from the model
* Fix memory errors and Python 3.4+ compatibility in Python bindings
* Fix unit tests on Windows
* Make Python bindings more Pythonic
|
2019-11-02 22:09:18 by Roland Illig | Files touched by this commit (57) |
Log message:
audio: align variable assignments and directives
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-07-22 00:26:08 by Thomas Klausner | Files touched by this commit (1256) |
Log message:
*: recursive bump for gdk-pixbuf2-2.38.1
|
2019-07-08 16:02:14 by Nia Alarie | Files touched by this commit (1) |
Log message:
lilv: References lv2 in its headers
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|
2019-01-02 21:31:48 by Benny Siegert | Files touched by this commit (4) |
Log message:
Update lilv to 0.24.4.
Lilv 0.24.4
* Fix saving state when broken links are encountered
* Don't attempt to load remote or non-Turtle files
* lv2apply: Activate plugin before running
* lv2apply: Use default values when they are not nan
* lv2bench: Improve support for plugins with sequence ports
* lv2bench: Support running a single plugin given on the command line
* Gracefully handle plugins with missing binary URIs
* Remove use of deprecated readdir_r
* Install Python bindings when configured without tests (thanks Clement Skau)
Lilv 0.24.2
* Fix saving state to paths that contain URI delimiters (#, ?, etc)
* Fix comparison of restored states with paths
Lilv 0.24.0
* 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 when NULL predicate is 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 (based on
patch from Robin Gareus)
* Fix loading dyn-manifest from bundles with spaces in their 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()
Lilv 0.22.0
* Fix loading files with spaces in their path
* Add lilv_file_uri_parse() for correct URI to path conversion
* Add lilv_node_get_path() for convenient file URI path access
* Add lilv_state_emit_port_values() for special port value handling
* Add lilv_state_get_uri()
* Add lilv_state_delete() for deleting user saved presets
* Add lilv_free() for systems picky about such things
* Fix lilv_world_ask() to work with wildcards
* Fix creation of duplicate manifest entries when saving state
* Fix bindings for Python 3
* Load discovered owl ontologies as specifications
* Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes
()
* Tolerate passing NULL to lilv_state_restore()
* Preserve absolute paths in state if no link directory is given
* Fix a few minor/unlikely memory errors
* Configure based on compiler target OS for cross-compilation
* Fix lilv_realpath() on pre-POSIX-2008 systems
* Fix directory walking on some systems (thanks Matt Fischer)
* Windows fixes (thanks John Emmas)
* Minor documentation improvements
* Upgrade to waf 1.8.14
|
2018-11-14 23:22:54 by Klaus Klein | Files touched by this commit (1332) | |
Log message:
Revbump after cairo 1.16.0 update.
|
2018-11-12 04:53:16 by Ryo ONODERA | Files touched by this commit (1532) |
Log message:
Recursive revbump from hardbuzz-2.1.1
|
2018-07-31 17:35:38 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
lilv: Fix build on SunOS.
|