app-admin/awscli: Bump to 1.37.9
[gentoo/gentoo.git] / media-libs / plib / files / plib-1.8.5-shared-libs.patch
blob6ed51fd7dd752d41822bf3f2d5dfcb36eb0513a1
1 diff -ru ../plib-1.8.5/configure.in ./configure.in
2 --- ../plib-1.8.5/configure.in 2008-03-11 03:09:43.000000000 +0100
3 +++ ./configure.in 2010-07-02 05:27:45.478055160 +0200
4 @@ -36,7 +36,7 @@
5 AC_PROG_CXX
6 AC_PROG_CXXCPP
7 AC_PROG_INSTALL
8 -AC_PROG_RANLIB
9 +AC_PROG_LIBTOOL
11 dnl Command line arguments
13 diff -ru ../plib-1.8.5/src/fnt/Makefile.am ./src/fnt/Makefile.am
14 --- ../plib-1.8.5/src/fnt/Makefile.am 2008-03-11 03:06:20.000000000 +0100
15 +++ ./src/fnt/Makefile.am 2010-07-02 06:17:35.838107988 +0200
16 @@ -1,10 +1,13 @@
17 if BUILD_FNT
19 -lib_LIBRARIES = libplibfnt.a
20 +lib_LTLIBRARIES = libplibfnt.la
22 include_HEADERS = fnt.h
24 -libplibfnt_a_SOURCES = fnt.cxx fntTXF.cxx fntLocal.h fntBitmap.cxx
25 +libplibfnt_la_LDFLAGS = -version-info 9:5:8
26 +libplibfnt_la_LIBADD = $(top_builddir)/src/util/libplibul.la
28 +libplibfnt_la_SOURCES = fnt.cxx fntTXF.cxx fntLocal.h fntBitmap.cxx
30 INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/util
32 diff -ru ../plib-1.8.5/src/js/Makefile.am ./src/js/Makefile.am
33 --- ../plib-1.8.5/src/js/Makefile.am 2008-03-11 03:06:21.000000000 +0100
34 +++ ./src/js/Makefile.am 2010-07-02 06:12:40.559441988 +0200
35 @@ -1,10 +1,13 @@
36 if BUILD_JS
38 -lib_LIBRARIES = libplibjs.a
39 +lib_LTLIBRARIES = libplibjs.la
41 include_HEADERS = js.h
43 -libplibjs_a_SOURCES = js.cxx jsLinux.cxx jsLinuxOld.cxx jsMacOS.cxx \
44 +libplibjs_la_LDFLAGS = -version-info 9:5:8
45 +libplibjs_la_LIBADD = $(top_builddir)/src/util/libplibul.la
47 +libplibjs_la_SOURCES = js.cxx jsLinux.cxx jsLinuxOld.cxx jsMacOS.cxx \
48 jsMacOSX.cxx jsWindows.cxx jsBSD.cxx \
49 jsNone.cxx
51 diff -ru ../plib-1.8.5/src/Makefile.am ./src/Makefile.am
52 --- ../plib-1.8.5/src/Makefile.am 2008-03-11 03:06:24.000000000 +0100
53 +++ ./src/Makefile.am 2010-07-02 06:38:53.486390426 +0200
54 @@ -1 +1 @@
55 -SUBDIRS = util js sl pui puAux sg ssg fnt ssgAux net psl pw
56 +SUBDIRS = util js sl fnt pui sg ssg puAux ssgAux net psl pw
57 diff -ru ../plib-1.8.5/src/net/Makefile.am ./src/net/Makefile.am
58 --- ../plib-1.8.5/src/net/Makefile.am 2008-03-11 03:06:20.000000000 +0100
59 +++ ./src/net/Makefile.am 2010-07-02 06:14:40.710350074 +0200
60 @@ -1,11 +1,14 @@
61 if BUILD_NET
63 -lib_LIBRARIES = libplibnet.a
64 +lib_LTLIBRARIES = libplibnet.la
66 include_HEADERS = netBuffer.h netChannel.h netChat.h netMessage.h \
67 netMonitor.h netSocket.h net.h
69 -libplibnet_a_SOURCES = netBuffer.cxx netChannel.cxx netChat.cxx \
70 +libplibnet_la_LDFLAGS = -version-info 9:5:8
71 +libplibnet_la_LIBADD = $(top_builddir)/src/util/libplibul.la
73 +libplibnet_la_SOURCES = netBuffer.cxx netChannel.cxx netChat.cxx \
74 netMessage.cxx netMonitor.cxx netSocket.cxx
76 INCLUDES = -I$(top_srcdir)/src/util
77 diff -ru ../plib-1.8.5/src/psl/Makefile.am ./src/psl/Makefile.am
78 --- ../plib-1.8.5/src/psl/Makefile.am 2008-03-11 03:06:24.000000000 +0100
79 +++ ./src/psl/Makefile.am 2010-07-02 06:13:48.314158343 +0200
80 @@ -1,11 +1,14 @@
82 if BUILD_PSL
84 -lib_LIBRARIES = libplibpsl.a
85 +lib_LTLIBRARIES = libplibpsl.la
87 include_HEADERS = psl.h
89 -libplibpsl_a_SOURCES = psl.cxx pslCodeGen.cxx pslContext.cxx \
90 +libplibpsl_la_LDFLAGS = -version-info 9:5:8
91 +libplibpsl_la_LIBADD = $(top_builddir)/src/util/libplibul.la
93 +libplibpsl_la_SOURCES = psl.cxx pslCodeGen.cxx pslContext.cxx \
94 pslCompiler.cxx pslSymbols.cxx pslToken.cxx \
95 pslExpression.cxx pslProgram.cxx pslDump.cxx \
96 pslError.cxx pslFileIO.cxx pslCompiler.h \
97 diff -ru ../plib-1.8.5/src/puAux/Makefile.am ./src/puAux/Makefile.am
98 --- ../plib-1.8.5/src/puAux/Makefile.am 2008-03-11 03:06:20.000000000 +0100
99 +++ ./src/puAux/Makefile.am 2010-07-02 06:16:04.001410273 +0200
100 @@ -1,10 +1,13 @@
101 if BUILD_PUAUX
103 -lib_LIBRARIES = libplibpuaux.a
104 +lib_LTLIBRARIES = libplibpuaux.la
106 include_HEADERS = puAux.h puAuxLocal.h
108 -libplibpuaux_a_SOURCES = puAux.cxx \
109 +libplibpuaux_la_LDFLAGS = -version-info 9:5:8
110 +libplibpuaux_la_LIBADD = $(top_builddir)/src/util/libplibul.la $(top_builddir)/src/fnt/libplibfnt.la $(top_builddir)/src/pui/libplibpu.la $(top_builddir)/src/sg/libplibsg.la
112 +libplibpuaux_la_SOURCES = puAux.cxx \
113 puAuxBiSlider.cxx \
114 puAuxBiSliderWithEnds.cxx \
115 puAuxComboBox.cxx \
116 diff -ru ../plib-1.8.5/src/pui/Makefile.am ./src/pui/Makefile.am
117 --- ../plib-1.8.5/src/pui/Makefile.am 2008-03-11 03:06:23.000000000 +0100
118 +++ ./src/pui/Makefile.am 2010-07-02 06:14:25.110128517 +0200
119 @@ -1,10 +1,13 @@
120 if BUILD_PUI
122 -lib_LIBRARIES = libplibpu.a
123 +lib_LTLIBRARIES = libplibpu.la
125 include_HEADERS = pu.h puGLUT.h puFLTK.h puSDL.h puNative.h puPW.h
127 -libplibpu_a_SOURCES = \
128 +libplibpu_la_LDFLAGS = -version-info 9:5:8
129 +libplibpu_la_LIBADD = $(top_builddir)/src/util/libplibul.la $(top_builddir)/src/fnt/libplibfnt.la
131 +libplibpu_la_SOURCES = \
132 pu.cxx puBox.cxx puButton.cxx puButtonBox.cxx \
133 puArrowButton.cxx puDialogBox.cxx puFrame.cxx puGroup.cxx \
134 puInput.cxx puInterface.cxx puLocal.h puMenuBar.cxx \
135 diff -ru ../plib-1.8.5/src/pw/Makefile.am ./src/pw/Makefile.am
136 --- ../plib-1.8.5/src/pw/Makefile.am 2008-03-11 03:06:20.000000000 +0100
137 +++ ./src/pw/Makefile.am 2010-07-02 05:27:45.487123738 +0200
138 @@ -1,10 +1,11 @@
139 if BUILD_PW
141 -lib_LIBRARIES = libplibpw.a
142 +lib_LTLIBRARIES = libplibpw.la
144 include_HEADERS = pw.h
146 -libplibpw_a_SOURCES = pw.cxx pwX11.cxx pwWindows.cxx pwMacOSX.cxx
147 +libplibpw_la_LDFLAGS = -version-info 9:5:8
148 +libplibpw_la_SOURCES = pw.cxx pwX11.cxx pwWindows.cxx pwMacOSX.cxx
150 INCLUDES = -I$(top_srcdir)/src/util
152 diff -ru ../plib-1.8.5/src/sg/Makefile.am ./src/sg/Makefile.am
153 --- ../plib-1.8.5/src/sg/Makefile.am 2008-03-11 03:06:20.000000000 +0100
154 +++ ./src/sg/Makefile.am 2010-07-02 06:16:21.526342543 +0200
155 @@ -1,10 +1,13 @@
156 if BUILD_SG
158 -lib_LIBRARIES = libplibsg.a
159 +lib_LTLIBRARIES = libplibsg.la
161 include_HEADERS = sg.h
163 -libplibsg_a_SOURCES = sg.cxx sgd.cxx \
164 +libplibsg_la_LDFLAGS = -version-info 9:5:8
165 +libplibsg_la_LIBADD = $(top_builddir)/src/util/libplibul.la
167 +libplibsg_la_SOURCES = sg.cxx sgd.cxx \
168 sgIsect.cxx sgdIsect.cxx \
169 sgPerlinNoise.cxx
171 diff -ru ../plib-1.8.5/src/sl/Makefile.am ./src/sl/Makefile.am
172 --- ../plib-1.8.5/src/sl/Makefile.am 2008-03-11 03:06:24.000000000 +0100
173 +++ ./src/sl/Makefile.am 2010-07-02 06:12:48.165324370 +0200
174 @@ -1,16 +1,20 @@
175 if BUILD_SL
177 -lib_LIBRARIES = libplibsl.a libplibsm.a
178 +lib_LTLIBRARIES = libplibsl.la libplibsm.la
180 include_HEADERS = sl.h slPortability.h sm.h
182 -libplibsl_a_SOURCES = \
183 +libplibsl_la_LDFLAGS = -version-info 9:5:8
184 +libplibsl_la_LIBADD = $(top_builddir)/src/util/libplibul.la
186 +libplibsl_la_SOURCES = \
187 slDSP.cxx slSample.cxx slEnvelope.cxx \
188 slPlayer.cxx slMODPlayer.cxx slSamplePlayer.cxx \
189 slScheduler.cxx slMODdacio.cxx slMODfile.cxx \
190 slMODinst.cxx slMODnote.cxx slMODPrivate.h slMODfile.h
192 -libplibsm_a_SOURCES = slPortability.h smMixer.cxx
193 +libplibsm_la_LDFLAGS = -version-info 9:5:8
194 +libplibsm_la_SOURCES = slPortability.h smMixer.cxx
196 INCLUDES = -I$(top_srcdir)/src/util
198 diff -ru ../plib-1.8.5/src/ssg/Makefile.am ./src/ssg/Makefile.am
199 --- ../plib-1.8.5/src/ssg/Makefile.am 2008-03-11 03:06:23.000000000 +0100
200 +++ ./src/ssg/Makefile.am 2010-07-02 06:13:29.638301515 +0200
201 @@ -1,10 +1,13 @@
202 if BUILD_SSG
204 -lib_LIBRARIES = libplibssg.a
205 +lib_LTLIBRARIES = libplibssg.la
207 include_HEADERS = ssg.h ssgconf.h ssgMSFSPalette.h ssgKeyFlier.h pcx.h
209 -libplibssg_a_SOURCES = ssg.cxx ssgAnimation.cxx ssgBase.cxx \
210 +libplibssg_la_LDFLAGS = -version-info 9:5:8
211 +libplibssg_la_LIBADD = $(top_builddir)/src/util/libplibul.la $(top_builddir)/src/sg/libplibsg.la
213 +libplibssg_la_SOURCES = ssg.cxx ssgAnimation.cxx ssgBase.cxx \
214 ssgBaseTransform.cxx ssgBranch.cxx ssgContext.cxx ssgCutout.cxx \
215 ssgDList.cxx ssgEntity.cxx ssgIsect.cxx ssgLeaf.cxx ssgList.cxx \
216 ssgLoadDOF.cxx ssgLoadAC.cxx \
217 diff -ru ../plib-1.8.5/src/ssgAux/Makefile.am ./src/ssgAux/Makefile.am
218 --- ../plib-1.8.5/src/ssgAux/Makefile.am 2008-03-11 03:06:21.000000000 +0100
219 +++ ./src/ssgAux/Makefile.am 2010-07-02 06:17:02.592635791 +0200
220 @@ -1,6 +1,6 @@
221 if BUILD_SSGAUX
223 -lib_LIBRARIES = libplibssgaux.a
224 +lib_LTLIBRARIES = libplibssgaux.la
226 include_HEADERS = ssgAux.h \
227 ssgaShapes.h \
228 @@ -13,7 +13,10 @@
229 ssgaFire.h \
230 ssgaBillboards.h
232 -libplibssgaux_a_SOURCES = ssgAux.cxx \
233 +libplibssgaux_la_LDFLAGS = -version-info 9:5:8
234 +libplibssgaux_la_LIBADD = $(top_builddir)/src/util/libplibul.la $(top_builddir)/src/ssg/libplibssg.la $(top_builddir)/src/sg/libplibsg.la
236 +libplibssgaux_la_SOURCES = ssgAux.cxx \
237 ssgaShapes.cxx \
238 ssgaPatch.cxx \
239 ssgaParticleSystem.cxx \
240 diff -ru ../plib-1.8.5/src/util/Makefile.am ./src/util/Makefile.am
241 --- ../plib-1.8.5/src/util/Makefile.am 2008-03-11 03:06:23.000000000 +0100
242 +++ ./src/util/Makefile.am 2010-07-02 05:34:06.711150524 +0200
243 @@ -1,10 +1,11 @@
244 if BUILD_UL
246 -lib_LIBRARIES = libplibul.a
247 +lib_LTLIBRARIES = libplibul.la
249 include_HEADERS = ul.h ulRTTI.h
251 -libplibul_a_SOURCES = ul.cxx ulClock.cxx ulError.cxx ulLinkedList.cxx \
252 +libplibul_la_LDFLAGS = -version-info 9:5:8
253 +libplibul_la_SOURCES = ul.cxx ulClock.cxx ulError.cxx ulLinkedList.cxx \
254 ulList.cxx ulLocal.h ulRTTI.cxx
256 endif