Author: glen Date: Thu Jun 23 08:54:17 2011 GMT Module: packages Tag: HEAD ---- Log message: - -lpng fix from altlinux
---- Files affected: packages/earth3d: earth3d.spec (1.4 -> 1.5) , libs.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/earth3d/earth3d.spec diff -u packages/earth3d/earth3d.spec:1.4 packages/earth3d/earth3d.spec:1.5 --- packages/earth3d/earth3d.spec:1.4 Thu Jun 23 10:47:55 2011 +++ packages/earth3d/earth3d.spec Thu Jun 23 10:54:12 2011 @@ -9,6 +9,7 @@ # Source0-md5: d273437a473f66401b01acf7521808c3 Patch0: gcc.patch Patch1: libpng.patch +Patch2: libs.patch URL: http://www.earth3d.org/ BuildRequires: ImageMagick-devel BuildRequires: qt-devel @@ -22,6 +23,7 @@ %setup -q -n %{name} %patch0 -p1 %patch1 -p1 +%patch2 -p1 echo "#include <gltest.h>" > gltestwidget.h %build @@ -50,6 +52,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2011/06/23 08:54:12 glen +- -lpng fix from altlinux + Revision 1.4 2011/06/23 08:47:55 glen - fix for missing gltestwidget.h from altlinux ================================================================ Index: packages/earth3d/libs.patch diff -u /dev/null packages/earth3d/libs.patch:1.1 --- /dev/null Thu Jun 23 10:54:17 2011 +++ packages/earth3d/libs.patch Thu Jun 23 10:54:12 2011 @@ -0,0 +1,11 @@ +diff -Naur earth3d-orig/earth3d.pro earth3d/earth3d.pro +--- earth3d-orig/earth3d.pro 2005-10-28 04:06:01 +0300 ++++ earth3d/earth3d.pro 2006-03-07 18:05:13 +0200 +@@ -19,6 +19,7 @@ + OBJECTS_DIR = .obj + !mac { + DEFINES += LINUX ++ LIBS += -lpng + # LIBS += -ljsw + # QMAKE_CXXFLAGS_RELEASE += -march=pentium4 -O2 -pipe -fomit-frame-pointer + # QMAKE_CXXFLAGS_RELEASE += -march=athlon-xp -O2 -pipe -fomit-frame-pointer ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/earth3d/earth3d.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
