pfstools-devel-2.2.0-bp154.1.45 >  A b}@[!M@eee3be[>E rwa$؛~2ZD`aaDCߐ%Px[8X kNXW|'U_>6(k m{"ɗT5 @)}wcmʈ4gat6 Cn:yaZ򽭝Tv pOv;7˕# !'!@4NMKch#T| "ZIp>"?"d " o  .4<X f t   0L(>8H9:(FTGhHIXY\]^ 4b c!`d!e!f!l!u!v"w"@x"\y"xz"""""Cpfstools-devel2.2.0bp154.1.45Development files for libpfs, a library for HDR image and video manipulationThe pfstools package is a set of command line (and one GUI) programs for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. This subpackage contains libraries and header files for developing applications that want to make use of libpfs.b}?s390zl23SUSE Linux Enterprise 15 SP4openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://pfstools.sourceforge.net/linuxs390x!M EA큤A큤b}?Iaab}?Ib}=b}?ac4550852a4511c8e814657f154cab10c6e4bf1c9c77b0a27f5f54840f78507f7afb45127063aa6da04925db7a50f23fd37fcb09f469c22f1edd86d1237588cca13e16786c09d29c1a63c9ca08410a1ee843ef822d1eaf2052c0704999de6a7e771c6f08bf930079cd3f53d437fcaafc6efd4c7fa904ad98ff347f1855836ce03libpfs.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootpfstools-2.2.0-bp154.1.45.src.rpmpfstools-develpfstools-devel(s390-64)pkgconfig(pfs)@    /usr/bin/pkg-configlibpfs2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.2.03.0.4-14.6.0-14.0-15.2-14.14.3a@@a@a@`\{@^h\HW@[Y@X@XP@VVV@VrU@Stefan Brüns Dirk Stoecker Stefan Brüns Michal Suchanek Christophe Giboudeaux Stefan Brüns Christophe Giboudeaux aloisio@gmx.comjengelh@inai.depgajdos@suse.complinnell@opensuse.orgidonmez@suse.comp.drouand@gmail.comp.drouand@gmail.com- Use OpenCV 4 on Tumbleweed - Guard OpenEXR build dependency (needs OpenEXR < 3) - Adjust pfscalign package name to pfsalign, match contained tool - Cleanup spec file, remove old dependencies: + lapack, blas (uses GSL instead) + doxygen, libtool (unused) - Correct GL build dependency (pkgconfig(gl) instead of Mesa)- update to 2.2.0 This is mostly a bug-fix release with many fixes allowing to work with newer version of libraries. Several compilation issues have been resolved on Ubuntu 18.04, 20.04 and Cygwin. The HDR merging (pfshdrcalibrate) uses now better, noise-optimal weights, which should reduce noise for darker image parts. * Added: v210 format in pfsinyuv * Fixed: memleak in pfssize * Fixed: Fix format-security errors with Octave 5.1 * Added: pfs_automerge * Fixed: typos in the documentation * Added: simple deghosting in pfshdrcalibrate (-d option) * Fixed: pfsalign now uses free AKAZE feature detector, avoiding issues with missing non-free OpenCV classes * Fixed: Updated installation instruction for Ubuntu 18.04 * Fixed: Fixed a number of compiler warnings from g++ 7.4.0 * Fixed: Octave interface upgraded to Octave-6 * Fixed: pfstmo_durand02 - reversed the old fix that made images over-saturated. Now 99.5th percentile is mapped to white. * Removed: pfsinjpeghdr, pfsoutjpeghdr (discontinued) * Fixed: compilation fails with GCC11/std=c++17, duplicate "clamp" definition * Added: pfshdrcalibrate now performs exposure merging in a noise-optimal manner * Added: pfsindcraw now calls libraw's dcraw_emu instead of dcraw if the former is available - Rebase patch: pfstools-1.8.1-fix-return-in-nonvoid.patch - Drop patches (included upstream): - pfstools-Fix-build-with-Octave-6.patch - 0001-Remove-using-namespace-std-from-global-namespace.patch - Disable EXR package which does not build - Reenable OpenCV package- Fix build with GCC11/C++17, add 0001-Remove-using-namespace-std-from-global-namespace.patch- Fix build with Octave 6 https://sourceforge.net/p/pfstools/bugs/49/ + pfstools-Fix-build-with-Octave-6.patch- Require freeglut-devel instead of pkgconfig(freeglut). The pkgconfig name changed in Tumbleweed.- Correct pfstools-fix-libpfs-linkage.patch * Fix broken octave binary modules - mkoctfile does not specify - Wl,--no-undefined, and modules fail at runtime: ".../pfsget.oct: undefined symbol: _ZN3pfs5DOMIOD1Ev" * Fix random parallel build failures due to missing make dependency- Update to 2.1.0: * Added support for .yuv files encoded as PQ2020 or HLG2020 * Use Qt5 instead of Qt4 - Update the URL - Refresh patches, use %autosetup -p1 - Drop pfstools-Qt5.patch. Fixed upstream. - Run spec-cleaner - Refresh pfstools-1.8.1-fix-return-in-nonvoid.patch to handle more cases.- Update to version 2.0.6 * Fixed: --frame frame range spec can now handle negative frame order, e.g. 30:-1:0 * Added: Added photon-noise weighting in pfshdrcalibrate - very small improvement for some images * Fixed: pfsview does not change zoom settings when flipping between next/previous images * Fixed: Fixed bug in pfsin/outimgmagics - missing call to InitializeMagick causing assertion fault * Fixed: Fixed bug in pfsouthdrhtml - missing call to InitializeMagick causing assertion fault * Added: Matlab MEX files can now be compiled on Windows from Cygwin using VisualStudio compiler version 2.0.5: * fixed: pfsinppm now can read multiple frames using --frames but also from a ppm file * fixed: a few typos in the documentation and code (thanks to Andreas) * fixed: fixed octave interface to work with Octave 3.8.1 (and hopefully later versions) * fixed: octave-config used to automatically determine were to install Octave files * fixed: compilation issues with c++-11 * fixed: bug in the assert statement made some matlab mex functions to crash (in debug mode) * fixed: version number string is now correctly reported * fixed: reverts mistakenly introduced fix from 2.0.0: pfsinpfm and pfsoutpfm do not flip images (top-bottom) * fixed: pfs handles now very long tags (by truncating them) - Refreshed pfstools-octinstall.patch - Dropped pfstools-maptype.patch (no longer necessary) - Added pfstools-Qt5.patch to build against Qt5 libs. - Spec cleanup- Grammatical corrections to descriptions. - Replace %__-type indirect macros.- build also with ImageMagick-7 + pfstools-ImageMagick7.patch- Disable pfscalign subpackage to fix build. It depends on non-free opencv- Disable opencv support because it depends on non-free part.- Fix octave dependency- Update to version 2.0.4 * fixed: added installation of octave-based scripts: pfsoctavelum pfsoctavergb pfsstat * fixed: libraries installed in lib64 if needed * fixed: added "so" version to the pfs.so library * fixed: Replaced depreciated OctaveMap for compatibility with octave 4.0.0 - Changes from version 2.0.0 * added: Starting from pfstools 2.0.0, pfstmo and pfscalibration are included in the pfstools source package * changed: support for automake dropped in favour of cmake * fixed: pfsinpfm and pfsoutpfm now handle both big and little endian files correctly * fixed: pfsinpfm and pfsoutpfm do not flip images (top-bottom) * added: new tone-mapping operator: pfstmo_mai11 * changed: Thoroughly updated README files * fixed: several issues with octave scripts (compatibility with newer Octave releases), in particular pfs_write_rgb - Add dependencies following upstream changes * cmake * doxygen * gsl-devel * hdf5-devel * opencv-devel * fftw3-threads-devel instead of fftw3-devel * opencv-devel * pkgconfig(libexif) - Re-enable building against octave - Split out some tools into their own packages * libpfs-2 * pfscalign * pfscalibration * pfstmo * pfsview * pfsglview * pfstools-exr * pfstools-imgmagick * pfstools-octave - Remove obsolete patches * pfstools-octave.patch * pfstools-stringcompare.patch * pfstools-no-debug-mangling.patch - Added patches * pfstools-maptype.patch * pfstools-octinstall.patch * pfstools-fix-libpfs-linkage.patchs390zl23 16523754612.2.0-bp154.1.452.2.0-bp154.1.452.1.0pfsarray2d.hpfs.hlibpfs.sopfs.pcpfstools-develfaq.txt/usr/include//usr/include/pfs//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/pfstools-devel/-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:Backports:SLE-15-SP4/standard/dfa510532d9757967755076ce4286315-pfstoolscpioxz5s390x-suse-linuxdirectoryC++ source, ASCII textpkgconfig fileASCII textPRաreRutf-8ecfe0b0971075a585696a5014cb1099baaa29bd0e5fdbca92ebb26f0202f44e1? 7zXZ !t/'] crt:bLL 's̾|+6M&!\TfRd=\xoz[Lo_ƕQ)[*Ƹ{_^%J YfgY. # 7O36#t_g@>N81<Wz!zkan_<$53Vƿ[Iފ- #uܪb}.XC`P?9NELtb&DkZ1LQ!7dYڰ<Tcr `U#WVkIhaP D\$z`i*'xʐY8RsdiM~|[7ʆ1 AeXG4b\I(@_\TYF|c^Zu!7gRM4& [ X:+NUkո"ܨBX|_O<,۪Bo5iPqn+}!u6rQ,V%ʶK[-J(b[сs^K% #ȄgܿtMQ7yAG&/Luqf7ĵp+wFj]Mi-1';e巢p'%rzdѾVGٓJo)iH3݌kxUU2__8Q}=RnD#O@ig} ϵܙaI-_3F ngꮳ1/FQ}$lU %JVj\ՈmgA}1iXF)PyYC(nd`El]À{Dܸ̄f%ݽ5`mkh܌LZ_ %*ȿ_'~'hZC.4ȬO&hbF(ܤq;4^"ӽ,]~L"Ko1C3N nMU?o= -I0i xNF+a{QDI$]ψ  j\M"O^Ggkl`wVoIQ+||@0Y .]RQ.L#~``lFjt׼T(?uL[SQ c”Jl[_]`fȬs)X&*ꊂE}x sQv ⠔+װ5WlF' {-#(bl.j 85M,j/r:!d, G_bu=*%H]g͹M0's#>At{蚴+r6gei=<7N3NiY.#{ [#i F^!wԵ$ hLX iXq,鬇lI\K,=8sBA {.z+Q/GDICй4)ɪ" ח؄̕<(Fp0(PIuЈ>a}$\G;}~:m#u،7g-+w<) Rd1K> ;mRJ%X[)l/_AJS/!drj׆\LCH'Ρ_%^' aͳg u#c{ֵU1_{h!a`Kbi[n%;v`#L9w?| !Bz_1+u>*n: YyPuԅ`SDA0'HE7M{PH~X(;{f G3O 3iEm"08,6"1j' ,GWRv^3J0)  MyR45yƷNL`_\е{ 4w"v㵈7% hT]&<-kJxes^vY (VIQLEzv]x n"kyF?ؤ"f+)~$>kY\!AHf8pFg246U^ a/ո[kyjA%kft"icl/Uy^PL3o*}T*o͗W]jZ4o6mMŤ#3R f>Y\Ga%:EN3x<i|2VUgCrT@$E]h(A@cbs#Ȩ|7*(ˑ;Q~ 5*)bG5j1*`(IOA=rFVhj?S4奟{de`L(*qd_edX[@0y3(e^$W[[mORۇb:3#rY `CٹSX_1QD#~6;4NU $ ƈ R*it;޳(y=&U+*κiI.^T?bZ/V-7RC!zKN D8('&Dq+ e5eܔu<[pfGSjk ^)뗅+DsPt1i eVa^?(8>٢1D{Dx8ob=+sVP4Y5H^7=hc"& lFY@?1Ujۄe[hs{(_i iuM.PfE@-\r]cYYT ^qE~c6-}B x1=N(3)tjy2|[9eDILNX+e<9W^ [i M7dh?5 ,>qM['~\lٶ$f>/Gl-0jG(m48IfgKXYYO=~S.< b^#z;o$fMdgi1zꗊ䰹uxVBr >}M,yqn\ɵc/9 Hq/7?o.uP̟*b.s/ r\KVJ hx .',޽FwH~[F0V.d# ؎5BX1VrK'@}"61y EV$iK{ģUٝ[gC}R?w>\2CPbMɯvB1v-@@pKou;Nc}3=ü.ZXrtjUsnQI)Z*y!O ~Zj۫SL# 嶢v#dS xzP8|H^Ї dܣed~4\8h>Y(qI'HFo<?AQO K9Ԗ'ӷ|#;-wAGݻ]}%˭}df>?{&5MV˺n|1hny [ksUq؂O3.NN i=K{^M)eFYŊ QO6 '窙▂ SgI +6ʲ~i=MNKY\ɑݧMRr/ƚY<%R{$2a'*{ 1Z 'dkfY"4RS^^7K؊9V ?/d|U Epb#_Gʝ?`7;5k&y1cx‘HDwQ44ܺ&vkZVn(8cu %BcŸ̳uM}c]͌!RV^5=C>YK -Qg|pNd'aq*t 7RBO< ̦&CO%lV݉WJzZek(f}?ľlvw*ӧ 67.%iÞVIPxURYG ,> i$F4d9zR[%vrIR!K<,'Oآzs&iB쟖LeI%&@ L~g9%pD퇳 ̳6.;~f-EltЋ~RXg"?`E ޫx;`PGיttgSˤ32Ȏ ]9hhTNs[j(oE8 TJJ ;=ڣqwo(Q[.On[7{Cf>0eѝ WIHBui}Cr:Jۢ@Y WR-0Ll>PCc< 15LRWQ *~+W#;9:X2ʯ7N12nsqOk6qj*jZ7_=u52ϳx ~/ӬXe[Ҙg(|&VV~Ni'`CP-a隺R$?LH O-uZ%u; reod\{1kS[5įUrCL?u7pq6}%E x3we_M_R9`y90lmcQZ,Cuʰe{u/xQE ~V1Ïa1b Ym*zc1dr_M&6_ݩ?=>`C.}-˕!2Nn 04dC=LHPyu H^\{"^6~{~S3U?h^ְ wRTK)ԒhN1=[nNQJYB0VZ9GJ ?E`$o?V@'nF'Ⰴ9=֎+:9|O L[%Ozo>*[,m$I0Rrv/5W39 &k+ 2쨱M\72%+ɱbQb"fe&:+E54W"=Ļ*|IO. @e(e!? h&2"B(9NUm0)jj#4H!6:\8wB-Qp wI%ػ2Q :0;ag;J`FLׅY"*'r2YR2YoQJi#ŻWBŸHg{?V>7e~]Զx2,[=ϋ(^⬊){ K}-jR^V # ,t娧eXw;Ci@Q4r"rwکbƳ NxoJojO0XGG[okb@q3~{"8SźI}w5LYGM7??_ekn5ϥ>8 mɺMln_7"U?RȦuMuJ 1)4]8hVUvX`)[ݤw2qUlEjKEj|3gJ XC8wTu:ߟϲUL$zh6,dQXT??aJiq(J&1a204x4IaY1xN:ľLǞոwv$d\"Ü&Ho>&}g<+ݞa$Y_VWOdr[M`]EWz$Qi Y߲~a!)2E*+G\V] wnBR%ymraDhaؕ).;fÇ%N{F] 'OgV\tMI O$9B^$xphw Q|R9o'+zag^*DƜ(%?nQќGcTR2lƲb/134CƸ' Y"ݢXL4;ba]E-fiCMX=7t TMpA#, d8 ='ҘGF%)C=b,GAIvB;ܝU@z440]vr1&DNy;\c]VN8jμ7Yh+ ʌ ]J 6Jd, (fn!l`ޖi&3-"dX^?!rŀUxh71خsw]IzljQkL JdaF˳VfB1ʙyd?GCcC:=hO) #*3zw尬3D&FaP>BuKߓgJ-֚+`k0gqTַ|FJlO r8KiNY]34[eL}8&gCQ8WIoa)֢ABlUH ܱ{)f1ԊeiZ({P9qWEXQoTr_%ȣ|'%7zxDßhl dO򣧍vheigu\)m*ǡe>67Y !e Y~H}m>wHY4 d0XXn qy:^t% (8W9M6 ,Qo86ϱ]?6XQ }A[D{1C(_pŪB%NGQZz/sCDcxdSꕍ A!9Eb \#~$:ʏ <&/^J' 4l{ &C:iӣIYa4m*Zc1hj.Y!& BSlNs3+/>.uҡ BY~uC1 8~BtSA4̾A:Ӻ?htNۍEA0:OȿI8/# <'-1OUt`D/jY48|x>#.۹A0avV+J w(M!?^S=A(U7Km&I=  Ӡm F/8)(>$|NjS秥= ˧:]+ 10NW_68PHezd$C |5&/#Ns@rpe1tӈZ ڪ޳xg@ZYbm. ٶz#s3olOs~i}4b‚( !JQ `$a_d '3 -tJ^ Kp!=sQvH^Fi7fg/ 8ֱwe-)}Og8Tn w+q_h4@V[M05f.ŭˏ ތg qh˷<PqO6Yy!ƛ}U024歙{T&dHDLH _nz7HpKxϧ,(utO%2JFltۜ#Jg XͦTD%Ni&I&\=1SfSH~)wuP*%R\&KWr MNFLuMބ7}W3SJYSzR=gI)n,h ̮*9t%ue9RGvKTzh>oPcVcvMO1OCΟf|&(EWFX07jЍJ?3aq`--kݨԾΒEjHp$G UɩZ+D9IY(Oܩ YZ