libvdpau_trace1-32bit-1.1.1-lp152.3.7 >  A ^c/=„|bhFmy'#@j:xAq1Er٠dTKyoqeF,IhB dV!AzQ!?۵lSz1gVzrQ`݈yN( AYMgmXrxz]VL_ ,5FW"̒]2u qe{KuYx!A]}tD]3-wTȋ :OIġMj=AC b175cafcd604884357289aed75cb04526059a3d6d085a374c5baa72cf47a434dee691992b7e8949896b773016ea70a10d4bb8c93\P^c/=„KD(Ⱥ6 %SdPRɆPݝf$z.5\3H†=- S 0eOCb$'o%_DP*NwW *c%޵4ț8[ FJQ)e&|ÙX_N5>p>?d ( <  <BIXd j p |  (4|(8 9$ : >GHIXY\]^b4cdQeVfYl[upv|wx(y4 \`fClibvdpau_trace1-32bit1.1.1lp152.3.7VDPAU trace libraryThis package provides the library for tracing VDPAU function calls. Its usage is documented in the README.^[lamb03openSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/X11http://www.freedesktop.org/wiki/Software/VDPAU/linuxx86_64/sbin/ldconfigA^[^[^[7a12327ef323feb482273af19ca32ccc7674d62e09c3071de8553d605f274254libvdpau_trace.so.1.0.0rootrootrootrootrootrootlibvdpau-1.1.1-lp152.3.7.src.rpmlibvdpau_trace.so.1libvdpau_trace1-32bitlibvdpau_trace1-32bit(x86-32)@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.17)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libdl.so.2libdl.so.2(GLIBC_2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Y-^U|@UU@U@UTY@S@Rm@QP<@sndirsch@suse.comsndirsch@suse.comsndirsch@suse.comsndirsch@suse.comsndirsch@suse.comsndirsch@suse.comjweberhofer@weberhofer.atsndirsch@suse.comsndirsch@suse.comidonmez@suse.com- 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)/bin/sh1.1.1-lp152.3.71.1.1-lp152.3.7vdpaulibvdpau_trace.so.1libvdpau_trace.so.1.0.0/usr/lib//usr/lib/vdpau/-fomit-frame-pointer -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.2/standard/ec6cdea1c01165d9f1bece19d0290dc9-libvdpaucpioxz5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=7e99ad7f7f84de7b322b41138407ba3a52ab47fc, stripped PR RRRRRRRRutf-885b20002c1a67964e7d7a0161cb9548835dc29959981ac2b4f9d2b74e25060f0? 7zXZ !t/=hx|w/Li]:chE-{9l1[y0*pbJЍDnCaVf|$b>>_?eu1wSULRDfǴxy[]`zwpAiX?\-?q,ZNGz>"b6y_h<җsg;R:~yzᗀW*WbA$Ož7vHOÞxcBVHd@?mK:%7C2ֶ"SJ7~DݧegP6\Zj212F=G2 mۍ7~W76<  Xo,x$.=wOH?˹}` #{t׵8 p ok(lqխkk%].RV4pWob8\Tk>B,?4UTzl^lۋbmcCeFJMb{P=S ?iRkgϰ2m$O/Eަi5@!p] w4h2_)CSM%K'Plj&@2 DId)Q^@eTcerP;މa/ RT߲VFU \>dʎ D Dj}v~M8UVz£Pšf:{XQa8v<0yP}`:}p~v s [_Mk0c8`YXr*iUDgfN(pCƔz+Ph@RGK=AU9q=B!]noݜԪs8i:l; '"HE/295L%ﳅiKn sC )6^u!_J,pco!"瘤k z x˶'[>ѯn`c> SihH8AzKM-iu a|~jBM 9DrBhKkϳZ.ysC*,VeONgigΒeԞj4!SsH^)A_6&s)T ZOra :c؎q%o-=|5v_cCLfL_ʥMJ--87n[ΗS<ŝ(~/'ڴ̤7\mS~67rP=/{Pk̲{CeCLiGDGRqBL"PVfċf\czDYM% f:WSѮHNDoI?Db#dkһ FetHxizd'actGIwBJqULPI$Ueۼِlv=9r厕?Uj/Z8UhhoeTO#bm^>O8̑xX/ɎF&ҢUO?y(  T㝌`>ѹ"7La}0#\PJKJ#kuģ團pEIi֥йIZlLޅq˜ЪPxIW.ϒO-qţ[yC#=C6']":erP^Byu^6?Khntr^{[~GV Vr =9J&9˹IB,=4h3"D5(ˢw+ ̯`o^n]"Y3Bgm1е{ZD}AL 2DNW Ջ\_c]G0$3SG[UF֗33@撟`?=,b`aH ~qt9 e}E!8{0!e =ι fu ^=-&t;-Q-Zˠ;7!293'ՖfLo33ُnCvk #Ym], 94WG|^lM.vW6q_/ycĠc*y;X<nlk6:.=ʓ(] Ē@T79HGIRsd!w'5=g1Ky_w8pÛ'F]+/}8^IVNefo t*,+T[3L {/V 7{߶c'64iQ=O=<ƕt)6nb;H)KuÀQ;@&~h0> |\O*`P(  :>WgI5 ;{ U<;5xFtp3XErB+Bm6Wۀ8H17UVBsV2݈}=cmF(fYxZZJveڕoꐎ b]Jr6}Tk .-..e>OJ,4UHhGuC7dak :Gߘg,R, x8^D5:wAMxrJ>BԊ:0I9 m v?A3_Aaj@Z4.@vBrp0 a/F=e694X ?gH ~f7 dhGkn]bŹ9egЍ `]“!d) JeϦJKB1ZBn߃@=әy yFɷUcZkG Frv[M L߂N;#y=^R=+EP (4|bH?J!#7qh⧑hXn{|LQF;<+ 3(Jn=\$OkZRGj+aGFœ;Ev4˯MgiLadʩQ!e~s(U,QGQ`LJeI׍o>^[%BE: sr`]ӿϘ!; N_w#ss9Y?%M(BYد'~3@ zߤ0oMġ 'iǩձ}݆xR dɠÎ|AҌgn&4 .(+!(&SK'TZE Iw_|UxsnO]O>Q5S3d"bк=W%`ti@ea*3n\=iꎑiHOD+XJSӒLwn!IN*%b<+ w#OYXc_|p x=%46d 4O n5(iҠԓ8?Fh@lF!nՎonEDfFOkI%< 97g2 $:6*x4ek DS2mx/`7%g+z@vYE 𤊕( W`ģ:HW}kOG__:]` Y#ɟ3Kq{tu+~!9>ofzX({gO~#*IZ*_҇4¶JlU0L]ƍ6QΝ/sw-8Vmr߹3_"eWtKӤ* $UH q+'!J4ӂsCIjp6iB`M7^~ ݷ>q~쿎Ig0xF1y PeXs]U14A x.@F"]\aP[ENҰg0'fpw1ȐZ8Verpm!GuUIL16$r^ag' P^XU_7ٗ덫>gٲq!3>|jC\Uҟ=8NnW$2zs8;A9|O<:& 4ȏ8SUܕXM4R[Y'(t# h5I. e1'XHI%C~~oF#0m1u9A:3w)ek]x̴&@# pXX,Żˣ7lt\n+sBKlJ6bd ٹp6)airP,>jQ+h `D(Gr'jMV k <ة)9CDی7"ծ=`(hWWiE0K3Guo z&%ȲA?D;i{8*axq+zbyB£[zP]C|<3|SlhޔuޮƠ1Y}MEAz"U I`0Ӣ 1 A8\orn ƢG K㨋u99l("tWMpGHԸ Nr4/K8?,|HlVy"в&oA}7NTZNtbELkj:I o(J;+4mY,7i.TM_!["NQx7)~S%"rse{3~bsH&iŘ1 t~HHһ>:8z;v' 0R&#% 7܈;p!.le]+"*X v|E9Z:Ȫ)݆uhxzxBA4NѲ0j+1~xUt0qIWW-Qg̑`Xz]ܚa8,qq;?+Kҍ/H!=Lp93&CRd#ީ|"7޾ T3̃n;ҟ,z*! \2Y"Z%ui@]BƤ36.^հEUfvn mko@[}]G)L~NѮon]xky S-Z nS%>9}iGgR#r\ lX5Œc"[lY}[Ն̋mTïaAƶQ ,:IPEs 2q3Ht. uv:FT\!39GK$ZjZuM)Z/zuk}Io2@qhW,5urSdI\R;lLb#KKPӶ؁wLYkKf dda5ó7rbjävRq.'AYdA/S0hmcDVbȜ]DidpL!łOfU_f꬛i/g*h Ukf<] yOah0oFC\4SmbÖ]ӶqSe)jOm@Q;~*CأJE$܂4koG7 8u8Fi6n'\!qYNԤ˙ .Ǡv#TOGc aXKtm'v]mHl-Ú&,!)7d6aVe*#]~S(O1 ՙJzX~bklxlN*&`zYǻOO1IRZ:S I~g_>Ӱ w-JhbܳV1cvLQy4mRbWs0<ޑ1d,[3,5:lZu85}8N*cՍk]Wmb9[/bm딽#xMЗ @pBmG Gjx1҈U Cm/_f8p|"bWjE::3'4D(44{P%,~Lբm[}rl'2γcq\wnDS DV^.!+i7h& |R VU :ifP;؈́tZ0S(.ev` C8X29a̵oX.S+`<r*~5X16!N@rEA$.ɺ  rc $a!44(\޶[j8?XvZpkٗ2҅ėstׂsd?MIQ.1Fz&Z.0+bJ'_1KR6RV Lni—hYN?ǹ;vK;iqޣ޳om[]n5,gL 29.%|o9/2dF>kV|Xض P]pNlU,%A$]r򝼡VgH4 1r y# M} 2^q2Rʒ,2A·ro; !3;58+v",?k|R7tYv9PɒjǼ97 J[ qN&Q$ i䐒.GUXa+Ɨ%tKgB%4QY^PsBOԂ$1b"Ǧ*ykut'c: .stG$mI"wm0OĚpϔV|@42wVGZلɚ=fb Bfi #.\(\4Ic?3"q`cKO6k[Xb,nD1ڣ%F:h B߁"qT߱SXZ8l2@W!+)QHB4>/ N@ǒ(\ #*dMbRDuCs&[x#qgt#LsHɉ͖G!̓7Ac.M{.^L47:U0Tuc`IMp`8 zZE? u78QiPM^)X$KhPkLšLS-'b`?KCHKdbŴ~\6-ٶ%?gs49x A֭xsBx+ 6Qf4#d\ʊG(jx#"X+#{x;ISq#{?V^vzeXeDOWWIX#Fk?}%3U2'!7J(fgH!-oui񺂍eNgY 0fMƒohYs͘iap#}(I6/}EnZ'(8,}+E6&M 3u<ՙTfz,'&=X9A]sdh,0&t4K7N6V+kSvuJDDA+ *`9&7յH,ewM\. k٫Fxz%SU8~I%M0ƥCc[yc ?FrBA h%E0˰]s]}-g~1}8h(C.MH3CK_HIV:[AŸj* R2 _|dc|4`A3`4h/l~ ۺMWf̧\ +/sʂc nۖppx`$e]K=+C}jדmP3_GS;+rqX[P%^TNycg o >B8t(դ&"EX^icVU]T`=M#;1Qiܭ1~Jwitg #֎,Ϋf{XӢ^߈y/~ YͶIN$$76qbxQJ2@\|+ĬE [EK #RvyZŇJkGS(.FC @KK !,aw_౤K\#'wp|p\D{+B\C'MzqR4FCGr1ѹa jkBoKFmY3r#(Kq;h3mfKZ`h&r쩪=U>7a+p5ueJ7t('KHBhO.גәi$wl^(ǀ)M`/t5 DKB`UI #uwgzi۰J(s8z: ]}q6%ƞQf8[!]Ђ 3)PxXxR=*&pc[}uء¢(o~gkhC_*L B,@ jK)\=YBi-hYWw6Aw3c4s< O f؝-Y7I,NiT|cҩuj(9I{ KW0*И\[e?do_P G+vǬ9BT fopĦ'vw7w G$0TNMs6+S'[H:|Uyۆ3~ohp$gY+?Ζ r2$bO$\noP~@%UAh[G% l@z<x0zM q {R K56\]߄) {57*K>a g16$F("o*XZaJ$ kj,DuYJ:l7lb6QĸP)WWJPήˈSY(!fG5v=L =.UϷ26v"JAwA5*aGUVWF2Ōwg%Y[A[N%vU޲"!}^wܑ_-bLJ==!#I9R]B@9s9xwHPR*65מ f=7Td‚DnzP,=0_sEO.7l+,7 XP*Zm%k-#YFR##?gXk!͉h~mT4 Shg"甍VΎ}޶ !I=`WS#QvoZ] Cv_@b[Y(`߉YjFfMb`(֥J۞q;px!@gCWæJh/npgV\y ==X/!6yp~)s 8w+Rh_cpsWcm&Yi^ɦ$\j^8Ig րxKK7~h4 aM>)5q^%UU:(2 +oA"+ σ- z4L0*{EH JZ})F\CC&h][k:wQ.yv]09[}2{?Wtۣ s? lR yv o9E :HdlPN]zyhM` D97}LNMc_k~D0, pkW<e%H45ph8p\Ձ.H cx\ci+3X2GcEr|L|;KAV1g3 5a7wpGiʜFs3(7 qUL;xXhb΁^ߕx\VR󈅃~S`=f+hGKvXqIX̠1b惾kF+t=$"[Qg.EV$ٓj5AǺBΤ فo6.3M-_I䪚BwKrh-eŹB g(inO.BSKKfk6mF+W{Jº| QEV8?TU~:yj1A?< yD`_g%?mܷa$B|C|DD&4T AP$ʐ;LMaNծu4nyk2sz2h.|=ۆ)H2~:AW_1qO36DkKt^ٟ`al%5o ֱ)Rbb\h 1X8(9@sFE( ,I ȅ\ak94鏇nێK#d֠]>E5]GW}q Y*QQ:-+*>'hR+]^]=(cG˜.[~yYPBJ<*HI9qTJވ VmaFy#;&}:=8ՠ:S$qH x Q?v4EdQrp!p >9B΄N;Ѓh 52c,ȇY=B%SG N<ۏ;.i-I8p5ns!Twb&HT 愄KGٴeE`XΆ;%ǀ!sN~|ָe=QvqT=Wjk&B_R4S}#)}4+x<  YZ