libvdpau_trace1-32bit-1.1.1-lp150.1.9 >  A Z7/=„A4O,‚3e3ͧ.e>5c&wGmm*:h=#{YDɈ^Xմ8 $c(*tX"B6^bI湽 7Hq 3 %'glfH.\l9N5;rD{6Z0FTȟz#Gi:Ckj9ߕ{~UiÇ9jyL C"~47351efcac8e1d2e2aebd5238b6f866c664daa478252c6d70077213d950a29f8234cc544d22dd41e36745ccb9e4fa9717e8fbf72dZ7/=„4qamL/&,mb<}̮5+IMTқ{Cp>$4?$$d ( < @FM\h n t    ,8(89h:L> G!H!I! X!$Y!0\!T]!`^!b!c"jd"e"f"l"u"v"w#x#y# ###$ Clibvdpau_trace1-32bit1.1.1lp150.1.9VDPAU trace libraryThis package provides the library for tracing VDPAU function calls. Its usage is documented in the README.Z7cloud118openSUSE Leap 15.0openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/X11http://www.freedesktop.org/wiki/Software/VDPAU/linuxx86_64/sbin/ldconfigAZ7Z7Z7395d22d8901ca143864f494d975342f6819b1ece7f66cb6ecfee68912f0c9afclibvdpau_trace.so.1.0.0rootrootrootrootrootrootlibvdpau-1.1.1-lp150.1.9.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<@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)/bin/sh1.1.1-lp150.1.91.1.1-lp150.1.9vdpaulibvdpau_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.0/standard/5a282f5645f86d88239c6e9bb23027b1-libvdpaucpioxz5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=5be5933f45a7f4515db487e2d837dc97be9b896e, stripped PR RRRRRRRRutf-83213e7522fc66ec6e1992fc2625a261fbf3227d94fb4623fa257dcc271d99c74? 7zXZ !t/<}] crt:bLL ~Ȑ|(@7"ݲ5Qxv󈬠48ܨ|y/JDc Bv֥ &-5I/XI&+UG(^FnⲢ݃ _8? ]m&%"Sj% [0s(sD[H0-a%L%4C Pcr*Pr$b8EYmp295+Vj`Q$,9.'X(J:s&,> ΋۷4ICJLj2_">7iuCDcp!,E (`NJb}fK痥s@hDQ먮5r kHm]T%&kԤZ#呉[P3"Ym$* ,JR{3\q?$ԛ4.'$6'CSiZ[j{zW}z^h=b,UB4}xHUX źncM Z=pJFyT?=iuxm8WOVv=$Wu_&ucRSN bd` ޹Z'H{4RA\W肴}UqZ"R4l\!GҊE>؏lzJi4\mv>݁Pt^`/fC'&YsYֹʷ6a&9fϫ/6A42j;%YM_xLlK5'7 ],7@J-I^d6ga]iUsjƮ$%|l". bߠJ$pU7~khՑ Ljf+n"YGv6b_4x Vel@qwCd JdtQs~b(b]f#vq(@˩%z8*b~ 8|Σ޵sQ0"\Aqj%8 qkY-A6텭tZy#&(Mޅ 5G۠@w:|)p!ԌҀEM18/'ȸ܎jQ}8ډlZ‰3ە?|B@bPPAJ=mZiJm(̲k5q3Eӓ(/pa{J+3HCx ^q+м>3=/N>ǽOfV1r3h7DZpTZ/WȖLv9f׬Gz.ɖZg uCC}2J \=_HLRt`z3#gI̿xi a4\x%#,8q,Ǐ{74WEYj#kGGPK7 M r6ˆQh{&1c 01P$ơg5.g &{uE#Fw!k'ۊvQ=ЂEZB wT(wc m4Y*/r8UqWEB>կe09!c='*b)'P'e,Mw|f*+z=T.T=zP//XD|3l,ٞBN&`-hivM *'_hE״Ksֱ\@dz(l4s"bL@%d]-|0ҕ[{N"{R0GZ(E5quW-x2l;nC9Cio/ 4aJ xJuwvp58dj89p*al`- ߫)MnOiHO sKxxm\(χ+ FBm0Z Rep](A"1r{QҒuI;aظC%`_ O0 'Drf+/h·E=]0VAG}GML1^]`O1Ѳ-e8ۯŬ9-]Q|WYʥ/bӅja:lo@4םj#k7%8EfbC+9{Gs&XLd4;V^S ڼ 1%^uSM! -oh3)^% _ķM_1|FRY Xx9q5kq$f'tҢD,'cC^rrn".4^E r-)g=aQ&ʇ/:pU㎷FJ2OcenuyٽbtfEcAs>L,RMA93i 3VX %od--\C9Wlh'Qe@4+DCR*:՛<<"v.9jo Cxj7%6( LE'ɬGyR sA;"deL߂`B.?aC*v4Q8v$]c)ey15bNRMY[6ˇ';V{rNM(XVǛcyhJ>bR:[QJnd XEC=UPm|-ݰDZLF~XE>mGl,v<MBςE c$ PjNA#=Tɺ_51izVyZxoA_݌Hevr]}&($L)HEx7sLǧ@X&eNiZ6MT&WRU9+K/7Ԝ75JOif* ,Mi 1 cP{t@(h.X,08ڦzF>}y#31wǍx߇S ݘ',岒e ) 򏤏zZ'q H?+>fvfs]wFDp}?t!lG"|U+L'WbƘX2<(rsm\RaS4R^k=*c?hJ5[k}S/<JC92&_6z j^lsl%H/Sysv 2Ud9p'W54}Q{JTYy4*UZ=ڨ ƥD*˸tv ?ep*mfC9w//:"9N]ڢ?y$gu>7JPoBLXD\`+Kd8 D' v-H+ ~@|\('ŕzHBa$3Cvţ'~bs|9Ej֝vm'b$}0c:ZSoimopm FN11)$ 1ӹ8#R0wG LHel]WC-ӳC%?ɋ#n$@oNR@Be7~eAJrv"kK"$8U7v"uzA@8:|c2I&&X;k/I;zsKz冻+7IR!@`Y+~{-t$F$ņ{nfC2g*){# +Zvrq}["cN X)E-1 'eXЕ_YMGsȈ r8GfsfVW6[C{<$MZ3U`A=jfO? $ 7^6k^Zc}Vk'~]A 6ѻ+RJiUN I;3+W#zˊz~$s,&&yqEމ[CbmCQ肸{}eu6{ 昏WFET7 JUYM,3-Zn9ek fxnr6caXwւძL2ф?[*'qU(FtӥA'Gŵqo<gčƊ0gs >*en}'L\?MykDf)dIdoiZ)qGSF˕,Nq 0?b°r4"+[^6o;zdE9+oD+K+3P~ |5:8BYHiA{ֈ7깹蕏1JɤWF)BuV@ Av/cZ$ҭz6sFHP4eT0@}4)9%u ubZ1Ҋu5i)QoiG~;667+]5]̇Ѣ(#)xy2u4d3SvTL*jeVkC휎yxR|ڗ+hK5:)PuzD)@ҽه"i`07nHd{:S1R.Y<.;!-X Jr΢{ 3 Q9tFW/7qS;J3&H>Iw#$4YO\o& x2KBNVL{< T[!;5z^ ]&[!LM&yvDy뇣J Ӂg+[ I/,W<Jw}(pY+ ̨F#ݓc0Jd72Pb50/==GbzԪqnç#~M6SytEY7A 78X UA$~"hBX 9+Xl]J乐(@n˫MלpŰ^+D{|S%r_K֡(Vx6q2Xp^cg3@v Jӗ.^!]~ݠBKpcQ{YI Ecc(}mʳ;d.wSujNM,>^n,ɣ{vP+vRT8E ;~yqt\ݓl=ɷXWD\J@`7?_P\s.<y.0D- fS_+' }@lEA+PW#دNSY/>;i1vP,SwBͨq}$.w5P!w)yZ{WV!pFSˡX8|ƀطLdvh{oo8ǰ,P+bUyJ3ʐ9"(BPһ)@W tjnρYfuӹKbEʥ cu:@3籋'L ^k__:>r#*Jy^Ot(He{Sܼm8ΘL9eg JlB֙k]9q$0buSy]ݠ Tm! zae!!8砹x~%w4#GadiCMbiu9_O XxQ n(I 6ceł^~:߳ Sdh Yv:.̓,Yv?j?^Wp^h]ߍq|J?`rl"0AvBt7LnI8DyWE. cLU41s]CҿZ9_NS7W"h{jiJA1ȥ,b+;pJglo(͉q.ްc€0>,{a'3/]"I>]%uˎDA?SlW`-єk"6{8n><|rk-?ZYFAg,t9D֖o3˽DX?-Z n41މh.Ŷ$i,˰D [Ƹ4ڹ+CA5lPg9QuF(?^t&bpK1QkP7fjb8f_*fFѰW#K4[H#fUnźP`ն]!8kΠ\3n(F}~G4rQO(W K6.;"We(Ne`4~Q98Bz儚 L,s:p gT[SM#QOioۨR*NiU+-8krDyp$.NA9*)8g\M4uriXwd>z؝/3{4yYD'ep^$@ĽK)&4 E}_ O~S~Ay%pxU'GK1X5Ø_6HřPA ?ϴsM%b1cO[^jjBB6qVVG^i,~,j'?AZav]uwRo^2|lp;mז\$UuLSTրj3SE yMz+zO̱b, D,$M,WïAHG%V]mIXEdMrV~:%8)vn|KALO%7N#燯 H XhAX;BOB7OuJa Ei~%o%q]#BԘJ`<|juZ]5prV% 2~;_hqG4{~2'-*f=SGli  ot0Q)|s!Lh!~ĥ&<̂0 +ÁtEnkq3f}n#h1_@Ar*kd CZKWh-y#6+ul wq}ە.h#A F.!)jwZ xMrtjn;lKn35~kkgqԝvmZ4RA+"PI>u!ujFE#d۹Yv}@ ǃҬa􎨒|ԝyuuIg3dNVYYmeuǝd+O4-;n'ޣPklzl\?m aivgx˽ zY|)|1ų%4cE]^dLt>sqt8*]q`.OA†թ#J}NrZ%.*z&~ɪ6CB|>$NZ!RM(d HE+DA nF]=<* ݱRr7| w5=?;[5.[ֲM6*e8NQ,Zy.یJj+^H\m)1W+]IYJ?0~efkOq V+(Ћ_E.[+AWNQP;*p6+s36/䱷Z.j*US/wz4 ) ·XUiS^%b^c1kʰ:KN"EN "dGXDT[(ͅqo 0߃.wfcׂ%~]4DnC?g[턧Z۸h"zOf*30UW8=Cbg2g*_jmt0(fʉ!ߪ9kވ|]N+ݹ"%47,/-r\GhT#XͶ^i ]shH7R<-Mш)3SI)qAMuX鷉[9"h%@srS  Aѫri5redVoQa,? z03BAF"ZO@!n3\2dRYiߕ` f` u"e۪,CP_?̐Ibg0|\R%y&d۶K'T:MدFb p?;EóBuڌ|׼}Rq~5R a5bJ0l+Yw^ydLe U$@S*mɟ֑HOQQsàwCJAxy@Jwx K_q4K˻}yg p5v3k bԕw Gqܾߕ%b\Yct͖ -NB t:*pWЯmzu(Pɞmҹvh7_vھe)', ?ϯxC;P M֭qc}%F *-)N#\ 觠 g@\.UNoӒu!h,7 NfBZ1 瘎fejʝc#DX㊾Mde\+ ԷӪDUK\m9*H94L{![D'&o]@&! 6S$l|i+2Z{yGQ=tO 1Kr2p4JInTirsȪ`ښf{XE7kRJ6,M%Zs̬ތݧ}/ r\&$koDVҕgbޢ+}`\29ʱUp&xa!FlˋkeF[c8>[0淄R5FF!2DkDYNku9~֎^iB4LyǸA8=m=^&F]Qtcl֑٦9WW sCsase Vf}$*45шNqT|cϯ}:ltHJfP )}36vJ.H>$JxM~3kô: %%) A/Nƞv{ɣ_u.?=ؘ!LtwR0+B"摕]^*E)sB!()QtLɂk}ެkڑ9G+Zo0qF-C"r&L" \'%a8}I}ݚ &0!h'\&T 0$πY:-qJx-*r3nTϦCtVma W6Gf|V=༑gu6ePϓHh7|Dy(k^N*=7c_}R`{]6mT BlLRS(L2ZS?ө(ntC>}?>py)洍IBgXflp @;UN"uFzo;"Zl%_6cy"Pֆ]uwSLr(wyk}A/hq ӟ9KDH8!sboUzj'~K v7Dֿj{w4竇\!֌0J슴qKӚ<_?[Qa2)P#ì/*w)-^p<\Y)|p:o?dMh>YyJgisڦ0qbD <>Io…)0݊NUV,zY3'@`ޙ%7kOY3:Wg/f@7r"@0kY#<\N%>FM :X^5yDO)0h b*p2ɓ2~3h#ԘG sxIJCh݈1Iaͦ@cv-0tüV(?PJy\ H]7ְC:"R@o03i׻ۈ&ԏAlZ!+ALn٬/֯M::)+?i5θ8Ux6Qp1w2%ǩ8?$s|0KixObiLӮ2RvW=Ne߭~X ~X,c eFR^1ehLx]GAb9 *e§H!7J^Y4 ʖA6N%Hv=Ԫ`p Tp_3H Ê+uN'˷d);uYkI{e6w ;kRzU-nu"ZHG20~8\79F]9g^|jD։OGlJB'O 4٦]jwOsA?D@_ A/d") k<|n?fǖ [.LM'{ږ4@R#xnK8^> ?Gp{(z&y ړ=r='>a0_}L(}I(T`N2 @B)%XgVd1g|&,1|LM^-*S7 aN!wʸmHp5TCbwX٣'m5R |+0žۭa6{S};d`bYR>; ~`zX1}X4g?i>,|3 t}}M;#bpr!{::A$KL@MrKTC <j.!XX AEhΆ$P L4 ~;$U@CSL+pD>n@1S'Ǜ)ړ@vw d7(naf?NϚ4c~ fq6UȃӨ,-dHPOOV0@43: ^>zVeݭn*W@yM wS ̿&y~2/뎆$c>SSzo<E\fa$.ztPkP4[HxvI}:+:.0e]I@Ƅ 2ͳoß.^gY{EM<&XD[ƋD6#yb'.Ff< $ƊNT8:GnPxͣFK7$MDXηHZ}%\vLmx#q`KL1c9,ZgE[o[rY@ VZ[Ѐ}y9U*xzQu( +04[u?"hO #T8W+(hDd2 O>W]LAE2L%i‮F B~eJ΄pOMK 95N<K=L94ͣ>(TT3 `CUYpE;c>EdD DjsDnfc {njmr>f/P7XЮSێHsT`gDG͇:Ҧ<: `Up<ōgFc&uh;UD|d@B9eF35YG+*dS$"IyfsɡYs0<.!Y>c'-~N-Q:l{=Dpr^IfF[N;|L͘i3 wr8 \L2RMn.![Օ3$26xz5xM^mr<4'w%b..J;nqGLzHhâI*[ɃWDoɞ]+wWobMF'?yX.3@C]J{;#N1EK^`T:z ړAwr1 91o(oܯ.aF n+N2Lbk$9 eEhd kJ6<! )< <yZhAaEw}Co [6ݨrqU$J76 Աitma?׸0EMgpX5~@&Wt~b8+*()=#@C(9^?Qܣc##g k4/*4eܖk;Ta1ځ/ʂP!Y ]ytI YZ