Package Details: slade 3.2.7-10

Git Clone URL: https://aur.archlinux.org/slade.git (read-only, click to copy)
Package Base: slade
Description: SLADE3 Doom editor
Upstream URL: http://slade.mancubus.net/
Licenses: GPL
Submitter: grubber
Maintainer: envolution
Last Packager: envolution
Votes: 33
Popularity: 0.052678
First Submitted: 2011-08-16 11:58 (UTC)
Last Updated: 2025-03-30 17:54 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

Deudz commented on 2022-07-21 02:20 (UTC)

it just gets stuck at compiling the graphics.cpp file

andrewlin16 commented on 2022-07-15 08:39 (UTC)

This package at version 3.2.1-1 was blocking my system upgrade due to the recent wxWidgets 3.2 update, failing with this error:

error: failed to prepare transaction (could not satisfy dependencies)
:: removing wxgtk3 breaks dependency 'wxgtk3>=3.0' required by slade

I worked around this by uninstalling slade, then doing the upgrade, then editing the PKGBUILD with this patch:

diff --git a/PKGBUILD b/PKGBUILD
index 5715920..5b650f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 pkgname=slade
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='SLADE3 Doom editor'
 arch=('i686' 'x86_64')
 url='http://slade.mancubus.net/'
@@ -18,7 +18,7 @@ depends=('bzip2'
          'mpg123'
          'sfml>=2.5'
          'webkit2gtk'
-         'wxgtk3>=3.0'
+         'wxwidgets-gtk3'
          'zlib')
 makedepends=('cmake'
              'p7zip')
@@ -31,7 +31,7 @@ build() {
     export CCACHE_SLOPPINESS=pch_defines,time_macros
     cmake -DCMAKE_BUILD_TYPE=Release \
           -DCMAKE_INSTALL_PREFIX=/usr \
-          -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
+          -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config \
           .
     make
 }

then running makepkg and installing the resulting package. I don't know of a cleaner way to get current users on 3.2.1-1 past the wxWidgets upgrade other than what I did here, but hopefully this comment helps.

ax34 commented on 2022-04-17 00:09 (UTC) (edited on 2022-04-17 00:14 (UTC) by ax34)

yay thinks 3.2.0 is a downgrade compared to 3.2.0_b4. Please increase epoch, also please use versions like 3.2.0b4 (without _) next time.

Pol_M commented on 2019-09-11 11:26 (UTC) (edited on 2019-09-11 11:27 (UTC) by Pol_M)

5c5
< pkgver=3.1.5
---
> pkgver=3.1.6
27c27
< sha256sums=('ddab2c5bde9939dd74505fa4f021995e35f00ead0124ce19cbf72f908445aec4')
---
> sha256sums=('f435b5f51899d4f98dc767262e053dec0cc3ad415923a08e75e0fdad0a3168b5')

chicomag commented on 2017-06-13 02:06 (UTC)

Slade only builds and run if I have webkitgtk2 installed

chicomag commented on 2017-06-13 02:06 (UTC)

Please, add webkitgtk2 as a dependency

swampfox commented on 2015-06-06 22:51 (UTC)

v.3.1.0.3 is released. Bugfixes! https://github.com/sirjuddington/SLADE/archive/3.1.0.3.tar.gz sha256sum: 4b5a9c6f668bc773d4e2e06757e01b760078c983b98710d1b610da30c5f469a4

Zucca commented on 2014-09-10 13:29 (UTC)

I'll post this here as many Slade users might wonder why their program constantly crashes: If anyone has been encountered by sudder crashed of Slade, it's most propably because of this error: intel_do_flush_locked failed: Input/output error It's a (known) kernel bug. https://bbs.archlinux.org/viewtopic.php?id=185376 Using lts kernel might solve the problem... Or if you have skills you might try patching Slade (the dirty way).

Zucca commented on 2014-07-29 22:00 (UTC)

I solved the problem. Slade doesn't support ppm images. ;)

kenny commented on 2014-07-29 15:44 (UTC)

@Zucca you're better off trying the latest version of slade (1.0 release). This package is 2 releases behind the current version that's released.