Bug#876695: Fixed upstream

2017-12-10 Thread Nicolas Guilbert

Hi Leo,

that sounds great - are you planning a release soon?

Cheers


 Nicolas


On 12/10/2017 09:01 PM, Leonardo Zide wrote:
I believe part of this change 
https://github.com/leozide/leocad/commit/33f33af0aaca49bd4b02a1596e2c677dbd1c4063 
will fix the problem. Right now upstream compiles for iOS, which also 
only has GL ES.




Bug#874858: Please help switching edfbrowser to Qt5

2017-09-10 Thread Nicolas Guilbert

PS:


On 09/10/2017 08:50 AM, Nicolas Guilbert wrote:



- , qt4-qmake
- , libqt4-dev
- , libqt4-opengl-dev
+ , qt5-qmake
+ , qtbase5-dev
+ , qtbase5-dev-tools
+ , libqt5opengl5-dev
+ , qttools5-dev-tools

was the minimal set that did the job for me.

and you'll need a

+export QT_SELECT=qt5

in debian/rules.

See the relevant commit in

https://anonscm.debian.org/cgit/debian-lego/leocad.git/commit/?id=33f820a6995d6892065acf8907148dc154318c03


Cheers,


Nicolas



Bug#874858: Please help switching edfbrowser to Qt5

2017-09-10 Thread Nicolas Guilbert

Hi Andreas,

On 09/10/2017 07:56 AM, Andreas Tille wrote:

Hi,

I tried to switch edfbrowser[1] from Qt4 to Qt5 since upstream confirmed that
it builds with Qt5.  I tried the following patch:

diff --git a/debian/control b/debian/control
index b5f9eec..a24d609 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Uploaders: Bas Zoetekouw ,
  Section: science
  Priority: optional
  Build-Depends: debhelper (>= 10),
-   libqt4-dev,
-   qt4-qmake
+   qt5-qmake,
+   qtbase5-dev


The change

- , qt4-qmake
- , libqt4-dev
- , libqt4-opengl-dev
+ , qt5-qmake
+ , qtbase5-dev
+ , qtbase5-dev-tools
+ , libqt5opengl5-dev
+ , qttools5-dev-tools

was the minimal set that did the job for me.

I guess you won't need libqt5opengl5-dev.

Cheers


 Nicolas



Bug#755437: leocad suggests ldraw-parts since 0.80.3-1

2015-02-12 Thread Nicolas Guilbert

Nicolas,

the leocad package suggests ldraw-parts since 0.80.3-1 which should fix 
the issue about the minimal parts set (apt-get install leocad 
--install-suggests).


Concerning the parts not being visible, I cannot reproduce that error. 
Is it still a problem?



Best regards


 Nicolas


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



Bug#727644: ITP: snap-byob -- ITP: snap-byob -- A block-based drag-and-drop programming environment

2013-10-24 Thread Nicolas Guilbert
Package: wnpp
Severity: wishlist
Owner: Nicolas Guilbert 

* Package name: snap-byob
  Version : 4.0
  Upstream Author : Jens Mönig 
* URL : http://snap.berkeley.edu
* License : AGPL
  Programming Lang: Javascript
  Description : ITP: snap-byob -- A block-based drag-and-drop programming 
environment

 Snap! (formerly BYOB) is a visual drag-and-drop programming language
 designed for the creation of interactive stories, animations, games, music,
 and art.
 It is an extended reimplementation of Scratch (a project of the Lifelong 
 Kindergarten Group at the MIT Media Lab) that allows you to Build Your 
 Own Blocks.
 .
 Snap! is designed to help young people develop 21st century learning skills. 
 As they create Snap! projects, they learn important mathematical and
 computational ideas, while also gaining a deeper understanding of the process 
of
 design.
 .
 It also features first class lists, first class procedures,
 and continuations. These added capabilities make it suitable for a serious
 introduction to computer science for high school or college students.


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



Bug#711830: ITA: leocad -- virtual brick CAD software

2013-07-05 Thread Nicolas Guilbert
I would like to adopt the package.


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



Bug#711830: Picking up the orphaned Leocad

2013-07-02 Thread Nicolas Guilbert
I would like to adopt the package.


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



Bug#698384: ITP: libmindstorms -- A C++ library to control a Lego Mindstorms brick

2013-01-17 Thread Nicolas Guilbert
Package: wnpp
Severity: wishlist
Owner: Nicolas Guilbert 

* Package name: libmindstorms
  Version : 0.0.1
  Upstream Author : Nicolas Guilbert 
* URL : https://gitorious.org/mindstorms/libmindstorms
* License : LGPL
  Programming Lang: C++
  Description : A C++ library to control a Lego Mindstorms brick

A C++ library to control a Lego Mindstorms NXT brick via bluetooth. Some third 
party sensors are supported and support for further sensors can easily be 
included.

Orginal code by and...@mindstorms.dk


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



Bug#387137: [Pkg-octave-devel] Bug#387137: spkron(a, b) not working when arguments are scalar

2006-09-12 Thread Nicolas Guilbert

On 9/12/06, Thomas Weber <[EMAIL PROTECTED]> wrote:




Try
spkron(sparse(2), sparse(3))

I don't consider this a bug. The overhead for sparse-implementations
just doesn't make sense for scalars.

Regards
Thomas



The concrete problem is that my code will run fine with full matrices,
until one of these matrices some day turns out to have dimension 1x1.

I would prefer being hit by the error at implementation time, for
instance by spkron() not working on full matrices.

brgds
Nicolas


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



Bug#387137: spkron(a,b) not working when arguments are scalar

2006-09-12 Thread Nicolas Guilbert

Package: octave2.9
Version: 2.9.8-1

Steps to reproduce:
octave-2.9.8:1> spkron(2,3)
error: octave_base_value::sparse_matrix_value(): wrong type argument `scalar'
error: octave_base_value::sparse_matrix_value(): wrong type argument `scalar'

would expect

ans =  6

Kernel: 2.6.17-1-686
libc: libc-2.3.6.so


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



Bug#384195: octave2.9 crashes for cumsum(zeros(1,0))

2006-08-22 Thread Nicolas Guilbert

Package: octave2.9
Version: 2.9.7-2

Steps to reproduce:
octave:1> cumsum(zeros(1,0))
panic: Floating point exception -- stopping myself...

Would expect ans==0


Kernel: 2.6.17-1-686
libc: libc-2.3.6.so


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