Re: joining the team

2016-04-07 Thread Nicholas D Steeves
Thank you for the help and advice!

Nicholas

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: RFS: audacious/3.6.2-2~bpo8+1 and audacious-plugins/3.6.2-2~bpo8+1

2016-04-07 Thread Nicholas D Steeves
ack, forgot the links:

http://mentors.debian.net/package/audacious

  Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/a/audacious/audacious_3.6.2-2~bpo8+1.dsc


http://mentors.debian.net/package/audacious-plugins

  Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/a/audacious-plugins/audacious-plugins_3.6.2-2~bpo8+1.dsc

On 7 April 2016 at 20:26, Nicholas D Steeves  wrote:
> Hi,
>
> I'm a member of the team, and I'd like to maintain backports of these
> packages for Jessie.  In particular I'm looking forward to 3.7.2 which
> updates the last.fm submission API to one that actually works ;-)  I
> thought it was more appropriate to post here first, but please let me
> know if you prefer an official RFS bug.
>
> Would ctaylor, bilalakhtar, Cyril Lavier, or someone else please
> sponsor this upload?
>
> Kind regards,
> Nicholas

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


RFS: audacious/3.6.2-2~bpo8+1 and audacious-plugins/3.6.2-2~bpo8+1

2016-04-07 Thread Nicholas D Steeves
Hi,

I'm a member of the team, and I'd like to maintain backports of these
packages for Jessie.  In particular I'm looking forward to 3.7.2 which
updates the last.fm submission API to one that actually works ;-)  I
thought it was more appropriate to post here first, but please let me
know if you prefer an official RFS bug.

Would ctaylor, bilalakhtar, Cyril Lavier, or someone else please
sponsor this upload?

Kind regards,
Nicholas

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#820347: marked as done (juce: diff for NMU version 4.1.0+repack-4.1)

2016-04-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Apr 2016 22:08:57 +
with message-id 
and subject line Bug#820347: fixed in juce 4.1.0+repack-5
has caused the Debian Bug report #820347,
regarding juce: diff for NMU version 4.1.0+repack-4.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
820347: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820347
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: juce
Version: 4.1.0+repack-4
Severity: serious
Tags: patch

Dear maintainer,

I have prepared a patch for juce, but I don't feel confident with it, so I 
didn't upload as NMU.

