[libsfml] 11/16: Symbol updates for 2.3

James Cowgill jcowgill-guest at moszumanska.debian.org
Sat May 9 15:00:49 UTC 2015


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

jcowgill-guest pushed a commit to branch master
in repository libsfml.

commit e23a95aa8b75323ab388334353eab1bde3a4b4c2
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Fri May 8 23:27:02 2015 +0100

    Symbol updates for 2.3
---
 debian/libsfml-audio2.3.symbols    | 44 ++++++++++++++++++++++++++++++++++++--
 debian/libsfml-graphics2.3.symbols | 37 ++++++++++++++++++--------------
 debian/libsfml-network2.3.symbols  |  1 +
 debian/libsfml-system2.3.symbols   | 31 +++++++++++++++++++++++++++
 debian/libsfml-window2.3.symbols   |  3 +++
 5 files changed, 98 insertions(+), 18 deletions(-)

diff --git a/debian/libsfml-audio2.3.symbols b/debian/libsfml-audio2.3.symbols
index e17246e..ad694c1 100644
--- a/debian/libsfml-audio2.3.symbols
+++ b/debian/libsfml-audio2.3.symbols
@@ -2,11 +2,15 @@ libsfml-audio.so.2.3 libsfml-audio2.3 #MINVER#
 * Build-Depends-Package: libsfml-dev
 # Ignore std:: template instantiations
  (regex|optional)"^_ZN?K?S" 2.3
- _ZN2sf11SoundBuffer10initializeERNS_4priv9SoundFileE at Base 2.3
+ _ZN2sf10AlResourceC1Ev at Base 2.3
+ _ZN2sf10AlResourceC2Ev at Base 2.3
+ _ZN2sf10AlResourceD1Ev at Base 2.3
+ _ZN2sf10AlResourceD2Ev at Base 2.3
+ _ZN2sf11SoundBuffer10initializeERNS_14InputSoundFileE at Base 2.3
  _ZN2sf11SoundBuffer12loadFromFileERKSs at Base 2.3
  (subst)_ZN2sf11SoundBuffer14loadFromMemoryEPKv{size_t}@Base 2.3
  _ZN2sf11SoundBuffer14loadFromStreamERNS_11InputStreamE at Base 2.3
- (subst)_ZN2sf11SoundBuffer15loadFromSamplesEPKs{size_t}jj at Base 2.3
+ _ZN2sf11SoundBuffer15loadFromSamplesEPKsyjj at Base 2.3
  _ZN2sf11SoundBuffer6updateEjj at Base 2.3
  _ZN2sf11SoundBufferC1ERKS0_ at Base 2.3
  _ZN2sf11SoundBufferC1Ev at Base 2.3
@@ -61,6 +65,30 @@ libsfml-audio.so.2.3 libsfml-audio2.3 #MINVER#
  _ZN2sf13SoundRecorderD0Ev at Base 2.3
  _ZN2sf13SoundRecorderD1Ev at Base 2.3
  _ZN2sf13SoundRecorderD2Ev at Base 2.3
+ _ZN2sf14InputSoundFile12openFromFileERKSs at Base 2.3
+ (subst)_ZN2sf14InputSoundFile14openFromMemoryEPKv{size_t}@Base 2.3
+ _ZN2sf14InputSoundFile14openFromStreamERNS_11InputStreamE at Base 2.3
+ _ZN2sf14InputSoundFile4readEPsy at Base 2.3
+ _ZN2sf14InputSoundFile4seekENS_4TimeE at Base 2.3
+ _ZN2sf14InputSoundFile4seekEy at Base 2.3
+ _ZN2sf14InputSoundFile5closeEv at Base 2.3
+ _ZN2sf14InputSoundFileC1Ev at Base 2.3
+ _ZN2sf14InputSoundFileC2Ev at Base 2.3
+ _ZN2sf14InputSoundFileD1Ev at Base 2.3
+ _ZN2sf14InputSoundFileD2Ev at Base 2.3
+ _ZN2sf15OutputSoundFile12openFromFileERKSsjj at Base 2.3
+ _ZN2sf15OutputSoundFile5closeEv at Base 2.3
+ _ZN2sf15OutputSoundFile5writeEPKsy at Base 2.3
+ _ZN2sf15OutputSoundFileC1Ev at Base 2.3
+ _ZN2sf15OutputSoundFileC2Ev at Base 2.3
+ _ZN2sf15OutputSoundFileD1Ev at Base 2.3
+ _ZN2sf15OutputSoundFileD2Ev at Base 2.3
+ (subst)_ZN2sf16SoundFileFactory22createReaderFromMemoryEPKv{size_t}@Base 2.3
+ _ZN2sf16SoundFileFactory22createReaderFromStreamERNS_11InputStreamE at Base 2.3
+ _ZN2sf16SoundFileFactory24createReaderFromFilenameERKSs at Base 2.3
+ _ZN2sf16SoundFileFactory24createWriterFromFilenameERKSs at Base 2.3
+ _ZN2sf16SoundFileFactory9s_readersE at Base 2.3
+ _ZN2sf16SoundFileFactory9s_writersE at Base 2.3
  (subst)_ZN2sf19SoundBufferRecorder16onProcessSamplesEPKs{size_t}@Base 2.3
  _ZN2sf19SoundBufferRecorder6onStopEv at Base 2.3
  _ZN2sf19SoundBufferRecorder7onStartEv at Base 2.3
@@ -128,27 +156,39 @@ libsfml-audio.so.2.3 libsfml-audio2.3 #MINVER#
  _ZNK2sf11SoundStream9getStatusEv at Base 2.3
  _ZNK2sf13SoundRecorder13getSampleRateEv at Base 2.3
  _ZNK2sf13SoundRecorder9getDeviceEv at Base 2.3
+ _ZNK2sf14InputSoundFile11getDurationEv at Base 2.3
+ _ZNK2sf14InputSoundFile13getSampleRateEv at Base 2.3
+ _ZNK2sf14InputSoundFile14getSampleCountEv at Base 2.3
+ _ZNK2sf14InputSoundFile15getChannelCountEv at Base 2.3
  _ZNK2sf19SoundBufferRecorder9getBufferEv at Base 2.3
  _ZNK2sf5Music11getDurationEv at Base 2.3
  _ZNK2sf5Sound16getPlayingOffsetEv at Base 2.3
  _ZNK2sf5Sound7getLoopEv at Base 2.3
  _ZNK2sf5Sound9getBufferEv at Base 2.3
  _ZNK2sf5Sound9getStatusEv at Base 2.3
+ _ZTIN2sf10AlResourceE at Base 2.3
  _ZTIN2sf11SoundSourceE at Base 2.3
  _ZTIN2sf11SoundStreamE at Base 2.3
  _ZTIN2sf13SoundRecorderE at Base 2.3
+ _ZTIN2sf15SoundFileReaderE at Base 2.3
+ _ZTIN2sf15SoundFileWriterE at Base 2.3
  _ZTIN2sf19SoundBufferRecorderE at Base 2.3
  _ZTIN2sf5MusicE at Base 2.3
  _ZTIN2sf5SoundE at Base 2.3
+ _ZTSN2sf10AlResourceE at Base 2.3
  _ZTSN2sf11SoundSourceE at Base 2.3
  _ZTSN2sf11SoundStreamE at Base 2.3
  _ZTSN2sf13SoundRecorderE at Base 2.3
+ _ZTSN2sf15SoundFileReaderE at Base 2.3
+ _ZTSN2sf15SoundFileWriterE at Base 2.3
  _ZTSN2sf19SoundBufferRecorderE at Base 2.3
  _ZTSN2sf5MusicE at Base 2.3
  _ZTSN2sf5SoundE at Base 2.3
  _ZTVN2sf11SoundSourceE at Base 2.3
  _ZTVN2sf11SoundStreamE at Base 2.3
  _ZTVN2sf13SoundRecorderE at Base 2.3
+ _ZTVN2sf15SoundFileReaderE at Base 2.3
+ _ZTVN2sf15SoundFileWriterE at Base 2.3
  _ZTVN2sf19SoundBufferRecorderE at Base 2.3
  _ZTVN2sf5MusicE at Base 2.3
  _ZTVN2sf5SoundE at Base 2.3
diff --git a/debian/libsfml-graphics2.3.symbols b/debian/libsfml-graphics2.3.symbols
index 35082d0..e217afb 100644
--- a/debian/libsfml-graphics2.3.symbols
+++ b/debian/libsfml-graphics2.3.symbols
@@ -3,32 +3,32 @@ libsfml-graphics.so.2.3 libsfml-graphics2.3 #MINVER#
 # Ignore std:: template instantiations
  (regex|optional)"^_ZN?K?S" 2.3
  _ZN2sf10BlendAlphaE at Base 2.3
- _ZN2sf11CircleShape13setPointCountEj at Base 2.3
+ (subst)_ZN2sf11CircleShape13setPointCountE{size_t}@Base 2.3
  _ZN2sf11CircleShape9setRadiusEf at Base 2.3
- _ZN2sf11CircleShapeC1Efj at Base 2.3
- _ZN2sf11CircleShapeC2Efj at Base 2.3
+ (subst)_ZN2sf11CircleShapeC1Ef{size_t}@Base 2.3
+ (subst)_ZN2sf11CircleShapeC2Ef{size_t}@Base 2.3
  (optional=weak)_ZN2sf11CircleShapeD0Ev at Base 2.3
  (optional=weak)_ZN2sf11CircleShapeD1Ev at Base 2.3
  (optional=weak)_ZN2sf11CircleShapeD2Ev at Base 2.3
- _ZN2sf11ConvexShape13setPointCountEj at Base 2.3
- _ZN2sf11ConvexShape8setPointEjRKNS_7Vector2IfEE at Base 2.3
- _ZN2sf11ConvexShapeC1Ej at Base 2.3
- _ZN2sf11ConvexShapeC2Ej at Base 2.3
+ (subst)_ZN2sf11ConvexShape13setPointCountE{size_t}@Base 2.3
+ (subst)_ZN2sf11ConvexShape8setPointE{size_t}RKNS_7Vector2IfEE at Base 2.3
+ (subst)_ZN2sf11ConvexShapeC1E{size_t}@Base 2.3
+ (subst)_ZN2sf11ConvexShapeC2E{size_t}@Base 2.3
  (optional=weak)_ZN2sf11ConvexShapeD0Ev at Base 2.3
  (optional=weak)_ZN2sf11ConvexShapeD1Ev at Base 2.3
  (optional=weak)_ZN2sf11ConvexShapeD2Ev at Base 2.3
  _ZN2sf11VertexArray16setPrimitiveTypeENS_13PrimitiveTypeE at Base 2.3
  _ZN2sf11VertexArray5clearEv at Base 2.3
  _ZN2sf11VertexArray6appendERKNS_6VertexE at Base 2.3
- _ZN2sf11VertexArray6resizeEj at Base 2.3
- _ZN2sf11VertexArrayC1ENS_13PrimitiveTypeEj at Base 2.3
+ (subst)_ZN2sf11VertexArray6resizeE{size_t}@Base 2.3
+ (subst)_ZN2sf11VertexArrayC1ENS_13PrimitiveTypeE{size_t}@Base 2.3
  _ZN2sf11VertexArrayC1Ev at Base 2.3
- _ZN2sf11VertexArrayC2ENS_13PrimitiveTypeEj at Base 2.3
+ (subst)_ZN2sf11VertexArrayC2ENS_13PrimitiveTypeE{size_t}@Base 2.3
  _ZN2sf11VertexArrayC2Ev at Base 2.3
  (optional=weak)_ZN2sf11VertexArrayD0Ev at Base 2.3
  (optional=weak)_ZN2sf11VertexArrayD1Ev at Base 2.3
  (optional=weak)_ZN2sf11VertexArrayD2Ev at Base 2.3
- _ZN2sf11VertexArrayixEj at Base 2.3
+ (subst)_ZN2sf11VertexArrayixE{size_t}@Base 2.3
  _ZN2sf12RenderStates7DefaultE at Base 2.3
  _ZN2sf12RenderStatesC1EPKNS_6ShaderE at Base 2.3
  _ZN2sf12RenderStatesC1EPKNS_7TextureE at Base 2.3
@@ -51,7 +51,7 @@ libsfml-graphics.so.2.3 libsfml-graphics2.3 #MINVER#
  _ZN2sf12RenderTarget14applyBlendModeERKNS_9BlendModeE at Base 2.3
  _ZN2sf12RenderTarget14applyTransformERKNS_9TransformE at Base 2.3
  _ZN2sf12RenderTarget16applyCurrentViewEv at Base 2.3
- _ZN2sf12RenderTarget4drawEPKNS_6VertexEjNS_13PrimitiveTypeERKNS_12RenderStatesE at Base 2.3
+ (subst)_ZN2sf12RenderTarget4drawEPKNS_6VertexE{size_t}NS_13PrimitiveTypeERKNS_12RenderStatesE at Base 2.3
  _ZN2sf12RenderTarget4drawERKNS_8DrawableERKNS_12RenderStatesE at Base 2.3
  _ZN2sf12RenderTarget5clearERKNS_5ColorE at Base 2.3
  _ZN2sf12RenderTarget7setViewERKNS_4ViewE at Base 2.3
@@ -161,8 +161,10 @@ libsfml-graphics.so.2.3 libsfml-graphics2.3 #MINVER#
  _ZN2sf5Color6YellowE at Base 2.3
  _ZN2sf5Color7MagentaE at Base 2.3
  _ZN2sf5ColorC1Ehhhh at Base 2.3
+ _ZN2sf5ColorC1Ej at Base 2.3
  _ZN2sf5ColorC1Ev at Base 2.3
  _ZN2sf5ColorC2Ehhhh at Base 2.3
+ _ZN2sf5ColorC2Ej at Base 2.3
  _ZN2sf5ColorC2Ev at Base 2.3
  _ZN2sf5Image12loadFromFileERKSs at Base 2.3
  _ZN2sf5Image14flipVerticallyEv at Base 2.3
@@ -302,15 +304,15 @@ libsfml-graphics.so.2.3 libsfml-graphics2.3 #MINVER#
  _ZN2sfpLERNS_5ColorERKS0_ at Base 2.3
  _ZN2sfplERKNS_5ColorES2_ at Base 2.3
  _ZNK2sf11CircleShape13getPointCountEv at Base 2.3
- _ZNK2sf11CircleShape8getPointEj at Base 2.3
+ (subst)_ZNK2sf11CircleShape8getPointE{size_t}@Base 2.3
  _ZNK2sf11CircleShape9getRadiusEv at Base 2.3
  _ZNK2sf11ConvexShape13getPointCountEv at Base 2.3
- _ZNK2sf11ConvexShape8getPointEj at Base 2.3
+ (subst)_ZNK2sf11ConvexShape8getPointE{size_t}@Base 2.3
  _ZNK2sf11VertexArray14getVertexCountEv at Base 2.3
  _ZNK2sf11VertexArray16getPrimitiveTypeEv at Base 2.3
  _ZNK2sf11VertexArray4drawERNS_12RenderTargetENS_12RenderStatesE at Base 2.3
  _ZNK2sf11VertexArray9getBoundsEv at Base 2.3
- _ZNK2sf11VertexArrayixEj at Base 2.3
+ (subst)_ZNK2sf11VertexArrayixE{size_t}@Base 2.3
  _ZNK2sf12RenderTarget11getViewportERKNS_4ViewE at Base 2.3
  _ZNK2sf12RenderTarget14getDefaultViewEv at Base 2.3
  _ZNK2sf12RenderTarget16mapCoordsToPixelERKNS_7Vector2IfEE at Base 2.3
@@ -332,7 +334,7 @@ libsfml-graphics.so.2.3 libsfml-graphics2.3 #MINVER#
  _ZNK2sf13Transformable9getOriginEv at Base 2.3
  _ZNK2sf14RectangleShape13getPointCountEv at Base 2.3
  _ZNK2sf14RectangleShape7getSizeEv at Base 2.3
- _ZNK2sf14RectangleShape8getPointEj at Base 2.3
+ (subst)_ZNK2sf14RectangleShape8getPointE{size_t}@Base 2.3
  _ZNK2sf4Font10getKerningEjjj at Base 2.3
  _ZNK2sf4Font10getTextureEj at Base 2.3
  _ZNK2sf4Font13findGlyphRectERNS0_4PageEjj at Base 2.3
