python3-lilv-0.24.2-lp150.1.8 >  A Z/=„.#Eۮ |*x]D= )Z&駊gZs`mftq}(#+ .45?+ `Qr-o讳Dj!~o HQ^BҐq/-~) ' XEq &uЍxy%>(I`X[Y3Ɍ㕺>^šiL]*/cp>(?(d  ; >DLP R T X  s(89:F&G&H&I&X&Y&\&]&^&b'c'd(e( f( l(u( v($w(Lx(Py(Tz(X(h(l(r(Cpython3-lilv0.24.2lp150.1.8Python 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.Ylamb27 RopenSUSE Leap 15.0openSUSEISChttps://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://drobilla.net/software/lilv/linuxx86_64 RZc0e8cd81ffb330820d146eb243f5f712b65fa3539a83d2d78afd3c4d23d5280brootrootlilv-0.24.2-lp150.1.8.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.1YYZ@YZ@X@XwoVuFVf@Vf@T@SR(r@P:P#@M)davejplater@gmail.commpluskal@suse.comdavejplater@gmail.comjengelh@inai.deolaf@aepfle.dedavejplater@gmail.comsomeuniquename@gmail.comsomeuniquename@gmail.comp.drouand@gmail.comreddwarf@opensuse.orgreddwarf@opensuse.orgreddwarf@opensuse.orgreddwarf@opensuse.orgdavejplater@gmail.com- 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- Update to 0.18.0 * Allow lilv_state_restore() to be used without passing an instance, for restoring port values via a callback only * Fix unlikely memory leak in lilv_plugin_instantiate() * Support denoting latency ports with lv2:designation lv2:latency * Allow passing NULL port_class to lilv_plugin_get_port_by_designation * Call GetProcAddress with correct calling convention on Windows * Add support for running plugins from Python by Kaspar Emanuel * Clean up after test suite so multiple runs are successful * Add lilv_port_get_node() for using world query functions with ports * lv2info: Don't display invalid control maxes and defaults (patch from Robin Gareus) * lilvmm.hpp: Add wrappers for UI API - lilv-0.16.0-python_bindings.patch removed- Update to 0.16.0 * Add lilv_world_ask() for easily checking if a statement exists * Add lilv_world_get() and lilv_port_get() for easily getting one value * Add lilv_nodes_merge() * Make lilv_plugin_get_port_by_designation() return a const pointer * Require a URI for lilv_state_to_string() and fail gracefully otherwise * Fail gracefully when lilv_state_new_from_string() is called on NULL * Make state loading functions fall back to lv2:default for port values, so a plugin description can be loaded as default state * Ignore state ports with no value instead of printing an error * Support atom:supports in lilv_port_supports_event() * Add va_list variant of lilv_plugin_get_num_ports_of_class() * Fix several plugin functions that failed to load data if called first * Correctly depend on serd at build time (fix compilation in odd cases) * Disable timestamps in HTML documentation for reproducible build * lilvmm.hpp: Support varargs for Plugin::get_num_ports_of_class() * lilvmm.hpp: Add several missing methods * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory) - Remove lilv-0.14.4-build_compare.patch, applied upstream - Add lilv-0.16.0-python_bindings.patch - The minimum sord version is now 0.12.0 - The documentation directory is now versioned- Update to 0.14.4 * Deprecate old flawed Lilv::Instance constructors * Fix documentation for ui_type parameter of lilv_ui_is_supported() * Fix crash when lv2info is run with an invalid URI argument * Gracefully handle failure to save plugin state and print error message * Reduce memory usage (per node) * Simpler node implementation always backed by a SordNode * Make all 'zix' symbols private to avoid symbol clashes in static builds * Add lv2bench utility * Fix various hyper-strict warnings * Do not require a C++ compiler to build * Add option to build utilities as static binaries * Upgrade to waf 1.7.2 * lilvmm.hpp: Make Lilv::Instance handle features and failed instantiations * lilvmm.hpp: Add Lilv::Instance::get_handle() * lilvmm.hpp: Add Lilv::Instance::get_extension_data() - Add lilv-0.14.4-build_compare.patch to make build reproducible- Update to 0.14.2 * Fix dynmanifest support * Add lilv_plugin_get_extension_data * Use path variables in pkgconfig files * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man) * Make Lilv::uri_to_path static inline (fix linking errors) * Use correct URI for dcterms:replaces (for hiding old plugins): "http://purl.org/dc/terms/replaces" * Fix compilation on BSD * Only load dynmanifest libraries once per bundle, not once per plugin * Fix lilv_world_find_nodes to work with wildcard subjects * Add lilv_plugin_get_related to get resources related to plugins that are not directly rdfs:seeAlso linked (e.g. presets) * Add lilv_world_load_resource for related resources (e.g. presets) * Print presets in lv2info * Remove locale smashing kludges and use new serd functions for converting nodes to/from numbers. * Add LilvState API for handling plugin state. This makes it simple to save and restore plugin state both in memory and on disk, as well as save presets in a host-sharable way since the disk format is identical to the LV2 presets format. * Update old references to lv2_list (now lv2ls) * Support compilation as C++ under MSVC++. * Remove use of wordexp. * Add lilv_plugin_get_port_by_designation() and lilv_port_get_index() as an improved generic alternative to lilv_plugin_get_latency_port_index(). * Add lilv_plugin_get_project() and get author information from project if it is not given directly on the plugin. * Remove glib dependency * Add lv2core as a pkg-config dependency (for lv2.h header include) * Obey prefix when installing bash completion script * Support integer minimum, maximum, and default port values in lilv_plugin_get_port_ranges_float * Add ability to build static library * Fix building python bindings * Make free methods tolerate being called on NULL * Remove lv2jack (replaced by jalv) * Fix parsing extra plugin data files in other bundles * Fix lilv_ui_is_supported when Lilv is built independently - Split serd and sord to different packages - Package python bindings - Remove patches changing the soname- Created package lilv the successor to slv2lamb27 15097968000.24.2-lp150.1.80.24.2-lp150.1.8lilv.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.opensuse.org/openSUSE:Leap:15.0/standard/a15d89fdaf1a0fe151292531827f0af1-lilvcpioxz5x86_64-suse-linuxPython script, ASCII text executableRe9^#Sj}TY_utf-83074196c5e08fde321b80168e6dae14b6696a84e6e96efc4ebf35d0966cb67b5? 7zXZ !t/ k2m] crv(vX0zdݺf5drAK`[z2Lm;Y`/YZ(/G GNUXިvr3>T9V~#9M>qdXS\y}Ch@-R,# :VsaVƦ{{83B׃U1;-rfjmN塩CIӐVE~%ʪd\3J#k Dl 5{{0֒i{|- r6bG;yf@u]Ys,4qG1ͷ !a,r@EvyۈkKHY)zJWT2㑯x،u:,2sr_J+Sh9JnXq|w )b?ڑ)/ O6VdՇp8Ҫ0x]|ۚP AA$(od%6Qe[}Z䑦 {qQtWM؁J8G fRcCo[r͹>$5P{e?eDLGs~lr{u7ǐӌ[%>s"Ev7@P8L҇i /-˻f[Yc'Z[`Xe @l ngj ޾2l^V/[I=z\}8*lD!V)yg$Bqu $ʞ C3`B 渮 ( lͻ-K4:4M+p!`*`J7(Į&iGۍ|TRysq3oRyhd $KU]F(q׆=tŒl*5eR-~[g0:|΄ Q:;#~3nzb9CP ]B㙔 F;@lz]./.;5]dJVMMɌ<ߪ80Ca%bIՄuLjnyfpbQЪ ؏@vs2O'4 & (pH9XAˏ9-p!L]'TVm7}ʱb;+ bI3="f 4)]/ƻwҦE`6yH1P#ߣ%kgO@.x) [L(M[j)tFeHX{ .P`;*ݖlC L!$u.F[CpRsXs UIFI6bڅ^. &=]]Ɋh94؋"385~gqbXΫ;ĤuXfg+x NZف7¶-xE89Qm]| FPi1R[rI'O|/h;1j%Ù_*21[Zb {Wz[9P !+ex@ 饈Shٵ> H7Q86"KOdN0 nSf5E&w6)TMl( &qb"81'x33A 8m HX ]$coibE᤾!(Y٤|'lq!1g-Qü٥Ǜ xF¹ĨU9 ӲpN(<_@5c()nZ_ )XnP; Wñc/춎 Lsl{9elX+T?`mWk163" $"zeG!O#"˔myh0mz|S7$SbGP]xEUJ `˼8r fZF5]:D̘<:Y!T )*[Iߺ5xta$b q:B?(Ss[}y뼖#@3ĶFn]yz?%۱MDϫڰU} UNmDF2h[\1g=3@i;-E9yୱBE2zDĕdYthha. 3`lC6B9w1^#z[_8қRi>q{S?: mD*RN0LϝAqY\m|gQ!k[*Vʔ9lu㠁+řWZoQ#֒ꗟ*r@D_nV.^wnӊTLjq(A6&DѴ\H|{K2&Y/GwȽX2μvvDzuUJL_ m+Q~((6vvWt?TRGtKd4?U`'l17â^~WW++;rȧswsSǓ#!|Da~ (mdh*Oؖz'7-WD&}]o/EbA5@S$3*)qE]= `o ã&crH@SA=ͽhT0Ql+T= WddRJojW:.{yaLp4=:Up_MλM"gi 7AŒ1C2s&TR `-b9$$mh3`` b). WZFp+nDPLJS>{d8Qݤ} bt:g'TbcT )1]Ki= >̶߯HUj8+Ƶ5?} ~f^=OscgȖ`oPnœdȧ5b7M:ML2O9-{VricH{z+f&DML "~-U26}־8}>,QtN eJ7QS"3M1: @Yޣ2'haKg7tb oiEK9~lXl;f{swÒPC:k;D>X808vh|{5oݴ6/ֳׅJHUH|k"4>(&=hI̡xL.f;.8}w%Db{Xj^e7x(l[衤Wq|j~fM6cJA478"*|ak2N߸VQ@ y#T_xZm)HnSMΒ/܉{UOJ,M(=3Fv0Yvf`8L$ nFUk]+dGE#Ǔ fKIGC3W26<4%!,%X'P@\"P ,MUCЂl:]̴zn(u6i6oLFKtyВS#C֞/G7a%J@ԍ.O{wg,smb ޔ:睷d3ekʧoP$S hw^ieP[YNHGr2\RqQ@VJE~7h2wBu" 'dx5-]G[V"{ u3&2F+2br~%Ωl_mK>km9սZB-\ dg 4qc 䂶`ŶlG)-=%g|p6Y3j:%~'̵W+%r;vjX K ohib}h^>4%w;ZCf#"rz%l+3;#'U|4s╉Xb6U~+C[N>pȬ wG-);3Gս,?ҥabXe0$D!HŃ}seMHP97E6ԉC*4+!37HN']A'Jy_E ( .lKXe`}wglI.p#kE1 [ڂF3 p+wZ\; |a}{OP}Uܨ{*%L*֜ANƳ4)MFDDZ`:gU|zֶom[Ά|91&ױkyvb7xGD01"%(dB*jMkc??2zx?Wtw&vd"dqoΰ+$?0"Dun(C.WBxnVm{G(b+ ~(;!-+2([4#r"h &n*A)|AJРG% Q"RP v j<o})sfv k8|V#|,=灅:~x%)/<5{Md)kބ>p@tĄG W_&" H ɍ7yG$|GCtgHp##Nl9D$ ͣܩaEu=ȵ~^};b=ZM̓I:j0V.ej=T%@$3ͼ^ck$#{8 cQPn@A=і b,&SjJ{j2a ,IXY9G#p؏p 01_N 6h(rw 8yo2 sHߔau#nYzETbApO?=O= !hI~IvfA*/aޭI;(̨'>e"6@e[tN BɆݰ[Jַyg/Mi2~:AQC-d]84cD ^!;^Mc^@EYqf(b-!5Ո<ъRq]+,K-tdDs>;+/rcsSZU 6ꏃ/ͪhPXx>Ss-RGRg-8 ;}"Ǹd#]<aޓsVR{kKB-G\`8'vkYD"H)1Lӌr\ {@W ~Qv3潖{ޯl.V3T@+Ď6oIxŠ) 1f)@iWsQbY,^P|UNeyda8a/R:j;i@/M#I(wS͋J2NZj\neejdHBm/-"XFf@>"4x@ |K]+4La^I55WtT榫sČϸR?!x1+Iܧr3)oy=cFyRoijqv'a<1DYtS$H% 9[zc+Dl"JU$6l޳f4>9Ы rYRC&ϰ-X<e+{ Z + "a]UTZ!/,rk.3i(89`YneMe1^kT3m3\eo/6⬫H҅4=eN`݇!Lza0hy#bYiǕu vD֊9!|^eIVI%MysL9~/G^%1UEO=R 6 >xqwT{{DjY<:i? X ES3p<,c%a^¼e[8.]X e)&x!20ʀ9E&AAv ;:HrQUVX*~wR.BHVJ,jN*<!n ~7lT!oy t eË[pp_C8gJ{7Bזg*F%EFT ߪ&J$ ͆i]h?_fKēF٪'-'0)42cTO$wp-RH R B Eɝ BVBN_|LR{ ءSQg-="B.o6w8eNSkGc)2ՙ :2yA\Է{,) E8=J@*'t C#KA>CAZB_Oqįx X 皯RAqec@tkYJOB"G3( [nW;k 3jmvrsd2b~ +4&yDPO/}UQ99}? о>Eo2_smTB1XllTj'[r҉^x ʆB#`>m(E<^scG"Pfj-u#ڌoD?~R{0[ڂ̻\VDcYc[I U3ͽ1Lj#}d^5,+Ē;sAoE+Bt YՄj%‘vxjS<avIF7M58ԧcet+пx]Zx JfkF5lwz\F?qIGNL{K76 }<{̭M$.ՙ<^9LSur48 IY_kߤ^뵱ZlF{^3ą^읷uj |6.-ҤDmo sG^zNw Mfbf?DF0%m{ %Zc&s=qD%6(cExl{p4J;Jc6/"?=#p41+H{:[f81!H]fPԾ@B=1;~6*GZRq^I3!YlJ4s\Rʓ ϯCңWh71 WVAb`X51g$Z2|Bk-HQʚQkI<hncD_@ftDD^${A%9#%:׊g]'b-l/Ƭ3vtwݧ 5gz(]ӕ(zWY#m(GsR MiI{\I ߰!T~7sF>c6mS$jϕH`Tewe" #ⰥHr8P$7o~z˒ eAw< )O>@?SxEPcy}Uu7UY*VjO(E9F̟|5ӳq@%k̳n1.b-V98C>g53ITFgOdH9Qw ),V#ŀkZnJIAj/%@%5'ū:OAӃD~X `-Uϊ܀A@-Lٴ4<7خ3 pnu z