python3-lilv-0.24.10-1.10 >  A `Cf5p9|#~ rB >)42 /{Bp{"vŚl:'\{C̉w;uUgJq?p{cnhGYp+vf9|P3X?T̳RDcTd Hwt/ו{?8ݏZpnQvy>Жk0\@=^6K@ܜ:1ї 1!># hkarՁIrad2de16abf619a0f1a0079697493ac7b667f56f07f688ee9c0b7a47575abd9a49374ab697c972e373f474667cd58e121bb456c531P`Cf5p9|xy!|62Ubl]_Kihנ:bVDd_31 ]aJt',e!H3=ΐ,}hvexntàm?!,,`]`OIA7A8("LDPre{j|(m$j0[ʉFQ).8K-H2NNX䃛VxsB1L amoS^l#.Igaтhl7N7z;18=L>p>?d  7 1TZdh j l p  (8 9 : FGHIXY\]^bcdeflu,v0wXx\y`zdtx~Cpython3-lilv0.24.101.10Python 3 bindings for lilvLilv is a C library to make use of LV2 plugins in applications. This subpackage contains the Python 3 bindings for lilv.`Cfsheep531SUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Development/Libraries/Pythonhttps://drobilla.net/software/lilvlinuxx86_641_ b600d70be8ece10a13a5a52e5ef2660e981fddee0e0e1272ee3ec3fe11680c7erootrootlilv-0.24.10-1.10.src.rpmpython3-lilvpython3-lilv(x86-64)@    python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1_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.16sheep53 16150297620.24.10-1.100.24.10-1.10lilv.py/usr/lib64/python3.6/site-packages/-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:SLE-15-SP3:GA/standard/cd596d6e135ab531bfbf132313044e36-lilvcpioxz5x86_64-suse-linuxPython script, ASCII text executableRoD@Ʃ_6lJ;utf-8988042b97397556ce55ad2d9cb321cb38d309f07d4fdb35ac0aabec269343be2? 7zXZ !t/K1a] crv(vX0J<#6i~WhR1#q´%䟄 <|il ر 6>rHDɀ$۷m] ȍFcnټ%pzmmKH1l\ 1!pst{IG6`t+LPB)fZ>'g֥ɋ${H30$KU7\iW []š,93eb &VT,J49r@pݼ4ܫK-,^D_kD8oi,ÇirR*?S޻tKwOQ ԩPuU_c&~Q2KXtc)]tϷ|}3ᱭ<*Ydz~,~+.S+pw55װDg/Lղ0 Zy;Bo'Fy& jߡCzch&TwuRv}-lV 7mPc;OULF{HM:SN4+=JD987z/BJVL=$HfN{{9^^&#͗a0^݂_&\R)! SƖaa9+{n.Jd}e[7GQlBVA< #xsK Y3Ͳ,~ psMaѬ;\ȉӋcQ,$# ?]gW;Ge9M\874`@J6$WZt G]BuLWѕ2 )L߈e޼>lE[3Uzs}oh0F4**53ޜ|)u(Glwg ' w[h63ApbjHЂƣs0r"/=L8$[.6}9,k  "ٖיm]PJfG?+EbhQ'ή oEżXOos1gCZCۿOB9|SK;2\9)"iq\ (*ߠ@;Vywii@ 0ィbYv#E"%* ʐCr`  wa"|Q-Q7ԬW-ښҐyw>5#Ac wo>`Fxz9ѱ{=mȞDK=erS3Y('#c+a`_Kg|²im?:>dp A񌞿~"c$ F-9 !H+50 RE=R׹7_uĈyEUFHm+.YLrN0UJ NᘛWx}/'1pḯn+˶1#1:̚Wq󂻨sTeu"8lm\yz")Lm>zob[bO8@"b-THjEyZզ|vq"זws^ ⳹ 0 t'6JdsD,Np3$WTp߂XgEWse}L(ACj41խbZ/|(NכDN|1[J4*vO9"lB㾼$cI߰BSt +֜迯kBSRLo?$YtQqJXhY\dc#qPMW-o2w UXҫţЇ)k/Şq4UH#tb3l -*:@z'!&zhn(.DqHn>כG ;(vsm5O ӐyG&%F `F6"[4/h?_-T$%^g8{sA?./ru| @bm1xFEt+{4(X Ɂ]TV< nqtB|?2o]DkݒƉmK``䶀mƶ8q `g5Ce{Vɪtbḩ|J5W/.;?W]W<>6adI`柧(Ȭ>$8Zet4HfC + ?gtY`Ybʔ%WA.(NOfac?M6U59yHX^£uL3 1:5$X"wXak=?!C]9e@T=0w)Xä܀Qxq0QGiy@.w,HB9S,E<ܾ$7/ <2l;PN H&C[{_|3Ie^*8Ky=TY&`~qj&k PkI [ZtV%ߞY.5Z~$REh>;aL~X{!D,$\lk&mU/3ΙP0՛uqC#Xz snzo$̅ɋ&^-ܨF*0v'5R}Mz$6V0&Tѱ}$ܐMhww%gREg\OQ^FCyU)gѿ6[9Pˡb tUC5Y}a'|?W `ZϐOT[\3>ƾbpWLЂ ˀ v/@/cj37ﭱkxjǟ>V5ÛxV] :d#@17$k1)j KqA;@cVy/Fư,[4:$^@) tɷ "DZ>W0d6IA_\"b\s?,tNuP(1* 4~- ,Ň~DdCj[Ip7glߴ?%/-A={H@Mrn3cЩ`2X#iOK r@`U'`ķO0 }$AƔҭs=>}8Z3&y^u-rT>w61pv 4`gM#v&GƸӎ%U#-}1 S>aQnY|l3 C{ƅ㞟F1nKcϾ/!CT{{.8ZQ,6Ef; 2Rhv7mi>18tҢT–2TgL$ `diQ4b+aHX^Y Ї )1Oi+Rբ\vx:+h0|fz;9).-rv**~k]q4'?<ŭQKW~Kϣ%>:&µ %fK\ʆڑ_ӭy(nTkoj)^wD(hIYb]FzH < W@e_ׅ -frɨGP{vKr%"F5~+6[_8GXdWLv3-R#GRМ!U6|IS3:j2]<͠L@^&񴵑EфrY%r P3"^nÑ7N&  FD˘l\-&wlm4q)-sa*ՍOG0-'brF4sr{- AQVQ=LWsɵ8U"25|/v:Jbl뫀/B}IHë \㸽 0 B\~Xz= R j C#{lC{& ʼn6 -9q w"t*vۭӓNB%{ =HvX3QTʬp( ŎZ(^rKgYLcnT!b9Ymݖ9'y3Чg`A>+PA{O66d©!ƹ3Oì}U9x}Fr!_űUA*P d}8T1uJq}2s=i g`#ÉcNΊV(Ir'ʁrO [^\괈zIVj@{6z:ʑt/x 3W}ĉ&{t1Q_<Yba]v,'O1jnG)%OX3j=IS}d!q\ y߬}]dX{naVCLV0jV?R PYԴThU"h*Q GWŞ ,(@I_9VWY~ 2!Q.-:En8 bÜ%K97+֐{pAO큫)g9webk(Vo@". OŴ7i5˫Y|8xg)^ `,BP^l:I# ĺ'th4hT kh#DjA!fU;eQH?GySa`q^YF9}1ĝRKX;.|0sPb>I -j~Z(>Ur^+VԍwZEpȏg__jm`!Sk< $9&tnpIVY Ldq  GDHv_QM&lE_ ԇBx\1b9&T`n}|]sUyIib-Ī?[-IZ;/qHBjR6rYè?LpvkfliE݅s5:I:d(~<nQ9cKOC Pi]_VWjo8b5 VYpԜzrqcΖs2`qO;oЄVQ`lTB`ߠt`ϛ`Aᝦk$e?~(g7t)sńLCĜ/X`Dތ9"kF @dz,b6QLF^OjS-DT%q(X|b,)tUA M.76E8ށ`"ʬIJX}~zr-zᡉc[lYP3{K݇;Gæ[?,<Tfv)A J'mNԱaeYt/*G!p}U?NzN ZbQ͕;~(HV N*ǐy+Njǿi;CBG; L 0fH9׵y(~Z\ۛTM GKJnR{%_8KF|*k. Oo|y"pa#֊ׯ@t"DvjJU*lHw&KX^alࢦYw:)uE%VZ$̡a+:<1H4I^Q|_]},o3Nmb!OIj}9qj/ W!qKIJ'?>plqhgo4+C|#Y΁:ª3F/7[9 TZqz81.l5m%@ї@ cQ0+0AE-wx[z~*,z{[֜Z±;"e D=Eπd6Qv q$͖ t_/[re)&d"a볛ҷ" A}vs bDƂ_=\|>d:/H%@7ԩ;Ş<.6!\-߬2h9_w nT'sʱGpM?~>㧅9La<.f33Jr[H5=Vnm|EdrM+!i@Q=JRq}"KIJcR)7s qRڡ MNƔ` [zQg%㊣TT~mJPpCv;CGIlQ|-‘R7LJ7t,bAZtIʯW3g/t+ AnW&xr~{;*-,\8bR,+>f;7Qh*!?RZ> _wTI:_CWBa1xɲ ems54v<6B cRr/AU։uM+ES =^V%紤l)Npc %z}(BhL^ee=Vl-nK _3tVb7"̀%50N/d,/\d^ĺʼ.1[$8~252: 45a.ƭxTc ݹ/,,dţ. p1B}MJY%K8*\:+4C$]KunL ߑޣg!A .qd_[LF꣯M Eq6 Fy$'\ tpA;#<mz:i #/z6sf[ vOcWl]VrfNҳ˫e_kE,}/ԪG|[7ښ1@}]W\͡~N2tY2=OʽIg,./%:ĦL%kTVH1Pe gKbyA8"BeBk@V}Z9(SS͹ωOf.#F_Fp֒`)c"u^ԣ2Bx4@+t;zL<;y %K? z)E 1:21Mȍ AϥSitCM=I5%̳ыݛ,0M;U#Թ7d6BY`^Dxp,3vUJ ".cζ>T8 Yc2j|ˌj;1򶕀bX OIdփQ1,/]{j3y@@Xr֊ hj/tAs]n\;IFjdNThD."wL1%wu-<J*i ?RFuH $A`a\J XHWҧDֳɸ^^@l>[k'gȱWVG>]{b7gYP\_MavJץO_Sƣ,NOb%pǞݕPD)ĨR f2yJ.,瑻']+=fQAnRüӢH!&3nz R?I2B{K@7 S[1PxrG~'G[_)c؅0`>^fCroG^?}v&4!_KHmhUFD;-\R XA#|^Z'5 ͔A3Ӧdu7K tQ toDU& ۫ʂ)l_|Xh_#a gkЮťq!ܼSk)pܜ ڜO՟ с7Bߙ6Jr"${ saS3x3j[WSOV?weZ=8.MցSy(!@yml "ZC+]("I'.U;2 T30v7p{/=2+cm#ʄv'b[=Bc YM"`~<C  cyrHWϲL*ז0p_%'KZb`Der2κxigԇGy*tV+ksϨp~iVfScysA|x3z/"Ҿ onr`ƻy1բ! [Nظ3\L {p%HӅ',_(sOw"Z;߮t|vlٽ/qhMz,~zl60y)1r`o\3A 9PE=†K=lB}g;`Tf4nKWei{+cE8@Ķ YZ