liblilv-0-0-0.24.10-150600.10.2.1<>,Ifp9|&xWj%@{G (d23~!Of_iL:+[7$66A7E{)2W8ܰ8. 0ќo(et0ll[Mbk*L11L?y|'^$K|j{/9L@D?4d $ I  ,2<L T \ l  ,@dt5(j8t 9 : >^@mF|GHIXY\]^@bc+defluvwxyz0Cliblilv-0-00.24.10150600.10.2.1C library to make use of LV2 pluginsLilv is a C library to make use of LV2 plugins in applications.fibs-power9-11 SUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/System/Librarieshttps://drobilla.net/software/lilvlinuxppc64leA큤fff_p849791b7797a5d0551f76678993aa6c17aa9e771a1ae776d0b6b17a15ef341827d1b54fc34b445eec4dcfba71e59891d2ee9c64ff0374ea6a58527da221b0140liblilv-0.so.0.24.10rootrootrootrootrootrootrootrootlilv-0.24.10-150600.10.2.1.src.rpmliblilv-0-0liblilv-0-0(ppc-64)liblilv-0.so.0()(64bit)@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libserd-0-0libserd-0.so.0()(64bit)libsord-0-0libsord-0.so.0()(64bit)libsratom-0.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.30.160.16.143.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/sbin/ldconfig/sbin/ldconfigibs-power9-11 17207694830.24.10-150600.10.2.10.24.10-150600.10.2.1liblilv-0.so.0liblilv-0.so.0.24.10liblilv-0-0COPYING/usr/lib64//usr/share/licenses//usr/share/licenses/liblilv-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.suse.de/SUSE:Maintenance:34741/SUSE_SLE-15-SP6_Update/d495c2d4f32d58c330a61450795f1557-lilv.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a6f916487e3fd85a41d6c8171c23e45c1ccadfbf, strippeddirectoryASCII textPRRRRR R R) sP]hutf-8ed0aba30c84d1ef1e127b69a79b92870bb1cf57e0de67e19b61963ab040d1d13?7zXZ !t/7&]"k%neCt^CٵfgU=qәhu.FkuvBԝA5´ΜR\LenQNDdF\9bӕ{͚Lz \DžgPWq֥3u^yuǀɫ3I1n'T#a&DY]劘Jn@%zÇ(ׅd?;HZ+߸1ާ:)v*5J&eQhR=]j12³.|W3L]  S⦽53J6ӗkZ4(T$ z\oY> GڙJ7 )=H?78cz{|䌎7.o*Mm]QμJj@NCwߔ+n!7rukHC<*G|*uuuɩ55pg#"l2>9v#yoʡ* /~Dc ޲uiu@/-6|I4:E 8f߼G~lѿ$V%xy#1_񑲸hqpfa)u'cH{Ѧ]X w Ae%84 (Y.vڗܯwzNo_QlJz혹$*v7aHͭ@g]еoP&m,dRNxIgOAGC3ď>W 4@ՓU,7ӏyc#jzћڣՎ< ixHM9+{.Kc}@f?=F@OMFL?*=rM0D 5XD^`XKaʡ7*@ɱoά2 d]Tmhh$ՑJx{u:Iwb'0" wt08&4]#\t XF82Ƌ&e&gac9$m=ʊ}dG喒T¹CEpɑ<~0jߚ-(聶_A笋-l?u?ta8>PR4Ht,3Y|OI,dS8=d{7yxAbdk@RDs.SY{bdYݖ?L,aۭ]gޓ%Fgtϲ>"Փi6֢o z{16 dގu(%A %B`&~l JG11d(bzLC{$byFK|@d|G@,'ɯWL=m>ʀa3'IAhA̱򛺟7Վ L>CNq4.d:4KMm'BTLhbmz&Nu/nR52ŭR}7qW}|/ pUCő kukA .iy}K ci  5!N`AMK=2,4릵)Ԭd,egcI8#$ю}Zr;n3HdWľ [ċ"ekR-n@#Xap=!f{֋xbX."底7QC6!b$eZ1V֎RC%&POPx"g IZ=C˾;,XhdN3:VF>-d55L7kb'ʲi3"Ҳ&rwN0Xp) @{ڶ餎zhS!jKPIEhJ+g4T%lDm)|Ɋh 7||d1ͮwu ?7&&W6X\nc |f= E,A뫸3[b2GEVz843-a!8GȔHh23Kqғ+HJ-XшUK,kR 5{V`4L:s)EUVr1*4 \G#( x IkS}9ڠ~fqEZGQenxڑAG6G]Y5s.7,;g̫3駎<%mF+EH1zXX$d}}*h|@ QV/[a9=bvR6"d?i[3&êQ/ײ|EkETk$Zcj]`;0D8l&^ X\ҍ'Y0ntIBZG\SpT e~=Xv@*?$̜]#erBohtI~}5p{)5аQk')A]Fz?|2̂Hnu8ې~pO& GAضgg1Q+/G6cjtWfixznOѝzz)-o?]4V#tU%ge~ 5+4kWYkxؕ^[4R<bkW^?@pgυʋ^XGM0D>Pt4X_h19m8. th.''4bDqeSL4m#\}aO~Y^0cLlܿ@GSpNtܞ4Qvs0OV(Z*n|3Do*<1X[[^>-F8(~0}D0=V<~Q{I2gO}ETPNtⓒYr_䭡}]sv:QVޫS.?a!fMl+Mm7>QG>"To%#twSI +^pFݪr&@V[C\([2aogݻ{Y-Tyw T{];>fY@V笜ڕ..#Ji爐^a O?z΀3?tq_[<[Es03{n p~x=`KO [ -fo[.j/0-J!#lO-¬]Q1:iSL-[@ PSEh#J]uJ9rڙƣEo2τ?/>ej8#,_^y.k(eXwJ-DԷ&ّp.L[sW ѩݎfR #7w[w,C|>l~{B_@c wqh2C⳦%O#؉u\Z,DVk Q #3M,5s=NfNˠ9r6l-̋9= *"#Ke\ht b].e%L;Jt/valLe֞wj\4VjJ#z5)~r\TAڄdd/%4EcC<y$q$A[×yD7/&ם͒8?nE +J~g0tf!>9a F ̳7[JTbәd<(μYq%p"AO@0[p-ھqE9P|F#ޤhoS7P 'PE$gS፞$bqTO5\/Wʛ !ѳ^T:K;Ce\O6ѡC WBiK.G'~E5/n0|𣗔LD 6I8x'J<s“&Ï(WNy2]Z # wxA A*6P/\."Ѱb> CxN$Qa::&)J-l2D9'DbL@b$o9pO}J Tav`­l}9ow>fTvhzl)ߤ>նTԻFw78McцȦޮ.fzjLۦl;Yv}Io-3\}uo"U(IPl ?0cs ٍ>AP_L\tNq,|<*U`% i .||/Kv-7:z7%cadb<҃.އ35ϸң[54ĪO/6^!];>W: TDqlK.x)F0QI\r?oU@% \ (l=)AΖnTDʚdH_8 .$h6`L]'}ҍrmb-G?м#J fBZ^?@nKV f%7,,NUW[F a[gs(\oVs7'@UU)C3 Y4H)?1G:bO[N}@hԁX_561 3-|'k+ϼ PDeON5i슖z1R -ȥ}<WU<]IvYDHî3PȒaqkvvfYwnJTi/s5g#x8'bڴl?i=BO0$0 ~B[(9FRwshƪ(E-[ L=Xo,CU)t攕TYrIwӛwVPfO*\ڟBSprF^#Tڑ|J>dBeB [1>C\m\>7(t 7?)EmCozEЕ26~wg/ILOvߗ7V*ŭMYfFpKD]`3+ХJtt Ƀ=7҇Al$١ltfFy#}L1:& #VPSJIKsvz 4{;C 9 9LJk@gt׫iv-)`so=tG1whmXsD݃~# VOGZя M.9fLh|)+t  E^'/'$;Io&.SqeBaUa1+5#Je Mإn`\fXTo[Wtғ|ekrbQU'K_T ˠ!NI$B7nAɌ2s6 Z6o* LT{'В@ HU`KGq%rW:)rZr=,^j^\Y$ mvgea̻qN z _ٮ8z/!=n+K>E_0.˟r5^0L㦠|A*ƭ9]1ާV$)V΍@pIƎJyu41`F@RHy+VF RzTkL,/$HxbR`zDk3{MteʬK2ip"aX&zaK*U $^p3J:.&*=PsX~xBJ+V!rɊɳOoA4?U[\};YwtbPUK%? Ptstva\tzibVf Ϭ311k+ ą(tMذ@&|*5[GۜQ]P=Kh#m_ۆVB:IgP]\?f[έ>=><;"2X)Ꮉ͹BŶ7Ȏ.;+b@:|jC6 !{,jh>Ax*prna*GCMQN[Ďr=fz˅r5wjb@eRM1w Uol .%j')%\\5Se}\V(Z"I'(\y4xXJ̞DP.7]6*TZ ӭ0/I&5$%rH(P[3Qbo/ 4,:=F2mpoSj.f7Ɠl ebkw@?ّOjC +U]gG xH Zg Խbow2%w|y-U49{<0̂mBC%gjVdžsIw2#]; 58oOU96T,ǃ(>\= DkbJU8>֏NnUP-2}Rs`FԢJ'$ Q_]0%Hqx8S6 U+J,"1FFĞgVYRDDKUCE1tc[0oOh`͆ԎH!{f)׻c1/=إ-=*V| zyY~9wy[1}xﴜR5\MFA dkޕ" 4)r3ۧtdR&ȩX揰W؟dXH ۯلݽI^f1WP4p89󩀟KϪ .Š4wbhZF?+A}uFݢ$wd'G`"8|//!7}ϯUd;c"n2mEYD,ЀZN`Rڽ7\bBҬPҬf@q~_Z~vHIu/^qq!nTb0z .O+0 &͑7'ĻM56 l`"(lX$6Jyerollfe?g0 ).F7S9`p Y BʦޘyOY Xj҅M؟2 U k%H2HT৵ĄH,}NbmYgX!)za9]v|mN.i}z\ I'85ނ_C-Ӽ/Kxnц^Bq֚_.-t*m+nYpi{&V|Ѳ '*MiQm)n?z:sI?>1O}[ʹXṋ: \;A5jyl}θhDy :̎"e';O 1 ҉*Oђ[ma7cܙңcmEbcuL\M|s/YIG$|jBST]W:G]Ă˾2$ˠʺM{ǽ E]AX2=TxZh%_ՙN cBy|)WbԵ _s8L2 NbO`q{ɄnjZg+3V0i=e :4HֽEȎ'>au];bݓjzňzS'rQF'Ć GU۵7İl—ļ'==}8S>rcfXVxJ9ڄ5d]o.n&N:wΘ/^rnapJdPpG_EZ؀e)saU uf^MБbeZ^7,T@̲B\/#&'֕_kyB?&@_uИʼnuǺyjUd׳p_)an:S3ѡ0?[_.OO8Nn%~ܶ YZ