diff -Nru juce-4.1.0+repack/debian/changelog juce-4.1.0+repack/debian/changelog
--- juce-4.1.0+repack/debian/changelog  2016-03-28 21:17:30.0 +0200
+++ juce-4.1.0+repack/debian/changelog  2016-04-07 18:36:40.0 +0200
@@ -1,3 +1,10 @@
+juce (4.1.0+repack-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * fix build with libpng16.
+
+ -- Gianfranco Costamagna   Thu, 07 Apr 2016 
18:36:34 +0200
+
 juce (4.1.0+repack-4) unstable; urgency=medium

   * Updated B-D from libpng12-dev to libpng-dev.
diff -Nru juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch 
juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch
--- juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch   1970-01-01 
01:00:00.0 +0100
+++ juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch   2016-04-07 
18:38:04.0 +0200
@@ -0,0 +1,29 @@
+Description: Fix build with libpng16
+ This patch is inspired with the patch available at 
https://gist.github.com/balr0g/3004353
+Author: Gianfranco Costamagna 
+
+--- 
juce-4.1.0+repack.orig/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
 juce-4.1.0+repack/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
+@@ -320,7 +320,7 @@ namespace PNGHelpers
+ ^M
+ static void JUCE_CDECL errorCallback (png_structp p, png_const_charp)^M
+ {^M
+-longjmp (*(jmp_buf*) p->error_ptr, 1);^M
++setjmp(png_jmpbuf(p));^M
+ }^M
+ ^M
+ static void JUCE_CDECL warningCallback (png_structp, png_const_charp) {}^M
diff -Nru juce-4.1.0+repack/debian/changelog juce-4.1.0+repack/debian/changelog
--- juce-4.1.0+repack/debian/changelog  2016-03-28 21:17:30.0 +0200
+++ juce-4.1.0+repack/debian/changelog  2016-04-07 18:36:40.0 +0200
@@ -1,3 +1,10 @@
+juce (4.1.0+repack-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * fix build with libpng16.
+
+ -- Gianfranco Costamagna   Thu, 07 Apr 2016 
18:36:34 +0200
+
 juce (4.1.0+repack-4) unstable; urgency=medium
 
   * Updated B-D from libpng12-dev to libpng-dev.
diff -Nru juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch 
juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch
--- juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch   1970-01-01 
01:00:00.0 +0100
+++ juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch   2016-04-07 
18:38:04.0 +0200
@@ -0,0 +1,29 @@
+Description: Fix build with libpng16
+ This patch is inspired with the patch available at 
https://gist.github.com/balr0g/3004353
+Author: Gianfranco Costamagna 
+
+--- 
juce-4.1.0+repack.orig/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
 juce-4.1.0+repack/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
+@@ -320,7 +320,7 @@ namespace PNGHelpers
+ 
+ static void JUCE_CDECL errorCallback (png_structp p, png_const_charp)
+ {
+-longjmp (*(jmp_buf*) p->error_ptr, 1);
++setjmp(png_jmpbuf(p));
+ }
+ 
+ static void JUCE_CDECL warningCallback (png_structp, png_const_charp) {}
+@@ -442,8 +443,12 @@ namespace PNGHelpers
+ for (size_t y = 0; y < height; ++y)
+ rows[y] = (png_bytep) (tempBuffer + lineStride * y);
+ 
++png_bytep trans_alpha;
++int num_trans;
++png_color_16p trans_color;
++png_get_tRNS(pngReadStruct, pngInfoStruct,  _alpha, 
_trans, _color);
+ if (readImageData (pngReadStruct, pngInfoStruct, errorJumpBuf, 
rows))
+-return createImageFromData ((colorType & 
PNG_COLOR_MASK_ALPHA) != 0 || pngInfoStruct->num_trans > 0,
++return createImageFromData ((colorType & 
PNG_COLOR_MASK_ALPHA) != 0 || num_trans,
+ (int) width, (int) height, rows);
+ }
+ 
diff -Nru juce-4.1.0+repack/debian/patches/series 

juce_4.1.0+repack-5_amd64.changes ACCEPTED into unstable

2016-04-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 07 Apr 2016 22:18:20 +0200
Source: juce
Binary: libjuce0 libjuce-dev libjuce-doc introjucer juce-modules-source
Architecture: source
Version: 4.1.0+repack-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: IOhannes m zmölnig (Debian/GNU) 
Description:
 introjucer - JUCE's project management tool
 juce-modules-source - Jules' Utility Class Extensions (module sources)
 libjuce-dev - Jules' Utility Class Extensions (headers)
 libjuce-doc - Jules' Utility Class Extensions (documentation)
 libjuce0   - Jules' Utility Class Extensions
Closes: 820347
Changes:
 juce (4.1.0+repack-5) unstable; urgency=medium
 .
   [ IOhannes m zmölnig ]
   * LV2 support
 * Added LV2-wrapper sources to -dev package.
 * LV2-wrapper not included in library
 * ttl-generator for lv2
   * Another try on a decent build-date.
   * Clamped audio-plugin defines.
 .
   [ Gianfranco Costamagna ]
   * Fixed build with libpng16. (Closes: 820347)
Checksums-Sha1:
 3edfc7c43accf1b460c171dc0a5ccbb59395019c 2527 juce_4.1.0+repack-5.dsc
 f75c0dc7fd9bf732da6a0319512d8cce41364d07 58256 
juce_4.1.0+repack-5.debian.tar.xz
Checksums-Sha256:
 361c5cd5e1fa90365fcd70a42dca49f13e40a065adcd5251ce6dcf152dcde538 2527 
juce_4.1.0+repack-5.dsc
 e1aade15a6193cab15fd3325806870efe6bfc48fa3de560322ab41c1eb20115a 58256 
juce_4.1.0+repack-5.debian.tar.xz
Files:
 7888c34dc9fec551cfaceb52c76ff9b8 2527 devel optional juce_4.1.0+repack-5.dsc
 f9d918c8ce281f0a654042cdc0f2c480 58256 devel optional 
juce_4.1.0+repack-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXBssLAAoJELZQGcR/ejb4I5cP+wWg9ZgqNX0dvimtbgDGJEqQ
D89KX4eMltgpANWmIBCFXhJIB8M9Rg9hfd1ceFCYYKffBCVTGFZmzQ2bft7BQrbF
Slqe/6VkxZxsW26T8DP4rkpZ+T+o6LYwUu7v56oUXyw3v63cs7YxUCz5ewa8gpmZ
iddPRpjCdoRFgct1wSMv/pnJsGSTKK7zi81YhMahbiTp0d6hSQDYBGWFOKZ0gjVB
Km603xkt1PBnei6xA+m37p7j7hFgDRAaImTc4wAhVEmaw0v4hWoRYsZ8ikHalTIQ
84N9zDEr+TkN8vT31+F8+qgGdVQd2Yq/ZXoc/OToi/sUDMIfp+8QL7vxE0q2CluL
hYIK0NDO+iXG3FaYp4RvTdccIN0y9cx6ohxmPb7KRG/jbmgAI2PpAV8z732T/L7f
ldH1RTZvOfK/yuxfNRwtviN3FvmYifvPXZH9bLNsppmCEkQJmg7+F5UUceUqBeYT
x9sGFojgrpj8ZE1ra4Zu4+amuAkCwVwR7nQ3GMka38kaBeBfpu9W8kafwEgjXGLd
Jd/ke+g1YgB7kULNgnF6tTjAlbBzNic/cvZzqrbQQOAPqsO5sEjA/p9R5BgA1lVJ
6+fjTG/KnuTDugXAtbYGpE6/Xik4ys4GMQEGlX3rHxdLZHs/ooUarYjRrXKrceM5
k4qJWbBesqon7iSfvu9U
=Z/b+
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

audacious_3.7.2-1_amd64.changes is NEW

2016-04-07 Thread Debian FTP Masters
binary:libaudqt0 is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: Re: Bug#820347: juce: diff for NMU version 4.1.0+repack-4.1

2016-04-07 Thread Debian Bug Tracking System
Processing control commands:

> reopen -1
Bug #820347 {Done: Gianfranco Costamagna } [juce] 
juce: diff for NMU version 4.1.0+repack-4.1
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions 4.1.0+repack-4.1.

-- 
820347: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820347
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#820347: juce: diff for NMU version 4.1.0+repack-4.1

2016-04-07 Thread Gianfranco Costamagna
control: reopen -1




>thanks gianfranco or the patch and tobi for checking doing an NMU.


you are welcome :)
>i have just uploaded the package (including some other changes i was
>preparing while the NMU came in).


*thanks*

(I hope you also tested the png interface a little bit ;) )

