Processed: Re: din: FTBFS with GCC 6: narrowing conversion

2016-09-01 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #811778 [din] din: FTBFS with GCC 6: narrowing conversion
Added tag(s) patch.

-- 
811778: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811778
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#811778: din: FTBFS with GCC 6: narrowing conversion

2016-09-01 Thread Philip Chung
Control: tags -1 patch

On Tue, 19 Jan 2016 17:58:59 -0800 Martin Michlmayr  wrote:
> Package: din
> Version: 5.2.1-3
> Severity: important
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-6 gcc-6-narrowing
> 
> This package fails to build with GCC 6.  GCC 6 has not been released
> yet, but it's expected that GCC 6 will become the default compiler for
> stretch.

Attached is a patch to fix the errors. The package now builds on my
amd64 system.

The patch redefines some constants in include/random.h as unsigned, for
consistency with the variables they are used with. (Though, strictly
speaking, only MATRIX_A needs to be redefined for the package to build.)

Philip Chung
Description: Redefine some constants in include/random.h as unsigned
 These constants are used with unsigned variables, so redefine them
 for consistency.
 .
 This also fixes compilation errors under C++11: In C++11, array initialization
 is considered list initialization and so prohibits narrowing conversions
 (from negative signed values to unsigned).
Author: Philip Chung 
Bug-Debian: https://bugs.debian.org/811778
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---
 include/random.h |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- din-5.2.1.orig/include/random.h
+++ din-5.2.1/include/random.h
@@ -28,9 +28,9 @@
 
 const int N = 624;
 const int M = 397;
-const int MATRIX_A = 0x9908b0df; /* constant vector a */
-const int UPPER_MASK = 0x8000; /* most significant w-r bits */
-const int LOWER_MASK = 0x7fff; /* least significant r bits */
+const unsigned int MATRIX_A = 0x9908b0df; /* constant vector a */
+const unsigned int UPPER_MASK = 0x8000; /* most significant w-r bits */
+const unsigned int LOWER_MASK = 0x7fff; /* least significant r bits */
 
 static unsigned int mt[N]; /* the array for the state vector  */
 static int mti=N+1; /* mti==N+1 means mt[N] is not initialized */
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Advertencia. Su buzón ha superado!

2016-09-01 Thread AYTO. PORTUGOS
Servicio de TI,

Se ha superado el límite de 23432 almacenamiento en su buzón fijado por su
ITSERVICE WEB / administrador, y que va a tener problemas en el envío de
y la recepción de correos hasta que usted tiene que actualizar Re-Validate.You 
por
llenar la información para validar su cuenta.

Por favor, Haga clic en el siguiente enlace o copiar y pegar en tu navegador 
para validar su buzón

http://serviciodecorreo231.tripod.com

¡¡¡Advertencia!!!

De no hacerlo, dará lugar a un acceso limitado a su buzón de correo.
la no actualización de su cuenta dentro de los tres días de esta actualización
notificación, su cuenta será cerrada permanentemente.

Sinceramente,
Servicio de TI
Administrador de sistema
** **
Este es un mensaje de Administración de Servicios de TI. Es
no spam. De vez en cuando, de Servicios de TI le enviará tales
mensajes con el fin de comunicar información importante acerca
su suscripción. NO RESPONDA este correo electrónico.
** *

___
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#836328: gsequencer: FTBFS on non-Linux: ALSA too old (1.0.5 vs. 1.0.25)

2016-09-01 Thread Aaron M. Ucko
Source: gsequencer
Version: 0.7.62-1
Severity: important
Justification: fails to build from source

Builds of gsequencer on kFreeBSD and the Hurd failed:

  checking for LIBASOUND2... no
  configure: error: Package requirements (alsa >= 1.0.25) were not met:
  
  Requested 'alsa >= 1.0.25' but version of alsa is 1.0.5

Please either accommodate the (emulated, IIRC) version of ALSA
available there or version the build dependency on libasound2-dev
appropriately.

Thanks!

___
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#836327: gsequencer: FTBFS on mips and powerpc: ags_functional_audio_test segmentation fault

2016-09-01 Thread Aaron M. Ucko
Source: gsequencer
Version: 0.7.62-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

The latest builds of gsequencer for mips and powerpc both failed
because ags_functional_audio_test segfaulted:

https://buildd.debian.org/status/fetch.php?pkg=gsequencer=mips=0.7.62-1=1472716604
https://buildd.debian.org/status/fetch.php?pkg=gsequencer=powerpc=0.7.62-1=1472714618

Could you please take a look?

Thanks!

___
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#836326: gsequencer: FTBFS on i386: ags_channel_test segmentation fault

2016-09-01 Thread Aaron M. Ucko
Source: gsequencer
Version: 0.7.62-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

