Search Criteria
Package Details: fbsplash 1.5.4.4-17
Git Clone URL: | https://aur.archlinux.org/fbsplash.git (read-only) |
---|---|
Package Base: | fbsplash |
Description: | Userspace splash screen implementation (formerly 'gensplash') (deprecated, see: Plymouth) |
Upstream URL: | http://sourceforge.net/projects/fbsplash.berlios/ |
Licenses: | |
Conflicts: | |
Submitter: | None |
Maintainer: | nemesys |
Last Packager: | nemesys |
Votes: | 298 |
Popularity: | 0.000021 |
First Submitted: | 2007-11-01 02:26 |
Last Updated: | 2016-10-19 21:33 |
Dependencies (11)
- freetype2 (freetype2-v35, freetype2-ultimate5, freetype2-infinality, freetype2-cleartype, freetype2-ttmetrics, freetype2-old-hinting, freetype2-git, freetype2-infinality-ultimate)
- gpm
- lcms
- libjpeg (mozjpeg-git, mozjpeg, libjpeg-droppatch, libjpeg-turbo)
- libmng
- libpng (libpng-git)
- miscsplashutils
- fbsplash-extras (optional) – additional functionality like daemon icons
- linux-fbcondecor (optional) – enable console background images
- python (python-dbg) (optional) – convert themes from splashy to fbsplash
- uswsusp-fbsplash (optional) – suspend to disk with fbsplash
Latest Comments
1 2 3 4 5 6 ... Next › Last »
ventto commented on 2018-06-08 05:37
Workflow:
Install miscsplashutils:
Install fbsplash:
It should work.
roytje88 commented on 2018-05-20 10:39
The link should be "https://netcologne.dl.sourceforge.net/project/fbsplash.berlios/splashutils-1.5.4.4.tar.bz2". By editing this in the PKGBUILD, it succeeds.
steftim commented on 2018-03-20 08:22
The link "http://heanet.dl.sourceforge.net/project/fbsplash.berlios/splashutils-1.5.4.4.tar.bz2" is not working.
nemesys commented on 2016-10-19 21:35
Corrected PKGBUILD to include working source mirror and also implemented freetype2.patch to correct freetype2 related errors and allow for successful build and use.
Det commented on 2016-08-12 18:12
Disowned. If it still works, and you still prefer over Plymouth, you should adopt.
ironman820 commented on 2016-08-12 18:10
Latest version of Freetype2 moved the old Freetype packages to a subdirectory.
I had to change the lines that handle that to:
#Fix freetype => freetype2
sed -i 's|\(#include <freetype\)/|\12/freetype/|' src/libfbsplashrender.c
sed -i 's|\(#include <freetype\)/|\12/freetype/|' src/ttf.h
sed -i 's|\(#include <freetype\)/|\12/freetype/|' src/ttf.c
tomkwok commented on 2014-09-27 13:39
Updated with patches from alex.syrel
alex.syrel commented on 2014-02-04 21:16
To build without such errors:
ttf.c:28:30: fatal error: freetype/ftoutln.h: No such file or directory
#include <freetype/ftoutln.h>
compilation terminated.
Edit PKGBUILD and in section build() before make add:
#Fix freetype => freetype2
sed -i 's:\(#include <freetype\)/:\12/:' src/libfbsplashrender.c
sed -i 's:\(#include <freetype\)/:\12/:' src/ttf.h
sed -i 's:\(#include <freetype\)/:\12/:' src/ttf.c
ShadowKyogre commented on 2014-01-13 18:29
I'm disowning this package because I no longer use fbsplash and the related packages and currently do not have the time to set up a test machine to help maintain the package. If there's anyone out there that wants to maintain these packages, it would be greatly appreciated :).
Aspiring commented on 2013-12-11 05:45
configure.ac:59: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1