Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Commit

Permalink
2007-02-16 Matthew Allum <[email protected]>
Browse files Browse the repository at this point in the history
        * README:
        * configure.ac:
        * psplash.doap:
        Update for 0.1 release

git-svn-id: http://svn.o-hand.com/repos/misc/trunk/psplash@240 f5eea0f0-44ea-0310-b729-df5b855dafe5
  • Loading branch information
mallum committed Feb 16, 2007
1 parent 43dbe9c commit 577c7a9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2007-02-16 Matthew Allum <[email protected]>

* README:
* configure.ac:
* psplash.doap:
Update for 0.1 release

2006-12-22 Matthew Allum <[email protected]>

* psplash-fb.c:
Expand Down
10 changes: 10 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
PSPLASH
=======

PSplash is a userspace graphical boot splash screen for mainly
embedded Linux devices supporting a 16bpp or 32bpp framebuffer. It has
few dependencies (just libc), supports basic images and text and handles
rotation. Its visual look is configurable by basic source changes.

Also included is a 'client' command utility for sending information to
psplash such as boot progress information.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
AC_INIT(psplash, 0.0, [http://bugzilla.o-hand.com/enter_bug.cgi?product=psplash])
AC_INIT(psplash, 0.1, [http://bugzilla.o-hand.com/enter_bug.cgi?product=psplash])
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(psplash.c)
AM_CONFIG_HEADER(config.h)
Expand Down
12 changes: 7 additions & 5 deletions psplash.doap
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
<name>PSplash</name>
<created>2006-21-11</created>

<shortdesc xml:lang="en">PSplash is a graphcial boot screen</shortdesc>
<shortdesc xml:lang="en">PSplash is a graphical boot screen</shortdesc>

<description xml:lang="en">

PSplash is a userspace graphical boot splash screen for mainly
embedded devices supporting a 16bpp framebuffer. It also
includes a 'client' command utility for sending information to
psplash such as boot progress information.
embedded Linux devices supporting a 16bpp or 32bpp
framebuffer. It has few dependencies (just libc), supports
basic images and text, handles rotation and its visual look is
configurable by basic source changes.

Also included is a 'client' command utility for sending
information to psplash such as boot progress information.
</description>

<license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
Expand Down

0 comments on commit 577c7a9

Please sign in to comment.