Skip to content

Commit

Permalink
media-gfx/xv: Fix png crashes (#521142 by Ian Schram)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.24
  • Loading branch information
pacho2 committed Nov 8, 2015
1 parent a0036cb commit e16c5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-gfx/xv/xv-3.10a-r17.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=5
inherit eutils flag-o-matic

JUMBOV=20070520
DESCRIPTION="An interactive image manipulation program that supports a wide variety of image formats"
DESCRIPTION="Interactive image manipulation program supporting a wide variety of image formats"
HOMEPAGE="http://www.trilon.com/xv/index.html http://www.sonic.net/~roelofs/greg_xv.html"
SRC_URI="mirror://sourceforge/png-mng/${P}-jumbo-patches-${JUMBOV}.tar.gz
ftp://ftp.cis.upenn.edu/pub/xv/${P}.tar.gz
Expand All @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86
IUSE="jpeg tiff png"

DEPEND="x11-libs/libXt
jpeg? ( virtual/jpeg )
jpeg? ( virtual/jpeg:0 )
tiff? ( media-libs/tiff:0 )
png? ( >=media-libs/libpng-1.2:0= sys-libs/zlib )"
RDEPEND="${DEPEND}"
Expand Down

0 comments on commit e16c5ac

Please sign in to comment.