rpms/Coin2/FC-5 Coin-2.4.6-man3.diff, NONE, 1.1 Coin-2.4.6-openal-soname.diff, NONE, 1.1 Coin-2.4.6-simage-soname.diff, NONE, 1.1

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Tue Apr 17 07:07:36 UTC 2007


Author: corsepiu

Update of /cvs/extras/rpms/Coin2/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4986

Added Files:
	Coin-2.4.6-man3.diff Coin-2.4.6-openal-soname.diff 
	Coin-2.4.6-simage-soname.diff 
Log Message:
New.

Coin-2.4.6-man3.diff:

--- NEW FILE Coin-2.4.6-man3.diff ---
diff -uNr Coin-2.4.6.orig/man/man3/Makefile.am Coin-2.4.6/man/man3/Makefile.am
--- Coin-2.4.6.orig/man/man3/Makefile.am	2007-04-10 11:24:07.000000000 +0200
+++ Coin-2.4.6/man/man3/Makefile.am	2007-04-14 06:27:29.000000000 +0200
@@ -8,6 +8,7 @@
 	"$(sim_ac_doxygen_exe)" docs/coin.doxygen )
 
 filelist.txt: SoDB.3
+	rm -f *_.3
 	ls *.3 >filelist.txt
 
 
diff -uNr Coin-2.4.6.orig/man/man3/Makefile.in Coin-2.4.6/man/man3/Makefile.in
--- Coin-2.4.6.orig/man/man3/Makefile.in	2007-04-10 11:24:07.000000000 +0200
+++ Coin-2.4.6/man/man3/Makefile.in	2007-04-14 06:27:30.000000000 +0200
@@ -421,6 +421,7 @@
 	"$(sim_ac_doxygen_exe)" docs/coin.doxygen )
 
 filelist.txt: SoDB.3
+	rm -f *_.3
 	ls *.3 >filelist.txt
 
 @BUILD_MANPAGES_TRUE at all-local: filelist.txt

Coin-2.4.6-openal-soname.diff:

--- NEW FILE Coin-2.4.6-openal-soname.diff ---
diff -uNr Coin-2.4.6.orig/src/glue/openal_wrapper.c Coin-2.4.6/src/glue/openal_wrapper.c
--- Coin-2.4.6.orig/src/glue/openal_wrapper.c	2007-04-10 11:23:51.000000000 +0200
+++ Coin-2.4.6/src/glue/openal_wrapper.c	2007-04-14 06:31:09.000000000 +0200
@@ -107,7 +107,7 @@
       int idx;
       const char * possiblelibnames[] = {
         NULL, /* is set below */
-        "openal", "openal32", "libopenal.so",
+	@LIBOPENAL_SONAME@,
         NULL
       };
 

Coin-2.4.6-simage-soname.diff:

--- NEW FILE Coin-2.4.6-simage-soname.diff ---
diff -uNr Coin-2.4.6.orig/src/glue/simage_wrapper.c Coin-2.4.6/src/glue/simage_wrapper.c
--- Coin-2.4.6.orig/src/glue/simage_wrapper.c	2007-04-10 11:23:51.000000000 +0200
+++ Coin-2.4.6/src/glue/simage_wrapper.c	2007-04-14 06:34:11.000000000 +0200
@@ -272,16 +272,7 @@
          Autoconf check? 20000930 mortene. */
       const char * possiblelibnames[] = {
         NULL, /* is set below */ 
-        "simage", "libsimage", "libsimage.so",
-        "libsimage.dylib",
-        /* MSWindows DLL names for the simage library */
-        /* FIXME: a bit of a hack this, but it looks difficult to find
-           a better strategy. Perhaps it'd be a good idea to use an
-           application programmer controlled environment variable?
-           20010626 mortene. */
-        "simage6", "simage5", "simage4", "simage3", "simage2", "simage1",
-        /* FIXME: not checking for simageXd.dll names (ie debug
-           versions of the library). 20010926 mortene. */
+	@LIBSIMAGE_SONAME@,
         NULL
       };
 




More information about the scm-commits mailing list