libsuil-0-0-0.10.6-bp154.1.165 >  @ b|c!M@eee4)[ɍvuI؟JyܬwѮ/v;c!.AY\aٞBJ3#6lN+=" dR2^8F`t]1oOaSQA>p@l?\d ! _ 5;D` n |  _ |T | a (8 9 : >-@<FKG`H|IXY\]^Dbcmdefluv wxyz XClibsuil-0-00.10.6bp154.1.165Lightweight C library for loading and wrapping LV2 plugin UIs Suil 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 (Suil performs its magic at runtime using dynamically loaded modules). The API is designed such that hosts do not need to explicitly support particular toolkits whatsoever. If Suil supports a particular toolkit, then all hosts that use Suil will support that toolkit.b|clamb51=SUSE Linux Enterprise 15 SP4openSUSEISChttps://bugs.opensuse.orgSystem/Librarieshttps://drobilla.net/software/suil/linuxx86_648hAA큤A큤b|cb|cb|cb|c]b|c]f6726b595956818e34e3b193d20652cbaa6bff0d641607fc95547efeb61ebfd74b94f49432bec4fc2887849711bc4f2aa32c8788175879edb94155d3fc520bf4117d1583f9f18016e0bff77531aabc9234143e107ec393d9107cf069eeef1161libsuil-0.so.0.10.6rootrootrootrootrootrootrootrootrootrootrootrootrootrootsuil-0.10.6-bp154.1.165.src.rpmlibsuil-0-0libsuil-0-0(x86-64)libsuil-0.so.0()(64bit)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3_7@^0"@\E@ZjZv@Z$Vl @S @RI@Dirk Mueller Stefan Brüns Luigi Baldoni jengelh@inai.dealoisio@gmx.comaloisio@gmx.comdavejplater@gmail.comRui Nuno Capela - 0.8.2-10Rui Nuno Capela - 0.8.0-9- update to 0.10.6: * Add no-cocoa configure flag * Update build system * Add support for Qt5 in Gtk3 * Add support for min/base size hints for X11 in Gtk (thanks Hermann Meyer) - Drop upstreamed patch suil-wrong-cocoa-detection.patch- Drop bogus python(2)-qt5 runtime dependencies, python is only required for the build system. - Remove unused python3-rdflib build dependency.- Update to version 0.10.2 * Fix resizing and add idle and update rate support for Qt5 in Gtk2 * Fix various issues with Qt5 in Gtk2 - Use python3 for build - Added suil-wrong-cocoa-detection.patch - Spec cleanup- Fix SRPM group.- Fixed supplements lines- Update to version 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) version 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 - Dropped qt4 plugins - Split plugins into separate packages so that only actually required libraries are pulled in- Packaged plugin modules in plugins package- New upstream release. suil (0.8.2) stable; * Fix embedding several Qt UIs in Gtk * Add configure options to disable all Gtk or Qt support * Upgrade to waf 1.7.16- New upstream release. suil (0.8.0) stable; * Add suil_instance_get_handle (patch from Rui Nuno Capela) * Fix compilation errors on some systems * Upgrade to waf 1.7.14 suil (0.6.16) stable; * Fix suil_instance_extension_data() for UIs with NULL extension_data * Fix crashes and resizing for X11 in Qt (patch from Rui Nuno Capela) suil (0.6.14) stable; * Print system error message if module fails to load * Lower dependency from Gtk 2.24 introduced in 0.6.12 * Add support for new LV2 idle interface * Support resizing for X11 in Gtk (patch from Robin Gareus) * Upgrade to waf 1.7.11 suil (0.6.12) stable; * Fix key events for X11 in Gtk without using a troublesome event filter * Fix crash when a broken UI returns a NULL descriptor * Fix compilation on BSD suil (0.6.10) stable; * Downgrade to waf 1.7.5, previous version does not build modules due to package check breakage in waf 1.7.6 suil (0.6.8) stable; * Fix crash in x11_in_gtk2 when event_filter fires before widget is realized * Use libgtk-x11-2.0.so.0 (with .0 suffix) by default which is available on systems without the dev package * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory) suil (0.6.6) stable; * Fix embedding Gtk in Qt as a child widget (support reparenting) * Support for wrapping native Windows UIs in Gtk2 * Gracefully handle UIs with no port_event method * Replace host provided features that match Suil implemented features, rather than passing UIs duplicate features * Disable timestamps in HTML documentation for reproducible build suil (0.6.4) stable; * Correctly handle resizing for Gtk2 in Qt4 * Improve documentation suil (0.6.2) stable; * Fix crashes when wrapper widget is destroyed by toolkit before suil cleanup function is called * Link Gtk wrappers with 'nodelete' to avoid Glib type errors * Allow run-time configuration of module directory via environment variable SUIL_MODULE_DIR suil (0.6.0) stable; * Use path variables in pkgconfig files * Add support for embedding X11 UIs (ui:X11UI) * Support new LV2 UI features automatically if provided by host suil (0.4.4) stable; * Fix embedding Gtk2 Qt4 UIs in Qt4 hosts that do not link to Gtk2 suil (0.4.2) stable; * Fix compilation issues on some systems * Fix build system Python 3 compatibility suil (0.4.0) stable; * Initial release/sbin/ldconfig/sbin/ldconfiglamb51 16523189830.10.6-bp154.1.1650.10.6-bp154.1.165libsuil-0.so.0libsuil-0.so.0.10.6suil-0libsuil-0-0README.mdlibsuil-0-0COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libsuil-0-0//usr/share/licenses//usr/share/licenses/libsuil-0-0/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/e7120252c399f1e01001374969a9c65b-suilcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=63d9becd9873852b583d9c84f5fed085761095a4, strippeddirectoryASCII textPRRRR]xҦ+]=Wutf-8c39056039db7811a6552f8a7551dbb2ed6db820507421838587e9cffba2bba40?7zXZ !t/A] cr$x#Ft/y(|؅߄mY"i,4c/}Q=.~@¥iЦiL~#o?$=-BԔ@%FF0"rA`KF@ 2&G̛ękbCD$x̯b(K隃eS#TAYnjJTWS{+ 4d3:k,K&u?h cзZ{gy&ؽQ@yʠtaKmв/#p_u.sF]Nsr~'N%Әʛh!KR8-$0WmW|iHk`QF݁?ۇ%J+iP9G&H?,6D)|>x:ulOg^vd}4arZ@ȍo;;i7h2n1q?MBh~2QF8-sy f_sCHW40;L4Ū{s,&iQ7+h6rēwڀISDQVTx-Fg nީFҹi+/</myE{=O@=m**kpsnvavY~30ǜT jea9P0HzA WIwl!G)݋4QP V­\!D28a%Ƹ cl]|GSB"bU8CChi2KNt,|Şר.^Dw4K`fY6NsM?,tj$7seQ08.RL*M5a\/핣MZyyl}F[M v\yC~O?;o<_?V%՝ z^ )nLڑ6b?8l8wg%?p[<,yW\07@Nͪ-qP&Z$wJYJ464 PCg[  z ֮W[4/)bmxs_ɘ'2 tsԧbrWjXdKve>㠻 5,$\R8Y \xC Q0'X(Dc*svw#߈ˋj1?)pmL~ q@K,qzdh#{)_چJ"v?+D+2MjG$vq4'4+\$MD_R%G~^DbՒcϤ1ռ^sS%Ԕ\&RWqhD Eၾ0do@גJ4:;͉F,ֶvo2_((kȒ&؆A>_wG+41N6St." G^ue6eޠUw;!,Cn L\kmuyUP3?W2GL!Q!Ҋ̦׆b=`<lSY*S7 +ƹ<0 -HA *bFS}jwLS0 ^wɭn/YqɊe~˙w ~; _5H:c1@LBa1z#cN5O % Ky Ƌ2a`wL8mJD#6uأl{jw:+f)m؀Xʂ}P$",#vg$eMؾHZvj.iCP/p @k/%l 6.r~qN}kىE@ɍ[ɀ_ByI)E~*CO0k)ƞ| W>.".ۏC5Rpbb/R35#)mmM 6]58@ z%Bn XE[n'St6菭y/#ݝfh/pqR-m^0>Eѿ&2v_:4tHY;AYKjǤU_قab8Skv)^رCo qЫJF/ݾEя5ފot?r{@Q)BA Iro+{WcIδqJmEBl沚\Ss:/3Ϣ RLXw_'*H_TMjaFX/Hip2D"eTP0"nsk"uʒAhSw0๟wf{)Q|-v\)1K AU-E?]{S?SC8J=lAQu<@l_kK?H i)nVvoUbx[v璅6b6;@UJo.,Y:nਦr;tVYrgT~bֱן:E$ ʇj7oc#Jyd-ޓQf6:7']y'-qHKUA8?ɱ|nѩɧՊ५2CLT'"}NL*@mϵәn$(+tR7|CiDVEs@8WVt?kэJ% h2{U%da`){0HEjT9TS{!ydbbl?$Οƌ>oMVw妅.5SAz4(qYMꝉa7M@槠\LRaQcͣa +;KCpn5mݙV}M\֨(qmOr an 4P=4gBVTp+U%^ʥX3fs-B]Hm(Ӣto/%l= 290%.e1c~4Yk "U ոX[gΐЭ#)_cuy54'?l`_GkFu4Yz vN(Đn>tA&=pCb?Pg KNQa^ n m(•.[LH_v)1~ތ0?6KQDЮT:4oQFt*m<7B01X@\UDox1SQmgޖ~FԲdӑ.-P([ql< *բӒjsZN|wEnV/`VPT~듓x3rWS/FP\ VMQj}:fYSHPm;|2b+*aO3#• C%?f=xn}F ypv^-|'_W}5bqgYt]ϛ3vlu6V g ;'lЫ._%̤!|&nƶ YZ