diff options
Diffstat (limited to 'office/impressive')
-rw-r--r-- | office/impressive/README | 4 | ||||
-rw-r--r-- | office/impressive/impressive.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/office/impressive/README b/office/impressive/README index e4375b86e9..1ae5ace413 100644 --- a/office/impressive/README +++ b/office/impressive/README @@ -11,5 +11,5 @@ for displaying them. If your application does not support PDF output, you can alternatively use a set of pre-rendered image files or you use Impressive to make a slideshow with your favorite photos. -This requires PyOpenGL, pygame. pdftk is optionally required for -retrieving PDF metadata (page titles, hyperlinks). +pdftk is an optional dependency for retrieving PDF metadata +(page titles, hyperlinks). diff --git a/office/impressive/impressive.info b/office/impressive/impressive.info index cb9efe1c92..5ace4a4678 100644 --- a/office/impressive/impressive.info +++ b/office/impressive/impressive.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/project/impressive/Impressive/0.10.3/ MD5SUM="1fefb25db71ee322a59353de85ae00b4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="PyOpenGL pdftk pygame" +REQUIRES="PyOpenGL pygame" MAINTAINER="Binh Nguyen" EMAIL="binhnguyen@fastmail.fm" |