liblilv-0-0-0.24.10-150600.10.2.1<>,HHfp9|L}{u${ \Adn4P= 9 +iknGgOM}o-'>nffNPV3'ɳhnb]} "-ռ&uoE-m+?x"\n~oPfO Ep<FNKV9̣ܖ0 a`}D3`7085FƍXaG ֐BFj{=eX]L%-1~¥a6>@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/5i%]"k%{pgqYKqpJ [2N+ȣOq*.Fi]%{ #X#9xQhυWdlT8ˤTl/ht%S̭S-Dკ3Wx^x̌ /w;okr^X9~{jW"RLEyز9<48Bw'}bEK^B@2ݚNQzlQJ hӓh>oIC'xaPX<.,A o(čY$55}}MPߌ 7{Q"غhsS>X)H{.hx~-Dtޓ59J{ܿ!T|%Zom(:enkLюLJixQ'zNhC.da~HwN \_ a{ aMǥ;/&xTL#Qh+2L ^j[[W&Y"Fy'2)!4$6QW '@}*W!$ɖ%و\ zj NIZe< I{D#Q,9BB.-NiKwSc9XjI3cأuIMw@5Aֱ#F ngx'~+OO%E,~.*m_,Gq!1w 2@c14)iͻԒdb=R[Uks[upwהI!FqO3bV?o-9 |y\OfMOsDZ1ռg !Ežo1o )(Ϯ#I_sqkl f C`\]]1Ǣ5y [V~Pjpzx<UŴj?HLDC~;Jy'|KoԚvqCvM*GJFl5_'^{Mp6SJSXpw#ڷEjĠcfj[A+l!0@;¦^hل u: I̬rP,J]Uv:r3t9oŽl.HS2Bb `I $tqQDdO*r2ʡyv0^I :~f؅uɽ2{dwDWLN"Ҟ&/_O#nL'GO`Ɏ~g2&=}/g K (J@05fn %ypndP E1OrRD/)٭324_u_qnR=XBoF!CVɀ[:K#Sq8I8_eRX0*%?Q<#JhF~;M@WH4x* \'ցߨCd/ؒgxYCUSRݞGرL(LzI9HUQ«I!ՅsoLoMCLm)T ]ف7{99׉)H/tiEt"O| L'cO_F 0O(%tnOB $`0\n^99. 2Cb~jSu!]Z xز$̙{V.vJ8`nQg.~i/p@s4~/#; ICJ͐ "ʖ+ /|VQ~FOk b1B3eےF^d#ڟ{-JrԥVpIP7$L-})&s!S:njFsnT`M~?įCyh[g$Tp&1_>_熭,MSJu݇T!|,Yjw#gR#Pj{}l,q<W87k)*l Z՚M?zr"de]p!w]zˎr0Zwk(]'> rk?wO}iEQ. B AkALQ҂ zr3*I'8DƨPo}E `DQ${ M!チ4F(m(ѲŽ|4;{&%"we/d-:l> 4b8LpNAM -).} k>1|y;wvp?C ME0$Ah61r嚮 2*mU&Zt\mŀzӚD9x%޽KXzF>F#w ,MS; #Ok4-7*5rn&-So=!XR\SU0J[iq+E4 ["i *p װSv[q`9K<' yeA$`#mUyܧx.)qT1!c1!raZZ!V?'ieQNc^#u6藿MH6R}co"pdSnUlvx*(j4&ɡ"kr[.ɰ Cb X= Y!u@XG_l1ai)] )а>DXzH5UjzزF˩lZl@2%B µVqvz?l &+4͔y7xI^kȊScwK00 T833pDʹ3X|pmM~j]i yƲ\ |4b]'Sߕ6O 1˧{,%#,A@O/h0%;#in> K|RjhʼlvOѣwx5pԄ/čFbiHweV{ TM7Nΰ:eQ詀5N }TPt},9CyBXmg+*Ry*ʹc߈̽njvWT&-;XP`ߝ^j|Ag0vo+M<)tre/XIJ5].3 `n_jΨF2s򬻫`yedFW3@Ϸ Ȳ'7)d_N٨_s5ɄR:QXë-[M kdnڻp{/L.7hNuf3,G< HOH?:ZZ>B do0XF]x`TyՖKo^ZpGWߵ!.uȀ4›$+ū9xAyApv]xAT*~r-POpOH=EcħҖ9XU >:L~4W wa3 n*BZWr e9"̲p'Y]B66 4e#6%*yBr*L_sJN{@aKfPo*2 y(D=\Әxr{Г DI><';2ӡ^[LYT5۫cǟL^YrU (Tt)bZ']ÎY% ]ʷ o&$K4Yv$|e%*Wc+P9 Ky O/WvY.XaSQ>9= jA+7htL8bE9t3\q=!vfrDi`w5ÎJ?+sTQgc2Ȑ`O ó2p<{K@nsOIÆ4W>P1"gEi=LG4-taf4Y@Iq!{\Np}h<F>[H0!ByP\t#;vB\}4xeAȡ:+ ]O6JHcX$`Kxd&^P9qzp]:n & *w>fWN殇0C5bƤ%2X+r~z;ɾ>0J9P#C ,Bf#>#|| cr_"l?kj\(ɏ&۰3NRNjjqYQ:D/!zXA&G%)2m^#&n3a%GfdCR%ߜV`,5tO7@-i )%fHR{琮ŀ"c8-W2aOؤ_Do Gl[k n)yc^YJIzSEV`ahr>;'}M?ՏDkD>܌8l "]!xʨܒK-⃺U芏<ֱ:@ '&"^p)SE Z#\r߿*Si9aѪr8AK1l;zyJg3>MFũNˆ߃6e&m:sxp=}+lN[WWU1_(ƅq^UU ;(moC6e\3S Uy{YGr5TNa0kNG&sylxNW~# ]}PRŧM_4/!XyV`!^g\Ȁ+U'Kur+𚁩- ?:t%" aXN z/GjGr't"!}SxQh&BX\s8w=5CF;${mغٴX e?FdgC.d̪wY Cnx6|4,J)턱+-|DOH `Pn I $zll2"8Y¦]-> X+1B:cm݂$M$ib?[$;>cBv*lAD?<~j CJ2xN)c_z9wh 4to*(|1"^ '~h1Q#NVX#٥۾±ND" g$`ե^Rd\}UZwd> ;b4K [ȨUn~PeV%6%U;^#Y1 d+^!”k7 hm |m8X]_v]Ľa wIƴDi&hH'nؿelP 8!n`ϠnqSʨFj9J&3Av.fv,!w-{ca)gZ 4V(cn8?ݭ]w?̙?٩+rFzs [qpRjd}ݙ[K8+4yx{ꐣg<G,f͔M{J-e46֔fy4*w:f&d.ap Jc/F zgk 3te[y'p2a+V̌clŖo:YZZwJBVps1Gf)4o]nh;~b<甧j[Hq}7vEa5^"vŖ f'DG4Rp A2Wt42DΡ%M@\Sڲ(ek?Vs(flCt۪P{A?!i1/ ;oڑǓ0#TafvU=O/y;0-LYnVgxHMD-AՇ* TT!pK@T R\F(9l_'c{Wj.L˖@s%Ik*d8aAY͍cOVa r~߼͜wEKH;N~{vwB?[p 0UOϗXn*KTs%,kq;〺 ^G3Qt$DˬAq ohN(@.c+?AJ#X!'5eT#@. -$f+j^+dZsOL lA`>Иe9 YO {+R!!NȈ^,4AzڨxJSE"Kd7l$SEGmW۩'ψ-,Q0o8Arx8oM]?}nu%x|MjuRJHRyaZsfH=[9e?YyTZ|-W-QHh\c 0X8=~ ͦ]*^U|K޷;eߘ` f"CW[ugWg<"dYqaHXEd(N:g-緐=~X3!~5fs ؎5E,f0&@<1]t|%q*p&PP/ +(9{57 SJ?" <%T)v):!CI7Î e<ȝers.ӆdeQX[!}{ [lVg`-cpx IVN3)4^mp۬4iHJ Ma>\ͩ,Hun 7Ll;0x 27}qtHZaWK;єЀZsum2ghqhu??yRbӜ6]DMP|S??YȐ>O4#sʁg+zsNd2ƢbGDP<ҹX3킜]C8Yw{~Szq