Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdl1: include homepage #2836

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/s/sdl1/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ libSDL-1.2.so.0:SDL_ltoa
libSDL-1.2.so.0:SDL_mutexP
libSDL-1.2.so.0:SDL_mutexV
libSDL-1.2.so.0:SDL_revcpy
libSDL-1.2.so.0:SDL_strlcat
libSDL-1.2.so.0:SDL_strlcpy
libSDL-1.2.so.0:SDL_strlwr
libSDL-1.2.so.0:SDL_strrev
libSDL-1.2.so.0:SDL_strupr
Expand Down
2 changes: 0 additions & 2 deletions packages/s/sdl1/abi_symbols32
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ libSDL-1.2.so.0:SDL_lltoa
libSDL-1.2.so.0:SDL_ltoa
libSDL-1.2.so.0:SDL_mutexP
libSDL-1.2.so.0:SDL_mutexV
libSDL-1.2.so.0:SDL_strlcat
libSDL-1.2.so.0:SDL_strlcpy
libSDL-1.2.so.0:SDL_strlwr
libSDL-1.2.so.0:SDL_strrev
libSDL-1.2.so.0:SDL_strupr
Expand Down
1 change: 1 addition & 0 deletions packages/s/sdl1/abi_used_libs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
UNKNOWN
libX11.so.6
libXext.so.6
libXrandr.so.2
Expand Down
9 changes: 5 additions & 4 deletions packages/s/sdl1/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
UNKNOWN:__pthread_cond_timedwait64
libX11.so.6:XAllocClassHint
libX11.so.6:XAllocColor
libX11.so.6:XAllocSizeHints
Expand Down Expand Up @@ -161,8 +162,9 @@ libc.so.6:__cxa_atexit
libc.so.6:__errno_location
libc.so.6:__fdelt_chk
libc.so.6:__fprintf_chk
libc.so.6:__isoc99_fscanf
libc.so.6:__isoc99_sscanf
libc.so.6:__isoc23_fscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__memcpy_chk
libc.so.6:__snprintf_chk
libc.so.6:__stack_chk_fail
Expand Down Expand Up @@ -220,7 +222,6 @@ libc.so.6:pthread_cond_broadcast
libc.so.6:pthread_cond_destroy
libc.so.6:pthread_cond_init
libc.so.6:pthread_cond_signal
libc.so.6:pthread_cond_timedwait
libc.so.6:pthread_cond_wait
libc.so.6:pthread_create
libc.so.6:pthread_exit
Expand Down Expand Up @@ -265,12 +266,12 @@ libc.so.6:strchr
libc.so.6:strcmp
libc.so.6:strdup
libc.so.6:strerror
libc.so.6:strlcpy
libc.so.6:strlen
libc.so.6:strncmp
libc.so.6:strrchr
libc.so.6:strstr
libc.so.6:strtod
libc.so.6:strtol
libc.so.6:sysconf
libc.so.6:tcgetattr
libc.so.6:tcsetattr
Expand Down
7 changes: 4 additions & 3 deletions packages/s/sdl1/abi_used_symbols32
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,9 @@ libc.so.6:__cxa_atexit
libc.so.6:__errno_location
libc.so.6:__fdelt_chk
libc.so.6:__fprintf_chk
libc.so.6:__isoc99_fscanf
libc.so.6:__isoc99_sscanf
libc.so.6:__isoc23_fscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__snprintf_chk
libc.so.6:__stack_chk_fail
libc.so.6:_exit
Expand Down Expand Up @@ -264,12 +265,12 @@ libc.so.6:strchr
libc.so.6:strcmp
libc.so.6:strdup
libc.so.6:strerror
libc.so.6:strlcpy
libc.so.6:strlen
libc.so.6:strncmp
libc.so.6:strrchr
libc.so.6:strstr
libc.so.6:strtod
libc.so.6:strtol
libc.so.6:sysconf
libc.so.6:tcgetattr
libc.so.6:tcsetattr
Expand Down
5 changes: 3 additions & 2 deletions packages/s/sdl1/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name : sdl1

Check notice on line 1 in packages/s/sdl1/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : 1.2.15
release : 11
release : 12
source :
- http://www.libsdl.org/release/SDL-1.2.15.tar.gz : d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00
homepage : https://www.libsdl.org/
license : LGPL-2.1-or-later
component : multimedia.library
summary : Simple DirectMedia Layer 1.x
Expand All @@ -24,7 +25,7 @@
- /usr/share/man
setup : |
%patch -p1 -i $pkgfiles/SDL-1.2.15-const_XData32.patch
%configure --disable-static \
%configure_no_runstatedir --disable-static \
--enable-shared \
--with-x \
--enable-alsa \
Expand Down
23 changes: 12 additions & 11 deletions packages/s/sdl1/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>sdl1</Name>
<Homepage>https://www.libsdl.org/</Homepage>
<Packager>
<Name>Alexander Vorobyev</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Packager>
<License>LGPL-2.1-or-later</License>
<PartOf>multimedia.library</PartOf>
<Summary xml:lang="en">Simple DirectMedia Layer 1.x</Summary>
<Description xml:lang="en">Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve&apos;s award winning catalog and many Humble Bundle games.
</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>sdl1</Name>
Expand All @@ -30,7 +31,7 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
<Dependency release="11">sdl1</Dependency>
<Dependency release="12">sdl1</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libSDL-1.2.so.0</Path>
Expand All @@ -44,8 +45,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="11">sdl1-32bit</Dependency>
<Dependency release="11">sdl1-devel</Dependency>
<Dependency release="12">sdl1-32bit</Dependency>
<Dependency release="12">sdl1-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libSDL.so</Path>
Expand All @@ -60,7 +61,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="11">sdl1</Dependency>
<Dependency release="12">sdl1</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/sdl-config</Path>
Expand Down Expand Up @@ -277,12 +278,12 @@
</Files>
</Package>
<History>
<Update release="11">
<Date>2023-01-14</Date>
<Update release="12">
<Date>2024-06-03</Date>
<Version>1.2.15</Version>
<Comment>Packaging update</Comment>
<Name>Alexander Vorobyev</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>