[libgltf] branch master updated (48a5d0a -> a6d701b)

Rene Engelhard rene at moszumanska.debian.org
Sat Jun 17 11:08:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a change to branch master
in repository libgltf.

      from  48a5d0a   --disable-silent-rules is default in dh
      adds  b852507   New upstream version 0.1.0
      adds  eed9c30   Merge tag 'upstream/0.1.0' into experimental
      adds  3db0284   add debian/watch
      adds  fe6c9b1   update Build-Depends: libglew-dev -> libepoxy-dev
      adds  6bbdf3a   remove obsolete debian/patches
      adds  9d195df   libgltf-0.0-0v5 -> libgltf-0.1-1
      adds  b9ff492   changelog for 0.1.0-1
       new  a6d701b   upload to unstable

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                                 |    5 +-
 ChangeLog                               | 1483 +++++++--
 LICENSE                                 |   42 -
 Makefile.in                             |   51 +-
 README                                  |    9 +-
 aclocal.m4                              |  382 ++-
 build/Makefile.in                       |   27 +-
 build/win32/Makefile.in                 |   27 +-
 build/win32/libgltf.vcxproj             |    7 +-
 build/win32/libgltf.vcxproj.filters     |    9 -
 compile                                 |  347 ++
 config.guess                            |  355 +-
 config.h.in                             |    3 +-
 config.sub                              |   55 +-
 configure                               | 3484 +++++++++++--------
 configure.ac                            |   49 +-
 debian/changelog                        |   16 +
 debian/control                          |    7 +-
 debian/libgltf-0.0-0v5.install          |    1 -
 debian/libgltf-0.1-1.install            |    1 +
 debian/patches/fix-test.diff            |   26 -
 debian/patches/series                   |    1 -
 debian/watch                            |    2 +
 depcomp                                 |    2 +-
 inc/Makefile.in                         |   27 +-
 inc/libgltf.h                           |   58 +-
 inc/types.h                             |    1 +
 install-sh                              |  366 +-
 libgltf.pc.in                           |    2 +-
 ltmain.sh                               | 5528 ++++++++++++++++++++-----------
 m4/libtool.m4                           | 2566 ++++++++------
 m4/ltoptions.m4                         |  127 +-
 m4/ltsugar.m4                           |    7 +-
 m4/ltversion.m4                         |   12 +-
 m4/lt~obsolete.m4                       |    7 +-
 missing                                 |    6 +-
 qa/Makefile.in                          |   27 +-
 qa/data/Makefile.in                     |   27 +-
 qa/data/duck_model/Makefile.in          |   27 +-
 qa/data/duck_model/buffers/Makefile.in  |   27 +-
 qa/data/duck_model/shaders/Makefile.in  |   27 +-
 qa/data/duck_model/textures/Makefile.in |   27 +-
 qa/helper/Makefile.in                   |   27 +-
 qa/helper/OpenGLContext.cpp             |   18 +-
 qa/helper/OpenGLContext.h               |    2 +-
 qa/helper/PNGHelper.cpp                 |   95 +-
 qa/helper/PNGHelper.h                   |    2 -
 qa/test/APITest.cpp                     |  355 +-
 qa/test/APITest.h                       |    6 +-
 qa/test/Makefile.am                     |    4 +-
 qa/test/Makefile.in                     |   35 +-
 src/Camera.cpp                          |  182 +-
 src/Camera.h                            |   31 +-
 src/Common.cpp                          |  380 +--
 src/Common.h                            |  191 +-
 src/FPSCounter.cpp                      |   47 +-
 src/FPSCounter.h                        |   21 -
 src/Font.cpp                            |   63 +-
 src/Font.h                              |    3 +-
 src/LoadScene.cpp                       |  118 +-
 src/LoadScene.h                         |    9 +-
 src/Makefile.am                         |    7 +-
 src/Makefile.in                         |   41 +-
 src/RenderScene.cpp                     |  935 +++---
 src/RenderScene.h                       |  115 +-
 src/Shaders.cpp                         |   87 +-
 src/Shaders.h                           |   26 +-
 src/Texture.cpp                         |    6 +-
 src/Texture.h                           |    4 +-
 src/Timer.h                             |  105 -
 src/libgltf.cpp                         |  261 +-
 src/trackball.cpp                       |  290 --
 src/trackball.h                         |   76 -
 test-driver                             |   35 +-
 74 files changed, 11150 insertions(+), 7687 deletions(-)
 create mode 100755 compile
 delete mode 100644 debian/libgltf-0.0-0v5.install
 create mode 100644 debian/libgltf-0.1-1.install
 delete mode 100644 debian/patches/fix-test.diff
 delete mode 100644 debian/patches/series
 create mode 100644 debian/watch
 delete mode 100644 src/Timer.h
 delete mode 100644 src/trackball.cpp
 delete mode 100644 src/trackball.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libgltf.git



More information about the Pkg-openoffice-commits mailing list