[Bug 825711] Re: scribus ftbfs on armel

2011-09-16 Thread Matthias Klose
1.4.0.dfsg~rc3+svn20110401-1.1ubuntu1 merged


** Changed in: scribus (Ubuntu Oneiric)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/825711

Title:
  scribus ftbfs on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scribus/+bug/825711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 825711] Re: scribus ftbfs on armel

2011-09-14 Thread Micah Gersten
This patch just made it into Debian, needs a merge.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/825711

Title:
  scribus ftbfs on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scribus/+bug/825711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 825711] Re: scribus ftbfs on armel

2011-09-13 Thread Jani Monoses
I filed a patch half a year ago upstream, the code uses qreal and double 
interchangeably in a lot of places.
It may need adjusting to the newer release.

http://bugs.scribus.net/view.php?id=9850

** Bug watch added: Scribus Mantis Bug Tracker #9850
   http://bugs.scribus.net/view.php?id=9850

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/825711

Title:
  scribus ftbfs on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scribus/+bug/825711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 825711] Re: scribus ftbfs on armel

2011-09-08 Thread Kate Stewart
** Tags added: rls-mgr-o-tracking

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/825711

Title:
  scribus ftbfs on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scribus/+bug/825711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 825711] Re: scribus ftbfs on armel

2011-09-02 Thread Ricardo Salveti
** Tags added: arm-porting-queue

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/825711

Title:
  scribus ftbfs on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scribus/+bug/825711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 825711] Re: scribus ftbfs on armel

2011-08-31 Thread Martin Pitt
** Changed in: scribus (Ubuntu)
Milestone: ubuntu-11.10-beta-1 => ubuntu-11.10-beta-2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/825711

Title:
  scribus ftbfs on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scribus/+bug/825711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 825711] Re: scribus ftbfs on armel

2011-08-13 Thread Dr. David Alan Gilbert
Looking at Qt's qglobal.h it looks like it defines qreal as float on ARM
(and a lot of non-x86)

In those scribus lines we have:

  ymax = qMax(ymax, gp.y());

 ymax is a qreal, gp is a Fpoint and gp.y is going to give a double.

Might get away with changing ymax to be a double, if the later qRound
that uses it will take it (it's defined again as taking a qreal, not
sure if the implicit cast will work) otherwise it's going to need a cast
somewhere.

Dave

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/825711

Title:
  scribus ftbfs on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scribus/+bug/825711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs