Bug 83007 - sci-electronics/gerbv: 1.0.1 is out
Bug#: 83007 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: plasmaroo@gentoo.org Reported By: sascha-gentoo-bugzilla@silbe.org
Component: Applications
URL: 
Summary: sci-electronics/gerbv: 1.0.1 is out
Keywords:  
Status Whiteboard: 
Opened: 2005-02-22 14:35 0000
Description:   Opened: 2005-02-22 14:35 0000
gerbv-1.0.1 has just been released:

=== Begin mail ===
Date: Tue, 22 Feb 2005 22:27:13 +0100 (CET)
From: Stefan Petersen <spe@stacken.kth.se>
Subject: gEDA-user: [Ann]: gerbv 1.0.1 released
To: gEDA Developers <geda-dev@geda.seul.org>,
        gEDA Users <geda-user@geda.seul.org>
X-HELOcheck: OK: FQDN
X-Original-To: geda-user@geda.seul.org
X-To-Get-Off-This-List: mail majordomo@seul.org, body unsubscribe geda-user

Hello!

This is to announce the second release in the stable branch of
gerbv, 1.0.1.

This time it is just a bunch of minor bugfixes. They include:
* Allocating 1 too little strings caused very strange effects.
  Found and solved by Mario and primorec.
* Had forgot to initialize some GCs when drawing some aperture
  macro primitives. Found by Warren Young.


Homepage for gerbv is still http://gerbv.sourceforge.net/ where a bug
database, a feature request database, the CVS and a commit mailinglist is
available.

To download gerbv goto
        http://prdownloads.sourceforge.net/gerbv/
and grab gerbv-1.0.1.tar.gz

To install the program do
1. gzip -dc gerbv-1.0.1.tar.gz | tar xf -
2. cd gerbv-1.0.1
3. ./configure
4. make install

Interesting configure options are:
--help              : Lists all options
--disable-exportpng : Disable compilation of export of PNGs
--enable-gtk2       : Compile with GTK+ 2 instead of GTK+ 1
--prefix=<dir>      : Install from dir <prefix>
--with-maxfiles     : Set maximal number of files (default 20).
--enable-unit-mm    : Change default unit in status bar to mm from inch.

=== End mail ===

------- Comment #1 From Sascha Silbe 2005-02-22 14:41:14 0000 -------
Created an attachment (id=51906) [details]
Patch gerbv-1.0.0.ebuild -> gerbv-1.0.1.ebuild

SRC_URI has changed from geda.seul.org to SourceForge.

------- Comment #2 From Tim Yamin (RETIRED) 2005-03-13 08:58:15 0000 -------
In CVS, thanks!