Change BuildRequires from OpenGL-glut-devel to glut-devel With this fix hugin compiles and works, but there is a problem with saving finished panorama to tif format which is rather not related to using glut.
Please test & apply. -- Przemo Firszt <[email protected]>
--- hugin/hugin.spec~ 2012-07-14 10:20:21.956118623 +0100 +++ hugin/hugin.spec 2012-07-14 10:20:46.395853262 +0100 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Zestaw narzędzi do tworzenia panoramicznych zdjęć Name: hugin Version: 2011.4.0 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Applications/Graphics Source0: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.bz2 @@ -12,7 +12,7 @@ Patch1: %{name}-cppflags.patch URL: http://hugin.sourceforge.net/ BuildRequires: OpenEXR-devel -BuildRequires: OpenGL-glut-devel +BuildRequires: glut-devel BuildRequires: boost-devel >= 1.40.0 BuildRequires: cmake >= 2.8 BuildRequires: exiv2-devel
_______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
