[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-04 Thread Iulian Udrea
It still failed to build on powerpc because of unmet dependencies:

The following packages have unmet dependencies:
  libqt4-dev: Depends: xlibmesa-gl-dev but it is not going to be installed or
   libgl-dev
  Depends: libglu1-xorg-dev but it is not going to be installed or
   libglu1-mesa-dev but it is not going to be installed or
   libglu-dev
  libsdl1.2-dev: Depends: libglu1-mesa-dev but it is not going to be installed
E: Broken packages

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-04 Thread Iulian Udrea
OK, I will restart them.

2009/2/4 tobydox 

> Any possibility to restart the failed builds? Looks like some build deps
> could not be satisfied on some platforms at build time (opengl dev
> headers) - however it looks like they're in place now.
>
> --
> Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
> https://bugs.launchpad.net/bugs/306974
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-04 Thread tobydox
Any possibility to restart the failed builds? Looks like some build deps
could not be satisfied on some platforms at build time (opengl dev
headers) - however it looks like they're in place now.

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread Launchpad Bug Tracker
This bug was fixed in the package lmms - 0.4.2-0ubuntu1

---
lmms (0.4.2-0ubuntu1) jaunty; urgency=low

  * New upstream release (LP: #306974, LP: #126026)
  * Dropped patches as merged by upstream:
- fix-crash-sample_track.dpatch
- remove-upstream-menu.dpatch
  * Removed build-dep dpatch
  * Updated build rules to work with cmake-based build system of LMMS 0.4.x
  * Updated build dependencies of new upstream version
  * Package correct library directory in 64 bit version
  * Package installed headers into lmms-dev
  * Updated copyrights to reflect recent contributions to upstream
  * Removed dependency libqt3-i18n as LMMS is Qt4 based and libqtcore4 ships
required files
  * Bumped required version of debhelper from 5 to 6

 -- Tobias DoerffelThu, 03 Feb 2009
14:05:36 +0100

** Changed in: lmms (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread Iulian Udrea
I have just uploaded it.  Thank you.

You can add the dependency on dpatch again when you create a patch,
there is no need to keep it if we don't have any patches.

** Changed in: lmms (Ubuntu)
   Status: Incomplete => Fix Committed

** Changed in: lmms (Ubuntu)
 Assignee: (unassigned) => Iulian Udrea (iulian)

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread tobydox
Thanks for your remarks. I hope to have addressed all of them now.
Attached is a new patch. I'm however still unsure about the dpatch
stuff. For now I removed it but IMHO we should keep dpatch support as
some patches will appear soon (at least I plan to provide some, as 0.4.3
probably won't make it into Jaunty anymore).

** Attachment added: "lmms_0.4.2-0ubuntu1.diff.gz"
   http://launchpadlibrarian.net/21945910/lmms_0.4.2-0ubuntu1.diff.gz

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread Iulian Udrea
Thank you for the updated version.  Unfortunately, I still have some
remarks.

You've added a build-dep on g++ and make.  You don't need to add them,
because they are included in the build essential package.  You may add
them only if a particular version of that package is required.  That
being said, if you need them, please add their version as well.

You can remove dpatch from Build-Depends, we don't need it anymore as
there are no more patches.

You bumped debhelper's version and you didn't mention it in
debian/changelog.

You've also removed libqt3-i18n from Depends.  Is there a reason why you
did this?  Please document that in debian/changelog as well.

Please note that it is very important to document every change you made
to a package in debian/changelog.  That will help us to see what was
changed and so forth.

I think that's all.  The next version might be uploaded.

Thank you for your work.

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread tobydox
ok, here's an improved diff.gz which has all changes described and also
less modifications compared to 0.3.2 package.

** Attachment added: "lmms_0.4.2-0ubuntu1.diff.gz"
   http://launchpadlibrarian.net/21929807/lmms_0.4.2-0ubuntu1.diff.gz

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread Dinxter
just to make clear, the patch attached was tobydox and not mine, just to
avoid any confusion

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread Iulian Udrea
Could you please just upgrade the package to the new version?  In this
case we don't increase the delta between Ubuntu and Debian.

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread Iulian Udrea
The Debian packaging is not done by you.

+Packaging:
+   The Debian packaging is (C) 2008, Tobias Doerffel 
 and
+   is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Please don't modify debian/copyright.

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread Iulian Udrea
You can also remove bug #299855 from debian/changelog.  It is already
marked as a duplicate of this bug.

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread Iulian Udrea
tobydox,

You've made changes to it and you didn't mention about them in
debian/changelog (see the diffstat).

** Attachment added: "diff"
   http://launchpadlibrarian.net/21925589/diff

** Attachment removed: "lmms_0.4.2-0ubuntu1.diff.gz"

   http://launchpadlibrarian.net/21923480/lmms_0.4.2-0ubuntu1.diff.gz

** Attachment removed: "debian diff for LMMS 0.4.2"

   http://launchpadlibrarian.net/21544531/lmms_0.4.2-1.diff.gz

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread Stochastic
actually fixed the version numbering on Dinxter's debian diff, sorry for
the bogus upload earlier.

** Attachment added: "lmms_0.4.2-0ubuntu1.diff.gz"
   http://launchpadlibrarian.net/21925198/lmms_0.4.2-0ubuntu1.diff.gz

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread tobydox
I attached a diff.gz with version 0.4.2-0ubuntu1

** Attachment added: "lmms_0.4.2-0ubuntu1.diff.gz"
   http://launchpadlibrarian.net/21925180/lmms_0.4.2-0ubuntu1.diff.gz

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread Iulian Udrea
Dinxter,

First of all thank you for taking the time to work on this.  The version
number is incorrect, it should be 0.4.2-0ubuntu1.  Once this is fixed, I
will take a closer look at it and upload if it's OK.

** Changed in: lmms (Ubuntu)
   Importance: Undecided => Wishlist
   Status: Confirmed => Incomplete

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread Stochastic
corrected version numbering on that debian diff

** Attachment added: "lmms_0.4.2-0ubuntu1.diff.gz"
   http://launchpadlibrarian.net/21923480/lmms_0.4.2-0ubuntu1.diff.gz

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread Stochastic
** Changed in: lmms (Ubuntu)
   Status: Fix Committed => Confirmed

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-02-03 Thread Stochastic
This is REALLY needed for this application.  Please sponsor before the
Jaunty Deadline.

** Changed in: lmms (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-01-22 Thread Dinxter
might have marked the wrong duplicate :) re -attaching tobydox debian
diff for LMMS 0.4.2

** Attachment added: "debian diff for LMMS 0.4.2"
   http://launchpadlibrarian.net/21544531/lmms_0.4.2-1.diff.gz

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2009-01-22 Thread Dinxter
have used both lmms 0.4.2 from source and also tobydox's ppa, the 0.4
series others significant improvements over 0.3.2 in jaunty, both in
terms of features and in stability. seems to make sense to replace
0.3.2 with the new 0.4.2 packages

** Changed in: lmms (Ubuntu)
   Status: New => Confirmed

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2008-12-20 Thread tobydox
Dave, LMMS 0.4.2 has been released and I strongly advice to upgrade the
packages in Ubuntu as the 0.3.x series is not maintained anymore and is
quite buggy compared to the 0.4.x series (which in wide parts was
rewritten).

You should be able to upload the LMMS packages at
https://launchpad.net/~tobydox/+archive with minimal modifications only.
I also recommend to upload/include lmms-extras as it contains
ZynAddSubFX integration into LMMS which is used by many people.

Thanks!

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2008-12-10 Thread tobydox
IMHO this is a duplicate of #299855 - Dave can you please check?

Furthermore I know the Debian maintainer of LMMS personally. He said he
won't upload (even to testing) until Lenny is released (and he's quite
busy with other stuff as well) so I'd be glad if you could take the LMMS
package from my PPA as base for the official package and upload it soon
:)

Besides this I advice to wait further 2 days because LMMS 0.4.1 with
important bug fixes will be released shortly.

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306974] Re: Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0

2008-12-10 Thread Dave Walker
Hi Jesse,

It's unlikely that LMMS will be backported to be in any Ubuntu that has
already been released.  It is however possible for it to be in the next
release of Ubuntu (Jaunty 9.04), which will be released in April 2009.
However, this package is merged from the Debian project which is still
showing 0.3.2.

I have emailed the Debian maintainer and asked if he is planning to
update the package, if he isn't then we can look at doing it ourself.

-- 
Wishlist: Replace LMMS 0.3.2 with LMMS 0.4.0
https://bugs.launchpad.net/bugs/306974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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