libvdpau_trace1-1.1.1-1.28 >  A [ Wp9|l`ӛ,Eoֱ?֪rp@Tq>g+,tWTMTʚx-mF`m.,0P )>hԕsJ񂁭%lGx=6LZD؋ټmaLuU£K=\3yne-jiBIψǐv.(=LzJ\@ҟxWrVc$ w3寫WtdloO&D>pd~YSp Gim%k;, vaDK&eQ(^',S넜6G]Qx˝e/R4wv>pA%?%d  1 NT\l t |   ,<Pd  + (S8\9:B![F!jG!H!I!X!Y!Z![!\!]!^";b"c#8d#e#f#l#u#v#w$dx$ty$z$$$$$Clibvdpau_trace11.1.11.28VDPAU trace libraryThis package provides the library for tracing VDPAU function calls. Its usage is documented in the README.[ Wibs-arm-1 SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/X11http://www.freedesktop.org/wiki/Software/VDPAU/linuxaarch64A큤[ W[ W[ W[ W71449ecb51823d9917f7a4adc73700cec3a4d1d4381f7404ee9c68323b8a4c94ebe5a05fb9814ea83e583df4319541487286aae523770316d1911285270efa88libvdpau_trace.so.1.0.0rootrootrootrootrootrootrootrootlibvdpau-1.1.1-1.28.src.rpmlibvdpau_tracelibvdpau_trace.so.1()(64bit)libvdpau_trace1libvdpau_trace1(aarch-64)@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libvdpau1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.1.13.0.4-14.6.0-14.0-15.2-14.14.1Y-^U|@UU@U@UTY@S@Rm@QP<@QQ@PG>O@ORN[@N[@LLzL_LK@K@K:@K:@K:@Ksndirsch@suse.comsndirsch@suse.comsndirsch@suse.comsndirsch@suse.comsndirsch@suse.comsndirsch@suse.comjweberhofer@weberhofer.atsndirsch@suse.comsndirsch@suse.comidonmez@suse.comhrvoje.senjan@gmail.comidonmez@suse.comsndirsch@suse.comcoolo@suse.comsndirsch@suse.comsndirsch@suse.comcoolo@novell.comsndirsch@novell.comsndirsch@suse.desndirsch@suse.desndirsch@suse.desndirsch@suse.deherbert@graeber-clan.deherbert@graeber-clan.desndirsch@suse.desndirsch@suse.de- includes everything needed for missing sle issue entries: * fate #315643-315645, 319159-319161, 319618 (bsc#1041623) * bnc#943967, bnc#943968, bnc#943969 (bsc#1041623) * CVE-2015-5198, CVE-2015-5199, CVE-2015-5200 (bsc#1041623)- replaced u_src-mesa_dri2.c-define-_GNU_SOURCE.patch with upstream U_Add_missing_include_of_config_h_to_define_GNU_SOURCE.patch- added missing BuildRequires for pkgconfig(dri2proto) - u_src-mesa_dri2.c-define-_GNU_SOURCE.patch * Without having defined _GNU_SOURCE __USE_GNU isn't defined either. Though secure_getenv() in stdlib.h isn't declared.- Update libvdpau to version 1.1.1 (bnc#943967,#943968,#943969) libvdpau versions 1.1 and earlier, when used in setuid or setgid applications, contain vulnerabilities related to environment variable handling that could allow an attacker to execute arbitrary code or overwrite arbitrary files. See CVE-2015-5198, CVE-2015-5199, and CVE-2015-5200 for more details. This release uses the secure_getenv() function, when available, to fix these problems. The updated libvdpau will instead use a fallback implementation of secure_getenv() when the platform doesn't provide one. If you use the NVIDIA .run installer packages, please see https://devtalk.nvidia.com/default/topic/873035 for additional information. This release also adds tracing of HEVC picture structures to libvdpau_trace. - supersedes patch: libvdpau-nopdftex.patch- Update libvdpau to version 1.1 * This release fixes a bug in the new VdpPictureInfoHEVC structure: the column_width_minus1 and row_height_minus1 arrays had the wrong dimensions. To avoid the incorrect structure being used, the profile numbers for the HEVC profiles have been changed. Please use the new profiles rather than the ones from libvdpau 1.0.- Update libvdpau to version 1.0 * This release adds support for the following HEVC / H.265 profiles: VDP_DECODER_PROFILE_HEVC_MAIN VDP_DECODER_PROFILE_HEVC_MAIN_10 VDP_DECODER_PROFILE_HEVC_MAIN_STILL VDP_DECODER_PROFILE_HEVC_MAIN_12 VDP_DECODER_PROFILE_HEVC_MAIN_444 - Updated vdpauinfo to version 0.9 * This release adds support for querying the new profiles added in libvdpau 1.0 (see above) - cleanup: removed empty patch 'vdpauinfo-missing-lX11.diff'- Update libvpaud to version 0.9 This release adds several new decoder profiles: - VDP_DECODER_PROFILE_H264_CONSTRAINED_BASELINE - VDP_DECODER_PROFILE_H264_EXTENDED - VDP_DECODER_PROFILE_H264_PROGRESSIVE_HIGH - VDP_DECODER_PROFILE_H264_CONSTRAINED_HIGH - VDP_DECODER_PROFILE_H264_HIGH_444_PREDICTIVE In addition, this release includes a number of packaging and compiler warning fixes and clarifies the ABI policy to include the size of the data structures defined in vdpau.h. It also fixes a race condition that could be triggered when two threads call VdpDeviceCreateX11 simultaneously. * vdpau_x11.h: update stale comment about how libvdpau finds drivers * vdpau.h: define a more strict ABI policy * trace: properly annotate private functions as static * vdpau: do not export _vdp_DRI2* functions * Clarify type of source_surface as VDP_INVALID_HANDLE * vdpau_x11 - fix typo * Add support for H.264 Hi444PP in VDPAU API * vdpau_trace: Fix GCC 4.8 build warnings * vdpau_wrapper: remove unused parameter warnings * test: do not clobber CFLAGS * test: remove assignment-as-truth-value warning * test: fix incomplete prototype * vdpau.h: improve constant expansion safety * vdpau: define some more H.264/AVC decoding profiles * configure: add test for POSIX threads * vdpau_wrapper: make the fixes initialization thread-safe * vdpau_wrapper: make initialization of library handles thread-safe * vdpau_wrapper: protect concurrent access to _imp_get_proc_address - Updated vdpauinfo to version 0.9 This release adds support for the new profiles added in libvdpau 0.9. It also adds the ability to display which indexed color formats are supported by the PutBits interface. Finally, it adds the command line options --display and --screen, which can be used to select which X server and screen to query rather than having to set the $DISPLAY environment variable. * Set the AM_INIT_AUTOMAKE foreign flag * vdpauinfo: add option processing * vdpauinfo: print supported PutBits indexed color formats * Support new H.264 profiles added in libvdpau 0.9 * List profiles that are not supported as well - rebased patches- Update to v0.8 * This release fixes an incorrect type for VdpPictureInfo and adds an environment variable, VDPAU_DRIVER_PATH, which can be used to override the default search path that the library uses to find its backend driver libraries.- update to vdpauinfo 0.1 * This release fixes a problem where ranges were queried for mixer parameters and attributes where ranges were not allowed.- Drop libvdpau-alway-workaround-libflash.patch: while this fixes flash plugin, it breaks all the other apps. (bnc#811360)- Update to v0.6 * Make use of dri2proto_CFLAGS when building. * Fix leaked extension info on library unload * Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER to appease automake 1.13- Update to v0.5 * vdpau_wrapper.c: Track dynamic library handles and free them on exit * Implement workarounds for Adobe Flash bugs - Add libvdpau-alway-workaround-libflash.patch: always enable Flash workarounds and not depend on kernel command line. Users can disable this in the /etc/vdpau_wrapper.cfg file.- back to building the HTML documentation (instead of prebuilding and then extracting it during the build), but this time without requiring texlive, since pdftex apparently isn't used for this purpose anyway (libvdpau-nopdftex.patch)- do not build the documentation but package a prebuilt tar of it to avoid huge build cycle- fixes the build in a more correct way :-) Hopefully!- vdpau needs an explicit "-lX11" with latest toolchain- fix baselibs.conf- libvdpau 0.4.1 This minor update just changes a few small, but important, documentation details. * vdpau.h: Clarify video mixer field amount recommendation * vpdau.h: Fix typo and clarify wording. * More doc issues pointed out by Xine authors.- renamed rpmlintrc to libvdpau-rpmlintrc - added libvdpau-rpmlintrc as source to specfile- fixed baselibs.conf (packages have been renamed)- fixed libvdpau_trace1 package description - added README for tracing VDPAU function calls- added Wladimir J. van der Laan's vdpinfo tool, a command line utility for querying the capabilities of a VDPAU device.- put libvdpau_trace into it's own package- follow Shared Library Packaging Policy - obsolete packman vdpau packages for proper update- also build and package documentation- created package (bnc #596481)libvdpau_traceibs-arm-1 15273389561.1.1-1.281.1.1-1.281.1.1-1.281.1.1-1.28libvdpau_trace.so.1libvdpau_trace.so.1.0.0libvdpau_trace1README/usr/lib64/vdpau//usr/share/doc/packages//usr/share/doc/packages/libvdpau_trace1/-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:GA/standard/0d3fc52fe3791b7ae7f45bbfe6ce6fb5-libvdpaucpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ea7a485c6fb5fbfa133ac25c0b7358276f963a82, strippeddirectoryASCII textPRRRRRRie[.ʧf;dutf-89f15532e5db72adac07499d0832f13f456fd9bfd88602402494ad61305c603df?7zXZ !t/<] cr$x#0[.Q W'.1kc5y<.81if'e)YNN`.3`,anC~w'@[DV O*tvRu_oCV'ޝ*:uP$) 8D~Sz\)mj9OW:`&β.J,{:OMw!tf, q ӌ-gޱ`\~NF߁_J)աi/4o+t-^BZszVѻ`s8wz%`]AHDKPV ˆ;.bgJiZHX|y)HPs5PЅ9Qc6WHw'JvDѭ&&7zW*OFP7 >:-yDYn1`qX#Ks"=~L 7ZTBy@:\N"X A;95Y,CAU$逞2rG*$|KP)?A7{R&fyH 005?Py=Ո^)2NJ "b6͠( N9! CvT0V@ =#НŌO6'=zt;/uPw(4waeSKG.;"6O]1f~;FAuŚɞ0mʃoIq+j.0RW_*n%$-~ x'\b'8]nN"P {b^{vg5҃kAMB@2 Ѥ:u/ 0pz `! jW[HLLY'Mti+Ui/p1߹#QU9/{gH%|/&fJx| GXbb.:#b٘#=Q`]wS7PL] lj!Ů$γr#[.u`}ؐMJ,{s=,ymnUi ГV嘋CAVBas~ I3AfO)}ppZzT׼S)28 O+أdLv^ f\_Vct4DrK뭦ŝ/[>HԘ)X*v/=zT]J(0ȼ 's!`[Ðqn^w&e1A45ђX\I/XUXcm엜FM٣p*PDY/P?0URwG VKM>x8و~ ,|h2K-k͂5C~EI DIոA+{Ê9?_4!eT2, .U;Bo)F?ut;fx(:`ĉƇ+|Hr%qt8VaB#MJk/rΌHOAwHzf MK$菼ml7 G-0eQ P&يʪt;e}+¸C8[$\tŕDoqs'[!z}^Y:S,CÂEwU+s.t9iF +d ѠE ;pw)D*P եިZ=P$Q}8|k!領NB@Rϣ=ڽDYXSƎ\-"ؠgŒI_54%SԗpNq'xr x\$v=Y(J2{U%*bQ\i ӈm*a!/FˣP&H+p^Կ 8wt%@Ieu 7x#@u{@^# Lմdܮvt$9Śv Nq^t)lGutF| U&՛S!JwYu7( g;0tv t`Vi= 8cSj PdtˑX8K%tOg~r9EkW)r͌)QՇFñܗǟ;%Vq }^ZQI_TLd%oޞȶ&X=T$4Cҍ7Q)q@Då+PY&T&;PV6x@QzXqz} cs׳H7rJ ?u_>W̯Se96q̴:Y5I+4(TI$|L=l aoz0à!/moҤx,nRp^b9q؞Pž%p+ 7k .vٹ&Ts[hݷxr&,<ޒ]LT=4<qq&@%A<,e9kCw>DPb66 p,Xi3ȒsA0U'{RL32IَR=]0uw50n.@9>^Xgvdmؘ"r\ ýd7bKiPÌ9a[_uo4lRIg;2NI>l|p~8ג!+r}iqh۽'=F)f~ң&=?! lr 3'័p~2c焮Dմ/VQ m㚚)ë=hoK[d;wags4&YsFnuRMgXwUseʛ?;CcNG8tPV\F}zg2"WC.ўQP6b/WxO&Y͇ ij|%T} Do٤51w$HR}*},t~<-3w).MНuzDd1o Euz'˺~iS7ZCl\27[ -lrb !5&Xg"l &lxP%W/o@IH9[T_VlnJ/-xTӚ_t9z]OE&AhF5e]J)@@߲4T{dV0newg}k臚]H|`ܗe\6Ku=0gKO5m(TjyEoTCN@#we-MIa sBULyM g^N[L#qR'RQuivmj/+>y{ 0k~PSLjOw0'>M ɇ=F;_ډ∰:O/_6"Y(GuY Y0g T9YyΔɏBe#EfZ]MtRk #9Xזv02K~OZkNk$9Ul5"aAIJ@1?V ֽ<\冯̔~rB'x^np]J2F*.#EO ?+sd{oHdSb:zV_~F. QZAJ8(iSQEעy$G>udo)Q*ý9lYԗM۹t'ݐaPW+qAOj3\v0UJ~lK CVs<h]om/q(f^Ux'R=Tra{`/|B,LLˢvuUsT)d?D;.<+EtrʍsD %',n}88x0я=O0g2STSk5n<-.ëS%-P; ]w]{%q[|~4=lΣ;mw5LzX9E2R2RgKl`j4ЅӶ.}o$Hz,I]:6+y: @qD`a\?BC0>Qp!gI#٠iސ`bTVxi\2xY-`yČxʠ-n 7)r1PGŷi{_oI`cz`Ά̭@F0R[֘>"[Luvl2y+EK5usۿV`W ᄙaMD }20U+ g+PVh6"g)S2A(fb ,lt3e_GRn P$U+n]"q;(1g-1@AHН5F_=Y#Ha.g[$hW}%0i7#tl}ҋMhj4D'늠{ _AJo-D (P=uî[^ƈwv4$w I޿_0&cxT LJWgčmdh?CdG`fgG_ݞMܴ=2+:L9>ڀD}ce[TH?IS!}4-)NjKS uWކ 7>`^EmkwOb Vh7ktHO9z)~h&H8! 4 3oBǯkY _.lֈ4T,f6 5zS yc87>nˏŸbsQ=[MF O؇l5EAB /)O,N7fq,x|f{Pz" )4|aXˀy>G~O~jahr虦-G ;UH;jTcE^D=9Pi5ė b*Kth'!S0+ڪT\z8\:SJU~I 3n('8+6 zFY!>́b6mxg.: %n_G9t5]{Jwh* UH?VhfMB8jz BWOs&Ֆ ~E?|hWn(i ߢ}&&(S>)qpo7̈́+#$mpFQ<Œe.$XmZ8м$5Z8 [8VSW=-1 `>/1_*w1UcmJu`ڦQj"L\έ|àAT5TL~pD %) &='`%:.a6ϸ+9gh*ЏݒPlTV$J. #aRp9Vd)|#;5L2NsHѧ 9j2g^]7ߵ>Lƺe3NYHօo '.L* DZO.**pL(džfܤb+}1!kPq5aiotC aqV(}?ϑWv8rڤ4dP1U'/ q@ʸR KF]]=yT#. ttť!ƽ ǟɇbj"ڄDl|k/N?ƀ6i`*m&|k,e`g !A 9hUQ:g }yo6d4=ʁdMLl6Q5gXQVK"*;<7-/U֏uޖiMf VLrO"ATUێ[ C{v\nbN0vJ+s//= aS{JYmc[x`b{1pE2}CcQd &61z81$B/'eiIS˜JfˁvV|?)K1rWf^|441c!!C$0EM[4hoElTi =>ܨPzPnh>񭻳y_-D x9`8~jEkdD~(SSVU(w Љ67cHOR9p< Vx? or 8y5')E8LFUٯgB Nua~q|+va`2܋Riuj[C4!bOV5S#_^c3X9"O}Ȣ&xӡZ3CC11 ޾X B cUM)/kKo`ߕ)Zu˶O!G◸ߚlN3Au\Vۂ{Y/|/g$G3e8& o -3 /9,IJgG1Oug|y$iZQ2`n C{ RsMX>.OC $7*#w\QbqΆq|ׇGukMҒ4Pq2AE/c`PAtIJ4GQ&ߍo{SXT.UVC*\ U ր 6+c5sտk,>tXj(O8_kFj ;JR>hF=ٕa(38z\4 2$7?[ u*I3 H[|[{+$@qaa?oЯ4GVbEcJb5'-mX@WZ;h'hYC^7GX%Y5>+L]iX?%Z8"T٣6{ 7 4Zᙟ]r9,57gK9(̑~;.jӚbn×bX|._%4tYPxi'=+K{ec8`XϨG%֤^rV*20;R҇yGoy^76dU~ea-lI&Xӑ|Ue+K.eiZ8ǒ Q \:׍±M&5';whvԨC{9>#tW ~.Aʄr67%& J`Q8bkT&U8݇:^1rZc ^ɥ6N;[Z?/#g*Epek0 %zoPgy_j- vwK| M[JW뤌&}$̞wYkĩœV8*)8lf3(7p⸭{X)iY+p@-=v>Čj7.q*i%JLK#L6L;EJ;H%G/&=fMj6;73b9+,a2uS9I`T}Lݽe7ͻ<7+A k܀0 O]t:a}{F|0Okؙۊk# <!S,^C[߶$I@>~̼uns#1/J3%!kH1WJ/CpD-/CrLmӅwJr9nwbL!A82} D C4UDc4',M 0LkP $~|ŭO23Q']b%B@}ns<{*Y,b|퐣SX Z?o7ȷn\?}b۲2 I~!x6Al_V0gCl_WOB( 6EgwUYOzᡁTa΃}*eӘ=3R9bI5rV02@ $~QnWLf\%W []|%N;ҾԦEWdh/X'dSi;Rf*`<Z9]!rqeם0B?6ϭ=*1aµ _7FIJ>{=[V_bD\z>N[PQ>d;]ec,]9(R-{l,´Q9mֲ:喸zwI,b.1!\T$ G-H84o3PUo CyiE*҄pde{G׏Aݍ?@Lh M 2ZSpDcH2==K!)~4==6`7bqCNBG{(6.;킟9fl}رi٢c &Z-{ HHP%׼zo`NeE2tѐ%zK!|#>&U4gW?΀ ڵb\|fD,fl*U:QG@j;>h&q?jlT:᫒_sa~]kgĸzA3v,atf[VxӔ0sR'L_8yL;LFH6>Dp[X60BPF N1yTͳ**[*(@ ج<69cpGW4kB8[M'B֩&odʎ}0%3m]Щ 'gR- YOt>B5"54;g7wq0QJk:X^: .K 6'Hl Tx*F| ➋@x>t;Fp"JlpMFƫNK0&Cw>w6}!\)M.LxA\^EF[`$dz:ɫP8Cˋo>$ۭUf/*?"1|nTsmTe9#Z)>XpXcLkm{Be҄LCFD8?bdܑJp=5+^&|osd¢sN 0bѺ wIXAT4ӫ1ΫegE4zSx]e7@R(^mnv:1~.:iaZІ3P-9ʱhed3r:P8ǯpη89pD͌>7FQ88HOשJ&Hl8gJem>+b6=GdP11N(6m4=_m${EiflUU_j^Q?x#s!)df1l;dpY[bZ}yqqt[YGF͡JSM^6;DQ_7 t_QO>c_,Qx)wuEByDgeZK(8Uzgd9\5bc2ɈNܲV ]5Ҿ #|wX׹$hF!5]7dv3EIY ZA6tKYp|d@a2w} bc\'ɑSᄩ%K )z+h|a;\ 7KU'v)jEW ѻu.mI%-nwB"&fv*S*F.zH$7r\Yv K)+ukph;uꚣ[eBgAt_B \]gm!jPF<2U"Pf*]8U|pZgNW$k흋WPY9^Q% =}>E@ oFgW @waB,}y%F6;(=X:9t>i»$GlTJ7+\c3 "_]Kd7BgSQl?D|! ]xX%$N6c/D`NJxҤ(eرQEvWԌ_RQM}R3Q:V2Ҙ˂P{$YKF.|؁+Z6E`H;g QÛ@Q+ kEuM{ۦN="/C߯1-2Mp>͈2 Q5VY]|ZM {Eg_H0Ϣ9|M&5l<ǿ"bw ?{ I"q_T=}SO"!'O+G7#X%J]h  ϶QtjAlxvL!W k^~Z}#5 !?#9Wy`ZԘlR8fModgx`)*] ^5ClL[#ӐMcJo44 ?&7l PѮT M%S՛; ɼpD.:fcbI.:l*NgbB3A,@YepМWos`Q5o=_QiWVQlxd'PRd)Cj! `!:nRfdn"@,K%V !txC 9;C2Yzd't&WՈn}'j}-o\5vGx?+=U OV%x #-?iEEA{rQX}Cg-q͗0,+5 ˼7<;(YaD'Dbyh+f1hOaL*hò>>5{M;*nn58 M2h9] aI:8f~4HӪ,SX }Jm73 O\'Kud߆xxtKA"1Ax=R|CpBFoHJy>-$i(qΩ ANPrRd*]n(=;R2y*WFZ׹vfnz+*D_'$Z4YWdWES/jUT2>/t]9r]u% {!`)PkFH`]q6>";֟Gr׶<"_i%荆1-IWՌhbLdԨ]V5cv翽xZ3YSV/Q7Xq3/ 2Av֗61k7aH "vE`#u|) 'ɓ)Ѭh?b 5%)/ Bdbn>В`B L6e›]a ?*=_MD>vp B;+ $p>7cKlyѢ.V- ׶A 3Lu:ZmJ@ Qai[ FNUVLuG qgeDd۸y%3}rl{,_‘oEBrcq07]0ɣ&{&**{&|2,{#nSxTM$K9oHҫe4ѷjli|SHꁤ^`#)Y65ːMθ8ccֵԾ:ƾBT2: @\0.ͫ_ ?͑t;3%=m3~˂Q|RTNc^F]qwA5GnFŒwYbp;i\/aT߻_bz+ ;uwesJ$-KQG%"nx'۟fDy<eHF䍃ۻ҂mNGj^E`\)v<)mXӮ&cT×*=3diIxH$ÏYVd;8j ԑ 16l$Kd@ 4KTwX7y`Pg[=' Z@rڮ2oA(E )c f옙d< <)Jz)꿷s9l*_̭X|<o[hIG(;zN?k`OEsvNmwy2?-FdU/#x 1 YZ