>just for the record:
>i would prefer if you did not close the NMU-bug manually right after an
>upload to DELAYED/*.
>instead it would be great if the bug was closed automatically once the
>ixed package entered the archive (so if you are doing an NMU that has a
>bug attached to it, please close the bug via the changelog).
>of course feel free to tag the bug as "pending" in the meantime.


true, unfortunately I didn't have any intention to upload this bug,
I did a little (very) little bit of googling, I found some partial solutions
tried to patch, and at the first try... it was compiling correctly.
(no pointers issues, and similar stuff).

I'm still not confident with the patch, because I didn't have knowledge about
why the API changed, and how.

Seems that Tobias (who has a better knowledge than me) appreciated the quality
of the patch, unfortunately nmudiff didn't know about the bug number, because
it wasn't created yet (actually nmudiff created the bug).

So the bug close wasn't available on the patch I sent.

and since we have a transition of ~500 packages, I prefer to proactively close

bugs, instead of forgetting about open RC bugs :)
>speaking of DELAYED: using DELAYED/5 stresses me a *little* bit, but so
>far i was always able to manage a proper upload in time, so i guess it
>is not a big issue :-)


you are completely right,  I'm not sure about why all the rebuilds that
have been performed never showed issues with this package (probably something
in the toolchain was needing a rebuild before this package, so it always ended
up in some dep-wait status).

Anyway, thanks for checking and the upload, it is *really* appreciated.
And sorry for the quick RC bugs, we are actively working in fixing unstable
and this transition in a little time (98% of packages are rebuilding correctly,
we had to NMU 3-4 packages on top of ~20 already schedules biNMUs)

for this reason, if we can manage to quick fix the issues, the old libpng will 
be
hopefully removed soon from the archive :)

thanks for understanding,

Gianfranco

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#820347: juce: diff for NMU version 4.1.0+repack-4.1

2016-04-07 Thread Debian/GNU
On 04/07/2016 08:38 PM, Tobias Frost wrote:
> On Thu, 7 Apr 2016 18:40:41 +0200 Gianfranco Costamagna  debian.org> wrote:
[...]
>>  
>> Dear maintainer,
>>  
>> I have prepared a patch for juce, but I don't feel confident with it,
> so I didn't upload as NMU.
[...]
> 
> Hi Gianfranco,
> 
> Patch looks good to me.
> I'll take it and schedula an NMU.
> 

thanks gianfranco or the patch and tobi for checking doing an NMU.

i have just uploaded the package (including some other changes i was
preparing while the NMU came in).

just for the record:
i would prefer if you did not close the NMU-bug manually right after an
upload to DELAYED/*.
instead it would be great if the bug was closed automatically once the
ixed package entered the archive (so if you are doing an NMU that has a
bug attached to it, please close the bug via the changelog).
of course feel free to tag the bug as "pending" in the meantime.

speaking of DELAYED: using DELAYED/5 stresses me a *little* bit, but so
far i was always able to manage a proper upload in time, so i guess it
is not a big issue :-)

gfmadsr
IOhannes



signature.asc
Description: OpenPGP digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: Bug#820347 marked as pending

2016-04-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 820347 pending
Bug #820347 {Done: Gianfranco Costamagna } [juce] 
juce: diff for NMU version 4.1.0+repack-4.1
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
820347: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820347
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processing of juce_4.1.0+repack-5_amd64.changes

2016-04-07 Thread Debian FTP Masters
juce_4.1.0+repack-5_amd64.changes uploaded successfully to localhost
along with the files:
  juce_4.1.0+repack-5.dsc
  juce_4.1.0+repack-5.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processing of audacious_3.7.2-1_amd64.changes

2016-04-07 Thread Debian FTP Masters
audacious_3.7.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  audacious_3.7.2-1.dsc
  audacious_3.7.2.orig.tar.bz2
  audacious_3.7.2-1.debian.tar.xz
  audacious-dbgsym_3.7.2-1_amd64.deb
  audacious-dev_3.7.2-1_amd64.deb
  audacious_3.7.2-1_amd64.deb
  libaudcore3-dbgsym_3.7.2-1_amd64.deb
  libaudcore3_3.7.2-1_amd64.deb
  libaudgui3-dbgsym_3.7.2-1_amd64.deb
  libaudgui3_3.7.2-1_amd64.deb
  libaudqt0-dbgsym_3.7.2-1_amd64.deb
  libaudqt0_3.7.2-1_amd64.deb
  libaudtag2-dbgsym_3.7.2-1_amd64.deb
  libaudtag2_3.7.2-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: Bug#820346 marked as pending

2016-04-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 820346 pending
Bug #820346 [src:isrcsubmit] isrcsubmit: Typo in package description
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
820346: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820346
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: closing manually

2016-04-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 820347 4.1.0+repack-4.1
Bug #820347 [juce] juce: diff for NMU version 4.1.0+repack-4.1
There is no source info for the package 'juce' at version '4.1.0+repack-4.1' 
with architecture ''
Unable to make a source version for version '4.1.0+repack-4.1'
Marked as fixed in versions 4.1.0+repack-4.1.
> close 820347
Bug #820347 [juce] juce: diff for NMU version 4.1.0+repack-4.1
Marked Bug as done
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
820347: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820347
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#820347: juce: diff for NMU version 4.1.0+repack-4.1

2016-04-07 Thread Tobias Frost
Package: juce
Version: 4.1.0+repack-4
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for juce (versioned as 4.1.0+repack-4.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru juce-4.1.0+repack/debian/changelog juce-4.1.0+repack/debian/changelog
--- juce-4.1.0+repack/debian/changelog  2016-03-28 21:17:30.0 +0200
+++ juce-4.1.0+repack/debian/changelog  2016-04-07 20:40:32.0 +0200
@@ -1,3 +1,14 @@
+juce (4.1.0+repack-4.1) unstable; urgency=medium
+
+  [ Gianfranco Costamagna ]
+  * Non-maintainer upload.
+  * fix build with libpng16.
+
+  [ Tobias Frost ]
+  * Uploading the fix from Gianfranco
+
+ -- Tobias Frost   Thu, 07 Apr 2016 20:39:43 +0200
+
 juce (4.1.0+repack-4) unstable; urgency=medium
 
   * Updated B-D from libpng12-dev to libpng-dev.
diff -Nru juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch 
juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch
--- juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch   1970-01-01 
01:00:00.0 +0100
+++ juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch   2016-04-07 
20:39:31.0 +0200
@@ -0,0 +1,29 @@
+Description: Fix build with libpng16
+ This patch is inspired with the patch available at 
https://gist.github.com/balr0g/3004353
+Author: Gianfranco Costamagna 
+
+--- 
juce-4.1.0+repack.orig/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
 juce-4.1.0+repack/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
+@@ -320,7 +320,7 @@ namespace PNGHelpers
+ 
+ static void JUCE_CDECL errorCallback (png_structp p, png_const_charp)
+ {
+-longjmp (*(jmp_buf*) p->error_ptr, 1);
++setjmp(png_jmpbuf(p));
+ }
+ 
+ static void JUCE_CDECL warningCallback (png_structp, png_const_charp) {}
+@@ -442,8 +443,12 @@ namespace PNGHelpers
+ for (size_t y = 0; y < height; ++y)
+ rows[y] = (png_bytep) (tempBuffer + lineStride * y);
+ 
++png_bytep trans_alpha;
++int num_trans;
++png_color_16p trans_color;
++png_get_tRNS(pngReadStruct, pngInfoStruct,  _alpha, 
_trans, _color);
+ if (readImageData (pngReadStruct, pngInfoStruct, errorJumpBuf, 
rows))
+-return createImageFromData ((colorType & 
PNG_COLOR_MASK_ALPHA) != 0 || pngInfoStruct->num_trans > 0,
++return createImageFromData ((colorType & 
PNG_COLOR_MASK_ALPHA) != 0 || num_trans,
+ (int) width, (int) height, rows);
+ }
+ 
diff -Nru juce-4.1.0+repack/debian/patches/series 
juce-4.1.0+repack/debian/patches/series
--- juce-4.1.0+repack/debian/patches/series 2016-02-11 12:42:47.0 
+0100
+++ juce-4.1.0+repack/debian/patches/series 2016-04-07 20:39:31.0 
+0200
@@ -6,3 +6,4 @@
 debian_introjucer-modulepath.patch
 debian_make-introjucer.patch
 debian_do-not-track.patch
+fix-build-libpng16.patch

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processing of juce_4.1.0+repack-4.1_source.changes

2016-04-07 Thread Debian FTP Masters
juce_4.1.0+repack-4.1_source.changes uploaded successfully to localhost
along with the files:
  juce_4.1.0+repack-4.1.dsc
  juce_4.1.0+repack-4.1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#820347: juce: diff for NMU version 4.1.0+repack-4.1

2016-04-07 Thread Tobias Frost
On Thu, 7 Apr 2016 18:40:41 +0200 Gianfranco Costamagna  wrote:
> Package: juce
> Version: 4.1.0+repack-4
> Severity: serious
> Tags: patch
> 
> Dear maintainer,
> 
> I have prepared a patch for juce, but I don't feel confident with it,
so I didn't upload as NMU.
> 
> diff -Nru juce-4.1.0+repack/debian/changelog juce-
4.1.0+repack/debian/changelog
> --- juce-4.1.0+repack/debian/changelog  2016-03-28 21:17:30.0
+0200
> +++ juce-4.1.0+repack/debian/changelog  2016-04-07 18:36:40.0
+0200
> @@ -1,3 +1,10 @@
> +juce (4.1.0+repack-4.1) UNRELEASED; urgency=medium
> +
> +  * Non-maintainer upload.
> +  * fix build with libpng16.
> +
> + -- Gianfranco Costamagna   Thu, 07 Apr
2016 18:36:34 +0200
> +
>  juce (4.1.0+repack-4) unstable; urgency=medium
> 
>* Updated B-D from libpng12-dev to libpng-dev.
> diff -Nru juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch
juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch
> --- juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch   1970-
01-01 01:00:00.0 +0100
> +++ juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch   2016-
04-07 18:38:04.0 +0200
> @@ -0,0 +1,29 @@
> +Description: Fix build with libpng16
> + This patch is inspired with the patch available at https://gist.git
hub.com/balr0g/3004353
> +Author: Gianfranco Costamagna 
> +
> +--- juce-
4.1.0+repack.orig/modules/juce_graphics/image_formats/juce_PNGLoader.cp
p
>  juce-
4.1.0+repack/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
> +@@ -320,7 +320,7 @@ namespace PNGHelpers
> + ^M
> + static void JUCE_CDECL errorCallback (png_structp p,
png_const_charp)^M
> + {^M
> +-longjmp (*(jmp_buf*) p->error_ptr, 1);^M
> ++setjmp(png_jmpbuf(p));^M
> + }^M
> + ^M
> + static void JUCE_CDECL warningCallback (png_structp,
png_const_charp) {}^M

Hi Gianfranco,

Patch looks good to me.
I'll take it and schedula an NMU.

-- 
tobi

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: your mail

2016-04-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 650601 by 650575
Bug #650601 [release.debian.org] transition: libpng 1.6
650601 was blocked by: 809960 809862 809938 809952 810178 809879 662550 662473 
809871 650483 642265 810197 649546 809911 662381 809955 810170 809942 809906 
742559 809896 819438 809865 809949 809860 810207 809897 635946 810192 662273 
810183 809864 809895 809898 809956 809951 809907 809943 809872 809962 810203 
662523 635704 816114 810195 650489 650484 809863 809934 649557 741901 809959 
662492 809945 809933 662554 636998 810095 809958 809957 662476 662530 810189 
741894 809950 662411 650567 809859 810169 742560 816102 809878 810187 810185 
636004 662407 650563 809868 809947 809935 809861 809908 810176 809939 809835 
662556 809869 809889 810175 810172 809940 809882 810177 662334 809885 809893 
742655 810166 662443 810179 810188 809954 809892 662421 809881 809905 662465 
662437 810167 809894 638812 809887 809873 809904 810201 809890 810202 810168 
809946 809866 810208 648129 809921 809833 809961 809899 809953 816116 809884 
809867 814879 809891 650571 809836 741891 649971 809937 641889 641892 81
 1370 810182 662416 662314 819434 809913 635945 810205 810186 810191 809936 
816115 662444 819440 649547 809888 809870 742569 809883 743391 662566 662522 
810174 649552 810180 809909 648126 809944 810209 810171 809910 810190 810165 
648131 662278 809880 809948 810200 816103 809941 809886 810193 649798 819428
650601 was blocking: 649556 649973
Added blocking bug(s) of 650601: 650575
> block 650601 by 814879
Bug #650601 [release.debian.org] transition: libpng 1.6
650601 was blocked by: 662416 649546 809954 662437 809947 662411 809833 810095 
650484 809961 810175 809883 809962 635945 810195 809894 810178 809886 809908 
743391 809943 819428 810177 649798 809948 649552 662273 809882 816116 809898 
636998 742569 810168 809899 809861 816102 742560 809955 816115 810165 648129 
809913 809863 810167 662550 809910 809935 810187 810166 809936 662473 810174 
809889 809933 662492 809885 809890 662554 810192 810170 662334 810185 662530 
809953 810205 816114 809835 809836 809934 809888 810203 809958 809906 809909 
662523 662381 809872 642265 662443 809870 809881 809873 662407 811370 809949 
810188 650563 649557 635946 816103 809867 810202 638812 810183 810193 819434 
809878 741891 662522 809879 809860 809941 649971 662314 810182 662556 636004 
810190 809871 810172 662278 809891 742559 648126 662421 809892 809950 809897 
662444 810201 810180 810179 810208 662476 809862 809864 662465 809907 810207 
741894 809921 809939 809904 649547 809896 809945 809865 810171 650483 80
 9859 809952 809944 809938 810189 810169 809880 809946 809911 809868 810176 
650489 809869 810200 648131 742655 809959 819438 641892 809895 809942 809960 
809957 809956 650575 819440 810191 650567 741901 814879 809866 809951 635704 
810209 809937 650571 810186 641889 809893 810197 809905 809940 809884 662566 
809887
650601 was blocking: 649556 649973
Ignoring request to alter blocking bugs of bug #650601 to the same blocks 
previously set
> block 650601 by 820347
Bug #650601 [release.debian.org] transition: libpng 1.6
650601 was blocked by: 662416 649546 809954 662437 809947 662411 809833 810095 
650484 809961 810175 809883 809962 635945 810195 809894 810178 809886 809908 
743391 809943 819428 810177 649798 809948 649552 662273 809882 816116 809898 
636998 742569 810168 809899 809861 816102 742560 809955 816115 810165 648129 
809913 809863 810167 662550 809910 809935 810187 810166 809936 662473 810174 
809889 809933 662492 809885 809890 662554 810192 810170 662334 810185 662530 
809953 810205 816114 809835 809836 809934 809888 810203 809958 809906 809909 
662523 662381 809872 642265 662443 809870 809881 809873 662407 811370 809949 
810188 650563 649557 635946 816103 809867 810202 638812 810183 810193 819434 
809878 741891 662522 809879 809860 809941 649971 662314 810182 662556 636004 
810190 809871 810172 662278 809891 742559 648126 662421 809892 809950 809897 
662444 810201 810180 810179 810208 662476 809862 809864 662465 809907 810207 
741894 809921 809939 809904 649547 809896 809945 809865 810171 650483 80
 9859 809952 809944 809938 810189 810169 809880 809946 809911 809868 810176 
650489 809869 810200 648131 742655 809959 819438 641892 809895 809942 809960 
809957 809956 650575 819440 810191 650567 741901 814879 809866 809951 635704 
810209 809937 650571 810186 641889 809893 810197 809905 809940 809884 662566 
809887
650601 was blocking: 649556 649973
Added blocking bug(s) of 650601: 820347
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
650601: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650601
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#820347: juce: diff for NMU version 4.1.0+repack-4.1

2016-04-07 Thread Gianfranco Costamagna
Package: juce
Version: 4.1.0+repack-4
Severity: serious
Tags: patch

Dear maintainer,

I have prepared a patch for juce, but I don't feel confident with it, so I 
didn't upload as NMU.

diff -Nru juce-4.1.0+repack/debian/changelog juce-4.1.0+repack/debian/changelog
--- juce-4.1.0+repack/debian/changelog  2016-03-28 21:17:30.0 +0200
+++ juce-4.1.0+repack/debian/changelog  2016-04-07 18:36:40.0 +0200
@@ -1,3 +1,10 @@
+juce (4.1.0+repack-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * fix build with libpng16.
+
+ -- Gianfranco Costamagna   Thu, 07 Apr 2016 
18:36:34 +0200
+
 juce (4.1.0+repack-4) unstable; urgency=medium

   * Updated B-D from libpng12-dev to libpng-dev.
diff -Nru juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch 
juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch
--- juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch   1970-01-01 
01:00:00.0 +0100
+++ juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch   2016-04-07 
18:38:04.0 +0200
@@ -0,0 +1,29 @@
+Description: Fix build with libpng16
+ This patch is inspired with the patch available at 
https://gist.github.com/balr0g/3004353
+Author: Gianfranco Costamagna 
+
+--- 
juce-4.1.0+repack.orig/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
 juce-4.1.0+repack/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
+@@ -320,7 +320,7 @@ namespace PNGHelpers
+ ^M
+ static void JUCE_CDECL errorCallback (png_structp p, png_const_charp)^M
+ {^M
+-longjmp (*(jmp_buf*) p->error_ptr, 1);^M
++setjmp(png_jmpbuf(p));^M
+ }^M
+ ^M
+ static void JUCE_CDECL warningCallback (png_structp, png_const_charp) {}^M
diff -Nru juce-4.1.0+repack/debian/changelog juce-4.1.0+repack/debian/changelog
--- juce-4.1.0+repack/debian/changelog  2016-03-28 21:17:30.0 +0200
+++ juce-4.1.0+repack/debian/changelog  2016-04-07 18:36:40.0 +0200
@@ -1,3 +1,10 @@
+juce (4.1.0+repack-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * fix build with libpng16.
+
+ -- Gianfranco Costamagna   Thu, 07 Apr 2016 
18:36:34 +0200
+
 juce (4.1.0+repack-4) unstable; urgency=medium
 
   * Updated B-D from libpng12-dev to libpng-dev.
diff -Nru juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch 
juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch
--- juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch   1970-01-01 
01:00:00.0 +0100
+++ juce-4.1.0+repack/debian/patches/fix-build-libpng16.patch   2016-04-07 
18:38:04.0 +0200
@@ -0,0 +1,29 @@
+Description: Fix build with libpng16
+ This patch is inspired with the patch available at 
https://gist.github.com/balr0g/3004353
+Author: Gianfranco Costamagna 
+
+--- 
juce-4.1.0+repack.orig/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
 juce-4.1.0+repack/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
+@@ -320,7 +320,7 @@ namespace PNGHelpers
+ 
+ static void JUCE_CDECL errorCallback (png_structp p, png_const_charp)
+ {
+-longjmp (*(jmp_buf*) p->error_ptr, 1);
++setjmp(png_jmpbuf(p));
+ }
+ 
+ static void JUCE_CDECL warningCallback (png_structp, png_const_charp) {}
+@@ -442,8 +443,12 @@ namespace PNGHelpers
+ for (size_t y = 0; y < height; ++y)
+ rows[y] = (png_bytep) (tempBuffer + lineStride * y);
+ 
++png_bytep trans_alpha;
++int num_trans;
++png_color_16p trans_color;
++png_get_tRNS(pngReadStruct, pngInfoStruct,  _alpha, 
_trans, _color);
+ if (readImageData (pngReadStruct, pngInfoStruct, errorJumpBuf, 
rows))
+-return createImageFromData ((colorType & 
PNG_COLOR_MASK_ALPHA) != 0 || pngInfoStruct->num_trans > 0,
++return createImageFromData ((colorType & 
PNG_COLOR_MASK_ALPHA) != 0 || num_trans,
+ (int) width, (int) height, rows);
+ }
+ 
diff -Nru juce-4.1.0+repack/debian/patches/series 
juce-4.1.0+repack/debian/patches/series
--- juce-4.1.0+repack/debian/patches/series 2016-02-11 12:42:47.0 
+0100
+++ juce-4.1.0+repack/debian/patches/series 2016-04-07 18:37:18.0 
+0200
@@ -6,3 +6,4 @@
 debian_introjucer-modulepath.patch
 debian_make-introjucer.patch
 debian_do-not-track.patch
+fix-build-libpng16.patch


signature.asc
Description: OpenPGP digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

python-midiutil 0.89-1 MIGRATED to testing

2016-04-07 Thread Debian testing watch
FYI: The status of the python-midiutil source package
in Debian's testing distribution has changed.

  Previous version: 0.87-3
  Current version:  0.89-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


kodi 16.1~rc2+dfsg1-1 MIGRATED to testing

2016-04-07 Thread Debian testing watch
FYI: The status of the kodi source package
in Debian's testing distribution has changed.

  Previous version: 16.0+dfsg1-1
  Current version:  16.1~rc2+dfsg1-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#820346: isrcsubmit: Typo in package description

2016-04-07 Thread Katsuhiko Nishimra
Source: isrcsubmit
Version: 2.0.1-1
Severity: minor
Tags: patch

Dear Maintainer,

I've found a trivial typo in the package description.
s/isrsubmit/isrcsubmit/

Here I attach a patch to fix it.

Regards,
Katsuhiko



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (300, 'stable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.utf8, LC_CTYPE=ja_JP.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- control-2.0.1-1	2015-06-08 15:45:25.0 +0900
+++ control-2.0.1-1.1	2016-04-08 01:10:16.305408377 +0900
@@ -34,7 +34,7 @@
  data to MusicBrainz. ISRCs are used to uniquely identify sound and music video
  recordings.
  .
- isrsubmit supports multiple backends to extract ISRCs: libdiscid (the default)
+ isrcsubmit supports multiple backends to extract ISRCs: libdiscid (the default)
  and cdrdao for discs that do not store ISRCs in the subchannel information.
  .
  A valid MusicBrainz account is required to submit ISRCs.
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

【香港大学】创新产品+卓越服务:打造强势品牌的双引擎

2016-04-07 Thread 恒知网 hengzhi . cc




  


Click here for the web version of this message

 

  


  
  


  

  

  

  


   
  

  


  
  香港大学


  产品创新与服务设计研究生文凭课程


  PgDip in Integrated Innovation for Product and Service Design


  

  
  

  


  

   
   
  

  

  
  

  创新产品+卓越服务:打造强势品牌的双引擎


  针对性整合“产品”与“服务”两大重要引擎,通过细致洞察,将创新应用到产品、用户体验、管理、技术和商业模式等各个环节。突破同质化重围,打造强势品牌核心竞争优势。 
  

  
  索取资料
  


  

  
   

  

  


  


  


  

  


  

    毕业授证


    •

  完成校内工作坊,十门专业课及「专案」,并通过评核者,可获香港大学颁发「研究生文凭」,学术水平为研究生级别,学分为国际认可。


  


    课程安排


    •


  周末兼修制,每月集中一个周末(周六、日两天)修读一门课,总体课程约15个月修读完毕。
教学语言以普通话为主,辅以英文。 


  


    授课地点


    •

  主要在香港大学设于京、沪、深当地的教学中心上课。每个班需要到异地教学中心上课共两次,以促进不同地区,不同背景企业学员相互交流。


  

  
  

  


  

  


  

     2016年春季班,5月底开学