Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/gdal/files: gdal-1.5.0-soname.patch digest-gdal-1.3.2 digest-gdal-1.5.0 digest-gdal-1.4.2 digest-gdal-1.3.1 gdal-1.5.0-python-install.patch gdal-1.5.0-makefile.patch
Date: Sun, 03 Feb 2008 23:00:43
Message-Id: E1JLnpI-0000OY-VV@stork.gentoo.org
1 nerdboy 08/02/03 23:00:40
2
3 Added: gdal-1.5.0-soname.patch digest-gdal-1.3.2
4 digest-gdal-1.5.0 digest-gdal-1.4.2
5 digest-gdal-1.3.1 gdal-1.5.0-python-install.patch
6 gdal-1.5.0-makefile.patch
7 Log:
8 updated to latest upstream release plus patches
9 (Portage version: 2.1.4)
10
11 Revision Changes Path
12 1.1 sci-libs/gdal/files/gdal-1.5.0-soname.patch
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/gdal-1.5.0-soname.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/gdal-1.5.0-soname.patch?rev=1.1&content-type=text/plain
16
17 Index: gdal-1.5.0-soname.patch
18 ===================================================================
19 --- GDALmake.opt.in.orig 2008-02-02 18:25:48.000000000 -0800
20 +++ GDALmake.opt.in 2008-02-02 18:54:53.000000000 -0800
21 @@ -97,6 +97,10 @@
22 GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(SO_EXT)
23 GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal
24
25 +# for building without libtool
26 +GDAL_SLIB_SO_VER = $(GDAL_VERSION_MAJOR).$(LIBGDAL_CURRENT).$(LIBGDAL_REVISION)
27 +GDAL_SLIB_SONAME = -Wl,-soname,libgdal.$(SO_EXT).$(GDAL_VERSION_MAJOR)
28 +
29 # Mac OS X Framework definition
30 MACOSX_FRAMEWORK = @MACOSX_FRAMEWORK@
31
32
33
34
35 1.3 sci-libs/gdal/files/digest-gdal-1.3.2
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/digest-gdal-1.3.2?rev=1.3&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/digest-gdal-1.3.2?rev=1.3&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/digest-gdal-1.3.2?r1=1.2&r2=1.3
40
41
42
43
44 1.1 sci-libs/gdal/files/digest-gdal-1.5.0
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/digest-gdal-1.5.0?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/digest-gdal-1.5.0?rev=1.1&content-type=text/plain
48
49 Index: digest-gdal-1.5.0
50 ===================================================================
51 MD5 ffbb024db521a002018cb5666bd6e60d gdal-1.5.0.tar.gz 6167411
52 RMD160 25326301edbc88739fce6f33b42dfb9499842896 gdal-1.5.0.tar.gz 6167411
53 SHA256 9ac75f8928aa649a70e2aa3ebda86e71e18acc295cd874c43d33a84ac11c1e91 gdal-1.5.0.tar.gz 6167411
54
55
56
57 1.3 sci-libs/gdal/files/digest-gdal-1.4.2
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/digest-gdal-1.4.2?rev=1.3&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/digest-gdal-1.4.2?rev=1.3&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/digest-gdal-1.4.2?r1=1.2&r2=1.3
62
63
64
65
66 1.4 sci-libs/gdal/files/digest-gdal-1.3.1
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/digest-gdal-1.3.1?rev=1.4&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/digest-gdal-1.3.1?rev=1.4&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/digest-gdal-1.3.1?r1=1.3&r2=1.4
71
72
73
74
75 1.1 sci-libs/gdal/files/gdal-1.5.0-python-install.patch
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/gdal-1.5.0-python-install.patch?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/gdal-1.5.0-python-install.patch?rev=1.1&content-type=text/plain
79
80 Index: gdal-1.5.0-python-install.patch
81 ===================================================================
82 --- swig/python/GNUmakefile.orig 2008-02-02 17:00:52.000000000 -0800
83 +++ swig/python/GNUmakefile 2008-02-02 17:02:03.000000000 -0800
84 @@ -51,9 +51,9 @@
85 install:
86
87 ifeq ($(PY_HAVE_SETUPTOOLS),1)
88 - python setup.py install
89 + python setup.py install --root=$(DESTDIR)
90 else
91 - python setup.py install --prefix=$(DESTDIR)$(prefix)
92 + python setup.py install --root=$(DESTDIR) --prefix=$(DESTDIR)$(prefix)
93 endif
94
95 for f in $(SCRIPTS) ; do $(INSTALL) ./scripts/$$f $(DESTDIR)$(INST_BIN) ; done
96
97
98
99 1.1 sci-libs/gdal/files/gdal-1.5.0-makefile.patch
100
101 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/gdal-1.5.0-makefile.patch?rev=1.1&view=markup
102 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/files/gdal-1.5.0-makefile.patch?rev=1.1&content-type=text/plain
103
104 Index: gdal-1.5.0-makefile.patch
105 ===================================================================
106 --- GNUmakefile.orig 2008-02-02 18:19:45.000000000 -0800
107 +++ GNUmakefile 2008-02-02 18:48:56.000000000 -0800
108 @@ -226,12 +226,12 @@
109 else
110 rm -f $(DESTDIR)$(INST_LIB)/$(GDAL_SLIB_B)
111 rm -f $(DESTDIR)$(INST_LIB)/$(GDAL_SLIB_B).$(GDAL_VERSION_MAJOR)
112 - rm -f $(DESTDIR)$(INST_LIB)/$(GDAL_SLIB_B).$(GDAL_VER)
113 - $(INSTALL_LIB) $(GDAL_SLIB) $(DESTDIR)$(INST_LIB)/$(GDAL_SLIB_B).$(GDAL_VER)
114 + rm -f $(DESTDIR)$(INST_LIB)/$(GDAL_SLIB_B).$(GDAL_SLIB_SO_VER)
115 + $(INSTALL_LIB) $(GDAL_SLIB) $(DESTDIR)$(INST_LIB)/$(GDAL_SLIB_B).$(GDAL_SLIB_SO_VER)
116 (cd $(DESTDIR)$(INST_LIB) ; \
117 - ln -s $(GDAL_SLIB_B).$(GDAL_VERSION_MAJOR) $(GDAL_SLIB_B))
118 + ln -s $(GDAL_SLIB_B).$(GDAL_SLIB_SO_VER) $(GDAL_SLIB_B))
119 (cd $(DESTDIR)$(INST_LIB) ; \
120 - ln -s $(GDAL_SLIB_B).$(GDAL_VER) $(GDAL_SLIB_B).$(GDAL_VERSION_MAJOR))
121 + ln -s $(GDAL_SLIB_B).$(GDAL_SLIB_SO_VER) $(GDAL_SLIB_B).$(GDAL_VERSION_MAJOR))
122 endif
123
124 else
125
126
127
128 --
129 gentoo-commits@l.g.o mailing list