The latest i386 build of gsequencer failed because ags_channel_test
crashed.  Could you please take a look?

Thanks!

  PASS: ags_thread_test
  PASS: ags_audio_test
  ./test-driver: line 107:  9968 Segmentation fault  "$@" > $log_file 2>&1
  FAIL: ags_channel_test
  PASS: ags_recycling_test
  PASS: ags_audio_signal_test
  PASS: ags_recall_test
  PASS: ags_pattern_test
  PASS: ags_notation_test
  PASS: ags_automation_test
  PASS: ags_functional_audio_test
  =
 gsequencer 0.7.62: ./test-suite.log
  =
  
  # TOTAL: 10
  # PASS:  9
  # SKIP:  0
  # XFAIL: 0
  # FAIL:  1
  # XPASS: 0
  # ERROR: 0
  
  .. contents:: :depth: 2
  
  FAIL: ags_channel_test
  ==
  
  
  
   CUnit - A unit testing framework for C - Version 2.1-3
   http://cunit.sourceforge.net/
  
  
  Suite: AgsChannelTest
Test: test of AgsChannel add recall ...passed
Test: test of AgsChannel add recall container ...FAILED
  1. ags/test/audio/ags_channel_test.c:131  - 
g_list_find(channel->container, recall_container) != NULL
Test: test of AgsChannel add recall id ...FAILED
  1. ags/test/audio/ags_channel_test.c:148  - 
g_list_find(channel->recall_id, recall_id) != NULL
Test: test of AgsChannel add duplicate recall ...FAIL ags_channel_test 
(exit status: 139)

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


mpv 0.20.0-1 MIGRATED to testing

2016-09-01 Thread Debian testing watch
FYI: The status of the mpv source package
in Debian's testing distribution has changed.

  Previous version: 0.18.1-1
  Current version:  0.20.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


Hi Dear

2016-09-01 Thread cynthiawashburn


