wavpack_4.80.0-1_amd64.changes ACCEPTED into unstable

2016-04-05 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 05 Apr 2016 21:47:45 +0200
Source: wavpack
Binary: libwavpack1 libwavpack-dev wavpack
Architecture: source
Version: 4.80.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Sebastian Ramacher 
Description:
 libwavpack-dev - audio codec (lossy and lossless) - development files
 libwavpack1 - audio codec (lossy and lossless) - library
 wavpack- audio codec (lossy and lossless) - encoder and decoder
Changes:
 wavpack (4.80.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
   * debian/patches/mark-stack-non-executable.patch: Removed, included
 upstream.
   * debian/control:
 - Bump Standards-Version, no changes needed.
 - Update Vcs-*.
Checksums-Sha1:
 e8ca4bb79f5c47ec8301aa7762e26bcaa6bca181 2119 wavpack_4.80.0-1.dsc
 83036db97b22f0585da81d113321ea8a989b2134 450257 wavpack_4.80.0.orig.tar.bz2
 bebd92c7b08e5dd52e7dbadf6305a697313dd256 5388 wavpack_4.80.0-1.debian.tar.xz
Checksums-Sha256:
 ba31db8b2a7e0a8eda12f8b263869e7dc6a90e37b898f58dcd706ae07909994f 2119 
wavpack_4.80.0-1.dsc
 79182ea75f7bd1ca931ed230062b435fde4a4c2e0dbcad048007bd1ef1e66be9 450257 
wavpack_4.80.0.orig.tar.bz2
 42b27cee8469c1fad81e5090f016356008e72cbbefc070b14941511aaddbdca0 5388 
wavpack_4.80.0-1.debian.tar.xz
Files:
 2e6f0b7a4e37ad95822af16b4f52c6c5 2119 sound optional wavpack_4.80.0-1.dsc
 0f2f1184813dce1caf51b52af615ec17 450257 sound optional 
wavpack_4.80.0.orig.tar.bz2
 d61d5217ded69728d23d55b759229228 5388 sound optional 
wavpack_4.80.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXBBbSAAoJEGny/FFupxmTOSAP/0PcCVGQwwhiugwB6QDyfq7f
TLIO0ROtxXsIP7qXB5eL+p5kzMlQ0tznqEqCKSIuHJSs+Kp7QvMvgKvKHd/DAQ7P
MKJ+1wObu8DVc4AW4yb0KX9DTXou+WefbaclgsnQDtIi858bkbnffoYGqaf1ytkW
ZxCsFvGHpHW4v8UlFgzjPjJtvexaELgmxp9P3DmwWmIWoIDT/0LMIaBZqvBSqT2h
3nKqMjEwNwnz3pfBjEL43n469PWAhEnxP7ODesN1P6R5oG6rdVztFIsVhLyMlDaO
lZ76TazIHAcjcC09sd96XjFs0YVmC1WqEE/HiF/7ztf3qMxIdHN4BC3IO7UVO9tJ
BYmXiYL0dSr2IN2Z9DjBwuuFOAvmu34uieCY0mr5MPJK3lCQhOM+2OetUMpbciIF
Pf2CjIb4HRzDhZl1Kl/rxzr8x1yQ7AceiBHMnzn5HroLAXI7OGi33i8yGAKZRGPt
c5SQndqZzMf3BHJ365ejUXKqrlSQvxrlwF90p5T+ANbVSC5u2eKnsi+GRGXs3T9j
EdyozzDGpHcsyJO0BLrK8qpxnppy2M5pyPrsVHtzfHWXWUQgadodZsG8IUHpdYZX
8c94EofLHD/eSlclxNM1N+pvyEJlcdwd9bmKkEOdLQlBuYEPa4lBNPlu98Y626Dd
eIT+ev/lYtYM6jQG1vpc
=k5k0
-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


Bug#820150: zam-plugins: FTBFS[!linux]: Unsupported platform

2016-04-05 Thread Steven Chamberlain
Package: zam-plugins
Version: 3.6~repack2-3
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

zam-plugins stopped building on kfreebsd and hurd due to some
platform-detection code that doesn't know about GNU/kFreeBSD or Hurd.

I suggest it treats those as Linux because the macros don't enable
kernel-specific features anyway, just decide whether to include certain
headers.

Please see attached patch fixing this.  Thanks!

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 10.1-0-amd64
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Date: Tue, 05 Apr 2016 21:37:17 +0100
From: Steven Chamberlain 
Subject: distrho: support GNU platforms other than Linux

Treat all glibc-based platforms as DISTRHO_OS_LINUX, even those not
based on Linux such as GNU/kFreeBSD or GNU/Hurd.

Also, wrap ifdefs around sa_restorer which really is specific to (some)
Linux platforms.  (A feature-test macro would be better, though it is
obsolete and maybe should be removed altogether...)

--- a/dpf/distrho/src/DistrhoDefines.h
+++ b/dpf/distrho/src/DistrhoDefines.h
@@ -37,7 +37,7 @@
 #  define DISTRHO_DLL_EXTENSION "dylib"
 # elif defined(__HAIKU__)
 #  define DISTRHO_OS_HAIKU  1
-# elif defined(__linux__)
+# elif defined(__linux__) || defined(__GLIBC__)
 #  define DISTRHO_OS_LINUX  1
 # endif
 #endif
--- a/dpf/distrho/src/DistrhoPluginJack.cpp
+++ b/dpf/distrho/src/DistrhoPluginJack.cpp
@@ -75,13 +75,17 @@
 
 sint.sa_handler  = closeSignalHandler;
 sint.sa_flags= SA_RESTART;
+#if defined(__linux__)
 sint.sa_restorer = nullptr;
+#endif
 sigemptyset(_mask);
 sigaction(SIGINT, , nullptr);
 
 sterm.sa_handler  = closeSignalHandler;
 sterm.sa_flags= SA_RESTART;
+#if defined(__linux__)
 sterm.sa_restorer = nullptr;
+#endif
 sigemptyset(_mask);
 sigaction(SIGTERM, , nullptr);
 }
