summaryrefslogtreecommitdiff
path: root/audio/suil
AgeCommit message (Collapse)AuthorFilesLines
2022-09-11*: bump PKGREVISION for flac shlib bumpwiz2-4/+4
2022-08-11Bump all dependent packages of wayland (belatedly)gutteridge1-1/+2
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-06-11suil: update to 0.10.12nia2-7/+6
suil (0.10.12) stable; * Fix build issues with newer toolchains * Fix some compiler warnings * Remove Qt4 support
2022-03-28a*/*: revbump(1) for libsndfiletnn2-4/+4
2021-12-08revbump for icu and libffiadam2-3/+4
2021-10-26audio: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes. The following distfiles couldn't be fetched (possibly they are fetched conditionally): ./audio/freeswitch-sounds-ru/distinfo freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz ./audio/freeswitch-sounds-ru/distinfo freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz ./audio/freeswitch-music/distinfo freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz ./audio/freeswitch-music/distinfo freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz ./audio/freeswitch-sounds-fr/distinfo freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz ./audio/freeswitch-sounds-fr/distinfo freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz ./audio/freeswitch-sounds-en/distinfo freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz ./audio/freeswitch-sounds-en/distinfo freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
2021-10-07audio: Remove SHA1 hashes for distfilesnia1-2/+1
2021-01-24suil: Update to 0.10.10nia2-7/+7
suil (0.10.10) stable; * Clean up minor code issues * Remove the need for a generated configuration header
2020-12-03suil: Update to 0.10.8nia2-8/+7
suil (0.10.8) stable; * Fix X11 in Gtk size regressions (thanks Robin Gareus) * Fix compilation on MacOS older than 10.12 * Fix drag and drop for X11 in Gtk * Fix various minor warnings and other code quality issues -- David Robillard <d@drobilla.net> Sun, 27 Sep 2020 12:22:08 +0000
2020-08-18*: revbump for libsndfileleot2-4/+4
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot2-4/+4
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz2-4/+4
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz2-3/+4
2019-12-14Convert some drobilla.net packages to waf.mk.nia1-27/+3
This removes a lot of do-X: targets and redundant python runtime deps.
2019-12-14suil: Update to 0.10.6nia2-7/+7
suil (0.10.6) stable; * Add no-cocoa configure flag * Update build system
2019-10-06suil: Update to 0.10.4nia3-10/+13
Changes: Add support for min/base size hints for X11 in Gtk (thanks Hermann Meyer) Add support for Qt5 in Gtk3
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz2-4/+4
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya1-1/+2
This is a semi-manual PKGREVISION bump.
2019-01-03Update suil to 0.10.2 and remove a bunch of build kludges.bsiegert3-24/+10
Suil 0.10.2 * Add support for Cocoa in Qt5 * Fix resizing and add idle and update rate support for Qt5 in Gtk2 * Fix various issues with Qt5 in Gtk2 Suil 0.10.0 * Add support for X11 in Gtk3 * Add support for Qt5 in Gtk2 * Add suil_init() to support early initialization and passing any necessary information that may be needed in the future (thanks Stefan Westerfeld) * Fix minor memory errors * Fix building with X11 against custom LV2 install path (thanks Robin Gareus) Suil 0.8.4 * Configure based on compiler target OS for cross-compilation * Add Cocoa in Gtk wrapper (patch from Robin Gareus) * Various Windows fixes (patches from Robin Gareus) * Center X11 UIs in Gtk (patch from Robin Gareus) * Fix initial size of resizable X11 UIs in Gtk (patch from Robin Gareus) * Bubble X11 key events up to Gtk parent (patch from Filipe Coelho) * Add Gtk2 and X11 in Qt5 wrappers (patch from Rui Nuno Capela) * Fix compilation with -Wl,--no-undefined * Fix a few minor/unlikely memory errors * Gracefully handle failure to open wrapper * Only report suil_ui_supported() if necessary wrapper is compiled in * Upgrade to waf 1.8.14
2018-11-14Revbump after cairo 1.16.0 update.kleink2-4/+4
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon2-4/+4
2018-09-17suil: appease pkglint by appending instead of assigning to this variable.maya1-2/+2
2018-09-17suil: we're using a builtin waf, it is an older one that doesn't supportmaya1-1/+3
newer python. restrict to 2.7. reported by john d. baker in pkgsrc-users
2018-04-16Recursive bump for new fribidi dependency in pango.wiz2-4/+4
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz2-4/+4
2017-02-12Recursive revbump from fonts/harfbuzzryoon2-4/+4
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz2-4/+4
2016-08-03Revbump after graphics/gd updateadam2-2/+4
2016-06-05Fix typo.wiz1-1/+1
2016-06-05Import suil-0.8.2 as audio/suil.ryoon5-0/+102
iSuil 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.