diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-06-22 21:15:32 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-06-22 21:15:32 +0000 |
commit | f88bb07cc2beb896ff9863307bdda6cf22e5f641 (patch) | |
tree | b0a5c5c60389ed2e46491933252bf5f9d8048459 /media-gfx | |
parent | bumbed x11-plugins/wmnd to version 0.4.9 (diff) | |
download | historical-f88bb07cc2beb896ff9863307bdda6cf22e5f641.tar.gz historical-f88bb07cc2beb896ff9863307bdda6cf22e5f641.tar.bz2 historical-f88bb07cc2beb896ff9863307bdda6cf22e5f641.zip |
New bugfix release.
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/bootsplash/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/bootsplash/Manifest | 6 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6.1-r1.ebuild | 99 | ||||
-rw-r--r-- | media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r1 | 3 |
4 files changed, 114 insertions, 3 deletions
diff --git a/media-gfx/bootsplash/ChangeLog b/media-gfx/bootsplash/ChangeLog index d4e08e66f9f8..dabf54cb3b64 100644 --- a/media-gfx/bootsplash/ChangeLog +++ b/media-gfx/bootsplash/ChangeLog @@ -1,6 +1,13 @@ # 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.43 2004/06/04 18:22:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.44 2004/06/22 21:15:32 spock Exp $ + +*bootsplash-0.6.1-r1 (22 Jun 2004) + + 22 Jun 2004; Michal Januszewski <spock@gentoo.org> + +bootsplash-0.6.1-r1.ebuild: + Bugfix release. Fixes problem with Kconfig for x86_64 users. Features a new, + more user-friendly bootsplash_initrdgen script. 03 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org> bootsplash-0.6-r16.ebuild: diff --git a/media-gfx/bootsplash/Manifest b/media-gfx/bootsplash/Manifest index ab7e125dbf11..6c5509a6c18a 100644 --- a/media-gfx/bootsplash/Manifest +++ b/media-gfx/bootsplash/Manifest @@ -1,12 +1,14 @@ MD5 056f68d68f6a438cbd7bcc1a59b30004 bootsplash-0.6-r14.ebuild 6401 MD5 889ac93924b74e2a9661f5d5cb0188f9 bootsplash-0.6-r8.ebuild 5188 -MD5 edd7e8d56b70d7b94af8192cfd0201f7 bootsplash-0.6-r16.ebuild 6685 +MD5 bcb2cdbd908f64f244cf5e4726e3915f bootsplash-0.6-r16.ebuild 6684 MD5 33d70b8a984accf25a24501dfc3c018e bootsplash-0.6-r13.ebuild 6401 MD5 772479757f4d076162ccae0267dc304d bootsplash-0.6-r15.ebuild 6773 MD5 735549a7b5a1f2f93febea613d8b2dd3 bootsplash-0.6-r10.ebuild 5622 MD5 e5d6da7cd159298c77a6f25a03ec9d71 bootsplash-0.6.1.ebuild 2983 -MD5 c31faa4ce0b8594383251f15939ee301 ChangeLog 8646 +MD5 3dc8101ae2cac614dc6a2be5eb24e20f ChangeLog 8892 MD5 d94d306da3804e41296e1bf04c7c9cae metadata.xml 255 +MD5 fb76ea89a6679ff78a0dfc2ebbad0dfe bootsplash-0.6.1-r1.ebuild 2937 +MD5 fefac2c788a3be2229bdc9c14f005f97 files/digest-bootsplash-0.6.1-r1 232 MD5 726928711fd5cbfa499b4ede2ed722a8 files/digest-bootsplash-0.6.1 226 MD5 6a993c12a7aad0735a4783e1f7c2c968 files/digest-bootsplash-0.6-r8 70 MD5 415eead25ab7491fad79afd276c53124 files/digest-bootsplash-0.6-r10 71 diff --git a/media-gfx/bootsplash/bootsplash-0.6.1-r1.ebuild b/media-gfx/bootsplash/bootsplash-0.6.1-r1.ebuild new file mode 100644 index 000000000000..87e71a80e023 --- /dev/null +++ b/media-gfx/bootsplash/bootsplash-0.6.1-r1.ebuild @@ -0,0 +1,99 @@ +# 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.1-r1.ebuild,v 1.1 2004/06/22 21:15:32 spock Exp $ + +IUSE="" +S=${WORKDIR} +DESCRIPTION="Graphical backgrounds for frame buffer consoles" +HOMEPAGE="http://www.bootsplash.org/ http://linux.tkdack.com/" +SRC_URI="http://dev.gentoo.org/~spock/portage/distfiles/${PN}-core-0.6.1-r1.tar.bz2 + http://dev.gentoo.org/~spock/portage/distfiles/${PN}-themes-0.6.1.tar.bz2 + http://dev.gentoo.org/~spock/portage/distfiles/${PN}-kernel-0.6.1-r1.tar.bz2" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64" + +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 + + emake -C fbmngplay || die + emake -C fbtruetype || die + emake -C splashutils || die + + cd ${S} +} + +src_install() { + # Splash utilities + exeinto /sbin + doexe utils/fbmngplay/fbmngplay{,.static} + doexe utils/fbtruetype/fbtruetype{,.static} + doexe misc/bootsplash_resize + newexe utils/splashutils/splash splash.bin + doexe misc/splash + doexe utils/splashutils/{fbresolution,getkey,progress} + + exeinto /usr/lib/${PN} + doexe misc/bootsplash_resizer.pl + + dodir /etc/${PN} + cp -pR themes/* ${D}/etc/${PN} + + # link default config for boot images if not already set + if [ ! -e ${ROOT}/etc/bootsplash/default ]; then + dosym ./gentoo /etc/bootsplash/default + fi + + exeinto /etc/init.d + doexe misc/bootsplash + + insinto /etc/conf.d + newins misc/bootsplash.conf bootsplash + + insinto /usr/share/${PN} + doins kernel/*.bz2 misc/grub.conf.sample + + into / + dosbin misc/bootsplash_patch misc/bootsplash_initrdgen + fperms 0754 /sbin/bootsplash_patch /sbin/bootsplash_initrdgen +} + +pkg_postinst() { + # has to be done here so that the initrd images are created properly + if [ "${ROOT}" = "/" ] + then + /sbin/bootsplash_initrdgen --all + fi + + # rename bootsplash config file to fit with the standard + if [ -f ${ROOT}/etc/conf.d/bootsplash.conf ] + then + mv -f ${ROOT}/etc/conf.d/bootsplash.conf ${ROOT}/etc/conf.d/bootsplash + fi + + 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 "If you want to automatically generate configs for a new resolution" + einfo "you can use the \`bootsplash_resize\` script. More info:" + einfo " bootsplash_resize -h" + echo "" +} diff --git a/media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r1 b/media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r1 new file mode 100644 index 000000000000..45b9be509a18 --- /dev/null +++ b/media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r1 @@ -0,0 +1,3 @@ +MD5 2b2e98ab545eccade43c29f90c7941b0 bootsplash-core-0.6.1-r1.tar.bz2 127943 +MD5 1d93157ac8796a86cc269b24bb882769 bootsplash-themes-0.6.1.tar.bz2 416892 +MD5 9ee62cf64178da8743ad0e8bd1453620 bootsplash-kernel-0.6.1-r1.tar.bz2 156381 |