Johan Svedberg | 2 Nov 2005 23:04

OnTV 1.8.0 released

Hi

OnTV is a GNOME Applet written in Python using PyGTK, it uses XMLTV
files to monitor current and upcoming TV programs.

OnTV 1.8.0:
===========

* Added support for global keybindings (thanks to Nigel Tao and Alex
Graveley).
* Fixed bug which made logos disappear when reloading XMLTV file.
* Added command line options for debugging and running in a stand alone
window.
* Escape now hides the program window.
* Added translation (bg).
* Updated translations (de, en_CA, es, sv).

Screenshots and downloads are availible at:
http://johan.svedberg.com/projects/coding/ontv/

--

-- 
Johan Svedberg, johan <at> svedberg.com, http://johan.svedberg.com/
Philippe | 2 Nov 2005 12:09
Picon

ANNOUNCE: Bonfire-0.1


Bonfire is a CD burning application for the gnome desktop.
It is in an early stage of development but has already some nice features and seems to work (at least for me).
 
Features:
- burn / copy / erase data and audio discs (big surprise)
- allow full editing of data discs (remove/move/rename files inside a directory added to the selection) as well as audio discs
- a customisable GUI (when used with GDL)
- a search widget based on beagle
- file change notification (requires kernel > 2.6.13)
- Drag and Drop from nautilus and others apps
- support any song format supported by gstreamer
- a song and film previewer (thanks to Gstreamer) (to be extended later)
- the ability to use files on a network as long as the protocol is handled by gnome-vfs
- the display of all playlists and their contents (automatically detected through beagle)
- devices detection thanks to HAL

Requirements:
- a fairly new kernel (>= 2.6.13 because of inotify) (optional)
- gnome 2.12.x (gnome-vfs, nautilus-cd-burner, totem)
- gstreamer (>=0.8.0)
- beagle (>= 0.12) (will become optional)
- Hal (>= 0.50)
- GDL (>= 0.6) (optional)

Download:
http://gnomefiles.org/app.php?soft_id=1158

Philippe Rouquier



_______________________________________________
gnome-announce-list mailing list
gnome-announce-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list
edoardo | 3 Nov 2005 17:44

audioconvert 0.3.0! the new super script to convert audio files is out! : )


hi gals, hi dudes : )

i was advised to post here about my new program to easily convert even a 
large bunch of audio files with a couple of clicks! it's a nautilus 
script! you can download it at 
http://freshmeat.net/projects/audioconvert. here are the features:

audio convert is a script that converts between WAV, Ogg, MP3, MPC, FLAC, 
APE, AAC, and WMA files. It has an easy-to-use interface that makes it 
possible to fill in the tags for a few formats, copy the tags from input 
files into the new files, and choose the quality of compression. The 
script was initially designed for the Nautilus file browser and can be 
easily installed into Nautilus by copying it to the nautilus-scripts 
directory. You can then right- click on files and choose "audio-convert" 
from the "scripts" menu. The script is also known to work on rox or 
directly from a shell.

this release focuses on:

aac support added. now you can convert from any format to aac and from aac 
to any format! with metatags editin' and copyin', from or too aac, now 
supported!

i hope you guys really enjoy its functionality and features! and let me 
know about suggestions, bugs, and if you want to contribute to a 
translation in your own language! we already support many, but some are 
outdated, so do contact me about translations! : )

ciao! : )

edo
Duncan Coutts | 5 Nov 2005 18:00
Picon
Picon
Favicon

ANNOUNCE: Gtk2Hs version 0.9.10 released

Gtk2Hs - A GUI Library for Haskell based on Gtk+

Version 0.9.10 is now available from:

http://haskell.org/gtk2hs/download/

An installer for Windows is available. A package is available for
Gentoo. Packages for other platforms should become available soon
(hopefully including Fedora Core, Debian, Darwin, FreeBSD and OpenBSD).