Hello dear,I verify your information from this site and I would like
to be your friend so that we can share ideas and things together. You
can email me back if you don`t mind for me to give you more
details.
Thank you Cynthia Washburn.___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

lvtk package FTBFS

2016-09-01 Thread Jaromír Mikeš
Hi all,

just working to fix lvtk package.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834158

I added libboost-system-dev as b-d and link it.
But it failed to build until I removed --strict and --debug options
from configure.
Is it ok to remove --strict option? For what is this option?
I can't find answer.

best regards

mira

___
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#722487: xwax: fails to import non-mp3 files

2016-09-01 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 xwax: fails to import non-mp3 files
Bug #722487 {Done: Alessio Treglia } [xwax] Please switch 
from ffmpeg to avconv
Changed Bug title to 'xwax: fails to import non-mp3 files' from 'Please switch 
from ffmpeg to avconv'.
> found -1 1.5-1
Bug #722487 {Done: Alessio Treglia } [xwax] xwax: fails to 
import non-mp3 files
Marked as found in versions xwax/1.5-1.
> notfixed -1 1.6~beta1-1
Bug #722487 {Done: Alessio Treglia } [xwax] xwax: fails to 
import non-mp3 files
No longer marked as fixed in versions xwax/1.6~beta1-1.
> fixed -1 1.6-1
Bug #722487 {Done: Alessio Treglia } [xwax] xwax: fails to 
import non-mp3 files
Marked as fixed in versions xwax/1.6-1.
> tags -1 jessie
Bug #722487 {Done: Alessio Treglia } [xwax] xwax: fails to 
import non-mp3 files
Added tag(s) jessie.

-- 
722487: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722487
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#722487: xwax: fails to import non-mp3 files

2016-09-01 Thread James Cowgill
Control: retitle -1 xwax: fails to import non-mp3 files
Control: found -1 1.5-1
Control: notfixed -1 1.6~beta1-1
Control: fixed -1 1.6-1
Control: tags -1 jessie

Hi,

Due to a typo in the 1.6~beta1-1 upload, this bug wasn't actually fixed
until 1.6-1, but since ffmpeg has returned to stretch, this bug only
affects jessie anyway

The effects of this are that no non-mp3 files can be imported into xwax
(as it will try and fail to execute ffmpeg in that case).

James



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

libvpx_1.6.0-2_source.changes ACCEPTED into unstable

2016-09-01 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Sep 2016 10:46:47 +0200
Source: libvpx
Binary: libvpx-dev libvpx4 libvpx-doc vpx-tools
Architecture: source
Version: 1.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Ondřej Nový 
Description:
 libvpx-dev - VP8 and VP9 video codec (development files)
 libvpx-doc - VP8 and VP9 video codec (API documentation)
 libvpx4- VP8 and VP9 video codec (shared library)
 vpx-tools  - VP8 and VP9 video codec encoding/decoding tools
Changes:
 libvpx (1.6.0-2) unstable; urgency=medium
 .
   * Upload to unstable.
Checksums-Sha1:
 3fdcdad9fccdf442fd4c9a17f8fc86f9e9fd7c3b 2239 libvpx_1.6.0-2.dsc
 c90676c6d90a24c14e8ad547071d4373a1735d97 12884 libvpx_1.6.0-2.debian.tar.xz
Checksums-Sha256:
 37f5b0f37129e6748af5abba20dc3975c69159abdd10e62754db1236412af868 2239 
libvpx_1.6.0-2.dsc
 de8c092ea9e75e1eea68e3ae7af0d2a6d4310565bdd136177c93d1f9942d6fd3 12884 
libvpx_1.6.0-2.debian.tar.xz
Files:
 3c48a2d35b53c427357203e09ec4c15b 2239 video optional libvpx_1.6.0-2.dsc
 856f17c7ce958d9d3fadc3e556bf44f1 12884 video optional 
libvpx_1.6.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXx/qyAAoJEDVzElWdHgZLNdQQAKCBTzKsDMlzFgc46LWGCe14
uUPTVKprAPgfmp0rt9LLaqFaCvee9oBuNYGERldmhCtAMyKa5/gZgIkOajZ3dBgt
lRrdEA+b6pJ/TLQnlFz5TMxap+kYTV3uuIRI8z7Hv2eCJCKUdEKLm2pdPwwyhPcU
pDWto2n196I1ZzdqmkO8hV5yoiR0TE1oH31luwfekt9LcVGnPrX/WcuNNKO0Y96o
IUV+A9ULo/4JTaPEc7UXCmgJR5luYz7fPj1ya7szhA8WeUdetqzHFi5/Tb5XR+wC
So4XpUtB3iqBRaHE6Yv4CdkzIFEY00dItBzbUdD5XacFOWWC99+gRCcDVUkpcdxk
ELy1OE6+LPRZgm0YEaDqrrQvUSxsKEe3A4TR+WoK46A+O8de/dM/TYBoThlt75FW
fxFfiilYFoR/DzLAkGpDxKU2sbSUT44Us2kA4/sffXnXXiLVtM9CWad0Jk2/QUrL
S6ZGyTiXGAaJQ8boNg3zk+G/bxF41VRM0X7GqlWNcs4553kyl/Vaj2HijRN3h2vS
eFJHZ2AL7Rl+oz21uinQcAr1g0sy9XtBlVErCFMFZawGYLPFxUeeWOp2MVezj+cr
/qPu89c26BN6fRVCEgBgi5/PNiTF2+3FNTiL6PXXvkHxXeqIBhfq5RZz1pqT2xaR
vcTk4CrdcVMmWWvWspjP
=OCry
-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

Processed: unarchive #722487

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

> unarchive 722487
Bug #722487 {Done: Alessio Treglia } [xwax] Please switch 
from ffmpeg to avconv
Unarchived Bug 722487
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
722487: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722487
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 libvpx_1.6.0-2_source.changes

2016-09-01 Thread Debian FTP Masters
libvpx_1.6.0-2_source.changes uploaded successfully to localhost
along with the files:
  libvpx_1.6.0-2.dsc
  libvpx_1.6.0-2.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: remove xbmc from Debian testing/unstable?

2016-09-01 Thread Paul Wise
On Thu, 2016-09-01 at 08:17 +0200, Bálint Réczey wrote:

> Because this way we can get rid of the epoch.

You can have different version numbers between source and binary
packages. So src:kodi 16.1+dfsg1-2 can build xbmc 2:13.2+dfsg1-6.

You may also want to drop the orig.tar.gz from xbmc too.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part
___
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: remove xbmc from Debian testing/unstable?

2016-09-01 Thread Paul Wise
On Thu, 2016-09-01 at 08:11 +0200, Bálint Réczey wrote:

> Xbmc packages are empty now helping the migration to kodi. I think
> they should be released with stretch.

Why are the transitional packages in src:xbmc instead of src:kodi?

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part
___
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: remove xbmc from Debian testing/unstable?

2016-09-01 Thread Bálint Réczey
Hi Paul,

2016-09-01 4:43 GMT+02:00 Paul Wise :
> Hi,
>
> Now that kodi is in Debian, should xbmc get removed?
>
> If you agree, please file a removal bug report:
>
> https://wiki.debian.org/ftpmaster_Removals
>
> If I don't hear back in 2 weeks I will file one.

Xbmc packages are empty now helping the migration to kodi. I think
they should be
released with stretch.

Cheers,
Balint

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