~ubuntu-branches/ubuntu/karmic/gtkgl2/karmic

« back to all changes in this revision

Viewing changes to examples/makefile.mingw

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2007-12-17 17:52:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071217175221-ps623f1vd38elehr
Tags: 2.0.0-1
* New maintainer (with permission from the QA team: more than 4 years
  since the last maintainer upload; also, I now maintain this upstream).
* Pulled new upstream version from SVN. This snapshot has new config.guess
  and config.sub files (Closes: #414608).
* Acknowledge previous NMUs (Closes: #376447, #318631, #181876).

* debian/control:
  + Set policy to 3.7.3.
  + Drop the autoconf/automake/libtool build-dependencies (Closes: #376447).
  + Add Vcs control fields.
  + Set the library package section to "libs" and the -dev package section
    to "libdevel" (Closes: #156412, #372598).
  + Improved package description (Closes: #209747).
  + Build-depend on libx11-dev because the code uses XFree().

* debian/copyright:
  + Added missing copyright holders.
  + Convert this file to UTF-8.

* debian/rules:
  + Explicitly link the library with -lX11.

* debian/README.Debian:
  + Removed mention of GTK+1.2 (Closes: #343501).
  + Updated example to use pkg-config instead of gtk-config and -lGL instead
    of -lMesaGL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
include ../build/win32/make.mingw
8
8
 
9
 
GTKGLAREA_VER=1.99.0
 
9
GTKGLAREA_VER=2.0.0
10
10
 
11
11
INCLUDES = -I . -I ..
12
12
DEPCFLAGS = $(GLIB_CFLAGS) $(GTK_CFLAGS) $(OPENGL_CFLAGS)
31
31
# Hack to get an updated makefile.mingw automatically if updating
32
32
# makefile.mingw.in
33
33
makefile.mingw: makefile.mingw.in
34
 
        sed -e 's,@VER[S]ION@,1.99.0,' <$< >$@
 
34
        sed -e 's,@VER[S]ION@,2.0.0,' <$< >$@