Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110478 - Allow gdal to build with giflib
Summary: Allow gdal to build with giflib
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest major (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-25 14:43 UTC by Erik Zeek
Modified: 2005-10-26 20:07 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 Erik Zeek 2005-10-25 14:43:56 UTC
Currently gdal requires libungif.  The patch below allows giflib to fulfill the
gif requirement.  Giflib and libungif are API and ABI compatible.

--- /home/gentoo/portage/sci-libs/gdal/gdal-1.3.1.ebuild        2005-10-25
03:22:14.000000000 -0400
+++ /home/gentoo/local/portage/sci-libs/gdal/gdal-1.3.1.ebuild  2005-10-25
11:42:01.000000000 -0400
@@ -21,7 +21,7 @@
        >=media-libs/tiff-3.7.0
        sci-libs/libgeotiff
        jpeg? ( media-libs/jpeg )
-       gif? ( media-libs/libungif )
+       gif? ( || ( media-libs/libungif media-libs/giflib ) )
        png? ( media-libs/libpng )
        python? ( dev-lang/python )
        fits? ( sci-libs/cfitsio )
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-25 15:55:18 UTC
Steve: Depending on libungif is not appropriate anymore, see bug 85720.
Comment 2 Steve Arnold archtester gentoo-dev 2005-10-26 20:07:05 UTC
giflib should be fine by itself...