Bug#962686: RFP: s2geometry -- Computational geometry and spatial indexing on the sphere http://s2geometry.io/

2022-08-25 Thread Teemu Ikonen
There is a working, up to date packaging of s2geometry by the Mobian 
team here: 
https://salsa.debian.org/Mobian-team/packages/puremaps/s2geometry-deb


It looks like the only thing this package needs is a sponsor.



Bug#982986: RFP: pure-maps -- full-featured map and navigation application

2022-08-19 Thread Teemu Ikonen
Note that there's some work towards packaging pure-maps here: 
https://salsa.debian.org/Mobian-team/packages/puremaps




Bug#244582: ufoai packaging

2015-02-10 Thread Teemu Ikonen
Hi all,

I built the ufoai packages from the pkg-games git repos. The resulting
packages work great as far as I've tested them and I hope you find a
sponsor for the packages soon.

Building the thing from the git repo was a bit of a struggle though.
ufoai-music did not build out of the box because of directory mismatch
in the generated orig.tar. The attached patch to ufoai hopefully fixes
this.

Overall, I'm not sure if storing just the debian dir in git is really
the way to go even with the data packages. Testing the build would be a
lot easier and take much less hd space if all the files would be already
present in the debian repos. Cloning the whole upstream git history,
creating the orig.tars and merging them to the repos containing debian
dirs could then be avoided.

Best,
TeemuFrom 2bf8dd7dc8a6083ff462ba6861bfcac1e14500b8 Mon Sep 17 00:00:00 2001
From: Teemu Ikonen tpiko...@gmail.com
Date: Tue, 10 Feb 2015 17:46:44 +0100
Subject: [PATCH] rules: Don't move music  sound away from base.

---
 debian/rules | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e1abee8..584ee81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,7 +96,6 @@ get-orig-ufoai-music:
 		base/sound \
 		LICENSES \
 		COPYING $(PKG2)-$(VER) \
