[libcsfml] branch master updated (ee0aa38 -> 10672ec)

James Cowgill jcowgill at moszumanska.debian.org
Fri Mar 3 23:53:19 UTC 2017


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

jcowgill pushed a change to branch master
in repository libcsfml.

      from  ee0aa38   Upload to unstable
      adds  8346a2d   New upstream version 2.4
       new  ca562f6   Merge tag 'upstream/2.4'
       new  cf22750   New changelog entry
       new  4d41d6e   Bump SFML build dependency to 2.4
       new  9a1304f   Rename packages for SONAME bump
       new  22e3f29   Remove obsolete dh_strip override
       new  3922c06   Rplace 2.3 with 2.4 in symbols files
       new  aa35dcc   Add new symbols in 2.4
       new  e57c945   Run wrap-and-sort -s on debian/control
       new  946d411   Use debhelper compat 10
       new  10672ec   Upload to experimental

The 10 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:
 CMakeLists.txt                                     |   2 +-
 debian/changelog                                   |  15 +
 debian/compat                                      |   2 +-
 debian/control                                     |  38 +-
 debian/libcsfml-audio2.3.symbols                   | 116 ------
 ...-audio2.3.install => libcsfml-audio2.4.install} |   0
 debian/libcsfml-audio2.4.symbols                   | 120 ++++++
 debian/libcsfml-graphics2.3.symbols                | 407 -------------------
 ...ics2.3.install => libcsfml-graphics2.4.install} |   0
 debian/libcsfml-graphics2.4.symbols                | 443 +++++++++++++++++++++
 debian/libcsfml-network2.3.lintian-overrides       |   3 -
 debian/libcsfml-network2.3.symbols                 | 140 -------
 ...work2.3.install => libcsfml-network2.4.install} |   0
 debian/libcsfml-network2.4.lintian-overrides       |   3 +
 debian/libcsfml-network2.4.symbols                 | 142 +++++++
 debian/libcsfml-system2.3.symbols                  |  24 --
 ...ystem2.3.install => libcsfml-system2.4.install} |   0
 debian/libcsfml-system2.4.symbols                  |  24 ++
 debian/libcsfml-window2.3.symbols                  |  52 ---
 ...indow2.3.install => libcsfml-window2.4.install} |   0
 debian/libcsfml-window2.4.symbols                  |  54 +++
 debian/rules                                       |   4 -
 doc/CMakeLists.txt                                 |   2 +-
 doc/doxyfile.in                                    |   6 +-
 include/SFML/Audio/SoundBufferRecorder.h           |  30 +-
 include/SFML/Audio/SoundRecorder.h                 |  32 +-
 include/SFML/Config.h                              |  38 +-
 include/SFML/Graphics/BlendMode.h                  |   5 +-
 include/SFML/Graphics/CircleShape.h                |   2 +-
 include/SFML/Graphics/ConvexShape.h                |   2 +-
 include/SFML/Graphics/Font.h                       |  11 +-
 include/SFML/{System/Vector2.h => Graphics/Glsl.h} |  79 ++--
 include/SFML/Graphics/PrimitiveType.h              |  18 +-
 include/SFML/Graphics/RectangleShape.h             |   2 +-
 include/SFML/Graphics/RenderTexture.h              |  17 +
 include/SFML/Graphics/RenderWindow.h               |  84 ++--
 include/SFML/Graphics/Shader.h                     | 364 +++++++++++++++--
 include/SFML/Graphics/Shape.h                      |   2 +-
 include/SFML/Graphics/Text.h                       |  87 +++-
 include/SFML/Graphics/Texture.h                    |  60 +++
 include/SFML/Graphics/Transform.h                  |   2 +-
 include/SFML/Network/Ftp.h                         |  26 +-
 include/SFML/Network/IpAddress.h                   |   9 +-
 include/SFML/Network/TcpListener.h                 |   6 +-
 include/SFML/Network/TcpSocket.h                   |   4 +-
 include/SFML/Network/UdpSocket.h                   |  17 +-
 include/SFML/Window/Context.h                      |  17 +-
 include/SFML/Window/Event.h                        |  33 +-
 include/SFML/Window/Keyboard.h                     |  13 +
 include/SFML/Window/VideoMode.h                    |   2 +-
 include/SFML/Window/Window.h                       |  82 ++--
 readme.txt                                         |   4 +-
 src/SFML/Audio/SoundBufferRecorder.cpp             |  20 +-
 src/SFML/Audio/SoundBufferRecorderStruct.h         |   1 +
 src/SFML/Audio/SoundRecorder.cpp                   |  17 +
 src/SFML/Graphics/Font.cpp                         |   4 +-
 src/SFML/Graphics/RenderTexture.cpp                |   7 +
 src/SFML/Graphics/RenderWindow.cpp                 |  42 +-
 src/SFML/Graphics/Shader.cpp                       | 318 ++++++++++++---
 src/SFML/Graphics/Text.cpp                         |  55 ++-
 src/SFML/Graphics/Texture.cpp                      |  21 +
 src/SFML/Network/Ftp.cpp                           |  23 +-
 src/SFML/Network/IpAddress.cpp                     |   4 +
 src/SFML/Network/TcpListener.cpp                   |   5 +-
 src/SFML/Network/TcpSocket.cpp                     |  16 +-
 src/SFML/Network/UdpSocket.cpp                     |  57 +--
 src/SFML/Window/CMakeLists.txt                     |   1 +
 src/SFML/Window/Context.cpp                        |  17 +-
 src/SFML/Window/ContextSettingsInternal.h          |  75 ++++
 src/SFML/Window/Keyboard.cpp                       |   6 +
 src/SFML/Window/Window.cpp                         |  38 +-
 71 files changed, 2270 insertions(+), 1102 deletions(-)
 delete mode 100644 debian/libcsfml-audio2.3.symbols
 rename debian/{libcsfml-audio2.3.install => libcsfml-audio2.4.install} (100%)
 create mode 100644 debian/libcsfml-audio2.4.symbols
 delete mode 100644 debian/libcsfml-graphics2.3.symbols
 rename debian/{libcsfml-graphics2.3.install => libcsfml-graphics2.4.install} (100%)
 create mode 100644 debian/libcsfml-graphics2.4.symbols
 delete mode 100644 debian/libcsfml-network2.3.lintian-overrides
 delete mode 100644 debian/libcsfml-network2.3.symbols
 rename debian/{libcsfml-network2.3.install => libcsfml-network2.4.install} (100%)
 create mode 100644 debian/libcsfml-network2.4.lintian-overrides
 create mode 100644 debian/libcsfml-network2.4.symbols
 delete mode 100644 debian/libcsfml-system2.3.symbols
 rename debian/{libcsfml-system2.3.install => libcsfml-system2.4.install} (100%)
 create mode 100644 debian/libcsfml-system2.4.symbols
 delete mode 100644 debian/libcsfml-window2.3.symbols
 rename debian/{libcsfml-window2.3.install => libcsfml-window2.4.install} (100%)
 create mode 100644 debian/libcsfml-window2.4.symbols
 copy include/SFML/{System/Vector2.h => Graphics/Glsl.h} (62%)
 create mode 100644 src/SFML/Window/ContextSettingsInternal.h

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



More information about the Pkg-games-commits mailing list