Changes since 0.9.9:
      * New bindings for the cairo vector graphics library. This
        provides a easy-to-use vector graphics API (using a PDF-style
        drawing model) with high quality output for multiple backends
        (screen, print and image files).
      * Completion of Pango, the text layout and rendering engine of Gtk
        +. We now provide all functions that end users should ever need
        for rendering text, ranging from type-setting whole paragraphs
        down to breaking up attributed text into several runs. All
        offsets into Haskell strings are transparently translated into
        UTF-8 offsets used in Pango, thereby alleviating much of the
        grief of dealing with Unicode.
      * new Gtk+ 2.8 APIs are bound
      * many bugs fixed
      * various minor documentation improvements
      * an installer for Windows is available again
      * the mozembed HTML rendering component can now be built against
        the FireFox libraries if the appropriate developer files are
        present.

Other news since the last release announcement:
      * Paolo Martini won a $4500 grant under the Google Summer of Code
        programme for a project to add bindings for the cairo vector
        graphics library to Gtk2Hs.
      * Gtk2Hs is being used as part of the practical element of
        Functional Programming courses at the University of Oxford in
        England and the University of Jyväskylä in Finland.

Gtk2Hs feature highlights:
      * automatic memory management
      * Unicode support
      * nearly full coverage of Gtk+ 2.8
      * bindings for the cairo vector graphics library
      * support for the Glade visual GUI builder
      * bindings for several Gnome modules:
                GConf, Gnome's system for storing app preferences
                SourceView, code editor widget with syntax highlighting
                the Mozilla browser rendering engine in a widget
      * extensive API reference documentation
      * multi-platform support with native look
      * LGPL licence

Platforms and requirements:
      * builds from source on Linux, Windows, MacOS X, FreeBSD, OpenBSD
        and Solaris
      * builds with GHC 6.4.x, 6.2.x, 6.0.x and 5.04.x
      * works with Gtk+ version 2.0 through to 2.2, 2.4, 2.6 and 2.8
      * optional cairo support requires cairo 1.0 or later, however
        using cairo in conjunction with Gtk+ requires Gtk+ 2.8.x or
        later
      * optional Gnome support requires Gnome 2.0 or better
      * optional Mozilla support requires Mozilla 1.4 or FireFox 1.0 or
        later with the appropriate development files.

Goals for the 1.0 release:
      * a stable API for the 1.0.x series
      * greater coverage of the Gtk+ API (we're about 90% there now)
      * support for the OpenGL 3D rendering API
      * introductory and other tutorials
      * packages for all popular platforms

Please report all problems to gtk2hs-devel <at> sourceforge.net
Contributions and feedback are also most welcome.

To lower the barrier to contributions, the development version of Gtk2Hs
is now available via darcs:
darcs get http://haskell.org/gtk2hs/darcs/gtk2hs

Duncan
(on behalf of the Gtk2Hs team)
Petr Mladek | 3 Nov 2005 12:34
Picon
Gravatar

ANNOUNCE: ooo-build-src680.137.0

OpenOffice.org build:

        This package contains Desktop integration work for
OpenOffice.org, several back-ported features & speedups, and a much
simplified build wrapper, making an OO.o build / install possible for
the common man. It is a staging ground for up-streaming patches to
stock OO.o.

Changes in this release:

ooo-build-src860.137.0

    + features:
        + target m136,m137
        + initial support for distributions Frugalware, QiLinux (Miklos, 
Silvan)
        + cairo updated to version 1.0.2 (Radek)
        + Word and Excel filters save the VT_CF thumbnail property (Federico)
    + optimization / speedup (Michael):
        + UI config startup speedup 
        + config mgr acceleration
        + strip more aggressively
        + speed up 2nd start
        + save 1.7Mb of (shared) memory for non-Asian locales
    + bug fixes:
        + lots VBA fixes (Noel)
        + prioritize Hebrew culmus fonts (Martin)
        + obsolete oohtml wrapper symlink (Andreas)
        + missing Tilde & back-tick keys (Michael)
        + ctrl-back-tick toggle formula view (Muthu)
        + 'Use hardware acceleration' check box moved to the right column 
(Jan)
        + 'Document converter' basic error (Noel)
        + desktop files moved to /usr/share/applications (Andreas)
        + more fixes in the support for pyuno on x86_64 (Petr)
        + LD_LIBRARY_PATH problems (Jan, Petr)
        + Evo and columnNames selection (Jayant)
        + set the toolbox height according to the icon theme (Jan)
    + build fixes:
        + more parallel build of ooo680-m* (Jan, Caolan)
        + lots Win32 build fixes (David, Michael)
        + build with --disable-openldap fix (Andreas)
        + build with --without-java fixes (Andreas)
        + libwpd / srcdir (Andreas)
        + stlport / ppc (Andreas)
        + sysui / buildeps (Michael)
        + some more cleanup for 2.0.0 (David, Michael, Petr)
        + more 64-bit patches splitting (Jan)
        + installation without en-US (Petr)
        + various smaller fixes (Rene, Fridrich, Michael, Jan)
        + updated Debian, Gentoo, Mandriva, Novell bits (Rene, Andreas,
          Giuseppe, Petr, Michael)
    + pending
        + quickstarter applet (Raul)

Note: We changed the style of versioning because we wanted to avoid confusion 
with the STABLE branches. We tried to keep the versions as short and 
reasonable as possible.

Package available from:

http://go-ooo.org/packages/SRC680/ooo-build-src680.137.0.tar.gz

        To find out more and/or get involved in OOo hacking see
http://go-oo.org/ and/or subscribe to our OO.o development
mailing list at:
        http://lists.ximian.com/mailman/listinfo/openoffice.

--

-- 
Best Regards,

Petr Mladek
software developer
---------------------------------------------------------------------  
SuSE CR, s.r.o.                             e-mail: pmladek <at> suse.cz
Drahobejlova 27                             tel:+420 296 542 373 
190 00 Praha 9                              fax:+420 296 542 374   
Czech Republic                              http://www.suse.cz/
edoardo | 5 Nov 2005 23:12

Re: audioconvert 0.3.0! the new super script to convert audio files is out! : )


hi everyone! : )

you guys, i posted the wrong link to my script : D

here's the correct one: http://freshmeat.net/projects/audio-convert

hope you enjoy it a lot! : )

ciao! : )

edo
Dr. ERDI Gergo | 6 Nov 2005 23:09

Guikachu 1.5.6: GNOME Resource editor for PalmOS projects

Dear users of both large and small computing tools,

A new unstable release of Guikachu is available.

About Guikachu
--------------
Guikachu is a GNOME application for graphical editing of resource
files for PalmOS-based pocket computers. The user interface is
modelled after Glade, the GNOME UI builder.

Catch it all from http://cactus.rulez.org/projects/guikachu/

Features
--------
  * Uses GNOME-VFS, you can load files from anywhere, e.g. from the
    Web, from an SMB share, from a tarball.
  * Exporting to/importing from PilRC .rcp files
  * Support for non-Palm PilRC targets (like the eBookMan)
  * Support for the following PalmOS resource types:
 	- String and string list resources
 	- Dialog resources
 	- Menu resources
 	- Form resources
 	- Bitmap resources
 	- Per-application resources (e.g. version number)
  * WYSIWYG Form Editor, with drag & drop capability and visual resizing
  * Flexible, complete undo support
  * Sample file with sample GNU PalmOS SDK-based application
  * Documentation (a complete user's manual)

About this release
------------------
This release is part of the 1.5 development branch, so it's all about
crazy experimentations and not about providing a polished, well-tested
product. However, 1.5.6 now contains everything planned for our next
stable release, 2.0, so please help us by trying it and reporting
problems.

New in this release:
Completely reworked the menu editor, based on valuable input from the
GNOME Usability Workgroup.

Guikachu uses the GNOME 2 platform, particularly the GNOMEmm and GTKmm
C++ bindings. To actually create the PalmOS resource files, you will also
need PilRC (part of the GNU PalmOS SDK) to compile the .rpc files
produced by Guikachu.

Beware of bugémons!

         Cactus

--

-- 
    .--= ULLA! =---------------------.   `We are not here to give users what
    \     http://cactus.rulez.org     \   they want'  -- RMS, at GUADEC 2001
     `---= cactus <at> cactus.rulez.org =---'
A man's best friend is his dogma.
_______________________________________________
gnome-announce-list mailing list
gnome-announce-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list
Bastien Nocera | 7 Nov 2005 08:53
Favicon

Totem 1.0.5

Heya,

This is the last release of the Totem 1.0 series for GNOME 2.10. A
number of bugs were fixed.

If you don't know what Totem is, see:
http://www.gnome.org/projects/totem/

Distributions still shipping Totem 1.0.x are advised to update to this
version. If you are planning to include Totem in your distribution,
please use the 1.2.x version.

Changes:
* Fix Totem not finding the type of a disc when it's not in /etc/fstab
* Fix the Nautilus properties not being translated properly
* Handle DOS ASF reference files, and other playlist parsing fixes
* Make the album name selectable in the properties windows
* Work-around wrong aspect ratio in the thumbnailer and screenshot for
some files (xine-lib)
* Fix a potential crash in the CD detection code
* Avoid weird states when using the "Toggle fullscreen mode" window
manager shortcut

Download:
http://ftp.gnome.org/pub/GNOME/sources/totem/1.0/

Enjoy

---
Bastien Nocera <hadess <at> hadess.net> 
Graham Ashton | 7 Nov 2005 03:57
Picon

ANNOUNCE: Spam Trainer 0.1.4

===========
What is it?
===========

Spam Trainer makes it easier for GNOME users to train spam filtering
software (e.g. SpamBayes or SpamAssassin) that "learns" how to tell the
difference between real email (ham) and unsolicited messages (spam).

Simply drag and drop your email messages onto the spam/ham icons and
Spam Trainer will do the rest!

===========
What's new?
===========

* If a training script is unsuccessful it can now exit with a
   non-zero exit code, causing Spam Trainer to display an error
   dialog to the user.

* Minor usability improvements.

============
Requirements
============

* Mono (any 1.x release should suffice)
* Gtk#

===================
Where can I get it?
===================

More information (including screenshots) is available here:
http://spamtrainer.sourceforge.net/

Source packages are available here:
http://sourceforge.net/project/showfiles.php?group_id=120285

Graham
Alexander Larsson | 7 Nov 2005 12:12
Picon
Favicon

ANNOUNCE: Sabayon 2.12.1

Sabayon - A desktop user profile editor 

Version 2.12.1 is now available from:

http://ftp.gnome.org/pub/gnome/sources/sabayon/2.12/
or
ftp://ftp.gnome.org/pub/gnome/sources/sabayon/2.12/

This version should work with Gnome 2.12 and Gnome 2.10, although GConf
2.12.1 will fix a minor problem with the "Enforce Mandatory" feature.

==============
Version 2.12.1
==============

  The profile format has changed in this version, so old profiles are
  not compatible.

  Features

	* New menu item "Enforce Mandatory" lets you change mandatory
          settings (Alex)
	* Backup files are ignored by default (Alex)
	* Lockdown settings editor, based on Pessulus 
          (Vincent Untz and Alex)
	* Better handling of panel lauchers (Alex)
	* Removed versioning support. 
          Simplified UI and profile format. (Alex)
	  
  Fixes

	* Fix typo in session name replacement (Sebastien Bacher)
	* Handle non-existing mandatory or default gconf dirs (Alex)
	* Make file source apply not be recorded as changes (Alex)
	* Handle // and other comments in strings in mozilla source
         (Alex)
	* Work with remote X displays (Alex)
	* Fix mozilla source handling of multiple files (Alex)

  Misc

	* Find pygtk even if installed in non-default directory (Alex)
	* Better window titles (Alex)
	* Moved ~/.profile_cache to ~/.sabayon/profile_cache (Alex)
	* SABAYON_DEBUG=all now sets a full mask (Alex)

  Translators

	* Adam Weinberger (en_CA)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Alexander Larsson                                            Red Hat, Inc 
                   alexl <at> redhat.com    alla <at> lysator.liu.se 
He's an uncontrollable ninja Green Beret from a doomed world. She's a 
sharp-shooting mute barmaid with a flame-thrower. They fight crime! 

Gmane