Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: pfstools-octave | Distribution: openSUSE Leap 16.0 |
Version: 2.2.0 | Vendor: openSUSE |
Release: lp160.1.1 | Build date: Fri Feb 2 09:34:49 2024 |
Group: Productivity/Multimedia/Other | Build host: reproducible |
Size: 493687 | Source RPM: pfstools-2.2.0-lp160.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://pfstools.sourceforge.net/ | |
Summary: Octave interaction with PFS tools |
The pfstools-octave package contains programs to process RGB or luminance channels in PFS streams using Octave.
GPL-2.0-or-later AND LGPL-2.1-or-later
* Fri Feb 02 2024 Dominique Leuenberger <dimstar@opensuse.org> - Fix build with RPM 4.19: wrongly escape %-sequences were fixed. * Mon Jan 03 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Fix compilation error due to detected OOB access, add 0001-Avoid-out-of-bounds-access-for-monochrome-images-in-.patch - Fix compilation with CMake >= 3.22, add 0001-Replace-deprecated-removed-GLUT_glut_LIBRARY-with-GL.patch - Reenable OpenEXR with OpenEXR >= 3.x detection fix, add 0001-Prefer-upstream-CMake-Config-Mode-files-for-OpenEXR.patch * Thu Nov 18 2021 Stefan Brüns <stefan.bruens@rwth-aachen.de> - 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) * Tue Sep 14 2021 Dirk Stoecker <opensuse@dstoecker.de> - 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 * Sun Aug 08 2021 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Fix build with GCC11/C++17, add 0001-Remove-using-namespace-std-from-global-namespace.patch * Thu Mar 25 2021 Michal Suchanek <msuchanek@suse.com> - Fix build with Octave 6 https://sourceforge.net/p/pfstools/bugs/49/ + pfstools-Fix-build-with-Octave-6.patch * Wed Mar 11 2020 Christophe Giboudeaux <christophe@krop.fr> - Require freeglut-devel instead of pkgconfig(freeglut). The pkgconfig name changed in Tumbleweed. * Wed Jan 23 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de> - 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 * Tue Oct 16 2018 Christophe Giboudeaux <christophe@krop.fr> - 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. * Wed Sep 06 2017 aloisio@gmx.com - 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 * Fri Apr 07 2017 jengelh@inai.de - Grammatical corrections to descriptions. - Replace %__-type indirect macros. * Tue Mar 28 2017 pgajdos@suse.com - build also with ImageMagick-7 + pfstools-ImageMagick7.patch * Mon Mar 14 2016 plinnell@opensuse.org - Disable pfscalign subpackage to fix build. It depends on non-free opencv * Sun Mar 13 2016 idonmez@suse.com - Disable opencv support because it depends on non-free part. * Thu Dec 17 2015 p.drouand@gmail.com - Fix octave dependency * Thu Sep 17 2015 p.drouand@gmail.com - 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.patch * Mon Apr 22 2013 dimstar@opensuse.org - Add pfstools-no-debug-mangling.patch: don't drop occurences of "-g" from CFLAGS. It destroys -grecord-gcc-flags. * Tue Sep 18 2012 idonmez@suse.com - Add explicit build dependency on glu * Sat May 12 2012 anixx@opensuse.org - fix build by correcting the build dependency on libMagick++-devel * Tue Mar 06 2012 tabraham@novell.com - refreshed pfstools-octave.patch - Update to version 1.8.4 * fixed: SegFault from pfsview when switching channels * fixed: quoted arguments in pfsin/pfsout/pfsv/pfsindcraw/ pfsinmulti (fixes bug 3279342) - Changes from version 1.8.3 * fixed: pfsdisplayfunction properly interpolates display LUT * fixed: bug #3080304 - configure uses non-portable test(1) syntax * fixed: bug #1766263 - pfsinhdrgen fails silently on pfsin failure. - partially * fixed: pfsview the entire code converted from qt3 to qt4 (fixes bug #3127946) * fixed: "Fit window to content" works again in pfsview * added: window icon in pfsview * added: improved image file saving in pfsview - Changes from version 1.8.2 * fixed: compiler incompatibility issue in pfspanoramic.cpp * fixed: bug #2953028 "gcc 4.4.1 const cast error" * fixed: spaces were improperly escaped in pfsin / pfsout (thanks to Timo) * added: new improved hdrhtml template from hdrlabs.com (thanks to Christian) * Sun Nov 20 2011 coolo@suse.com - add libtool as buildrequire to avoid implicit dependency * Tue Mar 02 2010 puzel@novell.com - add pfstools-1.8.1-fix-return-in-nonvoid.patch * Thu Aug 06 2009 postadal@suse.cz - updated to version 1.8.1 * pfsouthdrhtml for generating web pages with an HDR viewer * pfsview shows in the status bar current exposure for the dynamic range window (relative to Y=1) - updated pfstools-gcc.patch (bnc#445426) * Fri Jan 09 2009 crrodriguez@suse.de - remove static libraries and "la" files * Sun Sep 07 2008 postadal@suse.cz - updated to version 1.6.5 * mostly improvements in the matlab interface (thanks to Neil Alldrin). Also two patches ported from Debian (dcraw and octave3.0) * Mon Apr 14 2008 postadal@suse.cz - updated to version 1.6.4 * fixed: pfsinopenexr can now read files that has data window < display window * fixed: pfs library can handle channel names up to 32 characters (was 8) * updated: pfs specification - max string lengths and format of custom channel names * security fix: fscanf in rgbeio.cpp (thanks to Stefan and Ludwig) * bugfix: pfsview - segfault when switching channels * fixed: pfsview - color readout in the status line refreshed when new channel or frame loaded * added: matlab/pfs_write_luminance.m * bugfix: rgbeio - header read properly when the first byte is 0x20 * bugfix: rgbeio - fix misinterpreted rle-compresses lines * fixed: buffer overflow vulnerability in rgbeio.cpp * fixed: compilation issues with gcc-4.3 - missing includes - removed obsoleted patch secfix_298770.patch * Wed Dec 05 2007 nadvornik@suse.cz - fixed includes for gcc 4.3 (stdlib.patch) * Tue Aug 14 2007 postadal@suse.cz - fixed vulnerability when reading Radiance RGBE (*.hdr) files [#298770] (secfix_298770.patch) * Thu Aug 09 2007 ro@suse.de - added libnetpbm-devel to buildreq * Mon Aug 06 2007 postadal@suse.cz - updated to version 1.6.1 * bug-fix release, with a major fix for the sRGB color transform - temporary removed octave support (changed octave API) * Mon Jun 11 2007 ro@suse.de - avoid stringcompare with char literal * Tue Jun 05 2007 ro@suse.de - added octave-devel to buildreq * Mon May 07 2007 postadal@suse.cz - updated to version 1.6.1 * improved image readers/writes can load LDR images with the alpha channel * pfsglview - new OpenGL HDR viewer * pfsindcraw - dcraw integration - added dcraw to requires - run ldconfig * Thu Feb 08 2007 ro@suse.de - added defattr to devel package * Mon Feb 05 2007 ro@suse.de - run full autoreconf to fix build on x86_64 * Thu Dec 21 2006 ro@suse.de - fix configure arguments and such prevent rpath for //usr/lib * Fri Oct 27 2006 postadal@suse.cz - added ImageMagick*-devel to BuildRequires (for pfs[in/out]imgmagick) * Mon Oct 23 2006 postadal@suse.cz - fixed invalid pure specifier (gcc.patch) * Wed Oct 11 2006 postadal@suse.cz - packed pfs_format_spec.pdf and faq.txt to -devel * Sat Oct 07 2006 postadal@suse.cz - initial version 1.5 - fixed linking octave (octave.patch) - fixed gcc issues (gcc.patch)
/usr/bin/pfsoctavelum /usr/bin/pfsoctavergb /usr/bin/pfsstat /usr/lib64/octave/9.2.0/site /usr/lib64/octave/9.2.0/site/oct /usr/lib64/octave/9.2.0/site/oct/aarch64-suse-linux-gnu /usr/lib64/octave/9.2.0/site/oct/aarch64-suse-linux-gnu/pfstools /usr/lib64/octave/9.2.0/site/oct/aarch64-suse-linux-gnu/pfstools/pfsclose.oct /usr/lib64/octave/9.2.0/site/oct/aarch64-suse-linux-gnu/pfstools/pfsget.oct /usr/lib64/octave/9.2.0/site/oct/aarch64-suse-linux-gnu/pfstools/pfsopen.oct /usr/lib64/octave/9.2.0/site/oct/aarch64-suse-linux-gnu/pfstools/pfsput.oct /usr/lib64/octave/9.2.0/site/oct/aarch64-suse-linux-gnu/pfstools/pfsread.oct /usr/lib64/octave/9.2.0/site/oct/aarch64-suse-linux-gnu/pfstools/pfstransform_colorspace.oct /usr/lib64/octave/9.2.0/site/oct/aarch64-suse-linux-gnu/pfstools/pfswrite.oct /usr/share/man/man1/pfsoctavelum.1.gz /usr/share/man/man1/pfsoctavergb.1.gz /usr/share/man/man1/pfsstat.1.gz /usr/share/octave/9.2.0/site/m/pfstools /usr/share/octave/9.2.0/site/m/pfstools/pfs_close_frames.m /usr/share/octave/9.2.0/site/m/pfstools/pfs_open_frames.m /usr/share/octave/9.2.0/site/m/pfstools/pfs_read_luminance.m /usr/share/octave/9.2.0/site/m/pfstools/pfs_read_rgb.m /usr/share/octave/9.2.0/site/m/pfstools/pfs_read_xyz.m /usr/share/octave/9.2.0/site/m/pfstools/pfs_write_rgb.m /usr/share/octave/9.2.0/site/m/pfstools/pfssize.m /usr/share/octave/9.2.0/site/m/pfstools/pfsview.m /usr/share/octave/9.2.0/site/m/pfstools/pfsview_list.m /usr/share/octave/9.2.0/site/m/pfstools/pfsview_rgb.m
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 00:09:41 2025