summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-08-06 10:45:18 +0000
committerMichael Januszewski <spock@gentoo.org>2004-08-06 10:45:18 +0000
commite847c5cde0007bd2e04d218e5c29aec02ed43f07 (patch)
tree5a47916daf1b0dafd3b43100d9a7ee5f35e02faa /media-gfx
parent=dev-lang/lua-5.0.2-r1 (diff)
downloadhistorical-e847c5cde0007bd2e04d218e5c29aec02ed43f07.tar.gz
historical-e847c5cde0007bd2e04d218e5c29aec02ed43f07.tar.bz2
historical-e847c5cde0007bd2e04d218e5c29aec02ed43f07.zip
Added splashpbm, fixed resize script and deps.
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/bootsplash/ChangeLog12
-rw-r--r--media-gfx/bootsplash/Manifest8
-rw-r--r--media-gfx/bootsplash/bootsplash-0.6-r16.ebuild5
-rw-r--r--media-gfx/bootsplash/bootsplash-0.6.1-r4.ebuild5
-rw-r--r--media-gfx/bootsplash/bootsplash-0.6.1-r5.ebuild103
-rw-r--r--media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r53
6 files changed, 128 insertions, 8 deletions
diff --git a/media-gfx/bootsplash/ChangeLog b/media-gfx/bootsplash/ChangeLog
index 895ea99ea538..f8fd134e61f5 100644
--- a/media-gfx/bootsplash/ChangeLog
+++ b/media-gfx/bootsplash/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for media-gfx/bootsplash
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.50 2004/08/04 10:51:54 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.51 2004/08/06 10:45:18 spock Exp $
+
+*bootsplash-0.6.1-r5 (06 Aug 2004)
+
+ 06 Aug 2004; Michal Januszewski <spock@gentoo.org>
+ bootsplash-0.6-r16.ebuild, bootsplash-0.6.1-r4.ebuild,
+ +bootsplash-0.6.1-r5.ebuild:
+ Added splashpbm, updated the helper scripts to work with the new
+ splash<->rc-scripts interface (too be introduced soon), fixed
+ bootsplash_resize, added dependecies on lcms. Closes bugs #57466, #57050,
+ #59298. Sorry, but no 2.6.8 patch this time.
04 Aug 2004; Michal Januszewski <spock@gentoo.org>
-bootsplash-0.6.1-r1.ebuild, -bootsplash-0.6.1-r2.ebuild,
diff --git a/media-gfx/bootsplash/Manifest b/media-gfx/bootsplash/Manifest
index aea234da3909..7a8c472dab69 100644
--- a/media-gfx/bootsplash/Manifest
+++ b/media-gfx/bootsplash/Manifest
@@ -1,6 +1,8 @@
-MD5 35215cba6931c8aafc66f3a0056d79bd bootsplash-0.6-r16.ebuild 6676
-MD5 b08dfb46c012f18564aaee672634e549 bootsplash-0.6.1-r4.ebuild 2957
-MD5 6f25763a2c23ee9619b61afd5b259408 ChangeLog 10484
+MD5 e5881adbf0892df40782f8c058c3f9a6 bootsplash-0.6.1-r5.ebuild 3032
+MD5 6c6ecfb061eb8bc1f0c588300af5746b bootsplash-0.6-r16.ebuild 6690
+MD5 ce89a1420046ca4914b14cd72e21acf2 bootsplash-0.6.1-r4.ebuild 2974
+MD5 83f7291ff347254e6a225929f92fa3b6 ChangeLog 10916
MD5 d94d306da3804e41296e1bf04c7c9cae metadata.xml 255
MD5 3f2697605cd4c22d7ec6a8a56e562da4 files/digest-bootsplash-0.6.1-r4 232
+MD5 9721033260ae29f2310baaaa3178d00b files/digest-bootsplash-0.6.1-r5 232
MD5 e07733044709e48e34df036d69dc9f3a files/digest-bootsplash-0.6-r16 71
diff --git a/media-gfx/bootsplash/bootsplash-0.6-r16.ebuild b/media-gfx/bootsplash/bootsplash-0.6-r16.ebuild
index 7765418b21bc..31697e872d16 100644
--- a/media-gfx/bootsplash/bootsplash-0.6-r16.ebuild
+++ b/media-gfx/bootsplash/bootsplash-0.6-r16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r16.ebuild,v 1.4 2004/06/24 22:33:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r16.ebuild,v 1.5 2004/08/06 10:45:18 spock Exp $
IUSE=""
S=${WORKDIR}/${PF}
@@ -14,7 +14,8 @@ LICENSE="GPL-2"
KEYWORDS="x86 amd64"
DEPEND=">=media-libs/freetype-2
- media-libs/libmng"
+ media-libs/libmng
+ media-libs/lcms"
src_compile() {
# compile utils
diff --git a/media-gfx/bootsplash/bootsplash-0.6.1-r4.ebuild b/media-gfx/bootsplash/bootsplash-0.6.1-r4.ebuild
index 40b5c0643763..f81fec8088ce 100644
--- a/media-gfx/bootsplash/bootsplash-0.6.1-r4.ebuild
+++ b/media-gfx/bootsplash/bootsplash-0.6.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.1-r4.ebuild,v 1.2 2004/07/20 14:49:24 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.1-r4.ebuild,v 1.3 2004/08/06 10:45:18 spock Exp $
IUSE=""
S=${WORKDIR}
@@ -14,7 +14,8 @@ LICENSE="GPL-2"
KEYWORDS="x86 ~amd64 ~ppc"
DEPEND=">=media-libs/freetype-2
- media-libs/libmng"
+ media-libs/libmng
+ media-libs/lcms"
src_compile() {
# compile utils
diff --git a/media-gfx/bootsplash/bootsplash-0.6.1-r5.ebuild b/media-gfx/bootsplash/bootsplash-0.6.1-r5.ebuild
new file mode 100644
index 000000000000..e70004c9bd5b
--- /dev/null
+++ b/media-gfx/bootsplash/bootsplash-0.6.1-r5.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.1-r5.ebuild,v 1.1 2004/08/06 10:45:18 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-r5.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-r4.tar.bz2"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ~amd64 ~ppc"
+
+DEPEND=">=media-libs/freetype-2
+ media-libs/libmng
+ media-libs/lcms"
+
+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,splashpbm}
+
+ insinto /sbin
+ doins misc/splash-functions.sh
+
+ 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 misc/yaboot.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-r5 b/media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r5
new file mode 100644
index 000000000000..e446cff549c9
--- /dev/null
+++ b/media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r5
@@ -0,0 +1,3 @@
+MD5 1910a0349d4863282f4790a446dbe54e bootsplash-core-0.6.1-r5.tar.bz2 130778
+MD5 1d93157ac8796a86cc269b24bb882769 bootsplash-themes-0.6.1.tar.bz2 416892
+MD5 73e592dd96b0361c91a1a226567f734c bootsplash-kernel-0.6.1-r4.tar.bz2 157565