[CREATE] pinpoint 0.1.2 - Sushi Monday

2011-05-25 Thread Øyvind Kolås
pinpoint 0.1.2 - a tool for making hackers do excellent presentations
=

Pinpoint a simple presentation tool that hopes to avoid audience death by
bullet point and instead encourage presentations containing beautiful images
and small amounts of concise text in slides.

Pinpoints main web-presence is a page in the GNOME wiki:

 http://live.gnome.org/Pinpoint

This release of pinpoint comes shortly after last weeks initial release, along
with the last item on the list (ahem) there is some more regular improvements
and fixes as well.

  • New background scaling type 'stretch'
  • Handle relative paths fully
  • Added '.mkv' to list of video extensions
  • Only treat # at start of line as comments
  • Improve documentation
  • Distribute ClutterScript based transitions in tarball
(without it pinpoint didnt work)


You can download the pinpoint 0.1.2 distribution tarball from

 http://ftp.gnome.org/pub/GNOME/sources/pinpoint/0.1/pinpoint-0.1.2.tar.gz

The sha1sum of this archive is:

  3c22b446234fc8cd307aa6829303ace13e6a7f76  pinpoint-0.1.2.tar.gz

You can clone the pinpoint git repository with the following command, or
other equivalent commands for GNOME git repositories.

  git clone git://git.gnome.org/pinpoint

Dependencies:

  Clutter 1.4 or newer
  GdkPixbuf 2.0 or newer
  GIO 2.0 or newer
  cairo-pdf 1.9.12 or newer and pangocairo (for optional PDF export)
  ClutterGst 1.3 or newer (for optional live videos as slide backgrounds)
  Dax 0.2 or newer (for experimental SVG slide background support)

This pinpoint release was possible due to contributions from:
  Damien Lespiau, Øyvind Kolås, Jussi Kukkonen and Chris Lord

-- 
Øyvind Kolås @ Intel Open Source Technology Centre - London
___
CREATE mailing list
CREATE@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/create


Re: [CREATE] pinpoint

2011-05-19 Thread Gregory Pittman

On 05/19/2011 07:33 PM, Simon Budig wrote:

Gregory Pittman (gpitt...@iglou.com) wrote:

oh well, compiling problems...
fedora tells me it has clutter-1.2

Do you have the clutter development packages installed?

Why didn't I think of that?
good idea but it didn't work...

Ok, maybe now I've getting a sense of the meaning of the feedback:

Requested 'clutter-1.0 = 1.3' but version of Clutter is 1.2.14

I guess all clutters are named clutter-1.0, even though the version 
might be 1.3, 1.4, etc. (sigh)


Off to finding and compiling clutter...

Greg



___
CREATE mailing list
CREATE@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/create


Re: [CREATE] pinpoint

2011-05-19 Thread Gregory Pittman

On 05/19/2011 07:59 PM, Gregory Pittman wrote:

On 05/19/2011 07:33 PM, Simon Budig wrote:

Gregory Pittman (gpitt...@iglou.com) wrote:

oh well, compiling problems...
fedora tells me it has clutter-1.2

Do you have the clutter development packages installed?

Why didn't I think of that?
good idea but it didn't work...

Ok, maybe now I've getting a sense of the meaning of the feedback:

Requested 'clutter-1.0 = 1.3' but version of Clutter is 1.2.14

I guess all clutters are named clutter-1.0, even though the version 
might be 1.3, 1.4, etc. (sigh)


Off to finding and compiling clutter...


Oh me...

This is too much work. It seems that there really is a long list of 
dependencies of advanced versions of various things, but configure only 
tells you one at a time, and they are generally not in fedora's 
repositories in recent enough versions. Just don't have the energy for 
compiling 10 different packages just to _try_ to compile pinpoint.


Greg
___
CREATE mailing list
CREATE@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/create


Re: [CREATE] pinpoint

2011-05-19 Thread Øyvind Kolås
On Fri, May 20, 2011 at 12:09 AM, Gregory Pittman gpitt...@iglou.com wrote:
 Requested 'clutter-1.0 = 1.3' but version of Clutter is 1.2.14

 I guess all clutters are named clutter-1.0, even though the version might
 be 1.3, 1.4, etc. (sigh)

They are all named clutter-1.0 since later versions of the 1.x series
are compatible with 1.0

 Off to finding and compiling clutter...

 Oh me...

 This is too much work. It seems that there really is a long list of
 dependencies of advanced versions of various things, but configure only
 tells you one at a time, and they are generally not in fedora's repositories
 in recent enough versions. Just don't have the energy for compiling 10
 different packages just to _try_ to compile pinpoint.

