[libcsfml] 07/10: Add new symbols in 2.4

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 commit to branch master
in repository libcsfml.

commit aa35dccebd0f5d37306459bd23373579f5bbfc07
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Fri Mar 3 22:46:20 2017 +0000

    Add new symbols in 2.4
---
 debian/libcsfml-audio2.4.symbols    |  4 ++++
 debian/libcsfml-graphics2.4.symbols | 36 ++++++++++++++++++++++++++++++++++++
 debian/libcsfml-network2.4.symbols  |  2 ++
 debian/libcsfml-window2.4.symbols   |  4 +++-
 4 files changed, 45 insertions(+), 1 deletion(-)

diff --git a/debian/libcsfml-audio2.4.symbols b/debian/libcsfml-audio2.4.symbols
index f619ee7..4815927 100644
--- a/debian/libcsfml-audio2.4.symbols
+++ b/debian/libcsfml-audio2.4.symbols
@@ -39,7 +39,9 @@ libcsfml-audio.so.2.4 libcsfml-audio2.4 #MINVER#
  sfSoundBufferRecorder_create at Base 2.4
  sfSoundBufferRecorder_destroy at Base 2.4
  sfSoundBufferRecorder_getBuffer at Base 2.4
+ sfSoundBufferRecorder_getDevice at Base 2.4
  sfSoundBufferRecorder_getSampleRate at Base 2.4
+ sfSoundBufferRecorder_setDevice at Base 2.4
  sfSoundBufferRecorder_start at Base 2.4
  sfSoundBufferRecorder_stop at Base 2.4
  sfSoundBuffer_copy at Base 2.4
@@ -57,10 +59,12 @@ libcsfml-audio.so.2.4 libcsfml-audio2.4 #MINVER#
  sfSoundRecorder_create at Base 2.4
  sfSoundRecorder_destroy at Base 2.4
  sfSoundRecorder_getAvailableDevices at Base 2.4
+ sfSoundRecorder_getChannelCount at Base 2.4
  sfSoundRecorder_getDefaultDevice at Base 2.4
  sfSoundRecorder_getDevice at Base 2.4
  sfSoundRecorder_getSampleRate at Base 2.4
  sfSoundRecorder_isAvailable at Base 2.4
+ sfSoundRecorder_setChannelCount at Base 2.4
  sfSoundRecorder_setDevice at Base 2.4
  sfSoundRecorder_setProcessingInterval at Base 2.4
  sfSoundRecorder_start at Base 2.4
diff --git a/debian/libcsfml-graphics2.4.symbols b/debian/libcsfml-graphics2.4.symbols
index 8cb317b..e43537a 100644
--- a/debian/libcsfml-graphics2.4.symbols
+++ b/debian/libcsfml-graphics2.4.symbols
@@ -162,6 +162,7 @@ libcsfml-graphics.so.2.4 libcsfml-graphics2.4 #MINVER#
  sfRenderTexture_drawSprite at Base 2.4
  sfRenderTexture_drawText at Base 2.4
  sfRenderTexture_drawVertexArray at Base 2.4
+ sfRenderTexture_generateMipmap at Base 2.4
  sfRenderTexture_getDefaultView at Base 2.4
  sfRenderTexture_getSize at Base 2.4
  sfRenderTexture_getTexture at Base 2.4
@@ -215,6 +216,7 @@ libcsfml-graphics.so.2.4 libcsfml-graphics2.4 #MINVER#
  sfRenderWindow_setIcon at Base 2.4
  sfRenderWindow_setJoystickThreshold at Base 2.4
  sfRenderWindow_setKeyRepeatEnabled at Base 2.4
+ sfRenderWindow_setMouseCursorGrabbed at Base 2.4
  sfRenderWindow_setMouseCursorVisible at Base 2.4
  sfRenderWindow_setPosition at Base 2.4
  sfRenderWindow_setSize at Base 2.4