-	 mv -v $(PKG2)-$(VER)/base/* $(PKG2)-$(VER) \
 	 mv -v $(PKG2)-$(VER) ../
 	@echo # Packing...
 	find -L $(PKG2)-$(VER) -xdev -type f -print | sort \
-- 
2.1.4



Bug#749887: RFP: syncthing -- decentralized file synchronization tool

2014-10-19 Thread Teemu Ikonen
I made a provisional packaging of syncthing, it's at
http://anonscm.debian.org/cgit/collab-maint/syncthing.git/

It is in a state where it works for me. The motivation for the
packaging was getting syncthing to compile in platforms which are not
supported by golang, which it does, as long as one has gccgo-go
installed (see #765841). Builds with golang-go also work.

What is left to do is to make a real copyright check, try to fix the
many lintian warnings and errors, and find a sponsor to upload it to
the archive. I probably will not do these in the near future, so help
with the package would be appreciated.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAH-FRA+c_Jmdedwh_yddWxi271Z7M_W=vwq7fx6dqyoesni...@mail.gmail.com



Bug#765841: RFP: gccgo-go -- Go tool for use with gccgo

2014-10-18 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist

* Package name: gccgo-go
  Version : 1.2.1
  Upstream Author : The Go Authors
* URL : http://golang.org/
* License : Go license
  Programming Lang: Go
  Description : Go tool for use with gccgo

The Go programming language is an open source project to make
programmers more productive. Go is expressive, concise, clean, and
efficient. Its concurrency mechanisms make it easy to write programs
that get the most out of multicore and networked machines, while its
novel type system enables flexible and modular program construction. Go
compiles quickly to machine code yet has the convenience of garbage
collection and the power of run-time reflection.  It's a fast,
statically typed, compiled language that feels like a dynamically typed,
interpreted language.
..
This package provides the 'go' tool built using gccgo instead of golang
gc, defaulting to using gccgo.

###

The 'go' tool for the gccgo implementation of the go language would
allow porting of software written in go to architectures where the
golang implementation is currently not available, but the gccgo
implementation is. These architectures are currently arm64, mips,
mipsel, powerpc, ppc64, ppc64el, s390x and x32.

gccgo-go is already packaged in Ubuntu and compiles out of the box
in Debian, All that would be needed is a sponsor to check and
upload it.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141018162740.8112.39143.reportbug@mainio



Bug#546202: RFP: levmar -- Levenberg-Marquardt nonlinear least squares algorithms in C/C++

2013-10-07 Thread Teemu Ikonen
Using the amazing http://codesearch.debian.net one finds that levmar is
included in rather many source packages in Debian:

freemat: levmar-2.3
hugin: some older version, probably patched
meshlab: levmar-2.3
sextractor: levmar-2.3
starlink-ast: parts of some older version from 2004
stimfit: levmar-2.5
(teem: can be linked with levmar, but apparently is not)

Since most of the packages above are maintained by Debian Science, is there
anyone who would want to take on a simple library package?

All included code is from an older version than the latest levmar-2.6, so
making levmar useful in Debian would require a considerable amount of
forward porting and fixing of upstream sources. On the other hand, having
the same code in six source packages is already a pretty bad case of
duplication.

Best,
Teemu


Bug#699854: RFS: openctm

2013-09-25 Thread Teemu Ikonen
Hi Anton,

Thanks for spotting these. I repackaged the sources and made the some other
necessary changes to the git repository (
http://anonscm.debian.org/gitweb/?p=debian-science/packages/openctm.git )

Best,
Teemu

On Wed, Sep 18, 2013 at 8:43 PM, Anton Gladky gladky.an...@gmail.comwrote:

 Hi Teemu,

 I have committed minor changes, the package looks fine.
 But, please, remove all pdf-files, which are without source.
 After that you should add dfsg-prefix to the package number.



Bug#699854: RFS: openctm

2013-09-17 Thread Teemu Ikonen
retitle 699854 ITP: openctm -- Open Compressed Triangle Mesh file format
thanks

I just uploaded openctm packages to the Debian Science git repo at
http://anonscm.debian.org/gitweb/?p=debian-science/packages/openctm.git
and mentors.d.o:
http://mentors.debian.net/debian/pool/main/o/openctm/openctm_1.0.3-1.dsc

The package is lintian clean etc., but checking and sponsoring the upload
would still be needed.

Best,
Teemu


Bug#706639: RFP: btsync -- Directory synchronizer from Bittorrent Inc.

2013-05-02 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist

* Package name: btsync
  Version : 1.0.116
  Upstream Author : Bittorrent Inc.
* URL : http://www.bittorrent.com
* License : Proprietary, free to download
  Programming Lang: ?
  Description : Directory synchronizer from Bittorrent Inc.

 BitTorrent Sync is a simple tool that applies p2p protocol for
 direct live folder sync with maximum security, network speed and
 storage capacity. It has native versions for Mac, Windows and
 Linux, as well as native NAS integration.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130502201001.8854.90927.reportbug@mainio



Bug#629628: RFP: u3d -- library for producing U3D files

2011-06-08 Thread Teemu Ikonen
merge 629628 581854
thanks

On Wed, Jun 8, 2011 at 10:51 AM, Salvatore Bonaccorso car...@debian.org wrote:
 Package: wnpp
 Severity: wishlist

 * Package name    : u3d
  Version         : 1.4.2
  Upstream Author : Alexey Balakin mathgl.abala...@gmail.com
 * URL             : 
 http://sourceforge.net/projects/mathgl/files/u3d-1.4.2.tar.gz
 * License         : Apache License 2.0
  Programming Lang: C++
  Description     : library for producing U3D files

 Alexey Balakin, author of udav/mathgl asked for inclusion of u3d in
 Debian. u3d is a library for producing U3D files. MathGL can use it
 for producing u3d and u3d-pdf files directly.

 Is anyone (e.g. from debian-science) who would like to have a look at
 it?

U3D is also needed for meshlab, so packages would be nice to have.
Unfortunately I'm too busy at the moment to take on another package,
so if anyone is looking for stuff to do, please have a look :)

Best,

Teemu



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/BANLkTiknL0xVt_Y2=-wslotf0xtuqmv...@mail.gmail.com



Bug#531904: RFP: coot

2011-03-21 Thread Teemu Ikonen
There are preliminary Ubuntu packages of Coot at
https://edge.launchpad.net/~mok0/+archive/ppa/+packages

Teemu



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/AANLkTikFYbka-3MqL75fN9yoZxLE=phucr7h1tsnd...@mail.gmail.com



Bug#606967: RFP: cdf -- NASA Common Data Format library and tools

2010-12-13 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist

* Package name: cdf
  Version : 3.3.0
  Upstream Author : Space Physics Data Facility
cdfsupp...@listserv.gsfc.nasa.gov
* URL : http://cdf.gsfc.nasa.gov/
* License : http://cdf.gsfc.nasa.gov/html/CDF_copyright.html
  (See also http://lists.debian.org/debian-legal/2010/12/msg00035.html)
  Programming Lang: C, Fortran
  Description : NASA Common Data Format library and tools

The NASA Common Data Format (CDF) is a data file format providing
.
* Self-describing data format for the storage and manipulation of scalar and
  multidimensional data in a platform- and discipline-independent fashion
.
* Scientific data management package (known as the CDF Library) which allows
  programmers and application developers to manage and manipulate scalar,
  vector, and multi-dimensional data arrays
.
* Transparent access to data and metatda through Application Programming
  Interfaces (APIs) - no low level I/O's required
.
* Built-in support for data compression (RLE, gZIP, Huffman) and automatic data
  uncompression
.
* Large file support ( 2GBytes)
.
* CDF library includes a suite of tools that allow users to manipulate CDF
  files



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimmzepj-tpxwxk5up0r1caxfktftgtwzr5ju...@mail.gmail.com



Bug#595162: RFP: phynx -- High-level Python interface to HDF5 files

2010-09-01 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist

* Package name: phynx
  Version : 0.10.96
  Upstream Author : Darren Dale
* URL : http://github.com/darrendale/phynx
* License : BSD
  Programming Lang: Python
  Description : High-level Python interface to HDF5 files

Phynx is a high-level interface to HDF5 files, using the h5py bindings to
the the HDF5 library. HDF5 is an open-source binary format designed for
scientific data. The structure of an HDF5 file is analogous to a file
system, where you can designate an hierarchy of groups (directories) and
datasets (files) to describe data of arbitrary complexity.

Phynx offers an extensible, object-oriented interface designed to provide
an easy, intuitive way to access and work with data stored in HDF5 files,
whether you are an application developer or working with your own data in
a script or the IPython interactive interpreter. The preliminary focus of
Phynx classes is to describe the multifaceted data produced at synchrotron
an neutron facilities, but phynx can be used to provide rich interfaces to
all kinds of data. Its organization is inspired in part by the NeXus
format. The NeXus project has the ambitious goal of providing a standard
file hierarchy and component specification, to bridge the gap between
experimental and theoretical research initiatives and improve our ability
to share data. Phynx is designed to provide an interface that takes
advantage of the power and expressiveness of the Python language, the full
capability of the HDF5 standard, and support for the standard NeXus
hierarchy and instrument definition, if so desired.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlkti=384g14d7jqf9pc=myr23ho4vhk_8jevnsg...@mail.gmail.com



Bug#574914: ITP: git-fast-export -- Fast import from Mercurial and Subversion to Git

2010-05-27 Thread Teemu Ikonen
Hi,

Has there been any progress on this package?

May I also suggest to package git-hg from http://offbytwo.com/git-hg/

Best,

Teemu



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimoggmvtdcmip5shfwfogckabeqhfhdg9y4c...@mail.gmail.com



Bug#581854: RFP: universal3d -- Libraries to support the Universal 3D (U3D) file format

2010-05-16 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist

* Package name: universal3d
  Version : 1.2.852
  Upstream Author : Intel Corporation
* URL : http://u3d.sourceforge.net/
* License : Apache License, version 2.0
  Programming Lang: C++
  Description : Libraries to support the Universal 3D (U3D) file format

Set of libraries to write, read, extend, render and interact with U3D-formatted
data, as defined by standard ECMA-363. Intended as starting point for tools and
applications to support U3D (exporters, importers, authoring packages and
interactive viewers)

The U3D code in sourceforge has an idiosyncratic homebrew build system, but a
version with autoconf (and CMake) build system can be found at
http://www.iaas.msu.ru/tmp/u3d/u3d-1.2.852.tar.gz
(see http://sourceforge.net/projects/u3d/forums/forum/557102/topic/3424219
for a forum post).



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktim5gwxfgj5rdu10n1u6cib4dh6berxpr8psg...@mail.gmail.com



Bug#550849: RFP: neartree -- function library efficiently solving the Nearest Neighbor Problem

2009-11-04 Thread Teemu Ikonen
On Wed, Nov 4, 2009 at 9:58 AM, Andreas Tille andr...@an3as.eu wrote:
 On Tue, Oct 13, 2009 at 02:39:49PM +0200, Teemu Ikonen wrote:
 Package: wnpp
 Severity: wishlist

 * Package name    : neartree
   Version         : 2.1.3
   Upstream Author : Larry Andrews
 * URL             : http://sourceforge.net/projects/neartree/
 * License         : LGPL
   Programming Lang: C, C++
   Description     : function library efficiently solving the Nearest 
 Neighbor Problem

 Neartree is an API for finding nearest neighbors among points in spaces of
 arbitrary dimensions. This release provides a C++ template, TNear.h, and a C
 library, CNearTree.c, with example/test programs.

 Neartree is a dependency of rasmol version 2.7.5.

 I did some start of packaging on my local harddisk.  I would like to
 commit this to

   svn://svn.debian.org/svn/debian-science/packages/libneartree/trunk/

 and maintain the lib under Debian Science group maintenance.  This is
 no official ITP because I'm not sure how far I will get - but I do not
 want to have my work wasted.  Does this make sense for you?

Sure, please go ahead with the packaging. I may have more time in a
week or so to start tackling the rest of the rasmol dependencies, but
cannot promise anything yet.

Best,

Teemu



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#550849: RFP: neartree -- function library efficiently solving the Nearest Neighbor Problem

2009-10-13 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist

* Package name: neartree
  Version : 2.1.3
  Upstream Author : Larry Andrews
* URL : http://sourceforge.net/projects/neartree/
* License : LGPL
  Programming Lang: C, C++
  Description : function library efficiently solving the Nearest Neighbor 
Problem

Neartree is an API for finding nearest neighbors among points in spaces of
arbitrary dimensions. This release provides a C++ template, TNear.h, and a C
library, CNearTree.c, with example/test programs.

Neartree is a dependency of rasmol version 2.7.5.

Teemu



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#550852: RFP: cvector -- ANSI C implementation of dynamic arrays approximating the C++ vector class

2009-10-13 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist

* Package name: cvector
  Version : 1.0.3
  Upstream Author : Herbert J. Bernstein
* URL : http://sourceforge.net/projects/cvector/
* License : LGPL
  Programming Lang: C
  Description : ANSI C implementation of dynamic arrays approximating the 
C++ vector class

CVector is an ANSI C implementation of dynamic arrays to provide an
approximation to the functionality of the C++ vector class.

CVector is a dependency of rasmol version 2.7.5.

Teemu



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#550850: RFP: cqrlib -- utility library for quaternion arithmetic and rotation math

2009-10-13 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist

* Package name: cqrlib
  Version : 1.0.3
  Upstream Author : Herbert J. Bernstein
* URL : http://sourceforge.net/projects/cqrlib/
* License : LGPL
  Programming Lang: C
  Description : utility library for quaternion arithmetic and rotation math

CQRlib is an ANSI C implementation of a utility library for quaternion
arithmetic and quaternion rotation math.

CQRlib is a dependency of rasmol version 2.7.5.

Teemu



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#546202: RFP: levmar -- Levenberg-Marquardt nonlinear least squares algorithms in C/C++

2009-09-11 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist

* Package name: levmar
  Version : 2.4
  Upstream Author : Manolis Lourakis
* URL : http://www.ics.forth.gr/~lourakis/levmar/
* License : GPL
  Programming Lang: C
  Description : Levenberg-Marquardt nonlinear least squares algorithms

Levmar provides GPL native ANSI C implementations of the Levenberg-Marquardt
optimization algorithm, usable also from C++, Matlab, Perl and Python.
Both unconstrained and constrained (under linear equations
and box constraints) Levenberg-Marquardt variants are included.

Currently, Debian package hugin contains a copy of the levmar sources and it's
also needed for new version of meshlab.

Teemu



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#411053: libnexus

2009-08-10 Thread Teemu Ikonen
On Sun, Aug 9, 2009 at 11:17 PM, Tobias Richtertsr-deb...@achos.com wrote:
 I'd had the basic library ready, but had some problems with some of the
 external bindings. I am struggeling with the python policies and had some
 problems with the fortran and swig.
 What would you be mainly interested in? Could you help with some of the above?
 Or would you like to take over?

 Meanwhile there have been some quite important changes to the 4.2 branch
 which I'd like see included. I'd hope in a week or so I could upload a version
 for inspection, if you want to see it.

Hi Tobias,

Good to know that there is progress. I do not have immediate need for
libnexus, and I'm also too pressed for time to offer help. You could
however put your current efforts to the revision control repository of
some relevant Debian team, like collab-maint or debian-science. This
would at least lower the activation energy required for helping.

Best,

Teemu



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#411053: libnexus

2009-08-07 Thread Teemu Ikonen
Hi,

Is anyone working on the libnexus packages? Tobias?

Teemu



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#536270: ITP: boost-numeric-bindings -- Numeric Library Bindings for Boost

2009-07-08 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist
Owner: Teemu Ikonen tpiko...@gmail.com

* Package name: boost-numeric-bindings
  Version : 20081116
  Upstream Author : Kresimir Fresl et. al.
* URL : http://mathema.tician.de/software/boost-bindings
  https://svn.boost.org/trac/boost/browser/sandbox/numeric_bindings-v1
* License : Boost Software License - Version 1.0
  Programming Lang: C++
  Description : Numeric Library Bindings for Boost

 Boost Bindings is a bindings library (not just) for Boost.Ublas.
 It offers an easy way of calling BLAS, LAPACK, UMFPACK, MUMPS
 and many other mature legacy numerical codes from within C++.

Preliminary packages are at
git://git.debian.org/debian-science/packages/boost-numeric-bindings.git



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#426581: RFS: Meshlab

2009-06-12 Thread Teemu Ikonen
On Fri, Jun 12, 2009 at 3:46 AM, Dmitrijs Ledkovs
dmitrij.led...@gmail.com wrote:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426581

 Above is RFS for meshlab. Is anyone looking into sponsoring it? Can't
 wait to apt-get install it.

Hi Dima,

Your wish is (hopefully) soon fulfilled. Yaroslav Halchenko sponsored
this package last week and it is currently waiting for final checks at
the NEW queue (http://ftp-master.debian.org/new.html)

I you need the package now, you can try building meshlab yourself from
a git checkout.

Teemu



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#531904: RFP: coot -- Crystallographic Object-Oriented Toolkit

2009-06-04 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist

* Package name: coot
  Version : 0.6pre1
  Upstream Author : Paul Emsley
* URL : http://www.ysbl.york.ac.uk/~emsley/coot/
* License : GPL
  Programming Lang: C, Python, Scheme
  Description : Crystallographic Object-Oriented Toolkit

Coot is for crystallographic model building, model completion and 
validation.

Coot displays maps and models and allows model manipulations such as 
idealization, real space refinement, manual rotation/translation, 
rigid-body fitting, ligand search, solvation, mutations, rotamers, 
Ramachandran plots...

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (990, 'stable'), (450, 'testing'), (400, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#426581: Meshlab 1.2.1 packages ready for testing

2009-05-27 Thread Teemu Ikonen
Hi all,

The source package of the brand new Meshlab 1.2.1 release can be downloaded from
http://mentors.debian.net/debian/pool/main/m/meshlab/

The package also has a git repository at git.debian.org, see
http://git.debian.org/?p=debian-science/packages/meshlab.git

I'm looking for a sponsor to this package, first come, first served :)

Teemu



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#426581: make error

2009-04-30 Thread Teemu Ikonen
2009/4/30 Stefano Costa st...@iosa.it:
 I cloned the git repository and tried building a package but got the
 error in the log file.

This error seems to be caused by more strict checks in new versions of
GCC, since the same source compiled fine some months ago.

But do not worry, the 1.2 version of Meshlab was finally released
yesterday(!), so I'll update the package soonish. Also, if you have an
interest in working meshlab packages, you are welcome to help.

Teemu



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#505224: RFP: freecad -- An extensible CAx program (alpha)

2009-02-18 Thread Teemu Ikonen
On Tue, Feb 17, 2009 at 9:18 PM, Denis Barbier bou...@gmail.com wrote:
 On 2009/2/10, Adam C Powell IV wrote:
 [...]
 Robert, I owe you an answer on why the OCTPL is GPL-incompatible.
 IANAL, TINLA, TINASOTODP, etc. but here goes:
  * 4. para 4: If you distribute or sublicense the Software (as
modified by You or on Your behalf as the case may be), You cause
such Software to be licensed as a whole, at no charge, to all
third parties...  The GPL does not require at no charge, and
even expressly allows charging for software, so this is an
additional restriction beyond the GPL.

 GPL 2, section 2.b)
You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.

  * 4. para 5: You document all Your Modifications, indicate the
date of each such Modifications, designate the version of the
Software You used...  None of this is required by the GPL, so
all of these are additional restrictions.

 GPL 2, section 2.a)
You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.

 To me, OCTPL 6.3 (as found in OpenCascade sources, not the one
 at the website, which is outdated IIRC) is identical to LGPL 2.1, they
 paraphrased it, and I believe that OCTPL 6.3 is compatible with GPL.

Interesting. I assume this would mean that works combining GPL and
OCTPL code (such as FreeCAD) would be acceptable to Debian main?

Would it make sense to send a note about the GPL compatibility of
OCTPL and its similarity to LGPL to the FTP-master? Maybe this would
get OpenCascade out of the NEW queue, it's been sitting there 4 months
already.

Teemu



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#514903: ITP: pymca -- Python toolkit and application for X-ray fluorescence analysis

2009-02-16 Thread Teemu Ikonen
On Wed, Feb 11, 2009 at 7:56 PM, Teemu Ikonen tpiko...@gmail.com wrote:
 PyMCA is an application and Python toolkit for analysis of X-ray
 fluorescence spectra.
...
 Prelimary packages will be soon at the Debian Science repository
 at git.debian.org.

Hi all,

The PyMCA package is now at
http://git.debian.org/?p=debian-science/packages/pymca.git and at
http://mentors.debian.net/debian/pool/main/p/pymca/

I would appreciate if someone could sponsor this to Debian main.
Comments and reviews of the packaging are welcome, this is my first
attempt at packaging a Python program.

Teemu



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#514903: ITP: pymca -- Python toolkit and application for X-ray fluorescence analysis

2009-02-11 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist
Owner: Teemu Ikonen tpiko...@gmail.com

* Package name: pymca
  Version : 4.3.0
  Upstream Author : V. Armando Sole s...@esrf.fr
* URL : http://pymca.sourceforge.net/
* License : GPL-2+
  Programming Lang: Python, C
  Description : Python toolkit and application for X-ray fluorescence 
analysis

PyMCA is an application and Python toolkit for analysis of X-ray 
fluorescence spectra. 

It can read data files in the SPEC and ESRF data file (EDF) formats. 

Prelimary packages will be soon at the Debian Science repository
at git.debian.org.

Teemu



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#505224: FreeCAD packaging

2008-12-09 Thread Teemu Ikonen
Hi,

Debian cannot at present distribute FreeCAD because of incompatible
licenses. FreeCAD links both to Qt4.4 and Coin, which are GPL, and
opencascade, which is licensed under Opencascade Technology Public
License (OCTPL). OCTPL contains additional restrictions on the GPL,
which most probably are not compatible with the GPL.

I've removed the packaging tree from git.debian.org and put it to
github at git://github.com/tpikonen/freecad.git

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#504617: ITP: python-pivy -- Coin binding for Python

2008-11-10 Thread Teemu Ikonen
retitle 504617 ITP: python-pivy -- Coin binding for Python
thanks

I've made preliminary packaging of Pivy, it's now at
http://git.debian.org/?p=collab-maint/pivy.git but I really hope it
could be integrated with the Python modules team packages to the SVN
repository.

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#505224: RFP: freecad -- An extensible CAx program (alpha)

2008-11-10 Thread Teemu Ikonen
On Mon, Nov 10, 2008 at 11:46 PM, Robert Millan [EMAIL PROTECTED] wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Robert Millan [EMAIL PROTECTED]

 * Package name: freecad
[...]
 A preliminary package is available at:

  http://people.debian.org/~rmh/freecad/

Hi,

I've also worked on FreeCAD packaging for a while, and a preliminary
package is at
http://git.debian.org/?p=debian-science/packages/freecad.git
Unfortunately I forgot to file an ITP.

You're welcome to join the effort in the Debian Science repository or
if you like, take over the maintenance completely. There are still
some copyright / license problems present in the source, and some of
the stuff in the source package should really be a separate package,
which is why I haven't tried to upload this to ftp-master yet. I
actually just made some cleanups in the copyright file just today, but
did not push my changes to git.debian.org yet. I'll do it tomorrow
though.

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#504617: RFP: python-pivy -- Coin binding for Python

2008-11-05 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist

* Package name: python-pivy
  Version : 0.3.0
  Upstream Author : Tamer Fahmy [EMAIL PROTECTED]
* URL : http://pivy.coin3d.org/
* License : BSD-3
  Programming Lang: Python, C++
  Description : Coin binding for Python

Pivy is a Coin binding for Python. Coin is a high-level 3D graphics library
with a C++ Application Programming Interface. Coin uses scene-graph data
structures to render real-time graphics suitable for mostly all kinds of
scientific and engineering visualization applications.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#484717: gibak

2008-09-09 Thread Teemu Ikonen
Hi,

Is anyone working on getting gibak into Debian at the moment? The
repository at git.debian.org seems to be somewhat outdated, but on the
other hand, upstream repository at
http://eigenclass.org/repos/git/gibak/.git/ has recently added a
debian/ directory.

Paul, do you mind if I update the git.d.o repo to include the latest changes?

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#493847: RFP: prism -- Run web applications directly on the desktop

2008-08-05 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist

* Package name: prism
  Version : 0.9.1 
  Upstream Author : Mark Finkle [EMAIL PROTECTED] 
* URL : http://labs.mozilla.com/projects/prism/
* License : MPL | LGPL-2.1+
  Programming Lang: C++
  Description : Run web applications directly on the desktop

 Prism, previously called WebRunner, is a simple XULRunner based browser
 that hosts web applications without the normal web browser user
 interface.  It is based on a concept called Site Specific Browsers
 (SSB).
 .
 XULRunner is a single gecko runtime that can be used to bootstrap
 multiple XUL + XPCOM applications that are as rich as Firefox and
 Thunderbird.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#493847: prism

2008-08-05 Thread Teemu Ikonen
Hi,

There's an ubuntu package of prism at http://packages.ubuntu.com/intrepid/prism
Would anyone be interested in maintaining it in Debian?

Best,

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426581: meshlab - anyone still working on this

2008-07-11 Thread Teemu Ikonen
On Thu, Jul 10, 2008 at 10:34 PM, Yaroslav Halchenko
[EMAIL PROTECTED] wrote:
 any new updates on meshlab situation?

Ftp-master rejected the 1.1.1 version because of incomplete copyright
information. This was promptly fixed in the upstream SVN version, so
now I'm waiting for the 1.2 release.

Other options would be to either backport the copyright fixes to
version 1.1.1, or to package an SVN snapshot, but I'm somewhat
reluctant to do either of these. I hope we'll get a new version soon.
Paolo, could you please give a guesstimate on when this might happen?

Best,

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486470: ITP: peak-linux-driver -- PEAK-System CAN-bus interface driver source

2008-06-16 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist
Owner: Teemu Ikonen [EMAIL PROTECTED]

* Package name: peak-linux-driver
  Version : 6.7
  Upstream Author : PEAK System-Technik GmbH [EMAIL PROTECTED] 
* URL : http://www.peak-system.com/linux/
* License : GPL-2+
  Programming Lang: C
  Description : PEAK-System CAN-bus interface driver source

 This package provides the kernel driver source code for CAN-bus interface 
 products from PEAK-System. These allow communication with the 
 Controller Area Network through standard PC-buses, such as USB, PCI etc.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486470: peak-linux-driver debian packages

2008-06-16 Thread Teemu Ikonen
I forgot to mention that preliminary packages are already available at
http://git.debian.org/?p=collab-maint/peak-linux-driver.git

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426581: meshlab - anyone still working on this

2008-05-16 Thread Teemu Ikonen
On Thu, May 15, 2008 at 6:13 PM, Yaroslav Halchenko
[EMAIL PROTECTED] wrote:
 got into problem with uptodate sid chroot for pbuilder, although it builds 
 fine
  with mixed lenny/sid box (so some versions are from lenny) and it boils
  down to the recent split in libqt4-dev which now has opengl relevant headers 
 in libqt4-opengl-dev...

Sigh. Maybe some day I remember to run all these checks myself. I
added the missing build-dep to libqt4-opengl-dev and uploaded the new
version to mentors.

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426581: meshlab - anyone still working on this

2008-05-15 Thread Teemu Ikonen
On Mon, May 12, 2008 at 7:33 PM, Yaroslav Halchenko
[EMAIL PROTECTED] wrote:
  seems to be missing space upfront of signature... may be smth else as
  well -- just make sure to run lintian on fixed package to assure that it is 
 ok

  btw -- since you are altering changelog, might be useful to replace
  unstable to UNRELEASED in all prior versions, since they never were in
  unstable actually.

Ok, the changelog is now fixed and the new package is at
mentors.debian.net. I also uploaded the source to the new
debian-science repository at git.debian.org:
http://git.debian.org/?p=debian-science/meshlab.git;a=summary

I hope somebody can finally upload meshlab now :)

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426581: meshlab - anyone still working on this

2008-05-12 Thread Teemu Ikonen
Hi all,

I just put a new version of the meshlab package to mentors.debian.net:
http://mentors.debian.net/debian/pool/main/m/meshlab/

All the problems mentioned previously should be now solved, so to
whoever who wants to sponsor this, please do so.

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#464400: OpenCASCADE copyright/license audit

2008-05-08 Thread Teemu Ikonen
On Wed, May 7, 2008 at 6:27 PM, Adam C Powell IV [EMAIL PROTECTED] wrote:
 I've put a brief start (6 of the 536 directories in ros/src) in:
 http://www.opennovation.org/audits/opencascade-6.2.txt and will update
 it as I and others work through this.  But before proceeding further, my
 big question is: does this need any more information than it has?
 Obviously the debian/copyright file will need the full text of all of
 the licenses, but that's another matter.

May I suggest using the machine readable copyright format described at
http://wiki.debian.org/Proposals/CopyrightFormat from the start? Since
the audit is going to be a huge task, it would be good to document it
in as formal way as possible. I made a partial conversion of the
current audit (files, copyright and license sections only) to this
format. You can find it attached to this mail.

 Also, I built a new package based on the OpenBSD .tar.bz2 sources.  This
 includes the audit file as debian/audit.txt and I'd like to make it the
 basis of future packages.  One little hitch: as a Format 3.0 source
 package, I don't think it can be uploaded before the lenny release
 (because stable has to be able to unpack unstable sources).

At least it works well here with the dpkg from lenny. Looking at the
size of the source package and the potential problems with missing
licenses etc. I don't think the upload to the archive will happen very
soon :)

Teemu
This file will describe the copyrights and licenses for all files in the
OpenCASCADE distribution.
Current status:
ros/src: 6/536 directories audited

Files: ros/src/Adaptor2d/*
Copyright: 1992-1995 Matra Datavision
License: other
 - Only .cdl files have copyright notices
 - No license mentioned

Files: ros/src/Adaptor3d/*
Copyright: 1992-1994, 1998 Matra Datavision
License: other
 - Only .cdl files have copyright
 - No license mentioned
 - Note: Adaptor3d_GenHSurface.lxx is newer (1995) than .cdl (1994)
 - Note: Adaptor3d_CurveOnSurface.cxx indicates modifications through 2002
 - Note: Adaptor3d_TopolTool.cdl indicates modifications through 2005

Files: ros/src/AdvApp2Var/*
Copyright: 1996-1997 Matra Datavision
License: other
 - Only .cdl files have copyright notices
 - No license mentioned
 - Note: AdvApp2Var_Patch.cxx is newer (1998) than .cdl (1997)

Files: ros/src/AdvApprox/*
Copyright: 1993-1996 Matra Datavision
License: other

Files: ros/src/AIS/*
Copyright: 1992, 1995-1998, 2000-2001 Matra Datavision
License: other 
 - Only .cdl files have copyright notices
   (Exception: AIS_Circle.cxx has copyright notice)
 - No license mentioned
 - Note: AIS.cdl indicates modifications through 2003
 - Note: AIS_NDataMapOfTransientIteratorOfListTransient.hxx indicates creation 
date is 2003
 - Note: AIS_NListIteratorOfListTransient.hxx indicates creation date is 2003
 - Note: AIS_NListTransient.hxx indicates creation date is 2003

Files: ros/src/Triangle/*
Copyright:
License: other
 - Triangle_CMPLRS.edl occcallback.cxx Copyright 2003 Open CASCADE, no license
 - Triangle.hxx Copyright 2004 Open CASCADE, no license
 - triangle.c:
   Copyright 1993, 1995, 1997, 1998, 2002 Jonathan Richard Shewchuk
 * NON-FREE LICENSE forbids receiving compensation for distribution and
   requires direct arrangement with author if part of a commercial system.
 - triangle.h:
   Copyright 1996 Jonathan Richard Shewchuk
   No license mentioned


Bug#426581: meshlab - anyone still working on this

2008-04-30 Thread Teemu Ikonen
On Tue, Apr 29, 2008 at 3:59 AM, Yaroslav Halchenko
[EMAIL PROTECTED] wrote:
 first -- just to make sure
  http://esko.osmas.info/~tmx/meshlab/meshlab_1.1.1-1.dsc
  this one? not the newer by mod date but not in version
  http://esko.osmas.info/~tmx/meshlab/meshlab_1.1.0b~cvs20070528-1.dsc

  right?
  or was it sponsored already? (I just get into the mailing list for a
  while and that is where my procmail put the email... sorry about the
  delay

Hi,

I uploaded the latest version of the meshlab source package to
mentors.debian.net in an effort to find a sponsor:
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=meshlab

The package still has no sponsor, so please consider becoming one :)

Best regards,

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#244582: ufo:ai - license problems and packaging

2008-04-28 Thread Teemu Ikonen
Florian Ludwig wrote:
  * Rename ufoai-data-music to ufoai-music, install just ogg-files
instead of packing into pk3

I guess its because of putting .ogg files in a zip-archive is not
useful in terms of compression you've done this?

Yes. Also, the music is nice and could be played outside of the game as well.

  * Set BASEDIR to empty string
Why?

Mostly esthetic reasons. If BASEDIR is set to something, then this
directory will be the only file in $HOME/.ufoai/2.2 for example, which
is silly. I agree that this is incompatible with the pure SVN builds
and can cause problems, so I'm not totally against changing it back to
base.

Best,

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#464400: opencascade packages

2008-04-18 Thread Teemu Ikonen
On Thu, Apr 17, 2008 at 8:23 PM, Adam C Powell IV [EMAIL PROTECTED] wrote:
  I haven't had much time for this recently, but my todo list consists of:

   * Switch to the tarball used by FreeBSD (and soon Gentoo) at:
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/thierry/
   * Conduct a thorough license/copyright audit of the tarball to
 make sure we have everything documented in the copyright file.
   * Upload to non-free, will probably take several iterations to get
 in.
   * Separate out the non-free bits.
   * Upload to main with non-free parts in separate package, again
 will probably take several iterations.
   * Use Jason Kraftcheck's scripts to separate it into a few
 packages, and re-upload.

Sounds like a good plan in general, but will the FreeBDS tarball stay
up to date with the upstream version? Well, maybe it's too early to
worry about that.

  Are you interested in helping with any of the above?

Yes, but I can't guarantee I can spend much time on opencascade. I'm
interested in free tools for 3D CAD, and as a first step I would like
to be able to display a 3D models from IGES files. Apparently FreeCAD
( http://juergen-riegel.net/FreeCAD/Docu/index.php?title=Main_Page )
can do this, but it needs Opencascade to compile.

If you get a repository in Alioth (I prefer git or bzr, but can work
with other systems as well), I can try to do something.

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#464400: opencascade packages

2008-04-17 Thread Teemu Ikonen
Adam C Powell IV [EMAIL PROTECTED] wrote:
 I am packaging OpenCASCADE, a powerful computer-aided engineering (CAE)
...
 The current package is at http://lyre.mit.edu/~powell/opencascade/ .

Hi,

Has there been any progress on getting these packages to the archive lately?

Is the licensing situation still unclear?

Best,

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426581: meshlab - anyone still working on this

2008-04-15 Thread Teemu Ikonen
On Fri, Apr 4, 2008 at 6:21 PM, Teemu Ikonen [EMAIL PROTECTED] wrote:
 On Fri, Apr 4, 2008 at 4:15 PM, Yaroslav Halchenko
  [EMAIL PROTECTED] wrote:
   So what was the outcome? ;-) 1.1.1 upstream is out but ITP is still
open. Is help/sponsoring needed?

Ok, I updated the package to 1.1.1, it can be found at
http://esko.osmas.info/~tmx/meshlab/

I found no problems in my testing, so I think the package is close to
being ready. Now the only thing missing is a sponsor. Ian, Yaroslav?

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#244582: ufoai packages

2008-03-23 Thread Teemu Ikonen
Hi,

There's been some progress in the packaging of ufoai 2.2. Attached to
this mail is a wig and pen style debian.tar.gz archive containing the
debian dir and a quilt patch series. To build, unpack the archive and
run the get-orig-source target of debian/rules. This will build an
orig.tar by exporting from upstream SVN. The orig.tar should then be
unpacked and the debian dir copied on top of the source directory.
After that run debian/rules binary. Be warned that the compilation of
the maps takes ages ( 12 h here).

Teemu


ufoai_2.2.1~svn15680.debian.tar.gz
Description: GNU Zip compressed data


Bug#426581: meshlab - anyone still working on this

2008-03-18 Thread Teemu Ikonen
On Sat, Mar 8, 2008 at 7:00 PM, Paolo Cignoni [EMAIL PROTECTED] wrote:
  we are going to release the v1.1.1 of meshlab
  and i have arranged the source with hopefully all the issues that you
  have raised.

  Before releasing officially , could you check that the following sources are 
 ok?
  http://vcg.isti.cnr.it/~cignoni/meshlab_20080308.tgz

Hi,

I've updated my package to this version. The new source package is at
http://esko.osmas.info/~tmx/meshlab/
and at the launchpad site.

Best,

Teemu


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#467655: ITP: cbflib -- C library for accessing Crystallographic Binary Files

2008-02-28 Thread Teemu Ikonen
On Wed, Feb 27, 2008 at 2:08 AM, Charles Plessy
[EMAIL PROTECTED] wrote:
 Le Tue, Feb 26, 2008 at 07:19:26PM +0100, Teemu Ikonen a écrit :
   Package: wnpp
   Severity: wishlist
   Owner: Teemu Ikonen [EMAIL PROTECTED]

 Description : C library for accessing Crystallographic Binary Files

  Have you considered team maintainance? In the order of relevance, there
  are three Alioth projects where you could host your packages: debichem,
  debian-med, pkg-science.

In principle team maintenance would be great. In practice the current
efforts in alioth have some technical problems. The practice seems to
be to store only the debian dir to the version control repository, but
one usually needs to patch the upstream source, even if only the
makefiles. This then leads to storing patch stacks in the debian dir,
which is rather cumbersome (more arguments here:
http://kitenet.net/~joey/blog/entry/dpatch_dbs_etc_etc_etc_etc_considered_harmful/
)

For my packages, I try to have a version controlled debian branch at
some public location (launchpad seems to have the lowest barrier to
entry and supports a decent VCS), and will gladly give commit rights
to people who are interested in helping.

Best,

Teemu




Bug#244582: ufoai packages

2008-02-27 Thread Teemu Ikonen
On Tue, Feb 26, 2008 at 4:59 PM, Jon Dowland
[EMAIL PROTECTED] wrote:
  I'm happy to import a ./debian directory to the repository for you
  whilst you are going through the above process. I'll also happily apply
  patches to it (I'll read 'em first of course ;))

  Is the package at getdeb the most recent one? If so give me the nod and
  I'll import it.

The packaging in upstream SVN is more up to date than the version on
getdeb.net. I've contacted the authors and asked if they want to start
collaborating with Debian games.

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#467655: ITP: cbflib -- C library for accessing Crystallographic Binary Files

2008-02-26 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist
Owner: Teemu Ikonen [EMAIL PROTECTED]

* Package name: cbflib
  Version : 0.7.9
  Upstream Author : Herbert J. Bernstein [EMAIL PROTECTED] 
* URL : http://www.bernstein-plus-sons.com/software/CBF/
* License : GPL
  Programming Lang: C
  Description : C library for accessing Crystallographic Binary Files

 CBFlib is a library of ANSI-C functions providing a simple mechanism
 for accessing Crystallographic Binary Files (CBF files) and 
 Image-supporting CIF (imgCIF) files. The CBFlib API is loosely based
 on the CIFPARSE API for mmCIF files. CBFlib performs validation 
 checks on reading of a CBF. If a dictionary is provided, values will 
 be validated against dictionary ranges and enumerations. Tags 
 missing under parent-child relationships or category key 
 requirements will be reported. CBFlib provides functions to create, 
 read, modify and write CBF binary data files and imgCIF ASCII data 
 files.


Preliminary packages soon at http://esko.osmas.info/~tmx/cbflib/

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#244582: ufoai packages

2008-02-25 Thread Teemu Ikonen
On Sat, Feb 23, 2008 at 11:32 PM, Cyril Brulebois
[EMAIL PROTECTED] wrote:
 On 23/02/2008, Yann Dirson wrote:
Why not just using the pkg-games svn to store the debian/
directory?
   It's just that there is a debian/ tree in upstream SVN, because I
[...]
  I see. Common situation actually. You're welcome to host the debian/
  directory in pkg-games's svn anyway, which is far better than an
  upstream debian/ directory (see Joey Hess's blog for such reasons).

Ok, does one need to be a DD in order to upload the debian-dir to the
pkg-games SVN? Any other hints to using the SVN server than in
http://wiki.debian.org/Games/SVN ?

Yann, since the packaging is mostly your work, do you want to fix the
remaining bugs and upload it to pkg-games?

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426581: meshlab - anyone still working on this

2008-02-23 Thread Teemu Ikonen
On Fri, Feb 22, 2008 at 10:06 PM, Ian Jackson
[EMAIL PROTECTED] wrote:
 Teemu Ikonen writes (Re: Bug#426581: meshlab - anyone still working on 
 this):
After I built it (on lenny), I ran meshlab from an xterm.  It opened
an entirely blank override-redirect pale grey window covering the top
left area of my display, as well as the main window.  What is that
blank window for ?  Can it be got rid of ?
   I cannot repeat this.
  What is your window manager ?  See my mail just sent for more
  information about this.

I run standard Gnome with Metacity. Looking at Paolos mail on this
subject, this may be a bug in QT, or in the window manager you are
using.

  However I have discovered one thing that we in Debian ought to
  consider release-critical: I have discovered that the program prompted
  me that a new version had been released.  This is presumably achieved
  by contacting some upstream server to check.

  Paulo, is that correct ?

  I'm afraid that it is not acceptable for a program packaged for Debian
  to phone home like this and that feature must be disabled before we
  upload it even to unstable.

I don't like this either, but is this really against the letter of the
DFSG, policy or the social contract? On the other hand Paolo
(perhaps?) needs to collect statistics in order to secure funding for
his work. This is a common problem with software written by scientists
on grant money, and I'm afraid the usual solution is binary-only
releases and not allowing  redistribution, which then supposedly makes
download statistics somewhat representative of actual usage.

At least when open source software phones home, one has the
possibility to check what information is being sent. Maybe the best
solution would be to have a pop-up dialog asking permission to phone
home, with an Always allow / deny from now on option. In Windows
this dialog comes with the firewall :)

If I run the program with --help or -h, it tries to open them as
files.  It ought at least to bomb out with a message saying please
refer to the meshlab wiki (with a URL).
   Upstream.
  If I provide a patch will you incorporate it in your package ?  I can
  do it as a bzr branch or an emailed diff, whichever you prefer.

Patches to the packaging are of course welcome. Unified diffs by mail
are probably the least inconvenient option.

Teemu



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426581: meshlab - anyone still working on this

2008-02-12 Thread Teemu Ikonen
On Feb 9, 2008 7:08 PM, Ian Jackson [EMAIL PROTECTED] wrote:
 Teemu Ikonen writes (Re: Bug#426581: meshlab - anyone still working on 
 this):
  http://esko.osmas.info/~tmx/meshlab/
 I've reviewed this and it's looking reasonably good.

Hi Ian, Paolo and others,

Thanks for the review. I fixed the problems you found except these:

 After I built it (on lenny), I ran meshlab from an xterm.  It opened
 an entirely blank override-redirect pale grey window covering the top
 left area of my display, as well as the main window.  What is that
 blank window for ?  Can it be got rid of ?

I cannot repeat this.

 I tested it on a .off from the [EMAIL PROTECTED] library and it seemed to more
 or less work.  However there were a couple of things which made it
 segfault.  For example, if I select any shader other than none, or if
 I ask for `Edit / Vertex painting' and then click on the object.  I
 assume that these are installation problems of some kind (ie, bugs in
 the packaging).

Edit / Vertex painting works here. The shaders crash here as well, but
AFAIK they need hardware support to work, which I do not have here.
Meshlab should check if GL_ARB_vertex_shader and
GL_ARB_fragment_shader extensions are available, before trying to use
them. I don't have time to start fixing this, or other upstream bugs.
Paolo, can you help here?

 If I run the program with --help or -h, it tries to open them as
 files.  It ought at least to bomb out with a message saying please
 refer to the meshlab wiki (with a URL).

Upstream.

 Eyeballing the patch I notice an awful lot of
  -INCLUDEPATH  += ../.. ../../../../sf ../../../../code/lib/glew/include
  +INCLUDEPATH  += ../.. ../../../../sf
 Maybe it would be possible to suggest to prepare a patch for upstream
 submission which replaces   ../../../../code/lib/glew/include  with
 $(GLEWINCLUDEPATH) or some such, which would be set in one place.
 Likewise various places where glew.c is referred to.

I cleaned up my build / directory / etc. hacks a bit, and attached
separate patches to this mail for Paolos convenience, if he chooses to
implement them in his sources. Although I'm sure he'll find better
solutions himself :)

I updated the package and put it to again to
http://esko.osmas.info/~tmx/meshlab/
but as there are still problems (mainly with the shaders), maybe the
package is not quite ready yet.

Teemu
=== modified file 'meshlab/src/meshlab/interfaces.h'
--- meshlab/src/meshlab/interfaces.h	2008-01-30 15:46:19 +
+++ meshlab/src/meshlab/interfaces.h	2008-02-11 15:14:21 +
@@ -223,12 +223,16 @@
 	
 	static QString getPluginDirPath()
 	{
+	#if defined(DEBIAN)
+	QDir pluginsDir(QString(/usr/lib/meshlab));
+	#else
 		QDir pluginsDir(getBaseDirPath());
 		if(!pluginsDir.exists(plugins))
 QMessageBox::warning(0,Meshlab Initialization,Serious error. Unable to find the plugins directory.);
 		
 		pluginsDir.cd(plugins);
-		return pluginsDir.absolutePath();
+		#endif
+	return pluginsDir.absolutePath();
 	}
 };
 

=== modified file 'meshlab/src/meshlab/meshlab.pro'
--- meshlab/src/meshlab/meshlab.pro	2008-02-11 11:51:26 +
+++ meshlab/src/meshlab/meshlab.pro	2008-02-11 15:14:21 +
@@ -71,6 +71,7 @@
 
 DEFINES += GLEW_STATIC
 LIBS += -lGLEW
+DEFINES += DEBIAN
 
 INCLUDEPATH += . ../../../sf ../../../code/lib/glew/include
 CONFIG += stl

=== modified file 'meshlab/src/meshlabplugins/filter_ao/filter_ao.cpp'
--- meshlab/src/meshlabplugins/filter_ao/filter_ao.cpp	2008-01-30 15:46:19 +
+++ meshlab/src/meshlabplugins/filter_ao/filter_ao.cpp	2008-02-11 15:14:21 +
@@ -711,8 +711,10 @@
 
 void AmbientOcclusionPlugin::set_shaders(char *shaderName, GLuint v, GLuint f, GLuint pr)
 {	
-	QDir shadersDir = QDir(qApp-applicationDirPath());
-
+#if defined(DEBIAN)
+QDir shadersDir = QDir(QString(/usr/share/meshlab/shaders));
+#else
+QDir shadersDir = QDir(qApp-applicationDirPath());
 
 #if defined(Q_OS_WIN)
 	if (shadersDir.dirName() == debug || shadersDir.dirName() == release || shadersDir.dirName() == plugins  )
@@ -734,7 +736,8 @@
 		QMessageBox::information(0, Ambient Occlusion Plugin,Unable to find the shaders directory.\nNo shaders will be loaded.);
 		return;
 	}
-
+#endif // DEBIAN
+   
 	f = glCreateShader(GL_FRAGMENT_SHADER);
 	v = glCreateShader(GL_VERTEX_SHADER);
 

=== modified file 'meshlab/src/meshlabplugins/filter_ao/filter_ao.pro'
--- meshlab/src/meshlabplugins/filter_ao/filter_ao.pro	2008-02-11 11:51:26 +
+++ meshlab/src/meshlabplugins/filter_ao/filter_ao.pro	2008-02-11 15:14:21 +
@@ -13,6 +13,7 @@
 .
 DEFINES += GLEW_STATIC
 LIBS += -lGLEW
+DEFINES += DEBIAN
 
 win32{
   DEFINES += NOMINMAX

=== modified file 'meshlab/src/meshlabplugins/meshrender/meshrender.cpp'
--- meshlab/src/meshlabplugins/meshrender/meshrender.cpp	2008-01-30 15:46:19 +
+++ meshlab/src/meshlabplugins/meshrender/meshrender.cpp	2008-02-11 15:14:21 +
@@ -106,6 +106,9 @@
 	qaNone-setCheckable(false);
 	actionList  qaNone

Bug#426581: meshlab - anyone still working on this

2008-02-01 Thread Teemu Ikonen
On Jan 29, 2008 6:42 PM, Paolo Cignoni [EMAIL PROTECTED] wrote:
 Hi to all,
 With the new release 1.1.0
 i have prepared, as you requested, a tarball with (hopefully) all the
 needed sources (including vcg)
 it is available at sourceforge at

 http://downloads.sourceforge.net/meshlab/MeshLabSrc_v110.tgz

Great! This makes packaging really much easier. I remade my packaging branch at
https://code.launchpad.net/meshlab to use the new release. I think the
package is now close to being good enough to upload to the archive,
the only obstacle is the obsolete lib3ds-dev in Debian. That just
requires someone to NMU it since the changes needed to build the new
version are really small, and given in a patch at bug #463108.

For people who want to test the package without using bzr, the source
package is also at
http://esko.osmas.info/~tmx/meshlab/
Remember to use version 1.3.0 of lib3ds.

In order to get the package uploaded, I would need a sponsor /
co-maintainer. Any volunteers?

As for the meshlab release, I found a couple of small issues that
should be fixed upstream (but are now patched in the Debian source):
- ui_painttoolbox.h is not created during build
- build fails due to private variable access in one of the plugins,
see attached patch

Teemu

 Once untarred it should contain most of the needed libs.
 The only depending stuff that should be managed by hand
 is the lib3ds, for which we need the 1.3 version

 I have set up a page of the documentation explaining what is needed
 and how to compile
 http://meshlab.sourceforge.net/wiki/index.php/Compiling

 Let me know if i can help in some way

 p.
=== modified file 'meshlab/src/meshlabplugins/render_rm/glstateholder.h'
--- meshlab/src/meshlabplugins/render_rm/glstateholder.h	
2008-01-30 15:46:19 +
+++ meshlab/src/meshlabplugins/render_rm/glstateholder.h	
2008-01-31 15:09:44 +
@@ -160,7 +160,7 @@
 class GLStateHolder : public QObject
 {
 	Q_OBJECT
-
+friend class RmMeshShaderRenderPlugin;
 // private data members
 private:



Bug#426581: meshlab - anyone still working on this

2008-01-29 Thread Teemu Ikonen
Hi all,

I made a small effort to bring the meshlab package up to date with the
current CVS version, but had to give up. There were some errors on the
code, such as missing functions or declarations (I probably hit the
CVS on a wrong day), but what stopped me was that the dependency on
lib3ds-dev is to version 1.3.0, which is not in Debian yet (bug report
filed, see #463108).

In order to let others take a stab on packaging, I will let launchpad
host my bzr branches, and will grant access to anyone who's interested
(Gurkan?). Launchpad should also automatically import code from the
sourceforge CVS to the trunk branch. See
https://code.launchpad.net/meshlab if interested.

Code tarballs from upstream with the useful parts from vcg needed to
build meshlab would really help. Now the meshlab-debian branch at
launchpad has these bits copied manually from a CVS checkout made on
the same day as meshlab was updated.

Best,

Teemu

On Jan 24, 2008 10:38 PM, Paolo Cignoni [EMAIL PROTECTED] wrote:
 Hi,
 I do not have a debian machine directly available for testing,nor i
 know how to build debian packages,
 but I can help any volunteer in this task.

 Version 1.1.0 is almost ready
 so if also a debian version would be ready i will be really happy.

 Feel free to ask me, (and/or to the meshlab devel maililing list)

 Cheers

 Paolo Cignoni
 (the lead devel of meshlab)



 On Jan 24, 2008 8:50 PM, Ian Jackson [EMAIL PROTECTED] wrote:
  Is anyone still working on the meshlab package (and the vcg library) ?
 
  I have a use for it and hoped to find a package, or failing that I
  might try to put one together myself.
 
  How far has anyone got ?  Any information or pointers would be
  valuable.
 
  I found this:
http://gnu.ethz.ch/debian/meshlab/
  which is shall we say a surprising way of distributing source for
  Debian and is clearly very much a work in progress.
 
  If someone wants to make a package suitable for me to sponsor that
  would be fine by me too.
 
  Regards,
  Ian.
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426581: ITP: meshlab -- System for processing and editing triangular meshes

2008-01-25 Thread Teemu Ikonen
On Jan 23, 2008 3:47 PM, Gürkan Sengün [EMAIL PROTECTED] wrote:
 What's the status on this?

Hi Gurkan,

No progress recently. I started to wait for the next release in order
to update the debian package, but that hasn't happened yet. I have the
debian sources, based on 8 months old CVS version online in bzr at
http://www.osmas.info/~tmx/bzr/meshlab/meshlab-debian/

You're welcome to take over the packaging of Meshlab, if you wish.

Teemu




Bug#426581: ITP: meshlab -- System for processing and editing triangular meshes

2008-01-25 Thread Teemu Ikonen
On Jan 25, 2008 12:40 PM, Gürkan Sengün [EMAIL PROTECTED] wrote:
  No progress recently. I started to wait for the next release in order
  to update the debian package, but that hasn't happened yet. I have the
  debian sources, based on 8 months old CVS version online in bzr at
  http://www.osmas.info/~tmx/bzr/meshlab/meshlab-debian/
 Oh that sounds good, so what about we co-maintain the package?

No problem, although I may not have that much time to contribute at the moment.

  You're welcome to take over the packaging of Meshlab, if you wish.
 MeshLab doesn't look too hard, but having its build-depends, as in the
 vcg library? Did you have a look at that yet?

According to upstream, the VCG library is very tightly coupled to
Meshlab, and they should be updated (from CVS) together. I solved this
simply by importing the VCG sources to the debian orig.tar and not
having a separate package for VCG.

I have some other bzr branches of Meshlab and VCG in my computer,
which I also can put online (upstream sources contain some non-DFSG
material which needs to be pruned from the Debian sources), but
unfortunately not just now, maybe tomorrow.

Best,

Teemu




Bug#426581: ITP: meshlab -- System for processing and editing triangular meshes

2007-05-29 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist
Owner: Teemu Ikonen [EMAIL PROTECTED]

* Package name: meshlab
  Version : 1.1.0b
  Upstream Author : Paolo Cignoni [EMAIL PROTECTED]
* URL : http://meshlab.sourceforge.net/
* License : GPL
  Programming Lang: C++
  Description : System for processing and editing triangular meshes

 MeshLab is an open source, portable, and extendible system for the
 processing and editing of unstructured 3D triangular meshes.
 The system is aimed to help the processing of the typical not-so-small
 unstructured models arising in 3D scanning, providing a set of tools for
 editing, cleaning, healing, inspecting, rendering and converting this kind
 of meshes.
 .
 Meshlab can read files in these formats: PLY, STL, OFF, OBJ, 3DS, COLLADA
 and PTX. It can write PLY, STL, OFF, OBJ, 3DS, COLLADA, VRML, and DXF.
 .
 Homepage: http://meshlab.sourceforge.net/

I will put preliminary versions of the package to 
http://www.helsinki.fi/~tpikonen/meshlab/
as soon as they're ready.

Teemu

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (450, 'testing'), (400, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#352551: rasmol

2006-02-13 Thread Teemu Ikonen
retitle 352551 ITA: rasmol -- Visualize biological macromolecules
owner 352551 Teemu Ikonen [EMAIL PROTECTED]
thanks

Since I'm the author of the current packaging, I can adopt rasmol. If
someone else really wants it though, I will gladly hand it away.

I will also need a sponsor. There's a new, GPL'd upstream version
coming, which is in beta at the moment. This should probably be
uploaded to experimental.

Teemu



Bug#327854: ITP: imview-doc -- The manual for Imview

2005-09-12 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist
Owner: Teemu Ikonen [EMAIL PROTECTED]


* Package name: imview-doc
  Version : 1.0.1
  Upstream Author : Hugues Talbot [EMAIL PROTECTED]
* URL : http://www.cmis.csiro.au/Hugues.Talbot/imview/
* License : GFDL
  Description : The manual for Imview

 This is the complete user manual for Imview, an image viewing and analysis
 application found in the Debian package imview.
  

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325159: RFP: owfs -- 1-wire interface library and programs

2005-08-26 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist


* Package name: owfs
  Version : 2.1.0
  Upstream Author : Paul H. Alfille [EMAIL PROTECTED]
* URL : http://owfs.sourceforge.net
* License : GPL
  Description : 1-wire interface library and programs

1-wire filesystem
A suite of programs to use the Dallas Semiconductor, Inc
1-wire chips and iButtons from the command line, web interface,
or several languages (tcl, perl, php, python).
These chips include temperature, humidity, voltage sensors,
switches and resistors, memory and logging and encryption.
Local (serial/usb) and remote (tcp) connections are supported.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#226436: Outstanding ITP - imview

2005-01-03 Thread Teemu Ikonen
Imview has been packaged for almost a year now, the source can be downloaded
from mentors.debian.net.

I initially looked around for a sponsor, but no-one I asked expressed any
interest. If anyone wants to sponsor this package please contact me.

Teemu



Bug#226436: ITP: imview -- Image viewing and analysis application

2004-01-06 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist

* Package name: imview
  Version : 1.1.2
  Upstream Author : Hugues Talbot [EMAIL PROTECTED]
* URL : http://www.cmis.csiro.au/Hugues.Talbot/imview/
* License : GPL
  Description : Image viewing and analysis application

 Imview is an image viewing and an image analysis application which
 .
  * Displays a large number of image formats.
  * Displays 2D or 3D (as slices) images with a very good zoom and pan
feature.
  * Displays all pixel types (1-bit to 64-bit data, integer or floating
point).
  * And much more!