liblilv-0-0-32bit-0.24.10-150600.10.2.1<>,Efp9|8Ia.M!8寭X'Yfy@hA`D !Yp[/h9l;B<9slc'@n^~-Sc4.^l,O.OJbCDJ>ch5 y0t~B{,R]\ͱwyv~7 evbKӔpPZݗѺ㿀+mU޹*+ËO)`Hb)*X0LHf-`H+P2h*!0sV1>>T?Dd * O  ,29HP T X `  <(/88 9l :u >"G,H4I<X@YL\|]^bcpdeflu vwxy@Cliblilv-0-0-32bit0.24.10150600.10.2.1C library to make use of LV2 pluginsLilv is a C library to make use of LV2 plugins in applications.fh03-ch2a,SUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/System/Librarieshttps://drobilla.net/software/lilvlinuxx86_64/sbin/ldconfig,ff0977cd0bfbb611a6cae2abe4daa295b2886c3ad6f6ee2c7b8457e91a6f796b6aliblilv-0.so.0.24.10rootrootrootrootlilv-0.24.10-150600.10.2.1.src.rpmliblilv-0-0-32bitliblilv-0-0-32bit(x86-32)liblilv-0.so.0@@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.33)libc.so.6(GLIBC_2.34)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)libserd-0.so.0libsord-0.so.0libsratom-0.so.0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3_T]@][YYZ@YZ@X@XwoVuFVf@Vf@T@dmueller@suse.comdavejplater@gmail.comdavejplater@gmail.comtchvatal@suse.comdavejplater@gmail.commpluskal@suse.comdavejplater@gmail.comjengelh@inai.deolaf@aepfle.dedavejplater@gmail.comsomeuniquename@gmail.comsomeuniquename@gmail.comp.drouand@gmail.com- update to 0.24.10: * Fix memory leaks in lv2bench * Fix various minor warnings and other code quality issues * Make lilv_world_get() use translations * Split and clean up test suite * Allow passing strings for URIs in Python API when unambiguous * Fix cases where incorrect translation is used * Fix deleting state bundles loaded from the model * Fix memory leak when dyn-manifest has no plugins (thanks Michael Fisher) * Implement state:freePath feature- Add specific version requirement for libserd see boo#1158728- Update to release 0.24.6 fixes boo#1158296 - Upstream changes: * 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- Version update to 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)- Revert devel package name to original, causes unresolvables.- Switch to python3 - Run spec cleaner - Rename devel subpackage- 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()- Rename soname to sover to better reflect its use - Update descriptions - Since there is no %pre section, replace questionable Requires(pre) by Requires.- Add baselibs.conf for gstreamer-plugins-bad-32bit- Force lilv package to use the version of sord that it was built against.- Add runtime requirement of sord 0.13 (new API required since 0.22)- Update to version 0.22.0, Added lilv-python-bindings-fix.diff backported from unreleased v 0.22.1 - Upstream changes : * 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- Update to version 0.20.0 * Don't load files multiple times if they are listed as rdfs:seeAlso for several plugins * Call lv2_lib_descriptor separately for different bundle paths (fix loading several dynamic plugins like Ingen at once) * Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL * Add convenient lilv_new_file_uri for creating file URIs * Fix use of lv2info -m and -p options to write plugin data (useful for porting plugins bridges with NASPRO) * Fix issues with lilv_plugin_get_author_name and friends (thanks Filipe Coelho) * Improved/working lv2_apply.py to apply plugin to a .wav (thanks Joe Button) * Add lilv_world_unload_bundle() and lilv_world_unload_resource() * Fix several minor memory leaks * Improve test coverage * Upgrade to waf 1.7.16/bin/sh0.24.10-150600.10.2.10.24.10-150600.10.2.1liblilv-0.so.0liblilv-0.so.0.24.10/usr/lib/-fomit-frame-pointer -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.suse.de/SUSE:Maintenance:34741/SUSE_SLE-15-SP6_Update/d495c2d4f32d58c330a61450795f1557-lilv.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=20b9a634bb9514ba682054a6551e327d7e4c9f94, strippedPRR RRRR RRR RR R RRutf-82a59c3d4271d5201302d6b9a1a8385fd9c564087c13e5a4d5de995553212782d? 7zXZ !t/3#{]"k%]eCt^rv?;tۆ#p蝹#mH{yXg.6G4CSr6 .|D&;HՆ"1.~H$4 Ei$`~yh#?~&1q#2^MH]j#&1`!' G "Rd[Q*&!`+ȃ?L"8Š@RGS鐜k qp@RS !JOhAA 0䝁 WN~K;gGjʧ-ʴu3@Mؚwx!̈^.T6=-}[PUshi>dJQ6YOs3ߺ AgO.O^220ܯ4!k.dpn؉ɸ41oڸ?BCY8~ҢwDJE_5-Z9^ u,Vg?7  Z]'@oPZ4!9VR>#W2d#.5n_i" w4Po:3On8&t؂; M@  )*Ho{'8Euev0:&2AzB!& O4)vԮ Ʀ>M{ @gp%URq;Х­`'hc|ZT2֐xJٻG]YR2(;+^6r iڼϵeؐ4&~L:0ĦCJb#<7kox-Q1A@OR(w%q͠WN70:ԊvzĽZzO.Oב@HO1ߚ}O{<|ݫ\}cF@O`e0]|}ۛO.hqyED|?HY_w>VP7|&?\e|@Ia[~uOUǾgizYW XL^ h?p%nI%+jai縟bꠔr=o *ul˳Ao<꓂2qS<'qe{8 k_k?P2V Ƌ};t-ը5MfgmL̿K 09!(6\iE5f`MihTݝ{V|`/>HbI&PQr,$`sDF^1;᫳2% }Im!XD6A'RlMG5fpwQ1597,m%iLF|Kڎ&0sʲ#< r|&hO!H^xπ ^86,ʝAFSmpиtm| Xfr@b[m/Mb;~qoC?GsHvFq릐Ӽ 4K- sj~we~ۏ 9uO#屳e۰x|LZtg:p.tn)7 Vi`+u>֪Ts>ٗ@:ԑSiLUzN/p2B ܙ.CVlJnnPBm#E76f5^>ƢWlоUB|o7ѺD@7;"MKfE 6?5@@3./tˁHEPr̅)rt'Eۦ!/GJsvd9,cZͥ8ĴRlfGXz׿o'aT,>PqU7-)-:O7ulSXC'l*^Bܒa5:&;B»(".,ۣtXafфfUwDhƫS6T=rE\&b%Z-?fObӜe+x#7~n! X &RkgKbwg$fwq3/Rh} ͌O&hAw+;oK lMzr i>oX`M7[pL1T/jKN5&+ YNL$ #CUУxx*ہ/pPע i @;`fCd6o{h4A]SC\,5o.vBݑkF킵r"efm[_ \:pdJ"z0nЖG9a /1JTKHU5;A!+V{AYYB(^ܦ+&dQL](0.8a*ڔ2F/xVv̀ &"kbr~)S+ޖk+WXMp-fW8[BAN([rY6 v*}Z?I94rLKؼa 1z*L3Ւho=;"PSSTSo I8E'u}]jx 2ӽ6NwQh5|u%'NKLYdja9۬ɟ+yg;Gʊ%]DEP-{Z-+(A :~ f_qWޖ2b໗sוWDa { RKok*ͭI6-Y/5M$gHodװ zi4^A+rRg]b|?!^Joevt3̬X\{^VVe)%9@K˙ܖtΝCf4ǧ "O/9ȖǼcWYEd!cCDz%MHIl@hH2 XW61T&`hFH5%\vi5 h @'摪,7 }%H3hQXԴ3'1r AH k17Y^]Km|aBaּ JtSY`˫Γ¥d'pLX6NlѴܗU56 h/HP"fvjAo"**·swJ$K' )WPwZ \^8A{^´-; Yݾ h6R+>7H攽 j\H"Fk0߻ vU;~_4 p+}IR:N2:ǩA-1+q|3kyYR^}yfH("FvI mR`U垴-3l&*`'k3u !A:f&MF5UK{yS qAowebIq{[rPs >#>|CSU H`w:]`Ӡ34C|5VG|.A >Gȗ*9Â^2?҄Cri!?[!Ai ,V>PB:-5M9~ ,>7M.Fg;F&`h쩽SI[V 2 e !f[Z;`TY+da~Y*JaFU"fiˡ@,VvrtȄ{}jȗwFLf>?W{`êǹV_(w6k9ȆȨɕ0!d齰<(>`[A@4ZSO> =3|^5|Q, AYZ*˧0|[z:v!m%D|?H,(;o#b'S)>?B詓:_ri@5L]]Y&)Rs{poֽ=VRZLG h6]Q\/Cb?&qAdC!l A-HU<ي99GTߑG0DZ7"51yuҹZ F~ h!;\nD3?5ORMUWM΍=ڨT{ *M3F-&d߅si""4v Z p@$VcJ]=0po <=['_:x_ jbJ-QXȑ& F,\Yq, mS\P߁L*Ky;Mf&(14nHӞSڵ!+cUVo5Kd1$u xE4뒕kˋ?GX?z7B KPpdCXuvB#X$EcuAgIIA ܭY<ѥNʥdvy3&7,{pU5uJcT/{;Eu#,f}# 'o/_%F{#b"ޮX('9jܖּ6񹉳ZRE3:[x.P͑ "nI.iur\y"Nt;l*bt @gyyuaT qOY!AMB<$'oB@"%@_+7'y7A=;tKhӓ}`L ۆuշQ޵y=7F}aM":cX^!L@H uUcLcleU}1([cI"ϝmD΋UMG0E>SCN;1rAifo4ΈȒ xS*TpYjȶwcV F/&|EGn oKsdSVkLMT5hv,F'k &TwƩ=AObM≾j7DH#/M9oNp)t{)0! qI(LhQ"̐ )5i+1T0S-ϞlEz#L~@N*se֘3*g&80!% 0DF˦:P/ͽg] "]6 Oxn{W[nMz>`) <" IƱ'.cu29.e,_eͶX (}aqSddfV(rExvl3qbO/5 ʽbq4c-Kف 4 G%B'Ƀ5Wt*ANmo/# =i'={`oF; ٤G Mvu(x~)2G:hM"QȢϴ$?Kbz#KK% A4 nhg@`^?q]h2@WˢeLޙ>5O#'%1hڿ^]a AĦup']l| ?"\^0 v 4rIlЌqƘG0]UC~/W+R=+-=g^ ǭSS]uͱd'0:8 Zw4QqEWwP wg *Q# M5QL~y{L9IO߳XN_;AяuZ[lQȿlN-B)׃RyZV:uiz2g y(I"w;b؃Ӝn!̿8M北ⵢzE-j=GVI=@Q{,mGQnE1)s(J'CfukWSNnTIDDZsV/n@&w9T(uYÝάp p-RrIt=3; 㟓' _,DLe,Bx@tBG{9MN7T7i+zKȰ.0Dђѣ~49Iܱe[8LlD/w532?j(HԼS o3GqUPUr:iov6zԨf#_⃁rn+qxb`5gBF&4/!鸳, D+"I~jd`G^m'h'zfFyF0Y#40Si4LFA+s]eZe+/[Zޠ X~<><"Y%0^@b"݈?_osDQmbcRMgBxdhLQJs%F%?O"Lk+Xqʧ] ?ه9.ʭxjyQ*B[BvHq.BΚrҎ_YL8+gXg!߬Q:=#jWvFϿ>Ι̒nQXi%'͘:^U7h| |L%`k`ymbo~|# ? +Ӣ:̐Bydaw1OO[UljmA$$m:nh0~ik:A޷>Y"ѩ/QbF܌ei-(D)1=E(2ROB+ -RRt2^5C"5#'Y.FˀktnWO@>ҫ3 ZQFJS8 mR&aCoR튷rL q!W:cYHԿbS:W᳞>&Ta'y9 'Y!55CAHI.ZVGg{ׂ YZ