]> git.pld-linux.org Git - packages/SimGear.git/commitdiff
- patches updated to 0.3.9
authorblekot <blekot@pld-linux.org>
Wed, 7 Dec 2005 20:11:25 +0000 (20:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SimGear-libs.patch -> 1.2
    SimGear-shared.patch -> 1.9

SimGear-libs.patch
SimGear-shared.patch

index 6a2ff26ab2f408640be403231afefe99b7fb72b0..3a02e714c22a9e2080758f702bbb92a325cfd354 100644 (file)
@@ -9,25 +9,6 @@ diff -Naur SimGear-0.3.5/simgear/misc/Makefile.am SimGear-0.3.5-p/simgear/misc/M
        -lz
  
  INCLUDES = -I$(top_srcdir)
-diff -Naur SimGear-0.3.5/simgear/Makefile.am SimGear-0.3.5-p/simgear/Makefile.am
---- SimGear-0.3.5/simgear/Makefile.am  Mon Mar 29 12:29:11 2004
-+++ SimGear-0.3.5-p/simgear/Makefile.am        Mon Mar 29 12:29:46 2004
-@@ -18,6 +18,7 @@
-       debug \
-       structure \
-       timing \
-+      props \
-       misc \
-       bucket \
-       ephemeris \
-@@ -27,7 +28,6 @@
-       math \
-       $(METAR_DIRS) \
-       nasal \
--      props \
-       route \
-       scene \
-       screen \
 diff -Naur SimGear-0.3.5/simgear/props/Makefile.am SimGear-0.3.5-p/simgear/props/Makefile.am
 --- SimGear-0.3.5/simgear/props/Makefile.am    Mon Mar 29 12:29:11 2004
 +++ SimGear-0.3.5-p/simgear/props/Makefile.am  Mon Mar 29 12:30:07 2004
@@ -145,3 +126,33 @@ diff -Naur SimGear-0.3.5/simgear/route/Makefile.am SimGear-0.3.5-p/simgear/route
 +      $(top_builddir)/simgear/structure/libsgstructure.la \
        -lz
        $(base_LIBS)
+--- SimGear-0.3.9.old/simgear/Makefile.am      2005-12-07 19:31:45.000000000 +0100
++++ SimGear-0.3.9/simgear/Makefile.am  2005-12-07 20:52:26.000000000 +0100
+@@ -16,8 +16,11 @@
+       $(compatibility_DIR) \
+       xml \
+       debug \
+-      misc \
++      props \
++      serial \
+       structure \
++      timing \
++      misc \
+       bucket \
+       ephemeris \
+       io \
+@@ -25,13 +28,10 @@
+       math \
+       $(METAR_DIRS) \
+       nasal \
+-      props \
+       route \
+       scene \
+       screen \
+-      serial \
+       sound \
+-      $(SGTHREAD_DIR) \
+-      timing
++      $(SGTHREAD_DIR)
+ DIST_SUBDIRS = $(SUBDIRS) compatibility threads
index 05ec3f7458945b03dcc61f22a28757d60d2c0b52..d4e71451624397cb936d6cc171d01e101a425437 100644 (file)
@@ -10,34 +10,6 @@ diff -Naur SimGear-0.3.5/configure.ac SimGear-0.3.5-p/configure.ac
  AC_PROG_INSTALL
  AC_PROG_LN_S
  
-diff -Naur SimGear-0.3.5/simgear/Makefile.am SimGear-0.3.5-p/simgear/Makefile.am
---- SimGear-0.3.5/simgear/Makefile.am  Thu Mar 18 15:51:22 2004
-+++ SimGear-0.3.5-p/simgear/Makefile.am        Mon Mar 29 11:47:51 2004
-@@ -16,10 +16,12 @@
-       $(compatibility_DIR) \
-       xml \
-       debug \
--      misc \
-       structure \
-+      timing \
-+      misc \
-       bucket \
-       ephemeris \
-+      serial \
-       io \
-       magvar \
-       math \
-@@ -29,10 +31,8 @@
-       route \
-       scene \
-       screen \
--      serial \
-       sound \
-       $(SGTHREAD_DIR) \
--      timing \
-       xgl
- DIST_SUBDIRS = $(SUBDIRS) compatibility threads
 diff -Naur SimGear-0.3.5/simgear/bucket/Makefile.am SimGear-0.3.5-p/simgear/bucket/Makefile.am
 --- SimGear-0.3.5/simgear/bucket/Makefile.am   Sat Sep  7 04:58:19 2002
 +++ SimGear-0.3.5-p/simgear/bucket/Makefile.am Mon Mar 29 11:47:51 2004
@@ -79,10 +51,10 @@ diff -Naur SimGear-0.3.5/simgear/environment/Makefile.am SimGear-0.3.5-p/simgear
 -lib_LIBRARIES = libsgenvironment.a
 +lib_LTLIBRARIES = libsgenvironment.la
  
- include_HEADERS = metar.hxx
+ include_HEADERS = metar.hxx visual_enviro.hxx
  
--libsgenvironment_a_SOURCES = metar.cxx
-+libsgenvironment_la_SOURCES = metar.cxx
+-libsgenvironment_a_SOURCES = metar.cxx visual_enviro.cxx
++libsgenvironment_la_SOURCES = metar.cxx visual_enviro.cxx
  
  INCLUDES = -I$(top_srcdir)
 diff -Naur SimGear-0.3.5/simgear/ephemeris/Makefile.am SimGear-0.3.5-p/simgear/ephemeris/Makefile.am
@@ -414,46 +386,6 @@ diff -Naur SimGear-0.3.5/simgear/scene/model/Makefile.am SimGear-0.3.5-p/simgear
        animation.cxx \
        location.cxx \
        model.cxx \
-diff -Naur SimGear-0.3.5/simgear/scene/sky/Makefile.am SimGear-0.3.5-p/simgear/scene/sky/Makefile.am
---- SimGear-0.3.5/simgear/scene/sky/Makefile.am        Mon Aug  4 19:45:34 2003
-+++ SimGear-0.3.5-p/simgear/scene/sky/Makefile.am      Mon Mar 29 11:47:56 2004
-@@ -2,7 +2,7 @@
- SUBDIRS = clouds3d
--lib_LIBRARIES = libsgsky.a
-+lib_LTLIBRARIES = libsgsky.la
- include_HEADERS = \
-       cloud.hxx \
-@@ -13,7 +13,7 @@
-       sphere.hxx \
-       stars.hxx
--libsgsky_a_SOURCES = \
-+libsgsky_la_SOURCES = \
-       cloud.cxx \
-       dome.cxx \
-       moon.cxx \
-diff -Naur SimGear-0.3.5/simgear/scene/sky/clouds3d/Makefile.am SimGear-0.3.5-p/simgear/scene/sky/clouds3d/Makefile.am
---- SimGear-0.3.5/simgear/scene/sky/clouds3d/Makefile.am       Mon Aug 11 23:17:02 2003
-+++ SimGear-0.3.5-p/simgear/scene/sky/clouds3d/Makefile.am     Mon Mar 29 11:47:56 2004
-@@ -9,13 +9,13 @@
-   EXTGL_SOURCE = 
- endif
--lib_LIBRARIES = libsgclouds3d.a
-+lib_LTLIBRARIES = libsgclouds3d.la
- include_HEADERS = \
-       SkySceneLoader.hpp \
-       SkyUtil.hpp
--libsgclouds3d_a_SOURCES = \
-+libsgclouds3d_la_SOURCES = \
-         $(EXTGL_SOURCE) \
-       vec3fv.cpp vec3fv.hpp vec3f.hpp vec4f.hpp vec2f.hpp \
-       mat16fv.cpp mat16fv.hpp \
 diff -Naur SimGear-0.3.5/simgear/scene/tgdb/Makefile.am SimGear-0.3.5-p/simgear/scene/tgdb/Makefile.am
 --- SimGear-0.3.5/simgear/scene/tgdb/Makefile.am       Tue Dec 30 20:36:48 2003
 +++ SimGear-0.3.5-p/simgear/scene/tgdb/Makefile.am     Mon Mar 29 11:47:56 2004
@@ -626,24 +558,27 @@ diff -Naur SimGear-0.3.5/simgear/timing/Makefile.am SimGear-0.3.5-p/simgear/timi
        geocoord.cxx \
        lowleveltime.cxx \
        sg_time.cxx \
-diff -Naur SimGear-0.3.5/simgear/xgl/Makefile.am SimGear-0.3.5-p/simgear/xgl/Makefile.am
---- SimGear-0.3.5/simgear/xgl/Makefile.am      Sat Sep  7 04:58:19 2002
-+++ SimGear-0.3.5-p/simgear/xgl/Makefile.am    Mon Mar 29 11:47:56 2004
-@@ -1,9 +1,9 @@
- includedir = @includedir@/xgl
--lib_LIBRARIES = libsgxgl.a
-+lib_LTLIBRARIES = libsgxgl.la
+--- SimGear-0.3.9.old/simgear/scene/sky/Makefile.am    2005-12-07 19:31:44.000000000 +0100
++++ SimGear-0.3.9/simgear/scene/sky/Makefile.am        2005-12-07 19:54:21.000000000 +0100
+@@ -1,6 +1,6 @@
+ includedir = @includedir@/scene/sky
  
- include_HEADERS = xgl.h
+-lib_LIBRARIES = libsgsky.a
++lib_LIBRARIES = libsgsky.la
  
--libsgxgl_a_SOURCES = xgl.c xglUtils.c
-+libsgxgl_la_SOURCES = xgl.c xglUtils.c
+ include_HEADERS = \
+       cloud.hxx \
+@@ -14,7 +14,7 @@
+       cloudfield.hxx \
+       newcloud.hxx
  
- INCLUDES = -I$(top_srcdir)
-diff -Naur SimGear-0.3.5/simgear/xml/Makefile.am SimGear-0.3.5-p/simgear/xml/Makefile.am
---- SimGear-0.3.5/simgear/xml/Makefile.am      Fri Aug 29 19:36:30 2003
-+++ SimGear-0.3.5-p/simgear/xml/Makefile.am    Mon Mar 29 11:47:56 2004
+-libsgsky_a_SOURCES = \
++libsgsky_la_SOURCES = \
+       cloud.cxx \
+       dome.cxx \
+       moon.cxx \
+--- SimGear-0.3.9.old/simgear/xml/Makefile.am  2005-12-07 19:31:44.000000000 +0100
++++ SimGear-0.3.9/simgear/xml/Makefile.am      2005-12-07 20:03:24.000000000 +0100
 @@ -1,6 +1,6 @@
  includedir = @includedir@/xml
  
This page took 0.0424020000000001 seconds and 4 git commands to generate.