Pinpoint should depend on Clutter 1.4 or newer, (the oddness of x.3
indicates that it depended on the development version of clutter at
the time it was written). Clutter 1.4.0 was released 2010-09-24, you
might be better off trying to compile that version of clutter and
installing its dependencies than going for a bleeding edge version of
Clutter. Alternatively... fedora 15 is out in a couple of days.

/pippin
-- 
«The future is already here. It's just not very evenly distributed»
                                                 -- William Gibson
http://pippin.gimp.org/                            http://ffii.org/
___
CREATE mailing list
CREATE@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/create


Re: [CREATE] pinpoint

2011-05-19 Thread Gregory Pittman

On 05/19/2011 08:40 PM, Øyvind Kolås wrote:

On Fri, May 20, 2011 at 12:09 AM, Gregory Pittmangpitt...@iglou.com  wrote:

Requested 'clutter-1.0= 1.3' but version of Clutter is 1.2.14

I guess all clutters are named clutter-1.0, even though the version might
be 1.3, 1.4, etc. (sigh)

They are all named clutter-1.0 since later versions of the 1.x series
are compatible with 1.0


Off to finding and compiling clutter...


Oh me...

This is too much work. It seems that there really is a long list of
dependencies of advanced versions of various things, but configure only
tells you one at a time, and they are generally not in fedora's repositories
in recent enough versions. Just don't have the energy for compiling 10
different packages just to _try_ to compile pinpoint.

Pinpoint should depend on Clutter 1.4 or newer, (the oddness of x.3
indicates that it depended on the development version of clutter at
the time it was written). Clutter 1.4.0 was released 2010-09-24, you
might be better off trying to compile that version of clutter and
installing its dependencies than going for a bleeding edge version of
Clutter. Alternatively... fedora 15 is out in a couple of days.

Ok. Will wait and see.

Thanks.

Greg
___
CREATE mailing list
CREATE@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/create


[CREATE] pinpoint 0.1.0

2011-05-18 Thread Øyvind Kolås
pinpoint - a tool for making hackers do excellent presentations
===

Pinpoint a simple presentation tool that hopes to avoid audience death by
bullet point and instead encourage presentations containing beautiful images
and small amounts of concise text in slides.

Pinpoints main web-presence is a page in the GNOME wiki:

  http://live.gnome.org/Pinpoint

This is the first release of pinpoint, with the following features:

  • Text position
  • Styling of font, text-color, contrast background and text positioning for
global default and per slide overrides.
  • Image backgrounds
  • Video backgrounds
  • Pango markup inside slides
  • Transitions, extendable through json
  • PDF export
  • Embedding commands to run for demos in slides, with editable commandline
during presentation.
  • Monitoring of source file with live updates of changed slide for authoring


The following illustrates what a pinpoint presentation looks like, for a more
exhaustive overview of pinpoints features see the included sample presentation.

__[example pinpoint presentation]___
# the 0th slide provides default styling for the presentation
[bottom]   # position of text
[slide-bg.jpg] # default slide background
--- [black] [center] # override background and text position

A presentation

- # lines starting with hyphens separate slides

The format is meant to be usimple/u

--- [ammo.jpg]  # override background

• Bullet point lists through unicode
• Evil, but sometimes needed


You can download the pinpoint 0.1.2 release from

  http://ftp.gnome.org/pub/GNOME/sources/pinpoint/0.1/pinpoint-0.1.0.tar.bz2

The sha1sum of this archive is:

  4b56dfa36662fb8034e61cf12d1d006775e0a3a3  pinpoint-0.1.0.tar.bz2

You can clone the pinpoint git repository with the following command, or
other equivalent commands for GNOME git repositories.

  git clone http://git.gnome.org/browse/pinpoint

Dependencies:

  Clutter 1.4 or newer
  GdkPixbuf 2.0 or newer
  GIO 2.0 or newer
  cairo-pdf 1.9.12 or newer and pangocairo (for optional PDF export)
  ClutterGst 1.3 or newer (for optional live videos as slide backgrounds)
  Dax 0.2 or newer (for experimental SVG slide background support)

This release of pinpoint has been realized through contributions from:
  Øyvind Kolås, Damien Lespiau, Emmanuele Bassi,
  Neil Roberts, Nick Richards and Daniel G. Siegel.
___
CREATE mailing list
CREATE@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/create