@@ -231,14 +233,39 @@ libcsfml-graphics.so.2.4 libcsfml-graphics2.4 #MINVER#
  sfShader_destroy at Base 2.4
  sfShader_getNativeHandle at Base 2.4
  sfShader_isAvailable at Base 2.4
+ sfShader_isGeometryAvailable at Base 2.4
+ sfShader_setBoolUniform at Base 2.4
+ sfShader_setBvec2Uniform at Base 2.4
+ sfShader_setBvec3Uniform at Base 2.4
+ sfShader_setBvec4Uniform at Base 2.4
  sfShader_setColorParameter at Base 2.4
+ sfShader_setColorUniform at Base 2.4
  sfShader_setCurrentTextureParameter at Base 2.4
+ sfShader_setCurrentTextureUniform at Base 2.4
  sfShader_setFloat2Parameter at Base 2.4
  sfShader_setFloat3Parameter at Base 2.4
  sfShader_setFloat4Parameter at Base 2.4
  sfShader_setFloatParameter at Base 2.4
+ sfShader_setFloatUniform at Base 2.4
+ sfShader_setFloatUniformArray at Base 2.4
+ sfShader_setIntColorUniform at Base 2.4
+ sfShader_setIntUniform at Base 2.4
+ sfShader_setIvec2Uniform at Base 2.4
+ sfShader_setIvec3Uniform at Base 2.4
+ sfShader_setIvec4Uniform at Base 2.4
+ sfShader_setMat3Uniform at Base 2.4
+ sfShader_setMat3UniformArray at Base 2.4
+ sfShader_setMat4Uniform at Base 2.4
+ sfShader_setMat4UniformArray at Base 2.4
  sfShader_setTextureParameter at Base 2.4
+ sfShader_setTextureUniform at Base 2.4
  sfShader_setTransformParameter at Base 2.4
+ sfShader_setVec2Uniform at Base 2.4
+ sfShader_setVec2UniformArray at Base 2.4
+ sfShader_setVec3Uniform at Base 2.4
+ sfShader_setVec3UniformArray at Base 2.4
+ sfShader_setVec4Uniform at Base 2.4
+ sfShader_setVec4UniformArray at Base 2.4
  sfShader_setVector2Parameter at Base 2.4
  sfShader_setVector3Parameter at Base 2.4
  sfShape_create at Base 2.4
@@ -301,11 +328,14 @@ libcsfml-graphics.so.2.4 libcsfml-graphics2.4 #MINVER#
  sfText_findCharacterPos at Base 2.4
  sfText_getCharacterSize at Base 2.4
  sfText_getColor at Base 2.4
+ sfText_getFillColor at Base 2.4
  sfText_getFont at Base 2.4
  sfText_getGlobalBounds at Base 2.4
  sfText_getInverseTransform at Base 2.4
  sfText_getLocalBounds at Base 2.4
  sfText_getOrigin at Base 2.4
+ sfText_getOutlineColor at Base 2.4
+ sfText_getOutlineThickness at Base 2.4
  sfText_getPosition at Base 2.4
  sfText_getRotation at Base 2.4
  sfText_getScale at Base 2.4
@@ -318,8 +348,11 @@ libcsfml-graphics.so.2.4 libcsfml-graphics2.4 #MINVER#
  sfText_scale at Base 2.4
  sfText_setCharacterSize at Base 2.4
  sfText_setColor at Base 2.4
+ sfText_setFillColor at Base 2.4
  sfText_setFont at Base 2.4
  sfText_setOrigin at Base 2.4
+ sfText_setOutlineColor at Base 2.4
+ sfText_setOutlineThickness at Base 2.4
  sfText_setPosition at Base 2.4
  sfText_setRotation at Base 2.4
  sfText_setScale at Base 2.4
