Skip to content

Commit

Permalink
sdl1-mixer: include homepage
Browse files Browse the repository at this point in the history
**Summary**
- Add homepage to package.yml
  • Loading branch information
androidnisse committed Jun 3, 2024
1 parent 8fc6e1f commit d8dd41e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/s/sdl1-mixer/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ libSDL-1.2.so.0:SDL_UnlockAudio
libc.so.6:__ctype_b_loc
libc.so.6:__ctype_toupper_loc
libc.so.6:__errno_location
libc.so.6:__isoc23_strtol
libc.so.6:__memcpy_chk
libc.so.6:__stack_chk_fail
libc.so.6:__strcat_chk
Expand Down Expand Up @@ -67,7 +68,6 @@ libc.so.6:strncpy
libc.so.6:strrchr
libc.so.6:strtok
libc.so.6:strtok_r
libc.so.6:strtol
libc.so.6:waitpid
libm.so.6:pow
libm.so.6:sin
Expand Down
2 changes: 1 addition & 1 deletion packages/s/sdl1-mixer/abi_used_symbols32
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ libSDL-1.2.so.0:SDL_UnlockAudio
libc.so.6:__ctype_b_loc
libc.so.6:__ctype_toupper_loc
libc.so.6:__errno_location
libc.so.6:__isoc23_strtol
libc.so.6:__memcpy_chk
libc.so.6:__stack_chk_fail
libc.so.6:__strcat_chk
Expand Down Expand Up @@ -67,7 +68,6 @@ libc.so.6:strncpy
libc.so.6:strrchr
libc.so.6:strtok
libc.so.6:strtok_r
libc.so.6:strtol
libc.so.6:waitpid
libm.so.6:pow
libm.so.6:sin
Expand Down
7 changes: 5 additions & 2 deletions packages/s/sdl1-mixer/package.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
name : sdl1-mixer
version : 1.2.12
release : 6
release : 7
source :
- https://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.12.tar.gz : 1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a
homepage : https://www.libsdl.org/
license : Zlib
component : multimedia.library
summary : SDL Mixer
description: |
SDL Mixer
builddeps :
- pkgconfig32(flac)
- pkgconfig32(liblzma)
- pkgconfig32(libzstd)
- pkgconfig32(sdl)
- pkgconfig32(vorbisfile)
emul32 : yes
optimize : speed
setup : |
%configure \
%configure_no_runstatedir \
--disable-music-flac-shared \
--disable-music-ogg-shared \
--disable-static
Expand Down
23 changes: 12 additions & 11 deletions packages/s/sdl1-mixer/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>sdl1-mixer</Name>
<Homepage>https://www.libsdl.org/</Homepage>
<Packager>
<Name>Thomas Staudinger</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 Mixer</Summary>
<Description xml:lang="en">SDL Mixer
</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-mixer</Name>
Expand All @@ -30,7 +31,7 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
<Dependency release="6">sdl1-mixer</Dependency>
<Dependency release="7">sdl1-mixer</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libSDL_mixer-1.2.so.0</Path>
Expand All @@ -44,8 +45,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="6">sdl1-mixer-devel</Dependency>
<Dependency release="6">sdl1-mixer-32bit</Dependency>
<Dependency release="7">sdl1-mixer-32bit</Dependency>
<Dependency release="7">sdl1-mixer-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libSDL_mixer.so</Path>
Expand All @@ -59,7 +60,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="6">sdl1-mixer</Dependency>
<Dependency release="7">sdl1-mixer</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/SDL/SDL_mixer.h</Path>
Expand All @@ -68,12 +69,12 @@
</Files>
</Package>
<History>
<Update release="6">
<Date>2023-01-13</Date>
<Update release="7">
<Date>2024-06-03</Date>
<Version>1.2.12</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit d8dd41e

Please sign in to comment.