Package Details: redeclipse 2.0.0-1

Git Clone URL: https://aur.archlinux.org/redeclipse.git (read-only, click to copy)
Package Base: redeclipse
Description: free, casual arena shooter
Upstream URL: http://redeclipse.net
Licenses: custom, CCPL:by-sa, zlib, CCPL:by
Submitter: mtorromeo
Maintainer: dcx
Last Packager: dcx
Votes: 95
Popularity: 0.000000
First Submitted: 2011-03-15 22:28 (UTC)
Last Updated: 2021-11-16 13:18 (UTC)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

FredBezies commented on 2021-10-13 19:56 (UTC)

You can use the PKGBUILD I posted. It works flawlessly.

FredBezies commented on 2020-02-07 04:56 (UTC)

Fixed PKGBUILD:

# Maintainer: Frederic Bezies < fredbezies at gmail dot com>
# Contributor: Carl George < arch at cgtx dot us >
# Contributor: Zohar Malamant <dotfloat gmail com>
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: Martin Erik Werner ("arand") <martinerikwerner@gmail.com>

pkgname=redeclipse
pkgver=2.0.0
pkgrel=1
pkgdesc="free, casual arena shooter"
arch=(i686 x86_64)
url="http://redeclipse.net"
license=("ZLIB" "CCPL:by-sa" "CCPL:by" "custom")
makedepends=(ed sdl2_mixer sdl2_image enet)
depends=(sdl2_image sdl2_mixer enet hicolor-icon-theme)
source=(https://github.com/redeclipse/base/releases/download/v2.0.0/redeclipse_2.0.0_combined.tar.bz2)
sha256sums=('a35d27368c4f63496e5b41be30c2084f39af38ea2fcdf4d8b0cdc6061b08b32d')

build() {
    cd "$pkgname-$pkgver"
    make -C src/ client server
}

package() {
    cd "$pkgname-$pkgver"
    make -C src/ DESTDIR="$pkgdir" prefix=/usr system-install
    install -Dm 0644 "doc/license.txt" "$pkgdir/usr/share/licenses/$pkgname/license.txt"
    install -Dm 0644 "doc/all-licenses.txt" "$pkgdir/usr/share/licenses/$pkgname/all-licenses.txt"
}

Ulukai commented on 2016-06-20 11:44 (UTC)

Since v1.5.3 installed with the current script from AUR still crashes on my machines, I downloaded the Linux tarball. On the Red Eclipse WIKI is explained how to run from there instead and running the included binaries instead of the ones installed locally. http://redeclipse.net/wiki/How_to_Install_Red_Eclipse I suppose this AUR package could be updated to use this method for now, it could be extracted to the /usr folder and include a .desktop file to make it available system wide. This would mean a temporary solution until the next version comes out.

aexoxea commented on 2015-09-19 03:05 (UTC)

Hi @carlgeorge, Ta :-) As promised, I adjusted the '-git' sample to pull to that commit (11e754a) -- and then to the preceeding one (3e3eff5) -- in base repo. Both built and installed OK, but sadly I couldn't replicate the v1.5.3 segfaults in either, so that doesn't seem to be it. Further, there are 262 commits across 127 files in base repo before we get to those; as noted before, I'm not in a position to go bisecting to find the point where it got fixed (and even if it is identified, it might well require a number of patches across a number of files -- I too don't have the requisite C/C++ knowledge to be able to tell, sorry). In the meantime, I've encountered no crashes or errors in f7f2d38 (main issue is it being marked as incompatible with most servers, if you play online). I've noted the commits under the BBS thread to replicate the build I have for anyone that wants to use it. Not sure what else to do at this point.

<deleted-account> commented on 2015-09-13 21:54 (UTC)

@aexoxea I tried to add that commit as a patch to 1.5.3, but it failed to apply cleanly. I don't know enough C++ grasp what that commit is changing.

aexoxea commented on 2015-09-12 12:13 (UTC)

I too had segfaults when trying to run the package, so as a test, I rigged up a sample 'redeclipse-git' package locally to see if the issue had been resolved upstream. At the time, 'f7f2d38' was the latest commit to red-eclipse/base. The good news is the package built, installed and ran at that commit with no difficulties, so that provides another workaround (with the bonus of getting new/changed features since the tagged v1.5.3). The bad news is that commit almost certainly had nothing to do with resolving the issue, and there are 382 preceeding commits across 134 files. It _might_ be commit '11e754a' as it mentions "segfault fixes" (and I'll check this if I get a chance before anyone else does), but otherwise a bisect would be needed (which I probably won't get the chance to do). The package I built identifies as v1.5.4, though whether that means such a release will be tagged (and how soon) is unclear; I couldn't find anything that told either way on the Red Eclipse website. Details of the sample 'redeclipse-git' files are available on BBS: < https://bbs.archlinux.org/viewtopic.php?id=202355 >.

Ulukai commented on 2015-08-28 15:53 (UTC)

Hello, I tried building it on 3 machines the past few days, and always get the same error: libpng warning: Interlace handling should be turned on when using png_read_image Fatal signal 11 (Segmentation Violation) I'm running libpng 1.6.18-1. What do I need to do to fix this?

<deleted-account> commented on 2015-07-23 12:06 (UTC)

Okay, thank you for this fast answer. In the meantime i have written a much shorter PKGBUILD, which uses the official release package and not the git repositories. You can find it in this link: https://www.dropbox.com/s/r4mo98am4f8ddfm/PKGBUILD?dl=0 I hope you like it ;-).

<deleted-account> commented on 2015-07-22 22:46 (UTC)

I can reproduce the error. The current version of libpng in Arch is 1.6.16-1. 1.6.17 is available upstream. I'm going to wait to investigate further and see if this fixes itself once the libpng package is updated to match upstream, as there is a decent chance this will resolve the issue.

<deleted-account> commented on 2015-07-22 18:32 (UTC)

The Package is not working. Everytime I start Red Eclipse I get the following: "Fatal signal 11 (Segmentation Violation)" I use the newest Arch Packages and the Nvidia Graphics Driver. If I Download the Package from the Website and launch Red Eclipse after the Decompression of that Package, it works. Any Ideas?