Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 653298 - app-text/mupdf-1.12-r2 mupdf-gl text selection not working
Summary: app-text/mupdf-1.12-r2 mupdf-gl text selection not working
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Virgil Dupras (RETIRED)
URL:
Whiteboard:
Keywords:
: 669662 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-04-16 12:33 UTC by Hadrien Lacour
Modified: 2019-05-07 02:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hadrien Lacour 2018-04-16 12:33:03 UTC
Hello,

since updating from 1.11, text selection in mupdf-gl doesn't fill any selection (primary/secondary). I didn't find a bug at upstream, so maybe it's something exclusive to Gentoo.
Comment 1 Virgil Dupras (RETIRED) gentoo-dev 2018-10-28 13:57:30 UTC
*** Bug 669662 has been marked as a duplicate of this bug. ***
Comment 2 Virgil Dupras (RETIRED) gentoo-dev 2018-11-30 03:15:11 UTC
I can reproduce the problem but if it's Gentoo-specific, it's a tricky problem with dependencies because when I do a straight git clone + make of mupdf 1.14.0, I get the same behavior. 1.10 can't build out of the box, haven't looked into it.

I don't have easy access to a non-gentoo desktop with mupdf 1.11+ on it. It would be nice if someone with such access could confirm that selection works fine on other distros.
Comment 3 Virgil Dupras (RETIRED) gentoo-dev 2018-11-30 03:22:45 UTC
Strike my previous comment. I tested it wrong. A straight git clone + make does indeed produce a mupdf-gl that properly copies to clipboard. The freeglut hint from bug 669662 seems like a nice hint.
Comment 4 Larry the Git Cow gentoo-dev 2019-05-07 02:39:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0b3e7722417649362c3909fbf1fc0b5c80eb93

commit 6e0b3e7722417649362c3909fbf1fc0b5c80eb93
Author:     Virgil Dupras <vdupras@gentoo.org>
AuthorDate: 2019-05-07 02:37:54 +0000
Commit:     Virgil Dupras <vdupras@gentoo.org>
CommitDate: 2019-05-07 02:38:46 +0000

    app-text/mupdf: bump to 1.15.0
    
    We remove the "curl" USE flag because upstream stopped depending on it
    with its removal of "progressive loading code".
    
    Closes: https://bugs.gentoo.org/653298
    Closes: https://bugs.gentoo.org/683490
    Closes: https://bugs.gentoo.org/595190
    Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
    Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-text/mupdf/Manifest                           |   1 +
 app-text/mupdf/files/mupdf-1.15-CFLAGS.patch      |  13 +++
 app-text/mupdf/files/mupdf-1.15-Makefile.patch    |  42 ++++++++
 app-text/mupdf/files/mupdf-1.15-openssl-x11.patch |  20 ++++
 app-text/mupdf/mupdf-1.15.0.ebuild                | 122 ++++++++++++++++++++++
 5 files changed, 198 insertions(+)