mirror of
https://github.com/getsolus/packages.git
synced 2025-04-25 20:30:37 +03:00
libtcod: Update to v1.24.0
**Summary** Many updates added since 1.5.1 (released in 2012!) Full change log available [here](https://github.com/libtcod/libtcod/blob/1.24.0/CHANGELOG.md) **Test Plan** Built and ran the few samples in the repo **Checklist** - [x] Package was built and tested against unstable
This commit is contained in:
parent
a6bbab0a3f
commit
6909ca2f5f
9 changed files with 1807 additions and 1671 deletions
|
@ -38,3 +38,4 @@ static_libs:
|
|||
allowed_files:
|
||||
- /usr/lib64/ghc-*/**
|
||||
- /usr/lib64/dotnet/packs/Microsoft.NETCore.App.Host.solus.*/**/libnethost.a
|
||||
- /usr/lib64/libtcod.a
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
libtcod.so
|
||||
libtcodgui.so
|
||||
libtcodxx.so
|
||||
libtcod.so.1
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
UNKNOWN
|
||||
libGL.so.1
|
||||
libSDL-1.2.so.0
|
||||
libSDL2-2.0.so.0
|
||||
libc.so.6
|
||||
libgcc_s.so.1
|
||||
libm.so.6
|
||||
libstdc++.so.6
|
||||
libz.so.1
|
||||
|
|
|
@ -1,117 +1,120 @@
|
|||
UNKNOWN:XFetchBytes
|
||||
UNKNOWN:XFree
|
||||
UNKNOWN:XOpenDisplay
|
||||
UNKNOWN:XStoreBytes
|
||||
UNKNOWN:_ZTVN10__cxxabiv117__class_type_infoE
|
||||
UNKNOWN:_ZTVN10__cxxabiv120__si_class_type_infoE
|
||||
UNKNOWN:_ZTVN10__cxxabiv121__vmi_class_type_infoE
|
||||
UNKNOWN:_ZdaPv
|
||||
UNKNOWN:_ZdlPv
|
||||
UNKNOWN:_Znam
|
||||
UNKNOWN:_Znwm
|
||||
UNKNOWN:__gxx_personality_v0
|
||||
UNKNOWN:atan2
|
||||
UNKNOWN:log
|
||||
UNKNOWN:sincos
|
||||
UNKNOWN:sqrt
|
||||
UNKNOWN:sqrtf
|
||||
libGL.so.1:glActiveTexture
|
||||
libGL.so.1:glBegin
|
||||
libGL.so.1:glBindTexture
|
||||
libGL.so.1:glBlendFunc
|
||||
libGL.so.1:glClear
|
||||
libGL.so.1:glClearColor
|
||||
libGL.so.1:glColor3f
|
||||
libGL.so.1:glColor4f
|
||||
libGL.so.1:glDisable
|
||||
libGL.so.1:glEnable
|
||||
libGL.so.1:glEnd
|
||||
libGL.so.1:glGenTextures
|
||||
libGL.so.1:glGetError
|
||||
libGL.so.1:glGetString
|
||||
libGL.so.1:glLoadIdentity
|
||||
libGL.so.1:glMatrixMode
|
||||
libGL.so.1:glOrtho
|
||||
libGL.so.1:glPixelStorei
|
||||
libGL.so.1:glPopClientAttrib
|
||||
libGL.so.1:glPushClientAttrib
|
||||
libGL.so.1:glReadPixels
|
||||
libGL.so.1:glTexCoord2f
|
||||
libGL.so.1:glTexImage2D
|
||||
libGL.so.1:glTexParameteri
|
||||
libGL.so.1:glTexSubImage2D
|
||||
libGL.so.1:glVertex2i
|
||||
libGL.so.1:glVertex3f
|
||||
libSDL-1.2.so.0:SDL_CreateRGBSurface
|
||||
libSDL-1.2.so.0:SDL_Delay
|
||||
libSDL-1.2.so.0:SDL_DisplayFormatAlpha
|
||||
libSDL-1.2.so.0:SDL_EnableKeyRepeat
|
||||
libSDL-1.2.so.0:SDL_EnableUNICODE
|
||||
libSDL-1.2.so.0:SDL_FillRect
|
||||
libSDL-1.2.so.0:SDL_Flip
|
||||
libSDL-1.2.so.0:SDL_FreeSurface
|
||||
libSDL-1.2.so.0:SDL_GL_GetProcAddress
|
||||
libSDL-1.2.so.0:SDL_GL_SetAttribute
|
||||
libSDL-1.2.so.0:SDL_GL_SwapBuffers
|
||||
libSDL-1.2.so.0:SDL_GetError
|
||||
libSDL-1.2.so.0:SDL_GetTicks
|
||||
libSDL-1.2.so.0:SDL_GetVideoInfo
|
||||
libSDL-1.2.so.0:SDL_Init
|
||||
libSDL-1.2.so.0:SDL_ListModes
|
||||
libSDL-1.2.so.0:SDL_LoadBMP_RW
|
||||
libSDL-1.2.so.0:SDL_LockSurface
|
||||
libSDL-1.2.so.0:SDL_MapRGB
|
||||
libSDL-1.2.so.0:SDL_PollEvent
|
||||
libSDL-1.2.so.0:SDL_PumpEvents
|
||||
libSDL-1.2.so.0:SDL_Quit
|
||||
libSDL-1.2.so.0:SDL_RWFromFile
|
||||
libSDL-1.2.so.0:SDL_SaveBMP_RW
|
||||
libSDL-1.2.so.0:SDL_SetAlpha
|
||||
libSDL-1.2.so.0:SDL_SetColorKey
|
||||
libSDL-1.2.so.0:SDL_SetVideoMode
|
||||
libSDL-1.2.so.0:SDL_ShowCursor
|
||||
libSDL-1.2.so.0:SDL_UnlockSurface
|
||||
libSDL-1.2.so.0:SDL_UpdateRect
|
||||
libSDL-1.2.so.0:SDL_UpperBlit
|
||||
libSDL-1.2.so.0:SDL_VideoModeOK
|
||||
libSDL-1.2.so.0:SDL_WM_SetCaption
|
||||
libSDL-1.2.so.0:SDL_WaitEvent
|
||||
libSDL-1.2.so.0:SDL_WarpMouse
|
||||
libSDL2-2.0.so.0:SDL_AddEventWatch
|
||||
libSDL2-2.0.so.0:SDL_ConvertPixels
|
||||
libSDL2-2.0.so.0:SDL_ConvertSurfaceFormat
|
||||
libSDL2-2.0.so.0:SDL_CreateMutex
|
||||
libSDL2-2.0.so.0:SDL_CreateRGBSurfaceWithFormat
|
||||
libSDL2-2.0.so.0:SDL_CreateRGBSurfaceWithFormatFrom
|
||||
libSDL2-2.0.so.0:SDL_CreateRenderer
|
||||
libSDL2-2.0.so.0:SDL_CreateTexture
|
||||
libSDL2-2.0.so.0:SDL_CreateTextureFromSurface
|
||||
libSDL2-2.0.so.0:SDL_CreateThread
|
||||
libSDL2-2.0.so.0:SDL_CreateWindow
|
||||
libSDL2-2.0.so.0:SDL_DelEventWatch
|
||||
libSDL2-2.0.so.0:SDL_Delay
|
||||
libSDL2-2.0.so.0:SDL_DestroyRenderer
|
||||
libSDL2-2.0.so.0:SDL_DestroyTexture
|
||||
libSDL2-2.0.so.0:SDL_DestroyWindow
|
||||
libSDL2-2.0.so.0:SDL_FreeSurface
|
||||
libSDL2-2.0.so.0:SDL_GetCPUCount
|
||||
libSDL2-2.0.so.0:SDL_GetClipboardText
|
||||
libSDL2-2.0.so.0:SDL_GetCurrentVideoDriver
|
||||
libSDL2-2.0.so.0:SDL_GetDisplayBounds
|
||||
libSDL2-2.0.so.0:SDL_GetError
|
||||
libSDL2-2.0.so.0:SDL_GetKeyName
|
||||
libSDL2-2.0.so.0:SDL_GetKeyboardState
|
||||
libSDL2-2.0.so.0:SDL_GetNumVideoDrivers
|
||||
libSDL2-2.0.so.0:SDL_GetRenderTarget
|
||||
libSDL2-2.0.so.0:SDL_GetRendererInfo
|
||||
libSDL2-2.0.so.0:SDL_GetRendererOutputSize
|
||||
libSDL2-2.0.so.0:SDL_GetScancodeFromKey
|
||||
libSDL2-2.0.so.0:SDL_GetTicks
|
||||
libSDL2-2.0.so.0:SDL_GetVideoDriver
|
||||
libSDL2-2.0.so.0:SDL_GetWindowDisplayIndex
|
||||
libSDL2-2.0.so.0:SDL_GetWindowFlags
|
||||
libSDL2-2.0.so.0:SDL_Init
|
||||
libSDL2-2.0.so.0:SDL_InitSubSystem
|
||||
libSDL2-2.0.so.0:SDL_LoadBMP_RW
|
||||
libSDL2-2.0.so.0:SDL_LoadFunction
|
||||
libSDL2-2.0.so.0:SDL_LoadObject
|
||||
libSDL2-2.0.so.0:SDL_LockMutex
|
||||
libSDL2-2.0.so.0:SDL_PollEvent
|
||||
libSDL2-2.0.so.0:SDL_PushEvent
|
||||
libSDL2-2.0.so.0:SDL_QueryTexture
|
||||
libSDL2-2.0.so.0:SDL_QuitSubSystem
|
||||
libSDL2-2.0.so.0:SDL_RWFromFile
|
||||
libSDL2-2.0.so.0:SDL_RWclose
|
||||
libSDL2-2.0.so.0:SDL_RWread
|
||||
libSDL2-2.0.so.0:SDL_RWseek
|
||||
libSDL2-2.0.so.0:SDL_RWtell
|
||||
libSDL2-2.0.so.0:SDL_RWwrite
|
||||
libSDL2-2.0.so.0:SDL_RenderClear
|
||||
libSDL2-2.0.so.0:SDL_RenderCopy
|
||||
libSDL2-2.0.so.0:SDL_RenderGeometryRaw
|
||||
libSDL2-2.0.so.0:SDL_RenderPresent
|
||||
libSDL2-2.0.so.0:SDL_RenderReadPixels
|
||||
libSDL2-2.0.so.0:SDL_SaveBMP_RW
|
||||
libSDL2-2.0.so.0:SDL_SetClipboardText
|
||||
libSDL2-2.0.so.0:SDL_SetRenderDrawBlendMode
|
||||
libSDL2-2.0.so.0:SDL_SetRenderDrawColor
|
||||
libSDL2-2.0.so.0:SDL_SetRenderTarget
|
||||
libSDL2-2.0.so.0:SDL_SetTextureBlendMode
|
||||
libSDL2-2.0.so.0:SDL_SetWindowFullscreen
|
||||
libSDL2-2.0.so.0:SDL_SetWindowTitle
|
||||
libSDL2-2.0.so.0:SDL_ShowCursor
|
||||
libSDL2-2.0.so.0:SDL_UnloadObject
|
||||
libSDL2-2.0.so.0:SDL_UnlockMutex
|
||||
libSDL2-2.0.so.0:SDL_UpdateTexture
|
||||
libSDL2-2.0.so.0:SDL_VideoInit
|
||||
libSDL2-2.0.so.0:SDL_VideoQuit
|
||||
libSDL2-2.0.so.0:SDL_WaitEvent
|
||||
libSDL2-2.0.so.0:SDL_WarpMouseInWindow
|
||||
libSDL2-2.0.so.0:SDL_free
|
||||
libc.so.6:__ctype_b_loc
|
||||
libc.so.6:__ctype_tolower_loc
|
||||
libc.so.6:__ctype_toupper_loc
|
||||
libc.so.6:__cxa_atexit
|
||||
libc.so.6:__errno_location
|
||||
libc.so.6:__isoc23_strtol
|
||||
libc.so.6:__isoc99_fscanf
|
||||
libc.so.6:__isoc99_sscanf
|
||||
libc.so.6:__memcpy_chk
|
||||
libc.so.6:__memset_chk
|
||||
libc.so.6:__stack_chk_fail
|
||||
libc.so.6:__strcat_chk
|
||||
libc.so.6:__strcpy_chk
|
||||
libc.so.6:__strncat_chk
|
||||
libc.so.6:__vfprintf_chk
|
||||
libc.so.6:__vprintf_chk
|
||||
libc.so.6:__vsnprintf_chk
|
||||
libc.so.6:__vsprintf_chk
|
||||
libc.so.6:calloc
|
||||
libc.so.6:closedir
|
||||
libc.so.6:dlclose
|
||||
libc.so.6:dlopen
|
||||
libc.so.6:dlsym
|
||||
libc.so.6:exit
|
||||
libc.so.6:fclose
|
||||
libc.so.6:fflush
|
||||
libc.so.6:fgetc
|
||||
libc.so.6:fgetpos
|
||||
libc.so.6:fgets
|
||||
libc.so.6:fopen
|
||||
libc.so.6:fprintf
|
||||
libc.so.6:fputc
|
||||
libc.so.6:fread
|
||||
libc.so.6:free
|
||||
libc.so.6:fscanf
|
||||
libc.so.6:fseek
|
||||
libc.so.6:fsetpos
|
||||
libc.so.6:ftell
|
||||
libc.so.6:fwrite
|
||||
libc.so.6:getc
|
||||
libc.so.6:getenv
|
||||
libc.so.6:iswspace
|
||||
libc.so.6:malloc
|
||||
libc.so.6:memchr
|
||||
libc.so.6:memcmp
|
||||
libc.so.6:memcpy
|
||||
libc.so.6:memmove
|
||||
libc.so.6:memset
|
||||
libc.so.6:mkdir
|
||||
libc.so.6:opendir
|
||||
libc.so.6:printf
|
||||
libc.so.6:pclose
|
||||
libc.so.6:popen
|
||||
libc.so.6:pthread_attr_init
|
||||
libc.so.6:pthread_attr_setdetachstate
|
||||
libc.so.6:pthread_cond_broadcast
|
||||
|
@ -124,26 +127,23 @@ libc.so.6:pthread_join
|
|||
libc.so.6:pthread_mutex_destroy
|
||||
libc.so.6:pthread_mutex_lock
|
||||
libc.so.6:pthread_mutex_unlock
|
||||
libc.so.6:putchar
|
||||
libc.so.6:puts
|
||||
libc.so.6:readdir
|
||||
libc.so.6:realloc
|
||||
libc.so.6:rewind
|
||||
libc.so.6:rmdir
|
||||
libc.so.6:sem_destroy
|
||||
libc.so.6:sem_init
|
||||
libc.so.6:sem_post
|
||||
libc.so.6:sem_wait
|
||||
libc.so.6:sprintf
|
||||
libc.so.6:setlocale
|
||||
libc.so.6:signal
|
||||
libc.so.6:stderr
|
||||
libc.so.6:stdin
|
||||
libc.so.6:stdout
|
||||
libc.so.6:strcasestr
|
||||
libc.so.6:strcat
|
||||
libc.so.6:strchr
|
||||
libc.so.6:strcmp
|
||||
libc.so.6:strcpy
|
||||
libc.so.6:strcspn
|
||||
libc.so.6:strdup
|
||||
libc.so.6:strlen
|
||||
libc.so.6:strncat
|
||||
libc.so.6:strncmp
|
||||
|
@ -152,15 +152,75 @@ libc.so.6:strrchr
|
|||
libc.so.6:strstr
|
||||
libc.so.6:strtod
|
||||
libc.so.6:strtof
|
||||
libc.so.6:sysconf
|
||||
libc.so.6:strtol
|
||||
libc.so.6:strtoul
|
||||
libc.so.6:tcgetattr
|
||||
libc.so.6:tcsetattr
|
||||
libc.so.6:time
|
||||
libc.so.6:unlink
|
||||
libc.so.6:vfprintf
|
||||
libc.so.6:vsnprintf
|
||||
libc.so.6:vsprintf
|
||||
libc.so.6:vswprintf
|
||||
libgcc_s.so.1:_Unwind_Resume
|
||||
libm.so.6:acos
|
||||
libm.so.6:atan2
|
||||
libm.so.6:ceilf
|
||||
libm.so.6:cos
|
||||
libm.so.6:cosf
|
||||
libm.so.6:floor
|
||||
libm.so.6:floorf
|
||||
libm.so.6:fmod
|
||||
libm.so.6:fmodf
|
||||
libm.so.6:log
|
||||
libm.so.6:modff
|
||||
libm.so.6:pow
|
||||
libm.so.6:roundf
|
||||
libm.so.6:sinf
|
||||
libm.so.6:sqrt
|
||||
libm.so.6:sqrtf
|
||||
libstdc++.so.6:_ZNSt11logic_errorC1EPKc
|
||||
libstdc++.so.6:_ZNSt11logic_errorD1Ev
|
||||
libstdc++.so.6:_ZNSt12out_of_rangeC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
||||
libstdc++.so.6:_ZNSt12out_of_rangeD1Ev
|
||||
libstdc++.so.6:_ZNSt13runtime_errorC1EPKc
|
||||
libstdc++.so.6:_ZNSt13runtime_errorC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
||||
libstdc++.so.6:_ZNSt13runtime_errorD1Ev
|
||||
libstdc++.so.6:_ZNSt16invalid_argumentC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
||||
libstdc++.so.6:_ZNSt16invalid_argumentD1Ev
|
||||
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm
|
||||
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructEmc
|
||||
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7reserveEm
|
||||
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_appendEPKcm
|
||||
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERmm
|
||||
libstdc++.so.6:_ZSt19__throw_logic_errorPKc
|
||||
libstdc++.so.6:_ZSt20__throw_length_errorPKc
|
||||
libstdc++.so.6:_ZSt9terminatev
|
||||
libstdc++.so.6:_ZTISt11logic_error
|
||||
libstdc++.so.6:_ZTISt12out_of_range
|
||||
libstdc++.so.6:_ZTISt13runtime_error
|
||||
libstdc++.so.6:_ZTISt16invalid_argument
|
||||
libstdc++.so.6:_ZTVN10__cxxabiv117__class_type_infoE
|
||||
libstdc++.so.6:_ZTVN10__cxxabiv120__si_class_type_infoE
|
||||
libstdc++.so.6:_ZTVN10__cxxabiv121__vmi_class_type_infoE
|
||||
libstdc++.so.6:_ZdaPv
|
||||
libstdc++.so.6:_ZdlPvm
|
||||
libstdc++.so.6:_Znam
|
||||
libstdc++.so.6:_Znwm
|
||||
libstdc++.so.6:__cxa_allocate_exception
|
||||
libstdc++.so.6:__cxa_begin_catch
|
||||
libstdc++.so.6:__cxa_end_catch
|
||||
libstdc++.so.6:__cxa_free_exception
|
||||
libstdc++.so.6:__cxa_rethrow
|
||||
libstdc++.so.6:__cxa_throw
|
||||
libstdc++.so.6:__gxx_personality_v0
|
||||
libz.so.1:deflate
|
||||
libz.so.1:deflateBound
|
||||
libz.so.1:deflateEnd
|
||||
libz.so.1:deflateInit_
|
||||
libz.so.1:gzclose
|
||||
libz.so.1:gzerror
|
||||
libz.so.1:gzopen
|
||||
libz.so.1:gzread
|
||||
libz.so.1:gzsetparams
|
||||
libz.so.1:gzwrite
|
||||
libz.so.1:inflate
|
||||
libz.so.1:inflateEnd
|
||||
libz.so.1:inflateInit_
|
||||
|
|
13
packages/l/libtcod/files/use-correct-include.patch
Normal file
13
packages/l/libtcod/files/use-correct-include.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/src/libtcod/timer.hpp b/src/libtcod/timer.hpp
|
||||
index 66c43bae..88c40a68 100644
|
||||
--- a/src/libtcod/timer.hpp
|
||||
+++ b/src/libtcod/timer.hpp
|
||||
@@ -31,7 +31,7 @@
|
||||
*/
|
||||
#ifndef LIBTCOD_TIMER_HPP_
|
||||
#define LIBTCOD_TIMER_HPP_
|
||||
-#include <SDL_timer.h>
|
||||
+#include <SDL2/SDL_timer.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstddef>
|
6
packages/l/libtcod/monitoring.yaml
Normal file
6
packages/l/libtcod/monitoring.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
releases:
|
||||
id: 12266
|
||||
rss: https://github.com/libtcod/libtcod/releases.atom
|
||||
# No known CPE, checked 2025-01-29
|
||||
security:
|
||||
cpe: ~
|
|
@ -1,8 +1,8 @@
|
|||
name : libtcod
|
||||
version : 1.5.1
|
||||
release : 6
|
||||
version : 1.24.0
|
||||
release : 7
|
||||
source :
|
||||
- https://github.com/libtcod/libtcod/archive/refs/tags/1.5.1.tar.gz : f4c052eec562a7e38eb6ebfc14c85c94033a6a3bd8548be31589fb4161b6c400
|
||||
- https://github.com/libtcod/libtcod/archive/refs/tags/1.24.0.tar.gz : 13e7ed49f91b897ac637e29295df8eeac24e284fbd9129bb09fd05dba0dcc1fb
|
||||
homepage : https://github.com/libtcod/libtcod
|
||||
license : BSD-3-Clause
|
||||
component : programming
|
||||
|
@ -10,14 +10,17 @@ summary : Roguelike graphics/utility library
|
|||
description: |
|
||||
libtcod is a free, fast, portable and uncomplicated API for roguelike developers providing an advanced true color console, input, and lots of other utilities frequently used in roguelikes.
|
||||
libsplit : no
|
||||
clang : yes
|
||||
builddeps :
|
||||
- pkgconfig(glu)
|
||||
- pkgconfig(sdl)
|
||||
- pkgconfig(sdl2)
|
||||
- pkgconfig(x11)
|
||||
- pkgconfig(zlib)
|
||||
setup : |
|
||||
%patch -p1 -i $pkgfiles/use-correct-include.patch
|
||||
cd buildsys/autotools
|
||||
autoreconf -i
|
||||
%configure
|
||||
build : |
|
||||
%make -j1 -f makefiles/makefile-linux64 clean release TEMP=$workdir/tmp
|
||||
%make -C buildsys/autotools
|
||||
install : |
|
||||
install -d $installdir%libdir%
|
||||
install -d $installdir/usr/include/libtcod
|
||||
install -Dm00644 libtcod{,gui,xx}.so $installdir/%libdir%
|
||||
install -Dm00644 include/*.h* $installdir/usr/include/libtcod
|
||||
%make_install -C buildsys/autotools
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<Name>libtcod</Name>
|
||||
<Homepage>https://github.com/libtcod/libtcod</Homepage>
|
||||
<Packager>
|
||||
<Name>Jakob Gezelius</Name>
|
||||
<Email>jakob@knugen.nu</Email>
|
||||
<Name>nelson</Name>
|
||||
<Email>nelson@truran.dev</Email>
|
||||
</Packager>
|
||||
<License>BSD-3-Clause</License>
|
||||
<PartOf>programming</PartOf>
|
||||
|
@ -21,8 +21,8 @@
|
|||
<PartOf>programming</PartOf>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib64/libtcod.so</Path>
|
||||
<Path fileType="library">/usr/lib64/libtcodgui.so</Path>
|
||||
<Path fileType="library">/usr/lib64/libtcodxx.so</Path>
|
||||
<Path fileType="library">/usr/lib64/libtcod.so.1</Path>
|
||||
<Path fileType="library">/usr/lib64/libtcod.so.1.0.24</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
|
@ -32,21 +32,56 @@
|
|||
</Description>
|
||||
<PartOf>programming.devel</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="6">libtcod</Dependency>
|
||||
<Dependency release="7">libtcod</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/libtcod.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/bresenham.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/bresenham.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/bsp.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/bsp.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/color.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/color.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/config.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/console.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/console.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/console_drawing.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/console_etc.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/console_init.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/console_printing.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/console_printing.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/console_rexpaint.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/console_rexpaint.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/console_types.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/console_types.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/context.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/context.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/context_init.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/context_viewport.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/error.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/error.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/fov.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/fov.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/fov_types.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/globals.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/button.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/container.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/flatlist.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/gui.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/gui_portability.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/hbox.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/image.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/label.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/radiobutton.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/slider.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/statusbar.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/textbox.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/togglebutton.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/toolbar.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/vbox.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/gui/widget.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/heapq.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/heightmap.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/heightmap.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/image.h</Path>
|
||||
|
@ -58,6 +93,8 @@
|
|||
<Path fileType="header">/usr/include/libtcod/libtcod_int.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/list.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/list.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/logging.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/matrix.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/mersenne.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/mersenne.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/mersenne_types.h</Path>
|
||||
|
@ -73,24 +110,45 @@
|
|||
<Path fileType="header">/usr/include/libtcod/parser.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/path.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/path.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/pathfinder.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/pathfinder_frontier.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/portability.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/random.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/renderer_sdl2.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/renderer_xterm.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/sdl2/event.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/sys.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/sys.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/tileset.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/tileset.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/tileset_bdf.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/tileset_bdf.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/tileset_fallback.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/tileset_fallback.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/tileset_render.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/tileset_truetype.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/timer.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/timer.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/tree.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/tree.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/txtfield.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/txtfield.hpp</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/utility.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/version.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/wrappers.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/zip.h</Path>
|
||||
<Path fileType="header">/usr/include/libtcod/zip.hpp</Path>
|
||||
<Path fileType="library">/usr/lib64/libtcod.a</Path>
|
||||
<Path fileType="data">/usr/lib64/pkgconfig/libtcod.pc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2024-09-14</Date>
|
||||
<Version>1.5.1</Version>
|
||||
<Update release="7">
|
||||
<Date>2025-01-29</Date>
|
||||
<Version>1.24.0</Version>
|
||||
<Comment>Packaging update</Comment>
|
||||
<Name>Jakob Gezelius</Name>
|
||||
<Email>jakob@knugen.nu</Email>
|
||||
<Name>nelson</Name>
|
||||
<Email>nelson@truran.dev</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
Loading…
Add table
Add a link
Reference in a new issue