@@ -359,6 +361,7 @@ libsfml-graphics.so.2.3 libsfml-graphics2.3 #MINVER#
  _ZNK2sf4View19getInverseTransformEv at Base 2.3
  _ZNK2sf4View7getSizeEv at Base 2.3
  _ZNK2sf4View9getCenterEv at Base 2.3
+ _ZNK2sf5Color9toIntegerEv at Base 2.3
  _ZNK2sf5Image10saveToFileERKSs at Base 2.3
  _ZNK2sf5Image12getPixelsPtrEv at Base 2.3
  _ZNK2sf5Image7getSizeEv at Base 2.3
@@ -372,6 +375,7 @@ libsfml-graphics.so.2.3 libsfml-graphics2.3 #MINVER#
  _ZNK2sf5Shape19getOutlineThicknessEv at Base 2.3
  _ZNK2sf5Shape4drawERNS_12RenderTargetENS_12RenderStatesE at Base 2.3
  _ZNK2sf6Shader12bindTexturesEv at Base 2.3
+ _ZNK2sf6Shader15getNativeHandleEv at Base 2.3
  _ZNK2sf6Sprite10getTextureEv at Base 2.3
  _ZNK2sf6Sprite14getLocalBoundsEv at Base 2.3
  _ZNK2sf6Sprite14getTextureRectEv at Base 2.3
@@ -380,6 +384,7 @@ libsfml-graphics.so.2.3 libsfml-graphics2.3 #MINVER#
  _ZNK2sf6Sprite8getColorEv at Base 2.3
  _ZNK2sf7Texture10isRepeatedEv at Base 2.3
  _ZNK2sf7Texture11copyToImageEv at Base 2.3
+ _ZNK2sf7Texture15getNativeHandleEv at Base 2.3
  _ZNK2sf7Texture7getSizeEv at Base 2.3
  _ZNK2sf7Texture8isSmoothEv at Base 2.3
  _ZNK2sf9Transform10getInverseEv at Base 2.3
diff --git a/debian/libsfml-network2.3.symbols b/debian/libsfml-network2.3.symbols
index fd0f381..a884b00 100644
--- a/debian/libsfml-network2.3.symbols
+++ b/debian/libsfml-network2.3.symbols
@@ -139,6 +139,7 @@ libsfml-network.so.2.3 libsfml-network2.3 #MINVER#
  _ZN2sf9TcpSocket10disconnectEv at Base 2.3
  _ZN2sf9TcpSocket13PendingPacketC1Ev at Base 2.3
  _ZN2sf9TcpSocket13PendingPacketC2Ev at Base 2.3
+ (subst)_ZN2sf9TcpSocket4sendEPKv{size_t}R{size_t}@Base 2.3
  (subst)_ZN2sf9TcpSocket4sendEPKv{size_t}@Base 2.3
  _ZN2sf9TcpSocket4sendERNS_6PacketE at Base 2.3
  _ZN2sf9TcpSocket7connectERKNS_9IpAddressEtNS_4TimeE at Base 2.3
diff --git a/debian/libsfml-system2.3.symbols b/debian/libsfml-system2.3.symbols
index 65920ce..a022919 100644
--- a/debian/libsfml-system2.3.symbols
+++ b/debian/libsfml-system2.3.symbols
@@ -9,6 +9,26 @@ libsfml-system.so.2.3 libsfml-system2.3 #MINVER#
  _ZN2sf11ThreadLocalD2Ev at Base 2.3
  _ZN2sf12microsecondsEx at Base 2.3
  _ZN2sf12millisecondsEi at Base 2.3
+ _ZN2sf15FileInputStream4openERKSs at Base 2.3
+ _ZN2sf15FileInputStream4readEPvx at Base 2.3
+ _ZN2sf15FileInputStream4seekEx at Base 2.3
+ _ZN2sf15FileInputStream4tellEv at Base 2.3
+ _ZN2sf15FileInputStream7getSizeEv at Base 2.3
+ _ZN2sf15FileInputStreamC1Ev at Base 2.3
+ _ZN2sf15FileInputStreamC2Ev at Base 2.3
+ _ZN2sf15FileInputStreamD0Ev at Base 2.3
+ _ZN2sf15FileInputStreamD1Ev at Base 2.3
+ _ZN2sf15FileInputStreamD2Ev at Base 2.3
+ (subst)_ZN2sf17MemoryInputStream4openEPKv{size_t}@Base 2.3
+ _ZN2sf17MemoryInputStream4readEPvx at Base 2.3
+ _ZN2sf17MemoryInputStream4seekEx at Base 2.3
+ _ZN2sf17MemoryInputStream4tellEv at Base 2.3
+ _ZN2sf17MemoryInputStream7getSizeEv at Base 2.3
+ _ZN2sf17MemoryInputStreamC1Ev at Base 2.3
+ _ZN2sf17MemoryInputStreamC2Ev at Base 2.3
+ (optional=weak)_ZN2sf17MemoryInputStreamD0Ev at Base 2.3
+ (optional=weak)_ZN2sf17MemoryInputStreamD1Ev at Base 2.3
+ (optional=weak)_ZN2sf17MemoryInputStreamD2Ev at Base 2.3
  _ZN2sf3errEv at Base 2.3
  _ZN2sf4LockC1ERNS_5MutexE at Base 2.3
  _ZN2sf4LockC2ERNS_5MutexE at Base 2.3
@@ -120,3 +140,14 @@ libsfml-system.so.2.3 libsfml-system2.3 #MINVER#
  _ZNK2sf6StringcvSbIwSt11char_traitsIwESaIwEEEv at Base 2.3
  _ZNK2sf6StringcvSsEv at Base 2.3
  (subst)_ZNK2sf6StringixE{size_t}@Base 2.3
+ _ZTIN2sf11InputStreamE at Base 2.3
+ _ZTIN2sf11NonCopyableE at Base 2.3
+ _ZTIN2sf15FileInputStreamE at Base 2.3
+ _ZTIN2sf17MemoryInputStreamE at Base 2.3
+ _ZTSN2sf11InputStreamE at Base 2.3
+ _ZTSN2sf11NonCopyableE at Base 2.3
+ _ZTSN2sf15FileInputStreamE at Base 2.3
+ _ZTSN2sf17MemoryInputStreamE at Base 2.3
+ _ZTVN2sf11InputStreamE at Base 2.3
+ _ZTVN2sf15FileInputStreamE at Base 2.3
+ _ZTVN2sf17MemoryInputStreamE at Base 2.3
diff --git a/debian/libsfml-window2.3.symbols b/debian/libsfml-window2.3.symbols
index 03cc233..391666b 100644
--- a/debian/libsfml-window2.3.symbols
+++ b/debian/libsfml-window2.3.symbols
@@ -18,6 +18,8 @@ libsfml-window.so.2.3 libsfml-window2.3 #MINVER#
  _ZN2sf6Sensor10setEnabledENS0_4TypeEb at Base 2.3
  _ZN2sf6Sensor11isAvailableENS0_4TypeE at Base 2.3
  _ZN2sf6Sensor8getValueENS0_4TypeE at Base 2.3
+ (optional=weak)_ZN2sf6StringD1Ev at Base 2.3
+ (optional=weak)_ZN2sf6StringD2Ev at Base 2.3
  _ZN2sf6Window10initializeEv at Base 2.3
  _ZN2sf6Window10setVisibleEb at Base 2.3
  _ZN2sf6Window11filterEventERKNS_5EventE at Base 2.3
@@ -48,6 +50,7 @@ libsfml-window.so.2.3 libsfml-window2.3 #MINVER#
  _ZN2sf6WindowD0Ev at Base 2.3
  _ZN2sf6WindowD1Ev at Base 2.3
  _ZN2sf6WindowD2Ev at Base 2.3
+ _ZN2sf7Context11getFunctionEPKc at Base 2.3
  _ZN2sf7Context9setActiveEb at Base 2.3
  _ZN2sf7ContextC1ERKNS_15ContextSettingsEjj at Base 2.3
  _ZN2sf7ContextC1Ev at Base 2.3

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



More information about the Pkg-games-commits mailing list