summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-02-15 18:38:54 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-02-15 18:38:54 +0000
commit1c7341dc295fe3e2d115711827826100240afd01 (patch)
tree94bca099ad80efd88af7568eba9ced848e0a750c /app-text/calibre
parentMarking razor-2.85-r1 ppc for bug 397053 (diff)
downloadgentoo-2-1c7341dc295fe3e2d115711827826100240afd01.tar.gz
gentoo-2-1c7341dc295fe3e2d115711827826100240afd01.tar.bz2
gentoo-2-1c7341dc295fe3e2d115711827826100240afd01.zip
Calibre also requires png support in imagemagick because it converts JPEG images to PNG thumbnails; if PNG support is disabled, it would report 'No device connected'.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'app-text/calibre')
-rw-r--r--app-text/calibre/ChangeLog7
-rw-r--r--app-text/calibre/calibre-0.8.39.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog
index 8eb8f50cf16a..e9818f3a70b4 100644
--- a/app-text/calibre/ChangeLog
+++ b/app-text/calibre/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/calibre
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.186 2012/02/14 13:31:08 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.187 2012/02/15 18:38:54 flameeyes Exp $
+
+ 15 Feb 2012; Diego E. Pettenò <flameeyes@gentoo.org> calibre-0.8.39.ebuild:
+ Calibre also requires png support in imagemagick because it converts JPEG
+ images to PNG thumbnails; if PNG support is disabled, it would report 'No
+ device connected'.
14 Feb 2012; Zac Medico <zmedico@gentoo.org> calibre-0.8.38.ebuild,
calibre-0.8.39.ebuild:
diff --git a/app-text/calibre/calibre-0.8.39.ebuild b/app-text/calibre/calibre-0.8.39.ebuild
index 4f4e0bdcc799..a3dfcbc96929 100644
--- a/app-text/calibre/calibre-0.8.39.ebuild
+++ b/app-text/calibre/calibre-0.8.39.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.39.ebuild,v 1.2 2012/02/14 13:31:08 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.39.ebuild,v 1.3 2012/02/15 18:38:54 flameeyes Exp $
EAPI=4
PYTHON_DEPEND=2:2.7
@@ -35,7 +35,7 @@ COMMON_DEPEND="
>=dev-python/mechanize-0.1.11
>=dev-python/python-dateutil-1.4.1
>=dev-python/PyQt4-4.8.2[X,svg,webkit]
- >=media-gfx/imagemagick-6.5.9[jpeg]
+ >=media-gfx/imagemagick-6.5.9[jpeg,png]
>=media-libs/libwmf-0.2.8
virtual/libusb:0
>=x11-misc/xdg-utils-1.0.2"