Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10842083
D1473.id3657.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D1473.id3657.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,19 @@
+libGL.so.1
+libGLEW.so.1.12
+libSDL2-2.0.so.0
+libc.so.6
+libcurl.so.4
+libdl.so.2
+libfreetype.so.6
+libgcc_s.so.1
+libjpeg.so.8
+liblua.so.5.3
+libm.so.6
+libminizip.so.1
+libogg.so.0
+libpthread.so.0
+libsqlite3.so.0
+libstdc++.so.6
+libtheora.so.0
+libvorbis.so.0
+libvorbisfile.so.3
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,51 @@
+name : etlegacy
+version : 2.75
+release : 1
+source :
+ - https://github.com/etlegacy/etlegacy/archive/v2.75.tar.gz : 846027d9bf3ca1a410bd2d3e1e72da9ae4686dbf5194dbc34bca92ab5964ffc4
+license : GPL-3.0
+component : games.action
+summary : "Wolfenstein: Enemy Territory compatible client/server"
+description: |
+ ET: Legacy is based on the source code of the Wolfenstein: Enemy Territory.
+ The main goal of this project is to fix bugs, remove old dependencies and
+ make it playable on all major operating systems while still remaining
+ compatible with the ET 2.60b version and as many of its mods as possible.
+builddeps :
+ - pkgconfig(freetype2)
+ - pkgconfig(gl)
+ - pkgconfig(glew)
+ - pkgconfig(jansson)
+ - pkgconfig(libcurl)
+ - pkgconfig(libjpeg)
+ - pkgconfig(lua)
+ - pkgconfig(minizip)
+ - pkgconfig(openal)
+ - pkgconfig32(sdl2)
+ - pkgconfig(sqlite3)
+ - pkgconfig(theora)
+ - pkgconfig(vorbis)
+setup : |
+ %cmake . \
+ -DCROSS_COMPILE32=0 \
+ -DBUILD_SERVER=1 \
+ -DBUILD_CLIENT=1 \
+ -DBUNDLED_LIBS=0 \
+ -DFEATURE_AUTOUPDATE=0 \
+ -DINSTALL_OMNIBOT=0 \
+ -DINSTALL_DEFAULT_BASEDIR=/usr/share/etlegacy
+build : |
+ %make
+install : |
+ %make_install
+
+ install -D -m00644 docs/game/anticheat.html $installdir/usr/share/doc/etlegacy/anticheat.html
+ install -D -m00644 docs/INSTALL.txt $installdir/usr/share/doc/etlegacy/INSTALL.txt
+
+ install -D -m00644 misc/etlegacy.conf $installdir/etc/xdg/etlegact/etlegacy.conf
+ install -D -m00644 misc/etlegacy.service $installdir/%libdir%/systemd/system/etlegacy.service
+
+ install -d -m00755 $installdir/usr/share/etlegacy/legacy/
+ install -m00644 legacy/*.{pk3,so} $installdir/usr/share/etlegacy/legacy
+
+ rm $installdir/usr/lib/etlegacy/*.txt
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,59 @@
+<PISI>
+ <Source>
+ <Name>etlegacy</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>games.action</PartOf>
+ <Summary xml:lang="en">Wolfenstein: Enemy Territory compatible client/server</Summary>
+ <Description xml:lang="en">ET: Legacy is based on the source code of the Wolfenstein: Enemy Territory.
+The main goal of this project is to fix bugs, remove old dependencies and
+make it playable on all major operating systems while still remaining
+compatible with the ET 2.60b version and as many of its mods as possible.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>etlegacy</Name>
+ <Summary xml:lang="en">Wolfenstein: Enemy Territory compatible client/server</Summary>
+ <Description xml:lang="en">ET: Legacy is based on the source code of the Wolfenstein: Enemy Territory.
+The main goal of this project is to fix bugs, remove old dependencies and
+make it playable on all major operating systems while still remaining
+compatible with the ET 2.60b version and as many of its mods as possible.
+</Description>
+ <PartOf>games.action</PartOf>
+ <Files>
+ <Path fileType="config">/etc/xdg/etlegact/etlegacy.conf</Path>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/etlegacy/etmain/campaigncycle.cfg</Path>
+ <Path fileType="library">/usr/lib/etlegacy/etmain/etl_server.cfg</Path>
+ <Path fileType="library">/usr/lib/etlegacy/etmain/legacy.cfg</Path>
+ <Path fileType="library">/usr/lib/etlegacy/etmain/lmscycle.cfg</Path>
+ <Path fileType="library">/usr/lib/etlegacy/etmain/mapvotecycle.cfg</Path>
+ <Path fileType="library">/usr/lib/etlegacy/etmain/objectivecycle.cfg</Path>
+ <Path fileType="library">/usr/lib/etlegacy/legacy/etl_bin_2.75-dirty.pk3</Path>
+ <Path fileType="library">/usr/lib/etlegacy/legacy/pak3_2.75-dirty.pk3</Path>
+ <Path fileType="library">/usr/lib/etlegacy/legacy/qagame.mp.x86_64.so</Path>
+ <Path fileType="library">/usr/lib/etlegacy/librenderer_opengl1_x86_64.so</Path>
+ <Path fileType="library">/usr/lib/etlegacy/librenderer_opengl2_x86_64.so</Path>
+ <Path fileType="library">/usr/lib64/systemd/system/etlegacy.service</Path>
+ <Path fileType="data">/usr/share/applications/etlegacy.desktop</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="data">/usr/share/etlegacy</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/etl.svg</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="data">/usr/share/mime/packages/etlegacy.xml</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-11-28</Date>
+ <Version>2.75</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 11 2023, 10:12 AM (8 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5854666
Default Alt Text
D1473.id3657.diff (5 KB)
Attached To
Mode
D1473: Initial version of etlegacy
Attached
Detach File
Event Timeline
Log In to Comment