@@ -335,13 +368,16 @@ libcsfml-graphics.so.2.4 libcsfml-graphics2.4 #MINVER#
  sfTexture_createFromMemory at Base 2.4
  sfTexture_createFromStream at Base 2.4
  sfTexture_destroy at Base 2.4
+ sfTexture_generateMipmap at Base 2.4
  sfTexture_getMaximumSize at Base 2.4
  sfTexture_getNativeHandle at Base 2.4
  sfTexture_getSize at Base 2.4
  sfTexture_isRepeated at Base 2.4
  sfTexture_isSmooth at Base 2.4
+ sfTexture_isSrgb at Base 2.4
  sfTexture_setRepeated at Base 2.4
  sfTexture_setSmooth at Base 2.4
+ sfTexture_setSrgb at Base 2.4
  sfTexture_updateFromImage at Base 2.4
  sfTexture_updateFromPixels at Base 2.4
  sfTexture_updateFromRenderWindow at Base 2.4
diff --git a/debian/libcsfml-network2.4.symbols b/debian/libcsfml-network2.4.symbols
index de72498..3516847 100644
--- a/debian/libcsfml-network2.4.symbols
+++ b/debian/libcsfml-network2.4.symbols
@@ -32,6 +32,7 @@ libcsfml-network.so.2.4 libcsfml-network2.4 #MINVER#
  sfFtp_loginAnonymous at Base 2.4
  sfFtp_parentDirectory at Base 2.4
  sfFtp_renameFile at Base 2.4
+ sfFtp_sendCommand at Base 2.4
  sfFtp_upload at Base 2.4
  sfHttpRequest_create at Base 2.4
  sfHttpRequest_destroy at Base 2.4
@@ -50,6 +51,7 @@ libcsfml-network.so.2.4 libcsfml-network2.4 #MINVER#
  sfHttp_destroy at Base 2.4
  sfHttp_sendRequest at Base 2.4
  sfHttp_setHost at Base 2.4
+ sfIpAddress_Any at Base 2.4
  sfIpAddress_Broadcast at Base 2.4
  sfIpAddress_LocalHost at Base 2.4
  sfIpAddress_None at Base 2.4
diff --git a/debian/libcsfml-window2.4.symbols b/debian/libcsfml-window2.4.symbols
index 49fd614..b8027fb 100644
--- a/debian/libcsfml-window2.4.symbols
+++ b/debian/libcsfml-window2.4.symbols
@@ -1,8 +1,8 @@
 libcsfml-window.so.2.4 libcsfml-window2.4 #MINVER#
 * Build-Depends-Package: libcsfml-dev
- (regex|optional)"^_" 2.4
  sfContext_create at Base 2.4
  sfContext_destroy at Base 2.4
+ sfContext_getSettings at Base 2.4
  sfContext_setActive at Base 2.4
  sfJoystick_getAxisPosition at Base 2.4
  sfJoystick_getButtonCount at Base 2.4
@@ -12,6 +12,7 @@ libcsfml-window.so.2.4 libcsfml-window2.4 #MINVER#
  sfJoystick_isConnected at Base 2.4
  sfJoystick_update at Base 2.4
  sfKeyboard_isKeyPressed at Base 2.4
+ sfKeyboard_setVirtualKeyboardVisible at Base 2.4
  sfMouse_getPosition at Base 2.4
  sfMouse_isButtonPressed at Base 2.4
  sfMouse_setPosition at Base 2.4
@@ -42,6 +43,7 @@ libcsfml-window.so.2.4 libcsfml-window2.4 #MINVER#
  sfWindow_setIcon at Base 2.4
  sfWindow_setJoystickThreshold at Base 2.4
  sfWindow_setKeyRepeatEnabled at Base 2.4
+ sfWindow_setMouseCursorGrabbed at Base 2.4
  sfWindow_setMouseCursorVisible at Base 2.4
  sfWindow_setPosition at Base 2.4
  sfWindow_setSize at Base 2.4

-- 
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