diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-20 06:33:01 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-20 06:33:01 +0000 |
| commit | 54975cd08c68b62b6b079b6c30c7868ffd7db5a8 (patch) | |
| tree | 26ee11762268f4c16b74fc0b9210b6c16cbc941b /graphics/pfstools/files/patch-src_pfs_pfsutils.cpp | |
| parent | Fix build with clang 6 (diff) | |
graphics/pfstools: Update to 2.1.0
Port changes:
* Change to DISTVERSION
* Add LICENSE_FILE
* Change to cmake (from gmake)
* Update of all options accordingly
PR: 225537
Submitted by: Iouri V. Ivliev <fbsd@any.com.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=465069
Diffstat (limited to 'graphics/pfstools/files/patch-src_pfs_pfsutils.cpp')
| -rw-r--r-- | graphics/pfstools/files/patch-src_pfs_pfsutils.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/pfstools/files/patch-src_pfs_pfsutils.cpp b/graphics/pfstools/files/patch-src_pfs_pfsutils.cpp new file mode 100644 index 000000000000..2a1d6e8c69f0 --- /dev/null +++ b/graphics/pfstools/files/patch-src_pfs_pfsutils.cpp @@ -0,0 +1,16 @@ +--- src/pfs/pfsutils.cpp.orig 2018-01-25 17:09:12 UTC ++++ src/pfs/pfsutils.cpp +@@ -57,7 +57,13 @@ string getColorspaceString(ColorSpace cs + return "HLG YCbCr 2020"; + case CS_RGB2020: + return "RGB2020"; ++ case CS_YUV: ++ return "YUV"; ++ case CS_Yxy: ++ return "Yxy"; ++ default: ; + } ++ return "(unknown)"; + } + + string intToString(int a){ |
