libsuil-0-0-0.10.10-bp155.1.15 >  A dk;_I%z YA!:W^f'S?ñ.V4oW|M e^#BC'8ݔ+Dw5Kr:p3/#g7K :pl4Zmo=dx DuQt@T]A գ[)ZK3*c d EW_Ȯ`VhL$ӌ=mMX1̖ XATqAuj/ tw ,N5(4O<2]>z4G71BF|v\MXEuI}BKr<aB-ԦEQv98s;>]"Ʀ< 4fhگ+SpΒUZllo bb!F8694835325140b28d62bcb3086ab59b6fad0343bbb477d3151bddfa3a19b39e9b28f809644ba063fc7ee01eb7a3368f0373f78208dk;_I%z  S/o٫Y-@((a*k9X;C_܆Bj{ƃc>Ulj44(sB/͢\m7ޫ54!Je=v}_1!Vs&Nf7/ox.{ ¹*Qsm$?3_+ Ob nSi .U$cB¨旟T SHdeL(`NEjmx!]fbg:8D#Cݳ4/8TeT *PFz3Ykj|'gԥm bV b84sgOeݦd9z\eMdS ?`8l̲l9TZ)M$ [n۷o\BvENiO&L=\LS]ѵg$=BޡCZWL(U BRvD!%|PYme]zlkPsv7w 8dd\N@>p@?d ! _ 9?Hd r   c  X  e (8 9 : >@FG H(IDXLYX\]^bqcdefluvw\xxyzClibsuil-0-00.10.10bp155.1.15Lightweight 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.dk;VbeatlesDirk 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.10 * Clean up minor code issues * Remove the need for a generated configuration header - Spec cleanup- 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/ldconfigbeatles 16847491420.10.10-bp155.1.150.10.10-bp155.1.15libsuil-0.so.0libsuil-0.so.0.10.10suil-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-SP5/standard/d526416013531215f698f3804ed4a38f-suilcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=71b1d0bace6a0d2823a618b20c546ce474b86f9c, strippeddirectoryASCII textPRRRR(l{2oG!utf-8ee4efb47f0eba48b3dd6da39e5f49863caeb810647411bcfa298c59b503c3e74?7zXZ !t/@] cr$x#H{oN&ގP-nDl?VHͿyzMB-󁩔3[:WghNRd2G$*)QfȶX5\s=*CO ON+r`f_V-ԍ1]ARR1,)W (Q/3;k<8=6M0vv s{`Hr;rnS˺G+bt bX˙Ѫ2X%g5џꙫr@/#v$J'C%yzV8Ht?ZNS#Hb)LXgpnyM+dlR7K Fc|xD'Rqqn=bɹSOPm"`N606˒Tn}U&oG66 (0whVouS?ޡؙ44'Uʡ_w"ƣ!j#ğӀ>K WpFQV]ZC8{/\ZpdR'ƥJLr%2eZˌl;RA su -I +M.rмq,j`}ʅ]Q*)eqb En#;(N[ܔ_I: Ňڒ,9CU( _0*1Kc `WvNns]~vi~Ç~/*71kv7 ;vJ=Qw;W2an%_5P[ЪfLkŻyD(jwY% WS5Wxn#M{ ]g*gnr>R3d!J)N +T~<Jr,FSM%"K25졉{9F [~ьLO-QqN@}͵ ᰩ[ѱ j^H|<.ЮYy"50p+ @"{M̄|1sӇ/yYK")K+0 բYeuz5U$"ׯ&|. cquq8q#Xasc :ur!teY)={Shil㨜 :R0[m'0XV3+F>SlWpf ?Tľ.o 3M0!fBS.d0<5"e!V0ю{WMhm4^ BC3.w 5_4.]9d&Es#\-zN^aˬ4W_7o&:/id\i ~5ŬAtQ XdaM/5: iJwGiNa G"Gp<:=^9^TӏS^z)Rqdlc3939q Ig5p\`7GdÝF~ [HLo9:@@5{4eY; ̖2ӷBt"|XCaOŗ=05GT;瘛tޠ4Yɖ禨^x-ٚJ9NF~>tb$gA#l <[ "+{`VoB0oCb`*̈-dGmI:vR#e\29eWSI64Rc8:%)(O{ds|siUw+z1Otj6&ǸhBH:F3W%eJ""IޯNk<7sO(U3TsR() 8qxqP?CXE`SjpD,mm{Vu롊\ҕh~`$Pes/`m@ݩZ ~c~J`&ɮK}oB$h90L2ygk8-qk=IQU \s>4jᔷhq~=I,Sja_RZb<;fT9 rQe,-_,4dӛfsU$u=4 <v/e-X[}pJbxB?ϑmjyk=~H!ɜ ~ M9V'mǦB{DkX8N5>ܔzA(XF)1Eٍ} ^#wlǏu'X]PG$J\^RH $$xMq`4>cP(MR_4i 6&im}ΰmR`U(Tp,Y38OK4I5>߆_pVS(h驤t9$w}h:9Z+FaՈ鋙pL/)fAql,oy٬/r3Ak^*\qK`'I?'Rk*rUc1M;4CPPx)8U}%`騔 Sa `G\ 2y=8~n0J":7A>127 ^J'0$)e ..Gʥ78qA?8h.:z.=8qCF2јKY72* pR[2גQbϑr[ Wc2dt룰`d"F2\>&B1]| PJE $w?~ğ1pkZ'/PcXM=y%P?cݰs(~\q>jbeygɑ ƸCvH~-SeBXKHWgBMxᑯ5g%D8^tj6oe+[E)HSY[}ggfBL1LNĮH Ed;2 L?Qn0Ib+ikBgwU?RȜ5Otj!YNdO^~Zz dĄ/5_^cHox ޯP\qE*WF!{Rz3@D1oHޠz`EG|eqh;RÕŅ[5y)7)*5[.ϩA݅q H&M`g<]hf׸ sX.*>2nSfkm ZLn2CHȞT]6e(#l ն?{#vPk`XwXw8±0{}Q˛Ҝ#Y~ Gװg"^ףDNT[A7dyC{ܭ8[#>Nd$qAa%<_K@Kn1hEÂD=ː0kf 8t|OEwGLۜN5J!Wb1GѨe