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

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 Next › Last »

Ulukai commented on 2012-01-06 15:30 (UTC)

Red Eclipse 1.2 is released.

matthiaskrgr commented on 2011-10-16 09:24 (UTC)

I checked, looks like the issue was solved upgrading imagemagick. The packaged built fine and no error occurred.

matthiaskrgr commented on 2011-10-16 08:48 (UTC)

http://www.archlinux.org/packages/extra/x86_64/imagemagick/ imagemagick 6.7.3.1-1 is available :)

<deleted-account> commented on 2011-10-14 18:35 (UTC)

Current (new) version of imagemagick has a bug with specifying layers, (confirmed and fixed in 6.7.3-1 Beta, c.f. http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19620) Hence this build will fail with this version of imagemagick, in the manner noted by matthiaskrgr. One can always work around the issue in a two-step: ### convert -resize 48x48 'src/redeclipse.ico' src/redeclipse.png # This instead dumps all layers to redeclipse-[0-3].png files, from where we'll have to pick... mv src/redeclipse-2.png "$pkgdir/usr/share/icons/hicolor/48x48/apps/$pkgname.png" ### Unsure how long it will take for the new version of imagemagick to land in archlinux...

matthiaskrgr commented on 2011-10-14 14:18 (UTC)

==> Starting package()... convert: unable to open image `src/redeclipse.ico[2]': No such file or directory @ error/blob.c/OpenBlob/2589. convert: no decode delegate for this image format `src/redeclipse.ico[2]' @ error/constitute.c/ReadImage/532. convert: missing an image filename `/home/matthias/vcs/aur/redeclipse/pkg/usr/share/icons/hicolor/48x48/apps/redeclipse.png' @ error/convert.c/ConvertImageCommand/3016. ==> ERROR: A failure occurred in package(). Aborting...

mtorromeo commented on 2011-09-15 07:40 (UTC)

Updated as suggested, thanks!

<deleted-account> commented on 2011-09-14 03:36 (UTC)

For the icons, I use ImageMagick to extract appropriate .png files From PKGBUILD at http://aur.archlinux.org/packages.php?ID=38550 (redeclipse-svn): # create directory for icon install -d "$pkgdir/usr/share/icons/hicolor/48x48/apps/" # Extract the image we want from the layered .ico file and convert to # png using imagemagick (<3) convert -resize 48x48 'src/redeclipse.ico[2]' "$pkgdir/usr/share/icons/hicolor/48x48/apps/$pkgname.png" Of course requires additionally: makedepends=('mesa' 'imagemagick')

hamelg commented on 2011-08-27 15:53 (UTC)

icons don't display : $ identify /usr/share/pixmaps/redeclipse.png identify: improper image header `/usr/share/pixmaps/redeclipse.png' @ error/png.c/ReadPNGImage/3641. $ file /usr/share/pixmaps/redeclipse.png /usr/share/pixmaps/redeclipse.png: MS Windows icon resource - 4 icons, 16x16, 256-colors $ icotool -l /usr/share/pixmaps/redeclipse.png --icon --index=1 --width=16 --height=16 --bit-depth=32 --palette-size=0 --icon --index=2 --width=32 --height=32 --bit-depth=32 --palette-size=0 --icon --index=3 --width=64 --height=64 --bit-depth=32 --palette-size=0 --icon --index=4 --width=128 --height=128 --bit-depth=32 --palette-size=0 Please, extract them in png files

haagch commented on 2011-08-01 21:39 (UTC)

Compilation only takes few minutes. Assets are probably the biggest thing in there with pretty small actual game binaries.