Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508280 - >=app-text/calibre-1.30 - changed dependencies
Summary: >=app-text/calibre-1.30 - changed dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-04-20 21:55 UTC by Frank Krömmelbein
Modified: 2014-05-01 02:23 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 Frank Krömmelbein 2014-04-20 21:55:41 UTC
There are some dependencies changes required for >=app-text/calibre-1.30
See dependencies list from upstream:
http://calibre-ebook.com/download_linux

--- calibre-1.29.ebuild	2014-03-21 11:52:39.000000000 +0100
+++ calibre-1.30.ebuild	2014-03-28 09:35:33.074748659 +0100
@@ -38,11 +38,12 @@
 
 COMMON_DEPEND="
 	>=app-text/podofo-0.8.2:=
-	>=app-text/poppler-0.12.3-r3:=[qt4,xpdf-headers(+)]
+	>=app-text/poppler-0.20.2:=[qt4,xpdf-headers(+)]
 	>=dev-lang/python-2.7.1:2.7[sqlite,ssl]
 	>=dev-libs/chmlib-0.40:=
 	>=dev-libs/icu-4.4:=
-	dev-python/apsw
+	>=dev-python/apsw-3.7.17
+	>=dev-python/psutil-0.6.1
 	>=dev-python/beautifulsoup-3.0.5:python-2
 	dev-python/netifaces
 	dev-python/python-dateutil
@@ -50,17 +51,17 @@
 	>=dev-python/cssselect-0.7.1
 	>=dev-python/cssutils-0.9.9
 	>=dev-python/dbus-python-0.82.2
-	>=dev-python/lxml-2.2.1
+	>=dev-python/lxml-3.2.1
 	>=dev-python/mechanize-0.1.11
 	>=dev-python/python-dateutil-1.4.1
-	>=dev-python/PyQt4-4.9.1[X,svg,webkit]
+	>=dev-python/PyQt4-4.9.6[X,svg,webkit]
 	dev-qt/qtdbus:4=
 	dev-qt/qtsvg:4=
 	media-fonts/liberation-fonts
 	>=media-gfx/imagemagick-6.5.9[jpeg,png]
 	>=media-libs/freetype-2:=
 	>=media-libs/libwmf-0.2.8
-	>=media-libs/libmtp-1.1.4:=
+	>=media-libs/libmtp-1.1.5:=
 	virtual/libusb:1=
 	virtual/python-imaging
 	>=x11-misc/xdg-utils-1.0.2-r2"


Reproducible: Always
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2014-05-01 02:23:05 UTC
Fixed in 1.34. Thanks for reporting!