This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITA] freeglut/libglut3/libglut-devel: Open Source GLUT implementation


Hi

I would like to adopt and maintain the 'freeglut' package from Gerrit P.Haase and split it 
into 'freeglut/libglut3/libglut-devel' packages.

!!!!!!!!!!!!!!!
NOTE: Due to monolithic nature of Gerrit's old package the following packages will have wrong dependencies

   jasper         I'm working on an ITA
   tiff           Charles ???


Here are the setup.hint files:
-------------------------------------------------------------------------------------------
./libglut-devel/setup.hint

sdesc: "Open Source GLUT implementation - (development)"
ldesc: "freeglut is a completely OpenSourced alternative to the
OpenGL Utility Toolkit (GLUT) library."
category: Devel Graphics Libs
requires: cygwin libglut3 xorg-x11-devel
external-source: freeglut

-------------------------------------------------------------------------------------------
./libglut3/setup.hint

sdesc: "Open Source GLUT implementation - (runtime)"
ldesc: "freeglut is a completely OpenSourced alternative to the
OpenGL Utility Toolkit (GLUT) library."
category: Graphics Libs
requires: cygwin xorg-x11-bin-dlls
external-source: freeglut

-------------------------------------------------------------------------------------------
./setup.hint

sdesc: "Open Source GLUT implementation "
ldesc: "freeglut is a completely OpenSourced alternative to the
OpenGL Utility Toolkit (GLUT) library. GLUT was originally written
by Mark Kilgard to support the sample programs in the second edition
OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety
of practical applications because it is simple, widely available and
highly portable.

GLUT (and hence freeglut) allows the user to create and manage windows
containing OpenGL contexts on a wide range of platforms and also read
the mouse, keyboard and joystick functions."
category: Graphics Libs
requires: cygwin



For downloading 

------------------------------------ cut here ------------------------------------
#!/bin/bash

mkdir -p freeglut/libglut3 freeglut/libglut-devel

cd freeglut
wget http://volkerzell.de/cygwin/ITP/freeglut/setup.hint
wget http://volkerzell.de/cygwin/ITP/freeglut/freeglut-2.4.0-1-src.tar.bz2
wget http://volkerzell.de/cygwin/ITP/freeglut/freeglut-2.4.0-1.tar.bz2

cd libglut3
wget http://volkerzell.de/cygwin/ITP/freeglut/libglut3/setup.hint
wget http://volkerzell.de/cygwin/ITP/freeglut/libglut3/libglut3-2.4.0-1.tar.bz2

cd ../libglut-devel
wget http://volkerzell.de/cygwin/ITP/freeglut/libglut-devel/setup.hint
wget http://volkerzell.de/cygwin/ITP/freeglut/libglut-devel/libglut-devel-2.4.0-1.tar.bz2
------------------------------------ cut here ------------------------------------

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]