diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-02-23 08:45:33 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-02-23 08:45:33 +0000 |
commit | d26083026198cff4f4caf9eeff9ba42b5743becf (patch) | |
tree | c7a1845c4ae88fa81620537b27675945f9c7b37a /media-gfx | |
parent | New bootsplash piccies for the 2004.0 livecd. Also, clean up of the syntax -... (diff) | |
download | gentoo-2-d26083026198cff4f4caf9eeff9ba42b5743becf.tar.gz gentoo-2-d26083026198cff4f4caf9eeff9ba42b5743becf.tar.bz2 gentoo-2-d26083026198cff4f4caf9eeff9ba42b5743becf.zip |
removed intermediary dated versions
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/bootsplash/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6-r4.ebuild | 175 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6-r5.ebuild | 187 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6-r6.ebuild | 179 | ||||
-rw-r--r-- | media-gfx/bootsplash/files/digest-bootsplash-0.6-r4 | 1 | ||||
-rw-r--r-- | media-gfx/bootsplash/files/digest-bootsplash-0.6-r5 | 1 | ||||
-rw-r--r-- | media-gfx/bootsplash/files/digest-bootsplash-0.6-r6 | 1 |
7 files changed, 5 insertions, 545 deletions
diff --git a/media-gfx/bootsplash/ChangeLog b/media-gfx/bootsplash/ChangeLog index b5d1741d0c43..f900cbc86050 100644 --- a/media-gfx/bootsplash/ChangeLog +++ b/media-gfx/bootsplash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/bootsplash # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.23 2004/02/23 08:44:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.24 2004/02/23 08:45:33 seemant Exp $ + + 23 Feb 2004; Seemant Kulleen <seemant@gentoo.org> bootsplash-0.6-r4.ebuild, + bootsplash-0.6-r5.ebuild, bootsplash-0.6-r6.ebuild: + removed intermediary dated versions *bootsplash-0.6-r9 (23 Feb 2004) diff --git a/media-gfx/bootsplash/bootsplash-0.6-r4.ebuild b/media-gfx/bootsplash/bootsplash-0.6-r4.ebuild deleted file mode 100644 index 008a22fadbd6..000000000000 --- a/media-gfx/bootsplash/bootsplash-0.6-r4.ebuild +++ /dev/null @@ -1,175 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r4.ebuild,v 1.2 2004/02/06 20:58:22 spock Exp $ - -DESCRIPTION="Graphical backgrounds for frame buffer consoles" -HOMEPAGE="http://linux.tkdack.com/" -SRC_URI="http://dev.gentoo.org/~spock/portage/distfiles/bootsplash-${PV}-${PR}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" - -S="${WORKDIR}/${PF}" - -DEPEND=">=media-libs/freetype-2 - media-libs/libmng" - -src_compile() { - # compile utils - # the util builds but the rc scripts have not been modified - # animated boot up require patches to the baselayout package - cd ${S}/utils/fbmngplay - emake fbmngplay || die - - cd ${S}/utils/fbtruetype - emake || die - - cd ${S}/utils/splashutils - emake || die -} - -src_install() { - # Splash utilities - exeinto /sbin - doexe ${S}/utils/fbmngplay/fbmngplay - doexe ${S}/utils/fbtruetype/fbtruetype - doexe ${S}/utils/fbtruetype/fbtruetype.static - newexe ${S}/utils/splashutils/splash splash.bin - doexe ${S}/misc/splash - doexe ${S}/utils/splashutils/fbresolution - doexe ${S}/utils/splashutils/getkey - - mkdir -p ${D}/etc/${PN} - cp -pR ${S}/themes/* ${D}/etc/${PN} - - # link default config for boot images if not already set - if [ ! -e /etc/bootsplash/default ]; then - dosym ./gentoo /etc/bootsplash/default - fi - - insinto /etc/init.d - doins ${S}/misc/bootsplash - fperms 755 /etc/init.d/bootsplash - - insinto /etc/conf.d - doins ${S}/misc/bootsplash.conf - - insinto /usr/share/${PN} - doins ${S}/kernel/bootsplash-3.0.7-2.4.20-vanilla.diff.bz2 - doins ${S}/kernel/bootsplash-3.0.7-2.4.22-vanilla.diff.bz2 - doins ${S}/kernel/bootsplash-3.1.3-2.6.0-test9.diff.bz2 - doins ${S}/misc/grub.conf.sample - - cat >${D}/sbin/bootsplash_patch <<END -#!/bin/bash -LINUX=\$1 ebuild /var/db/pkg/media-gfx/${PF}/${PF}.ebuild config -END - chmod 0754 ${D}/sbin/bootsplash_patch - -# dodoc README -# dodoc COPYING -# dodoc CREDITS - -} - -pkg_postinst() { - # Has to be done here so that the initrd images are created properly - for SIZE in 800x600 1024x768 1280x1024 1600x1200 - do - /sbin/splash -s -f /etc/bootsplash/gentoo/config/bootsplash-${SIZE}.cfg > /usr/share/${PN}/initrd-${SIZE} - done - - echo "" - einfo Execute \"bootsplash_patch\" to have your kernel sources in - einfo /usr/src/linux patched with the Framebuffer Bootsplash patches. - einfo - einfo You can also use: - einfo " bootsplash_patch /path/to/your/custom/kernel/" - einfo to patch your custom kernel sources. - echo "" - ewarn If you have already patched the kernel then you only need to copy - ewarn an initrd from /usr/share/${PN} to /boot - echo "" - einfo Run: - einfo " rc-update add bootsplash default" - einfo to change the console images after startup - echo "" -} - -pkg_config() { - - if [ "${LINUX}" != "" ]; then - KV=`cat ${LINUX}/include/linux/version.h | grep UTS_RELEASE | cut -d" " -f3 | sed -e 's/"//' -e 's/"//'` - if [ "${KV}" == "" ]; then - die "Could not get kernel version; make sure ${LINUX}include/linux/version.h is there!" - fi - else - LINUX='/usr/src/linux' - check_KV || die "Cannot find kernel in /usr/src/linux!" - fi - - KB=`echo ${KV} | cut -d. -f-2` - KV_MINOR=`echo ${KV} | cut -d. -f3` - - ewarn - ewarn "Patching the kernel (branch: ${KB}) in ${LINUX} ..." - ewarn - - cd ${ROOT}/${LINUX} - - if [ "${KB}" == "2.4" ]; then - - if [ -f drivers/video/fbcon-splash.c ]; then - eerror - eerror "It appears your kernel has already been patched." - eerror - exit 1 - fi - - if [ ${KV_MINOR} -ge 22 ]; then - bzip2 -dc ${ROOT}/usr/share/${PN}/bootsplash-3.0.7-2.4.22-vanilla.diff.bz2 | patch -p1 || die - else - bzip2 -dc ${ROOT}/usr/share/${PN}/bootsplash-3.0.7-2.4.20-vanilla.diff.bz2 | patch -p1 || die - fi - - elif [ "${KB}" == "2.6" ]; then - - if [ -d drivers/video/bootsplash ]; then - eerror - eerror "It appears your kernel has already been patched." - eerror - exit 1 - fi - - bzip2 -dc ${ROOT}/usr/share/${PN}/bootsplash-3.1.3-2.6.0-test9.diff.bz2 | patch -p1 || die - else - die "Sorry, this kernel branch is not supported." - fi - - ewarn - ewarn " ... complete." - einfo - einfo "Your kernel has been patched, rebuild with the following options" - einfo "enabled (do not build them as modules!):" - einfo " Block Devices ->" - einfo " [*] RAM disk support" - einfo " [*] Loopback device support" - einfo " [*] Initial RAM disk (initrd) support" - einfo - einfo " Console Drivers ->" - einfo " [*] Video mode selection support" - einfo " Frame-buffer support ->" - einfo " [*] Support for frame buffer devices" - einfo " [*] VESA VGA graphics console" - einfo " [*] Use splash screen instead of boot logo" - einfo - einfo "Copy an initrd from /usr/share/${PN} to /boot" - einfo - einfo "Look at \"/usr/share/${PN}/grub.conf.sample\" for an example" - einfo "grub.conf file with the appropriate changes to enable the" - einfo "framebuffer boot screens" - einfo - einfo "Ensure you make the appropriate changes to your grub.conf" - einfo -} diff --git a/media-gfx/bootsplash/bootsplash-0.6-r5.ebuild b/media-gfx/bootsplash/bootsplash-0.6-r5.ebuild deleted file mode 100644 index 183edc4dac6f..000000000000 --- a/media-gfx/bootsplash/bootsplash-0.6-r5.ebuild +++ /dev/null @@ -1,187 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r5.ebuild,v 1.5 2004/02/17 23:49:19 spock Exp $ - -DESCRIPTION="Graphical backgrounds for frame buffer consoles" -HOMEPAGE="http://linux.tkdack.com/" -SRC_URI="http://dev.gentoo.org/~spock/portage/distfiles/bootsplash-${PV}-${PR}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ~ppc" - -S="${WORKDIR}/${PF}" - -DEPEND=">=media-libs/freetype-2 - media-libs/libmng" - -src_unpack() { - unpack ${A} - cd ${S} - sed -i 's#$(LIBDIR)/libmng-mini.a#$(LIBDIR)/libmng.a $(LIBDIR)/libjpeg.a#' utils/fbmngplay/Makefile -} - -src_compile() { - # compile utils - # the util builds but the rc scripts have not been modified - # animated boot up require patches to the baselayout package - cd ${S}/utils/fbmngplay - emake || die - - cd ${S}/utils/fbtruetype - emake || die - - cd ${S}/utils/splashutils - emake || die -} - -src_install() { - # Splash utilities - exeinto /sbin - doexe ${S}/utils/fbmngplay/fbmngplay - doexe ${S}/utils/fbmngplay/fbmngplay.static - doexe ${S}/utils/fbtruetype/fbtruetype - doexe ${S}/utils/fbtruetype/fbtruetype.static - newexe ${S}/utils/splashutils/splash splash.bin - doexe ${S}/misc/splash - doexe ${S}/utils/splashutils/fbresolution - doexe ${S}/utils/splashutils/getkey - doexe ${S}/utils/splashutils/progress - - mkdir -p ${D}/etc/${PN} - cp -pR ${S}/themes/* ${D}/etc/${PN} - - # link default config for boot images if not already set - if [ ! -e /etc/bootsplash/default ]; then - dosym ./gentoo /etc/bootsplash/default - fi - - insinto /etc/init.d - doins ${S}/misc/bootsplash - fperms 755 /etc/init.d/bootsplash - - insinto /etc/conf.d - doins ${S}/misc/bootsplash.conf - - insinto /usr/share/${PN} - doins ${S}/kernel/bootsplash-3.0.7-2.4.20-vanilla.diff.bz2 - doins ${S}/kernel/bootsplash-3.0.7-2.4.22-vanilla.diff.bz2 - doins ${S}/kernel/bootsplash-3.1.3-2.6.0-test9.diff.bz2 - doins ${S}/misc/grub.conf.sample - - cat >${D}/sbin/bootsplash_patch <<END -#!/bin/bash -LINUX=\$1 ebuild /var/db/pkg/media-gfx/${PF}/${PF}.ebuild config -END - chmod 0754 ${D}/sbin/bootsplash_patch - -# dodoc README -# dodoc COPYING -# dodoc CREDITS - -} - -pkg_postinst() { - # Has to be done here so that the initrd images are created properly - for SIZE in 800x600 1024x768 1280x1024 1600x1200 - do - /sbin/splash -s -f /etc/bootsplash/gentoo/config/bootsplash-${SIZE}.cfg > /usr/share/${PN}/initrd-${SIZE} - done - - echo "" - einfo Execute \"bootsplash_patch\" to have your kernel sources in - einfo /usr/src/linux patched with the Framebuffer Bootsplash patches. - einfo - einfo You can also use: - einfo " bootsplash_patch /path/to/your/custom/kernel/" - einfo to patch your custom kernel sources. - echo "" - ewarn If you have already patched the kernel then you only need to copy - ewarn an initrd from /usr/share/${PN} to /boot - echo "" - einfo Run: - einfo " rc-update add bootsplash default" - einfo to change the console images after startup - echo "" - einfo Please note that in case /usr is a separate partition - einfo "you'll need to use the statically linked versions of Bootplash" - einfo 'utilities (fbmngplay.static, fbtruetype.static) during boot-time.' - echo "" -} - -pkg_config() { - - if [ "${LINUX}" != "" ]; then - KV=`cat ${LINUX}/include/linux/version.h | grep UTS_RELEASE | cut -d" " -f3 | sed -e 's/"//' -e 's/"//'` - if [ "${KV}" == "" ]; then - die "Could not get kernel version; make sure ${LINUX}include/linux/version.h is there!" - fi - else - LINUX='/usr/src/linux' - check_KV || die "Cannot find kernel in /usr/src/linux!" - fi - - KB=`echo ${KV} | cut -d. -f-2` - KV_MINOR=`echo ${KV} | cut -d. -f3` - - ewarn - ewarn "Patching the kernel (branch: ${KB}) in ${LINUX} ..." - ewarn - - cd ${ROOT}/${LINUX} - - if [ "${KB}" == "2.4" ]; then - - if [ -f drivers/video/fbcon-splash.c ]; then - eerror - eerror "It appears your kernel has already been patched." - eerror - exit 1 - fi - - if [ ${KV_MINOR} -ge 22 ]; then - bzip2 -dc ${ROOT}/usr/share/${PN}/bootsplash-3.0.7-2.4.22-vanilla.diff.bz2 | patch -p1 || die - else - bzip2 -dc ${ROOT}/usr/share/${PN}/bootsplash-3.0.7-2.4.20-vanilla.diff.bz2 | patch -p1 || die - fi - - elif [ "${KB}" == "2.6" ]; then - - if [ -d drivers/video/bootsplash ]; then - eerror - eerror "It appears your kernel has already been patched." - eerror - exit 1 - fi - - bzip2 -dc ${ROOT}/usr/share/${PN}/bootsplash-3.1.3-2.6.0-test9.diff.bz2 | patch -p1 || die - else - die "Sorry, this kernel branch is not supported." - fi - - ewarn - ewarn " ... complete." - einfo - einfo "Your kernel has been patched, rebuild with the following options" - einfo "enabled (do not build them as modules!):" - einfo " Block Devices ->" - einfo " [*] RAM disk support" - einfo " [*] Loopback device support" - einfo " [*] Initial RAM disk (initrd) support" - einfo - einfo " Console Drivers ->" - einfo " [*] Video mode selection support" - einfo " Frame-buffer support ->" - einfo " [*] Support for frame buffer devices" - einfo " [*] VESA VGA graphics console" - einfo " [*] Use splash screen instead of boot logo" - einfo - einfo "Copy an initrd from /usr/share/${PN} to /boot" - einfo - einfo "Look at \"/usr/share/${PN}/grub.conf.sample\" for an example" - einfo "grub.conf file with the appropriate changes to enable the" - einfo "framebuffer boot screens" - einfo - einfo "Ensure you make the appropriate changes to your grub.conf" - einfo -} diff --git a/media-gfx/bootsplash/bootsplash-0.6-r6.ebuild b/media-gfx/bootsplash/bootsplash-0.6-r6.ebuild deleted file mode 100644 index 87c3ab2417a2..000000000000 --- a/media-gfx/bootsplash/bootsplash-0.6-r6.ebuild +++ /dev/null @@ -1,179 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r6.ebuild,v 1.2 2004/02/17 23:49:19 spock Exp $ - -DESCRIPTION="Graphical backgrounds for frame buffer consoles" -HOMEPAGE="http://linux.tkdack.com/" -SRC_URI="http://dev.gentoo.org/~spock/portage/distfiles/bootsplash-${PV}-${PR}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ~ppc" - -S="${WORKDIR}/${PF}" - -DEPEND=">=media-libs/freetype-2 - media-libs/libmng" - -src_compile() { - # compile utils - # the util builds but the rc scripts have not been modified - # animated boot up require patches to the baselayout package - cd ${S}/utils/fbmngplay - emake || die - - cd ${S}/utils/fbtruetype - emake || die - - cd ${S}/utils/splashutils - emake || die -} - -src_install() { - # Splash utilities - exeinto /sbin - doexe ${S}/utils/fbmngplay/fbmngplay - doexe ${S}/utils/fbmngplay/fbmngplay.static - doexe ${S}/utils/fbtruetype/fbtruetype - doexe ${S}/utils/fbtruetype/fbtruetype.static - newexe ${S}/utils/splashutils/splash splash.bin - doexe ${S}/misc/splash - doexe ${S}/utils/splashutils/fbresolution - doexe ${S}/utils/splashutils/getkey - doexe ${S}/utils/splashutils/progress - - mkdir -p ${D}/etc/${PN} - cp -pR ${S}/themes/* ${D}/etc/${PN} - - # link default config for boot images if not already set - if [ ! -e /etc/bootsplash/default ]; then - dosym ./gentoo /etc/bootsplash/default - fi - - insinto /etc/init.d - doins ${S}/misc/bootsplash - fperms 755 /etc/init.d/bootsplash - - insinto /etc/conf.d - doins ${S}/misc/bootsplash.conf - - insinto /usr/share/${PN} - doins ${S}/kernel/*.bz2 - doins ${S}/misc/grub.conf.sample - - cat >${D}/sbin/bootsplash_patch <<END -#!/bin/bash -LINUX=\$1 ebuild /var/db/pkg/media-gfx/${PF}/${PF}.ebuild config -END - chmod 0754 ${D}/sbin/bootsplash_patch -} - -pkg_postinst() { - # Has to be done here so that the initrd images are created properly - for SIZE in 800x600 1024x768 1280x1024 1600x1200 - do - /sbin/splash -s -f /etc/bootsplash/gentoo/config/bootsplash-${SIZE}.cfg > /usr/share/${PN}/initrd-${SIZE} - done - - echo "" - einfo "Execute \"bootsplash_patch\" to have your kernel sources in" - einfo "/usr/src/linux patched with the Framebuffer Bootsplash patches." - einfo - einfo "You can also use:" - einfo " bootsplash_patch /path/to/your/custom/kernel/" - einfo "to patch your custom kernel sources." - echo "" - ewarn "If you have already patched the kernel then you only need to copy" - ewarn "an initrd from /usr/share/${PN} to /boot" - echo "" - einfo "Run:" - einfo " rc-update add bootsplash default" - einfo "to change the console images after startup" - echo "" - einfo "Please note that in case /usr is a separate partition" - einfo "you'll need to use the statically linked versions of Bootplash" - einfo 'utilities (fbmngplay.static, fbtruetype.static) during boot-time.' - echo "" -} - -pkg_config() { - - if [ "${LINUX}" == "" ]; then - LINUX='/usr/src/linux' - fi - - eval `sed -n -e 's/^\([A-Z]*\) = \([0-9]*\)$/\1=\2/p' -e 's/^\([A-Z]*\) = \(-[-a-z0-9]*\)$/\1=\2/p' ${LINUX}/Makefile` - - if [ -z "$VERSION" -o -z "$PATCHLEVEL" -o -z "$SUBLEVEL" ] - then - die "Unable to determine kernel version in ${LINUX}" - fi - - KB="${VERSION}.${PATCHLEVEL}" - KV_MINOR="${SUBLEVEL}" - - ewarn - ewarn "Patching the kernel (branch: ${KB}) in ${LINUX} ..." - ewarn - - cd ${ROOT}/${LINUX} - - if [ "${KB}" == "2.4" ]; then - - if [ -f drivers/video/fbcon-splash.c ]; then - eerror - eerror "It appears your kernel has already been patched." - eerror - exit 1 - fi - - if [ ${KV_MINOR} -ge 22 ]; then - bzip2 -dc ${ROOT}/usr/share/${PN}/bootsplash-3.0.7-2.4.22-vanilla.diff.bz2 | patch -p1 || die - else - bzip2 -dc ${ROOT}/usr/share/${PN}/bootsplash-3.0.7-2.4.20-vanilla.diff.bz2 | patch -p1 || die - fi - - elif [ "${KB}" == "2.6" ]; then - - if [ -d drivers/video/bootsplash ]; then - eerror - eerror "It appears your kernel has already been patched." - eerror - exit 1 - fi - - if [ ${KV_MINOR} -ge 3 ]; then - bzip2 -dc ${ROOT}/usr/share/${PN}/bootsplash-3.1.3-2.6.3.patch.bz2 | patch -p1 || die - else - bzip2 -dc ${ROOT}/usr/share/${PN}/bootsplash-3.1.3-2.6.0-test9.diff.bz2 | patch -p1 || die - fi - else - die "Sorry, this kernel branch is not supported." - fi - - ewarn - ewarn " ... complete." - einfo - einfo "Your kernel has been patched, rebuild with the following options" - einfo "enabled (do not build them as modules!):" - einfo " Block Devices ->" - einfo " [*] RAM disk support" - einfo " [*] Loopback device support" - einfo " [*] Initial RAM disk (initrd) support" - einfo - einfo " Console Drivers ->" - einfo " [*] Video mode selection support" - einfo " Frame-buffer support ->" - einfo " [*] Support for frame buffer devices" - einfo " [*] VESA VGA graphics console" - einfo " [*] Use splash screen instead of boot logo" - einfo - einfo "Copy an initrd from /usr/share/${PN} to /boot" - einfo - einfo "Look at \"/usr/share/${PN}/grub.conf.sample\" for an example" - einfo "grub.conf file with the appropriate changes to enable the" - einfo "framebuffer boot screens" - einfo - einfo "Ensure you make the appropriate changes to your grub.conf" - einfo -} diff --git a/media-gfx/bootsplash/files/digest-bootsplash-0.6-r4 b/media-gfx/bootsplash/files/digest-bootsplash-0.6-r4 deleted file mode 100644 index 4c1f17bbeb0c..000000000000 --- a/media-gfx/bootsplash/files/digest-bootsplash-0.6-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 c9943d872be13015dfd97e723a1afd4c bootsplash-0.6-r4.tar.bz2 350743 diff --git a/media-gfx/bootsplash/files/digest-bootsplash-0.6-r5 b/media-gfx/bootsplash/files/digest-bootsplash-0.6-r5 deleted file mode 100644 index 1b0b21a58fdd..000000000000 --- a/media-gfx/bootsplash/files/digest-bootsplash-0.6-r5 +++ /dev/null @@ -1 +0,0 @@ -MD5 0b0beb6903b4ebbd75d1dec37bd71fdc bootsplash-0.6-r5.tar.bz2 385078 diff --git a/media-gfx/bootsplash/files/digest-bootsplash-0.6-r6 b/media-gfx/bootsplash/files/digest-bootsplash-0.6-r6 deleted file mode 100644 index 8cb4cd871467..000000000000 --- a/media-gfx/bootsplash/files/digest-bootsplash-0.6-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 d19a2c7adba167d91ab8afce861dfef2 bootsplash-0.6-r6.tar.bz2 428832 |