Skip to content

Commit

Permalink
sdl1-image: include homepage (#2833)
Browse files Browse the repository at this point in the history
**Summary**
- Add homepage to package.yml

**Test Plan**
- Checked homepage was added.

**Checklist**

- [X] Package was built and tested against unstable
  • Loading branch information
algent-al authored Jun 3, 2024
2 parents 8e98b26 + 0ab89ea commit 83028f1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
4 changes: 2 additions & 2 deletions packages/s/sdl1-image/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ libSDL-1.2.so.0:SDL_UpperBlit
libc.so.6:__ctype_b_loc
libc.so.6:__ctype_toupper_loc
libc.so.6:__fprintf_chk
libc.so.6:__isoc99_sscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__longjmp_chk
libc.so.6:__sprintf_chk
libc.so.6:__stack_chk_fail
Expand All @@ -31,7 +32,6 @@ libc.so.6:realloc
libc.so.6:stderr
libc.so.6:strcmp
libc.so.6:strrchr
libc.so.6:strtol
libjpeg.so.8:jpeg_CreateDecompress
libjpeg.so.8:jpeg_calc_output_dimensions
libjpeg.so.8:jpeg_destroy_decompress
Expand Down
4 changes: 2 additions & 2 deletions packages/s/sdl1-image/abi_used_symbols32
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ libSDL-1.2.so.0:SDL_UpperBlit
libc.so.6:__ctype_b_loc
libc.so.6:__ctype_toupper_loc
libc.so.6:__fprintf_chk
libc.so.6:__isoc99_sscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__longjmp_chk
libc.so.6:__sprintf_chk
libc.so.6:__stack_chk_fail
Expand All @@ -31,7 +32,6 @@ libc.so.6:realloc
libc.so.6:stderr
libc.so.6:strcmp
libc.so.6:strrchr
libc.so.6:strtol
libjpeg.so.8:jpeg_CreateDecompress
libjpeg.so.8:jpeg_calc_output_dimensions
libjpeg.so.8:jpeg_destroy_decompress
Expand Down
5 changes: 3 additions & 2 deletions packages/s/sdl1-image/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name : sdl1-image
version : 1.2.12
release : 6
release : 7
source :
- https://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz : 0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699
homepage : https://www.libsdl.org/
license : Zlib
component : multimedia.library
summary : SDL_image is an image file loading library.
Expand All @@ -18,7 +19,7 @@ emul32 : yes
optimize : speed
setup : |
%apply_patches
%configure \
%configure_no_runstatedir \
--disable-jpg-shared \
--disable-png-shared \
--disable-static \
Expand Down
23 changes: 12 additions & 11 deletions packages/s/sdl1-image/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>sdl1-image</Name>
<Homepage>https://www.libsdl.org/</Homepage>
<Packager>
<Name>Algent Albrahimi</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_image is an image file loading library.</Summary>
<Description xml:lang="en">SDL_image is an image file loading library.
</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-image</Name>
Expand All @@ -30,7 +31,7 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
<Dependency release="6">sdl1-image</Dependency>
<Dependency release="7">sdl1-image</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libSDL_image-1.2.so.0</Path>
Expand All @@ -44,8 +45,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="6">sdl1-image-devel</Dependency>
<Dependency release="6">sdl1-image-32bit</Dependency>
<Dependency release="7">sdl1-image-devel</Dependency>
<Dependency release="7">sdl1-image-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libSDL_image.so</Path>
Expand All @@ -59,7 +60,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="6">sdl1-image</Dependency>
<Dependency release="7">sdl1-image</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/SDL/SDL_image.h</Path>
Expand All @@ -68,12 +69,12 @@
</Files>
</Package>
<History>
<Update release="6">
<Date>2022-12-25</Date>
<Update release="7">
<Date>2024-06-03</Date>
<Version>1.2.12</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit 83028f1

Please sign in to comment.