-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** - Updated version numbers for next release - fixed printf bug in test program - fixed VS code analysis warnings - fixed rotozoom locking bug - fixed rotozoom colorkey bug - updated VS2015 solution files to VS2022 solution files and rename - deprecated VS2008 and VS2010 solution files - updated .vcxproj files for SDL-1.2 source and release path - moved ChangeLog to solution items
- Loading branch information
1 parent
dfc56ba
commit 949055d
Showing
5 changed files
with
51 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
libSDL_gfx.so.16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
libSDL-1.2.so.0:SDL_CreateRGBSurface | ||
libSDL-1.2.so.0:SDL_Delay | ||
libSDL-1.2.so.0:SDL_FillRect | ||
libSDL-1.2.so.0:SDL_FreeSurface | ||
libSDL-1.2.so.0:SDL_GetRGB | ||
libSDL-1.2.so.0:SDL_GetTicks | ||
libSDL-1.2.so.0:SDL_HasMMX | ||
libSDL-1.2.so.0:SDL_LockSurface | ||
libSDL-1.2.so.0:SDL_MapRGB | ||
libSDL-1.2.so.0:SDL_MapRGBA | ||
libSDL-1.2.so.0:SDL_SetAlpha | ||
libSDL-1.2.so.0:SDL_SetColorKey | ||
libSDL-1.2.so.0:SDL_SetError | ||
libSDL-1.2.so.0:SDL_UnlockSurface | ||
libSDL-1.2.so.0:SDL_UpperBlit | ||
libc.so.6:__stack_chk_fail | ||
libc.so.6:free | ||
libc.so.6:malloc | ||
libc.so.6:memcpy | ||
libc.so.6:memset | ||
libc.so.6:qsort | ||
libc.so.6:realloc | ||
libm.so.6:atan | ||
libm.so.6:ceil | ||
libm.so.6:cos | ||
libm.so.6:floor | ||
libm.so.6:lrint | ||
libm.so.6:pow | ||
libm.so.6:sin | ||
libm.so.6:sincos | ||
libm.so.6:sqrt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
<PISI> | ||
<Source> | ||
<Name>sdl-gfx</Name> | ||
<Homepage>https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/</Homepage> | ||
<Packager> | ||
<Name>Pierre-Yves</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Jakob Gezelius</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>Zlib</License> | ||
<PartOf>multimedia.library</PartOf> | ||
<Summary xml:lang="en">SDL graphics drawing primitives and other support functions</Summary> | ||
<Description xml:lang="en">SDL graphics drawing primitives and other support functions | ||
</Description> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive> | ||
</Source> | ||
<Package> | ||
<Name>sdl-gfx</Name> | ||
|
@@ -30,7 +31,7 @@ | |
</Description> | ||
<PartOf>emul32</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="4">sdl-gfx</Dependency> | ||
<Dependency release="5">sdl-gfx</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="library">/usr/lib32/libSDL_gfx.so.16</Path> | ||
|
@@ -44,8 +45,8 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="4">sdl-gfx-devel</Dependency> | ||
<Dependency release="4">sdl-gfx-32bit</Dependency> | ||
<Dependency release="5">sdl-gfx-32bit</Dependency> | ||
<Dependency release="5">sdl-gfx-devel</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="library">/usr/lib32/libSDL_gfx.so</Path> | ||
|
@@ -59,7 +60,7 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="4">sdl-gfx</Dependency> | ||
<Dependency release="5">sdl-gfx</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/SDL/SDL_framerate.h</Path> | ||
|
@@ -73,12 +74,12 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="4"> | ||
<Date>2020-03-12</Date> | ||
<Version>2.0.26</Version> | ||
<Update release="5"> | ||
<Date>2024-06-05</Date> | ||
<Version>2.0.27</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Pierre-Yves</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Jakob Gezelius</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |