diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2015-07-19 19:24:25 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2015-07-19 19:24:25 +0200 |
commit | b4c0a88934bc802170f1776c79d8895043469574 (patch) | |
tree | 811ead22199575a5fa741174388acac00bacf006 /media-gfx/posterazor/files | |
parent | 29ef82a4364431d9ddf312b71ec2cf99597d7235 (diff) | |
download | overlay-b4c0a88934bc802170f1776c79d8895043469574.tar.gz overlay-b4c0a88934bc802170f1776c79d8895043469574.tar.xz overlay-b4c0a88934bc802170f1776c79d8895043469574.zip |
media-gfx/posterazor: add package
Diffstat (limited to 'media-gfx/posterazor/files')
-rw-r--r-- | media-gfx/posterazor/files/disable-poppler-qt5.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/media-gfx/posterazor/files/disable-poppler-qt5.patch b/media-gfx/posterazor/files/disable-poppler-qt5.patch new file mode 100644 index 0000000..341434f --- /dev/null +++ b/media-gfx/posterazor/files/disable-poppler-qt5.patch @@ -0,0 +1,15 @@ +--- a/src/posterazor.pro 2015-07-19 19:03:26.999334075 +0200 ++++ b/src/posterazor.pro 2015-07-19 19:00:59.547695923 +0200 +@@ -30,9 +30,9 @@ + + # Poppler-Qt5 is the library we require to be able to process PDF files as input + # Comment the following line in order to build PosteRazor without Poppler-Qt5 +-exists( /usr/include/poppler/qt5/poppler-qt5.h ) { +- DEFINES += POPPLER_QT5_LIB +-} ++#exists( /usr/include/poppler/qt5/poppler-qt5.h ) { ++# DEFINES += POPPLER_QT5_LIB ++#} + + DEFINES += QT_NO_CAST_FROM_ASCII + |