rpms/OpenEXR_Viewers-nonfree/devel openexr_viewers-1.0.2-dso.patch, NONE, 1.1 OpenEXR_Viewers-nonfree.spec, 1.10, 1.11

Nicolas Chauvet kwizart at rpmfusion.org
Wed Jul 6 10:03:09 CEST 2011


Author: kwizart

Update of /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16429/devel

Modified Files:
	OpenEXR_Viewers-nonfree.spec 
Added Files:
	openexr_viewers-1.0.2-dso.patch 
Log Message:
Add patch from rdieter


openexr_viewers-1.0.2-dso.patch:
 Makefile.am |    2 +-
 Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE openexr_viewers-1.0.2-dso.patch ---
diff -up openexr_viewers-1.0.2/exrdisplay/Makefile.am.dso openexr_viewers-1.0.2/exrdisplay/Makefile.am
--- openexr_viewers-1.0.2/exrdisplay/Makefile.am.dso	2007-03-28 01:06:46.000000000 -0500
+++ openexr_viewers-1.0.2/exrdisplay/Makefile.am	2011-06-24 12:48:56.676196480 -0500
@@ -7,7 +7,7 @@ bin_PROGRAMS = exrdisplay
 INCLUDES = @GL_CXXFLAGS@ @CG_CXXFLAGS@ @FLTK_CXXFLAGS@ -I$(top_builddir) \
 	@OPENEXR_CTL_CXXFLAGS@
 
-LDADD = @CG_LDFLAGS@ @FLTK_LDFLAGS@ \
+LDADD = @CG_LDFLAGS@ @FLTK_LDFLAGS@ -lGL \
 	@OPENEXR_CTL_LDFLAGS@ \
 	@OPENEXR_CTL_LIBS@
 
diff -up openexr_viewers-1.0.2/exrdisplay/Makefile.in.dso openexr_viewers-1.0.2/exrdisplay/Makefile.in
--- openexr_viewers-1.0.2/exrdisplay/Makefile.in.dso	2010-07-22 19:46:29.000000000 -0500
+++ openexr_viewers-1.0.2/exrdisplay/Makefile.in	2011-06-24 12:49:19.426317303 -0500
@@ -214,7 +214,7 @@ target_alias = @target_alias@
 @HAVE_FLTK_TRUE at INCLUDES = @GL_CXXFLAGS@ @CG_CXXFLAGS@ @FLTK_CXXFLAGS@ -I$(top_builddir) \
 @HAVE_FLTK_TRUE@	@OPENEXR_CTL_CXXFLAGS@
 
- at HAVE_FLTK_TRUE@LDADD = @CG_LDFLAGS@ @FLTK_LDFLAGS@ \
+ at HAVE_FLTK_TRUE@LDADD = @CG_LDFLAGS@ @FLTK_LDFLAGS@ -lGL \
 @HAVE_FLTK_TRUE@	@OPENEXR_CTL_LDFLAGS@ \
 @HAVE_FLTK_TRUE@	@OPENEXR_CTL_LIBS@
 


Index: OpenEXR_Viewers-nonfree.spec
===================================================================
RCS file: /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel/OpenEXR_Viewers-nonfree.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- OpenEXR_Viewers-nonfree.spec	10 Oct 2010 20:20:49 -0000	1.10
+++ OpenEXR_Viewers-nonfree.spec	6 Jul 2011 08:03:07 -0000	1.11
@@ -12,7 +12,7 @@
 
 Name:           %{real_name}
 Version:        1.0.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Viewers programs for OpenEXR
 
 Group:          Applications/Multimedia
@@ -22,6 +22,8 @@
 Patch0:         openexr_viewers-1.0.1-gcc43.patch
 Patch1:         openexr_viewers-1.0.1-gcc44.patch
 Patch2:         openexr_viewers-1.0.2-gccCg.patch
+# fix dso (missing symbols) by explicitly linking -lGL too
+Patch3:         openexr_viewers-1.0.2-dso.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libtool
@@ -136,6 +138,9 @@
 %endif
 
 %changelog
+* Wed Jul 06 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.0.2-5
+- Add patch from rdieter
+
 * Sun Oct 10 2010 Nicolas Chauvet <kwizart at gmail.com> - 1.0.2-4
 - rebuilt for compiler bug
 



More information about the rpmfusion-commits mailing list