___
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 wavpack_4.80.0-1_amd64.changes

2016-04-05 Thread Debian FTP Masters
wavpack_4.80.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  wavpack_4.80.0-1.dsc
  wavpack_4.80.0.orig.tar.bz2
  wavpack_4.80.0-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


Re: [SCM] audacious/master: Team upload.

2016-04-05 Thread Mateusz Łukasik

On 05.04.2016 18:47 +0200, sten-gu...@users.alioth.debian.org wrote:

The following commit has been merged in the master branch:
commit 26a3aacc97d547461a34fde97d85f3b3a002b339
Author: Nicholas D Steeves 
Date:   Mon Apr 4 22:31:54 2016 -0400

 Team upload.

 Change libaudqt0.symbols to build on amd64, while avoiding this error:
 http://paste.debian.net/424007/

 * Team upload.
 * debian/libaudqt0.symbols: use c++ symbol pattern instead of arch-bits

diff --git a/build-aux/config.guess b/build-aux/config.guess
index b79252d..1f5c50c 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess



--- a/build-aux/config.sub
+++ b/build-aux/config.sub
@@ -1,8 +1,8 @@


I let myself to cut here. These changes are unacceptable in the main 
source code, it can only be added as a patch.



--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+audacious (3.7.2-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * debian/libaudqt0.symbols: use c++ symbol pattern instead of arch-bits
+
+ -- Nicholas D Steeves   Mon, 04 Apr 2016 22:19:04 -0400
+


The next mistake. This changelog entry should be add to lastest, because 
it is UNRELEASED yet to repository. For future please use dch -a.


Of course I makes changes how it should be like.

Cheers
--
 .''`.  Mateusz Łukasik
: :' :  http://mati75.eu
`. `'   Debian Member - mat...@linuxmint.pl
  `-GPG: D93B 0C12 C8D0 4D7A AFBC  FA27 CCD9 1D61 11A0 6851

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

liblivemedia_2016.04.01-1_amd64.changes is NEW

2016-04-05 Thread Debian FTP Masters
binary:liblivemedia52 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


Nota Fiscal Eletronica - [ 629067082889 ]

2016-04-05 Thread pkg-multimedia-maintainers




Nota
Fiscal Eletrônica: Pedido 02-529937558
 
Prezado (A) Cliente,
A Nota Fiscal Eletrônica (NF-e)
referente a entrega do pedido 02-529937558 foi emitida.
junto com a mercadoria, você
receberá uma versão simplificada da NF-e, o Documento
auxiliar da Nota Fiscal
Eletrônica (DANFE).
Informações
sobre sobre sua Nota Fiscal Eletrônica:
Em
casos de pedidos com prazos de entregas diferentes, será gerada
uma nova Nota Fiscal Eletrônica para cada entrega.
 
BAIXAR NOTA FISCAL SEU PRODUTO SERA ENTREGUE EM 4 DIAS ULTEIS


05/04/2016 07:19:34

___
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 liblivemedia_2016.04.01-1_amd64.changes

2016-04-05 Thread Debian FTP Masters
liblivemedia_2016.04.01-1_amd64.changes uploaded successfully to localhost
along with the files:
  liblivemedia_2016.04.01-1.dsc
  liblivemedia_2016.04.01.orig.tar.gz
  liblivemedia_2016.04.01-1.debian.tar.xz
  libbasicusageenvironment1-dbgsym_2016.04.01-1_amd64.deb
  libbasicusageenvironment1_2016.04.01-1_amd64.deb
  libgroupsock8-dbgsym_2016.04.01-1_amd64.deb
  libgroupsock8_2016.04.01-1_amd64.deb
  liblivemedia-dev_2016.04.01-1_amd64.deb
  liblivemedia52-dbgsym_2016.04.01-1_amd64.deb
  liblivemedia52_2016.04.01-1_amd64.deb
  libusageenvironment3-dbgsym_2016.04.01-1_amd64.deb
  libusageenvironment3_2016.04.01-1_amd64.deb
  livemedia-utils-dbgsym_2016.04.01-1_amd64.deb
  livemedia-utils_2016.04.01-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


Bug#820128: vlc: Hardware decode issues/Video stops after a few seconds

2016-04-05 Thread Andoru
Package: vlc
Version: 2.2.2-5
Severity: normal

I've previously posted this issue on the VideoLAN forums, but since I
didn't get any answers there, I'll try to submit this as a bug report,
since I'm not aware of anything that I might've done to cause this.

So here's the post for more details:

https://forum.videolan.org/viewtopic.php?f=13=131509

Also I noticed that there's another person who has the same issue as me
with the video not being stretched in full-screen, or when changing the
aspect ratio: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819453 (bug
#819453)




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

Kernel: Linux 4.4.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages vlc depends on:
ii  dpkg1.18.4
ii  fonts-freefont-ttf  20120503-4
ii  libaa1  1.4p5-44
ii  libavcodec-ffmpeg56 7:2.8.6-1+b2
ii  libavutil-ffmpeg54  7:2.8.6-1+b2
ii  libc6   2.22-5
ii  libcaca00.99.beta19-2+b1
ii  libcairo2   1.14.6-1
ii  libegl1-mesa [libegl1-x11]  11.1.2-1
ii  libfreerdp-client1.11.1.0~git20140921.1.440916e+dfsg1-7
ii  libfreerdp-core1.1  1.1.0~git20140921.1.440916e+dfsg1-7
ii  libfreerdp-gdi1.1   1.1.0~git20140921.1.440916e+dfsg1-7
ii  libfreetype62.6.3-3
ii  libfribidi0 0.19.7-1
ii  libgcc1 1:5.3.1-13
ii  libgl1-mesa-glx [libgl1]11.1.2-1
ii  libgles1-mesa [libgles1]11.1.2-1
ii  libgles2-mesa [libgles2]11.1.2-1
ii  libglib2.0-02.48.0-1
ii  libpulse0   8.0-2
ii  libqt5core5a5.5.1+dfsg-16
ii  libqt5gui5  5.5.1+dfsg-16
ii  libqt5widgets5  5.5.1+dfsg-16
ii  libqt5x11extras55.5.1-3
ii  librsvg2-2  2.40.13-3
ii  libsdl-image1.2 1.2.12-5+b5
ii  libsdl1.2debian 1.2.15+dfsg1-4
ii  libstdc++6  5.3.1-13
ii  libva-drm1  1.7.0-1
ii  libva-x11-1 1.7.0-1
ii  libva1  1.7.0-1
ii  libvlccore8 2.2.2-5
ii  libvncclient1   0.9.10+dfsg-3+b1
ii  libx11-62:1.6.3-1
ii  libxcb-composite0   1.11.1-1
ii  libxcb-keysyms1 0.4.0-1
ii  libxcb-randr0   1.11.1-1
ii  libxcb-shm0 1.11.1-1
ii  libxcb-xv0  1.11.1-1
ii  libxcb1 1.11.1-1
ii  libxext62:1.3.3-1
ii  libxi6  2:1.7.6-1
ii  libxinerama12:1.1.3-1+b1
ii  libxpm4 1:3.5.11-1+b1
ii  vlc-nox 2.2.2-5
ii  zlib1g  1:1.2.8.dfsg-2+b1

Versions of packages vlc recommends:
ii  vlc-plugin-notify  2.2.2-5
ii  vlc-plugin-samba   2.2.2-5
ii  xdg-utils  1.1.1-1

vlc suggests no packages.

Versions of packages vlc-nox depends on:
ii  dpkg   1.18.4
ii  liba52-0.7.4   0.7.4-18
ii  libasound2 1.1.0-1
ii  libass50.13.2-1
ii  libavahi-client3   0.6.32~rc+dfsg-1
ii  libavahi-common3   0.6.32~rc+dfsg-1
ii  libavc1394-0   0.5.4-4
ii  libavcodec-ffmpeg567:2.8.6-1+b2
ii  libavformat-ffmpeg56   7:2.8.6-1+b2
ii  libavutil-ffmpeg54 7:2.8.6-1+b2
ii  libbasicusageenvironment1  2016.02.09-1
ii  libbluray1 1:0.9.2-2
ii  libc6  2.22-5
ii  libcddb2   1.3.2-5
ii  libcdio13  0.83-4.2+b1
ii  libchromaprint01.3-1
ii  libcrystalhd3  1:0.0~git20110715.fdd2f19-11+b1
ii  libdbus-1-31.10.8-1
ii  libdc1394-22   2.2.4-1
ii  libdca00.0.5-7
ii  libdirectfb-1.2-9  1.2.10.0-5.2
ii  libdvbpsi101.3.0-4
ii  libdvdnav4 5.0.3-1
ii  libdvdread45.0.3-1
ii  libebml4v5 1.3.3-1
ii  libfaad2   2.8.0~cvs20150510-1
ii  libflac8   1.3.1-4
ii  libfontconfig1 2.11.0-6.4
ii  libfreetype6   2.6.3-3
ii  libfribidi00.19.7-1
ii  libgcc11:5.3.1-13
ii  libgcrypt201.6.5-2
ii  libgnutls303.4.10-4
ii  libgpg-error0  1.21-2
ii  libgroupsock8  2016.02.09-1
ii  libjpeg62-turbo1:1.4.2-2
ii  libkate1   0.4.1-7
ii  liblircclient0 0.9.0~pre1-1.2
ii  liblivemedia50 2016.02.09-1
ii  liblua5.2-05.2.4-1
ii  libmad00.15.1b-8
ii  libmatroska6v5 1.4.4-1
ii  libmodplug1  

guitarix 0.34.0-1 MIGRATED to testing

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

  Previous version: 0.34.0-0.1
  Current version:  0.34.0-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


Gagnant

2016-04-05 Thread Transcash Compagnie
  La compagnie Transcash vous informe que vous avez gagné la somme de
*50.000€* suite au tirage au sort effectué chaque mois dans le but de se
faire connaitre dans le monde.

  Veuillez prendre contact par Courrier électronique avec le superviseur
Maître Anthony Bem sous un délai de 72 heures.

  *Email*: anthony.be...@gmail.com

  Compagnie  Transcash

  Salutations cordiales
___
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#820096: vlc: crash when pressing stop on YouTube video

2016-04-05 Thread Paul Wise
Package: src:vlc
Version: 2.2.2-5
Severity: normal
Usertags: crash

I got the following crash after pressing stop on this youtube video.
If the backtrace isn't useful, please close the bug report.

$ gdb -batch -n -ex 'set height 0' -ex run -ex bt -ex 'thread apply all bt 
full' --args vlc 'https://www.youtube.com/watch?v=t2zb_iZC6nI'
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[New Thread 0x7fffeb29c700 (LWP 27640)]
[New Thread 0x7fffef712700 (LWP 27641)]
[New Thread 0x7fffe2a99700 (LWP 27642)]
[New Thread 0x7fffe2998700 (LWP 27643)]
[Thread 0x7fffe2a99700 (LWP 27642) exited]
[New Thread 0x7fffe2a99700 (LWP 27645)]
[006079a8] core libvlc: Running vlc with the default interface. Use 
'cvlc' to use vlc without interface.
[New Thread 0x7fffdd96b700 (LWP 27664)]
[New Thread 0x7fffdc888700 (LWP 27668)]
[Thread 0x7fffe2998700 (LWP 27643) exited]
[New Thread 0x7fffe2998700 (LWP 27669)]
[New Thread 0x7fffda787700 (LWP 27670)]
[New Thread 0x7fffda47e700 (LWP 27671)]
[Thread 0x7fffda47e700 (LWP 27671) exited]
[0061c228] core playlist: stopping playback
[New Thread 0x7fffda47e700 (LWP 27685)]
[New Thread 0x7fffd1d01700 (LWP 27686)]
[Thread 0x7fffda47e700 (LWP 27685) exited]
[Thread 0x7fffd1d01700 (LWP 27686) exited]
[Thread 0x7fffda787700 (LWP 27670) exited]
[New Thread 0x7fffda787700 (LWP 27687)]
[New Thread 0x7fffd1d01700 (LWP 27688)]
[Thread 0x7fffd1d01700 (LWP 27688) exited]
[New Thread 0x7fffc69e4700 (LWP 27696)]
[New Thread 0x7fffc61e3700 (LWP 27697)]
[New Thread 0x7fffc59e2700 (LWP 27698)]
[New Thread 0x7fffc51e1700 (LWP 27699)]
[New Thread 0x7fffd1d01700 (LWP 27700)]
[New Thread 0x7fffda47e700 (LWP 27701)]
[New Thread 0x7fffc168c700 (LWP 27705)]
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_39
libva info: va_openDriver() returns 0
[New Thread 0x7fffbcac8700 (LWP 27706)]
[Thread 0x7fffd1d01700 (LWP 27700) exited]
[Thread 0x7fffc69e4700 (LWP 27696) exited]
[Thread 0x7fffc61e3700 (LWP 27697) exited]
[Thread 0x7fffc59e2700 (LWP 27698) exited]
[Thread 0x7fffc51e1700 (LWP 27699) exited]
[Thread 0x7fffda47e700 (LWP 27701) exited]
[Thread 0x7fffda787700 (LWP 27687) exited]
[Thread 0x7fffc168c700 (LWP 27705) exited]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffbcac8700 (LWP 27706)]
0x7fffc0cd5628 in ?? ()
#0  0x7fffc0cd5628 in  ()
#1  0x0136cbd0 in  ()
#2  0x019cdef0 in  ()
#3  0x01238620 in  ()
#4  0x in  ()

Thread 23 (Thread 0x7fffbcac8700 (LWP 27706)):
#0  0x7fffc0cd5628 in  ()
#1  0x0136cbd0 in  ()
#2  0x019cdef0 in  ()
#3  0x01238620 in  ()
#4  0x in  ()

Thread 9 (Thread 0x7fffe2998700 (LWP 27669)):
#0  0x779aa04f in pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7719be15 in vlc_cond_wait (p_condvar=, 
p_mutex=) at posix/thread.c:387
#2  0x7719c5f5 in vlc_timer_thread (data=0x7edda0) at posix/timer.c:63
canc = 
now = 
misses = 
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 
-3879837640095203817, 0, 140736911024271, 3, 140736911024768, 
3879790648816008727, 3879818142782684695}, __mask_was_saved = 0}}, __pad = 
{0x7fffe2997df0, 0x0, 0x779a3529 <__nptl_deallocate_tsd+137>, 0x0}}
__cancel_routine = 0x7719c4d0 
__cancel_arg = 0x7eddd8
__not_first_call = 
#3  0x779a4454 in start_thread (arg=0x7fffe2998700) at 
pthread_create.c:334
__res = 
pd = 0x7fffe2998700
now = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736995100416, 
-3879837640095203817, 0, 140736911024271, 3, 140736911024768, 
3879790648792940055, 3879819246625455639}, mask_was_saved = 0}}, priv = {pad = 
{0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 
pagesize_m1 = 
sp = 
freesize = 
__PRETTY_FUNCTION__ = "start_thread"
#4  0x774ddedd in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 8 (Thread 0x7fffdc888700 (LWP 27668)):
#0  0x774d4e4d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x74e15382 in _xcb_conn_wait (__timeout=-1, __nfds=1, 
__fds=0x7fffdc887c40) at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
ret = 
fd = {fd = 12, events = 1, revents = 0}
#2  0x74e15382 in _xcb_conn_wait (c=c@entry=0x75f2f0, 
cond=cond@entry=0x75f330, vector=vector@entry=0x0, count=count@entry=0x0) at 
../../src/xcb_conn.c:459
ret = 
fd = {fd = 12, events = 1, revents = 0}
#3  0x74e16ff7 in xcb_wait_for_event (c=0x75f2f0) at 
../../src/xcb_in.c:693
ret = 0x0

