Page MenuHomeSolus

D5876.diff
No OneTemporary

D5876.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,9 +1,9 @@
libGL.so.1
libGLEW.so.1.12
libGLU.so.1
-libSDL-1.2.so.0
-libSDL_image-1.2.so.0
-libSDL_mixer-1.2.so.0
+libSDL2-2.0.so.0
+libSDL2_image-2.0.so.0
+libSDL2_mixer-2.0.so.0
libc.so.6
-libmxml.so.1
+libexpat.so.1
libpthread.so.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : dreamchess
-version : 0.2.1_rc2
-release : 3
+version : 0.3.0
+release : 4
source :
- - https://github.com/dreamchess/dreamchess/releases/download/0.2.1-RC2/dreamchess-0.2.1-RC2.tar.gz : a26c7281819c2e84525523d13b076301b3746ff06e484642881a9ebe5138dd94
+ - https://github.com/dreamchess/dreamchess/archive/0.3.0.tar.gz : b070a34acf69ed92e523902683d104abb295d78b6f37663f4668e929b9e90470
license : GPL-3.0-or-later
component : games.strategy
summary : OpenGL Chess Game
@@ -11,14 +11,15 @@
Both DreamChess and Dreamer are compatible with the xboard/Winboard chess engine communication protocol. This means that DreamChess can be used with other xboard-compatible chess engines such as crafty and GNU Chess. Similarly, the Dreamer chess engine can be used with other xboard-compatible user interfaces such as XBoard/WinBoard.
builddeps :
+ - pkgconfig(expat)
- pkgconfig(gl)
- pkgconfig(glew)
- - pkgconfig(mxml)
- - pkgconfig(SDL_image)
- - pkgconfig(SDL_mixer)
+ - pkgconfig(SDL2_image)
+ - pkgconfig(SDL2_mixer)
setup : |
- %configure
+ %cmake_ninja
build : |
- %make
+ %ninja_build
install : |
- %make_install
+ %ninja_install
+ rm -rf $installdir/usr/share/doc
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>dreamchess</Name>
<Packager>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Troy Harvey</Name>
+ <Email>harveydev@protonmail.com</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>games.strategy</PartOf>
@@ -12,7 +12,7 @@
Both DreamChess and Dreamer are compatible with the xboard/Winboard chess engine communication protocol. This means that DreamChess can be used with other xboard-compatible chess engines such as crafty and GNU Chess. Similarly, the Dreamer chess engine can be used with other xboard-compatible user interfaces such as XBoard/WinBoard.
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>dreamchess</Name>
@@ -116,12 +116,12 @@
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2018-07-31</Date>
- <Version>0.2.1_rc2</Version>
+ <Update release="4">
+ <Date>2019-03-30</Date>
+ <Version>0.3.0</Version>
<Comment>Packaging update</Comment>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Troy Harvey</Name>
+ <Email>harveydev@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 2 2023, 3:25 AM (10 w, 15 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5809338
Default Alt Text
D5876.diff (3 KB)

Event Timeline