[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=396403

--- Comment #12 from Ralf Habacker  ---
File a related bug, see https://bugzilla.opensuse.org/show_bug.cgi?id=1100900

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=396403

Luigi Toscano  changed:

   What|Removed |Added

 Resolution|INVALID |UPSTREAM

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=396403

Oliver Sander  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |INVALID
 Status|NEEDSINFO   |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=396403

--- Comment #11 from Ralf Habacker  ---
poppler 0.43.0 is the official version for openSUSE Leap 42.3 (see
https://software.opensuse.org/package/poppler).

Using the variant from KDE:Qt:5.11 project (which is 0.63.0) fixes the issue.
openSUSE Leap 42.3 is maintained until Jan 2019 (see
https://en.opensuse.org/Lifetime), so I guess the official poppler package
needs an update. 

Thanks for you support.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=396403

Luigi Toscano  changed:

   What|Removed |Added

 CC||luigi.tosc...@tiscali.it

--- Comment #10 from Luigi Toscano  ---
Debian testing has poppler 0.63.0, maybe something was fixed between 0.43.0 and
0.63.0.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=396403

--- Comment #9 from Oliver Sander  ---
When I build with liblcms2 enabled the bug disappears.  Yet you claim that you
do have liblcms2 *and* the bug.  That's odd.  Could it be a suse packaging bug?

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=396403

--- Comment #8 from Ralf Habacker  ---
yes
rpm -q -f /usr/lib64/libpoppler-qt5.so.1
libpoppler-qt5-1-0.43.0-5.1.x86_64
ldd /usr/lib64/libpoppler-qt5.so.1 | grep poppler
libpoppler.so.60 => /usr/lib64/libpoppler.so.60
ldd /usr/lib64/libpoppler.so.60 | grep cms
liblcms2.so.2 => /usr/lib64/liblcms2.so.2
rpm -q -f /usr/lib64/liblcms2.so.2
liblcms2-2-2.8-5.3.x86_64

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=396403

--- Comment #7 from Oliver Sander  ---
I checked, and the poppler installation in question was build without libcms2. 
I'll try to check tonight whether building with libcms2 changes anything.

Ralf, does your Okular installation depend on libcms2?

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=396403

--- Comment #6 from Michael Weghorn  ---
Or, you can also just try "sudo apt build-dep poppler" to get all the
build-dependencies specified in the Debian source package.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=396403

--- Comment #5 from Michael Weghorn  ---
(In reply to Oliver Sander from comment #4)
> That's odd.  I can reproduce the bug with a hand-compiled poppler (no Okular
> involved) on an up-to-date Debian testing.  The problem shows both with the
> splash and arthur backends (tested using test-render-to-file-qt5).  It does
> not show when using the cairo backend (tested using pdftocairo).  Would I
> need an additional poppler build dependency to get those profiles working?

Does the output of your cmake command show anything that's missing? At first
glance, "lcms2" looks most "suspicious", since it has to do with ICC profiles,
but I did not have any closer look so far.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=396403

Oliver Sander  changed:

   What|Removed |Added

 CC||oliver.san...@tu-dresden.de

--- Comment #4 from Oliver Sander  ---
That's odd.  I can reproduce the bug with a hand-compiled poppler (no Okular
involved) on an up-to-date Debian testing.  The problem shows both with the
splash and arthur backends (tested using test-render-to-file-qt5).  It does not
show when using the cairo backend (tested using pdftocairo).  Would I need an
additional poppler build dependency to get those profiles working?

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=396403

--- Comment #3 from Michael Weghorn  ---
Created attachment 113886
  --> https://bugs.kde.org/attachment.cgi?id=113886=edit
Test PDF file being used

(Attaching the PDF file being used to make sure it will continue to work
independent of the current URL.)

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=396403

Michael Weghorn  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #2 from Michael Weghorn  ---
It looks just fine for me here on Debian testing with either Okular 1.3.2
shipped by Debian or the current self-compiled development version from git, s.
screenshot (attachment 113885). Is this maybe a problem with some other
component/library on your system?

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=396403

Michael Weghorn  changed:

   What|Removed |Added

 CC||m.wegh...@posteo.de

--- Comment #1 from Michael Weghorn  ---
Created attachment 113885
  --> https://bugs.kde.org/attachment.cgi?id=113885=edit
Screenshot (OK) on Debian testing

-- 
You are receiving this mail because:
You are watching all bug changes.