Bug#820046: guitarix: does not respect DEB_BUILD_OPTIONS=parallel max value

2016-04-05 Thread Hermann Meyer
Ups, sorry, you need to pass -j $(NUMJOBS) to the build command, not to 
configure.


regards
hermann

___
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#820072: synfig: please make the build reproducible (timestamps)

2016-04-05 Thread Alexis Bienvenüe
Source: synfig
Version: 1.0.2-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

While working on the “reproducible builds” effort [1], we have noticed
that 'synfig' could not be built reproducibly.

The attached patch removes build date from info output. Once applied,
synfig can be built reproducibly in our current experimental framework.

Regards,
Alexis Bienvenüe.

 [1]: https://wiki.debian.org/ReproducibleBuilds


diff -Nru synfig-1.0.2/debian/patches/series synfig-1.0.2/debian/patches/series
--- synfig-1.0.2/debian/patches/series	2015-11-27 10:31:17.0 +0100
+++ synfig-1.0.2/debian/patches/series	2016-04-05 10:36:15.0 +0200
@@ -1,2 +1,3 @@
 c++11.patch
 #no-mod_ffmpeg.patch
+strip-build-date.patch
diff -Nru synfig-1.0.2/debian/patches/strip-build-date.patch synfig-1.0.2/debian/patches/strip-build-date.patch
--- synfig-1.0.2/debian/patches/strip-build-date.patch	1970-01-01 01:00:00.0 +0100
+++ synfig-1.0.2/debian/patches/strip-build-date.patch	2016-04-05 10:37:25.0 +0200
@@ -0,0 +1,27 @@
+Description: Strip build date from source
+ Strip build date from source, to get reproducible build.
+ see https://wiki.debian.org/ReproducibleBuilds
+Author: Alexis Bienvenüe 
+
+--- synfig-1.0.2.orig/src/synfig/main.cpp
 synfig-1.0.2/src/synfig/main.cpp
+@@ -110,7 +110,7 @@ synfig::get_version()
+ const char *
+ synfig::get_build_date()
+ {
+-	return __DATE__;
++	return "Unknown";
+ }
+ 
+ bool
+--- synfig-1.0.2.orig/src/tool/optionsprocessor.cpp
 synfig-1.0.2/src/tool/optionsprocessor.cpp
+@@ -193,7 +193,7 @@ void OptionsProcessor::process_info_opti
+ #ifdef DEVEL_VERSION
+ 			cout << endl << DEVEL_VERSION << endl << endl;
+ #endif
+-		cout << "Compiled on " __DATE__ /* " at "__TIME__ */;
++cout << "Compiled ";
+ #ifdef __GNUC__
+ 		cout << " with GCC " << __VERSION__;
+ #endif
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers