Processing of rosegarden_17.04-2_source.changes

2017-11-10 Thread Debian FTP Masters
rosegarden_17.04-2_source.changes uploaded successfully to localhost
along with the files:
  rosegarden_17.04-2.dsc
  rosegarden_17.04-2.debian.tar.xz
  rosegarden_17.04-2_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.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#881083 marked as pending

2017-11-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 881083 pending
Bug #881083 [src:rosegarden] rosegarden FTBFS: Qt5LinguistTools*.cmake moved to 
qttools5-dev
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
881083: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881083
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


groovebasin REMOVED from testing

2017-11-10 Thread Debian testing watch
FYI: The status of the groovebasin source package
in Debian's testing distribution has changed.

  Previous version: 1.4.0-1
  Current version:  (not in testing)
  Hint: 
Bug #876937: node-findit2: missing build dependency on node-mkdirp
# in node-findit2

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
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#853491: marked as done (libffado: ftbfs with GCC-7)

2017-11-10 Thread Debian Bug Tracking System
Your message dated Sat, 11 Nov 2017 01:19:25 +
with message-id 
and subject line Bug#853491: fixed in libffado 2.3.0-3
has caused the Debian Bug report #853491,
regarding libffado: ftbfs with GCC-7
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.)


-- 
853491: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853491
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libffado
Version: 2.3.0-2
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/libffado_2.3.0-2_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-7/porting_to.html

[...]
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
   template class auto_ptr;
^~~~
In file included from src/fireworks/fireworks_device.cpp:30:0:
src/fireworks/audiofire/audiofire_device.h:37:39: warning: 'template 
class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
 AudioFire( DeviceManager& d, std::auto_ptr( configRom ));
   ^~~~
In file included from /usr/include/c++/7/memory:80:0,
 from /usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:14,
 from /usr/include/libxml++-2.6/libxml++/libxml++.h:53,
 from src/libutil/serialize_libxml.h:29,
 from src/libutil/serialize.h:32,
 from src/libieee1394/configrom.h:32,
 from src/devicemanager.h:30,
 from src/fireworks/fireworks_device.cpp:25:
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
   template class auto_ptr;
^~~~
src/fireworks/fireworks_device.cpp:52:39: warning: 'template class 
std::auto_ptr' is deprecated [-Wdeprecated-declarations]
 Device::Device(DeviceManager& d, std::auto_ptr( configRom ))
   ^~~~
In file included from /usr/include/c++/7/memory:80:0,
 from /usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:14,
 from /usr/include/libxml++-2.6/libxml++/libxml++.h:53,
 from src/libutil/serialize_libxml.h:29,
 from src/libutil/serialize.h:32,
 from src/libieee1394/configrom.h:32,
 from src/devicemanager.h:30,
 from src/fireworks/fireworks_device.cpp:25:
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
   template class auto_ptr;
^~~~
src/fireworks/fireworks_device.cpp:185:45: warning: 'template class 
std::auto_ptr' is deprecated [-Wdeprecated-declarations]
 Device::createDevice(DeviceManager& d, std::auto_ptr( configRom ))
 ^~~~
In file included from /usr/include/c++/7/memory:80:0,
 from /usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:14,
 from /usr/include/libxml++-2.6/libxml++/libxml++.h:53,
 from src/libutil/serialize_libxml.h:29,
 from src/libutil/serialize.h:32,
 from src/libieee1394/configrom.h:32,
 from src/devicemanager.h:30,
 from src/fireworks/fireworks_device.cpp:25:
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
   template class auto_ptr;
^~~~
scons: building terminated because of errors.
debian/rules:62: recipe for target 'debian/stamp-scons-build' failed
make: *** [debian/stamp-scons-build] Error 2
dpkg-buildpackage: error

Bug#828060: marked as done (libffado: please make the build reproducible)

2017-11-10 Thread Debian Bug Tracking System
Your message dated Sat, 11 Nov 2017 01:19:25 +
with message-id 
and subject line Bug#828060: fixed in libffado 2.3.0-3
has caused the Debian Bug report #828060,
regarding libffado: please make the build reproducible
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.)


-- 
828060: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libffado
Version: 2.2.1-3
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

Whilst working on the "reproducible builds" effort [0], we noticed that 
libffado could not be built reproducibly. A file contains (rather useless) 
locale-specific test output.

Patch attached.

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


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- a/debian/rules  2016-06-24 10:45:45.783185973 +0200
--- b/debian/rules  2016-06-24 16:01:33.444526839 +0200
@@ -84,4 +84,5 @@
dh_python2 -pffado-mixer-qt4
 
 binary-install/ffado-tools::
+   find debian/tmp -type f -name "static_info.txt" -delete
dh_python2 -pffado-tools
--- End Message ---
--- Begin Message ---
Source: libffado
Source-Version: 2.3.0-3

We believe that the bug you reported is fixed in the latest version of
libffado, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 828...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Rizzolo  (supplier of updated libffado package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 11 Nov 2017 01:12:03 +0100
Source: libffado
Binary: libffado-dev libffado2 ffado-tools ffado-dbus-server ffado-mixer-qt4
Architecture: source
Version: 2.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Mattia Rizzolo 
Description:
 ffado-dbus-server - FFADO D-Bus server
 ffado-mixer-qt4 - FFADO D-Bus mixer applets (QT4)
 ffado-tools - FFADO debugging and firmware tools
 libffado-dev - FFADO API - development files
 libffado2  - FFADO API
Closes: 828060 853491
Changes:
 libffado (2.3.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Add patches to fix the build with GCC 7.  Closes: #853491
   * debian/rules:
 + Really make this package reproducible.  Closes: #828060
 + Fixup some host/build architecture confusion.
   * Bump debhelper compat level to 10
   * Multiarchify the library installation:
 * Move all library files to a triplet-defined directory /usr/lib//.
 * Change ffado-debug to load from that directory.
   * debian/control:
 + Use canonical URL in Vcs-* fields.
 + Drop dh-buildinfo build-dep.
 + Drop unused build-dep autotools-dev and devscripts.
 + Mark libffado-dev and libffado2 as multi-arch:same.
   * Move the ffado-debug binary from libffado2 to the ffado-tools package.
Checksums-Sha1:
 30acd232b163e0c847503ce4d6a63e989e0d3b32 2599 libffado_2.3.0-3.dsc
 86a2936f5030dd3554759ba0a4f7498cc136f164 9952 libffado_2.3.0-3.debian.tar.xz
 6d361090efd29e98cd72d87caddc5bbd8f714f2d 10705 libffado_2.3.0-3_amd64.buildinfo
Checksums-Sha256:
 a55f06bad99c69a20a2e3ad4ef0c97c299d73d736e386a8e4b1f29c31f834cec 2599 
libffado_2.3.0-3.dsc
 658147bca2d88de792ea4313ac90e27ec2c8f5e5e3295a5194769c03fcdbb48a 9952 
libffado_2.3.0-3.debian.tar.xz
 78a5717486fbc96b5455d5ca3e80851028a07ee3cb81ac6ee550b88c996eb24e 10705 
libffado_2.3.0-3_amd64.buildinfo
Files:
 8c3ea8d838637617e2d380c182ae6ee7 2599 libs optional libffado_2.3.0-3.dsc
 777518b7c4fb7205f9e1c07af5446d22 9952 libs optional 
libffado_2.3.0-3.debian.tar.xz
 8a52e45f7626d12fd6ecf18d82c4d898 10705 libs optional 
libffado_2.3.0-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAloGRz4ACgkQCBa54Yx2
K609DA/8DFsOIlbtFaUA3xc9yugDbgK18tcJYiZM9BTnU0IR8XbHEGS1uLmvj1bG
ICMKHlrwJuXBPnaAFI+qOM9IS5ysk1+ra4UZy0Q8W3k+GCibLAr7thB7cyucYEdB
aoLoRHre8qafKNHRMlVsZHbS+OSzSvpf6EnCWP+VxBrOnrMJA8Xvzty/SxHoErAD
G80Kdo8OMim/Iu4stJObff80aFDW5C3OeG5SyCAmRMLbWMCRO/

libffado_2.3.0-3_source.changes ACCEPTED into unstable

2017-11-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 11 Nov 2017 01:12:03 +0100
Source: libffado
Binary: libffado-dev libffado2 ffado-tools ffado-dbus-server ffado-mixer-qt4
Architecture: source
Version: 2.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Mattia Rizzolo 
Description:
 ffado-dbus-server - FFADO D-Bus server
 ffado-mixer-qt4 - FFADO D-Bus mixer applets (QT4)
 ffado-tools - FFADO debugging and firmware tools
 libffado-dev - FFADO API - development files
 libffado2  - FFADO API
Closes: 828060 853491
Changes:
 libffado (2.3.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Add patches to fix the build with GCC 7.  Closes: #853491
   * debian/rules:
 + Really make this package reproducible.  Closes: #828060
 + Fixup some host/build architecture confusion.
   * Bump debhelper compat level to 10
   * Multiarchify the library installation:
 * Move all library files to a triplet-defined directory /usr/lib//.
 * Change ffado-debug to load from that directory.
   * debian/control:
 + Use canonical URL in Vcs-* fields.
 + Drop dh-buildinfo build-dep.
 + Drop unused build-dep autotools-dev and devscripts.
 + Mark libffado-dev and libffado2 as multi-arch:same.
   * Move the ffado-debug binary from libffado2 to the ffado-tools package.
Checksums-Sha1:
 30acd232b163e0c847503ce4d6a63e989e0d3b32 2599 libffado_2.3.0-3.dsc
 86a2936f5030dd3554759ba0a4f7498cc136f164 9952 libffado_2.3.0-3.debian.tar.xz
 6d361090efd29e98cd72d87caddc5bbd8f714f2d 10705 libffado_2.3.0-3_amd64.buildinfo
Checksums-Sha256:
 a55f06bad99c69a20a2e3ad4ef0c97c299d73d736e386a8e4b1f29c31f834cec 2599 
libffado_2.3.0-3.dsc
 658147bca2d88de792ea4313ac90e27ec2c8f5e5e3295a5194769c03fcdbb48a 9952 
libffado_2.3.0-3.debian.tar.xz
 78a5717486fbc96b5455d5ca3e80851028a07ee3cb81ac6ee550b88c996eb24e 10705 
libffado_2.3.0-3_amd64.buildinfo
Files:
 8c3ea8d838637617e2d380c182ae6ee7 2599 libs optional libffado_2.3.0-3.dsc
 777518b7c4fb7205f9e1c07af5446d22 9952 libs optional 
libffado_2.3.0-3.debian.tar.xz
 8a52e45f7626d12fd6ecf18d82c4d898 10705 libs optional 
libffado_2.3.0-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAloGRz4ACgkQCBa54Yx2
K609DA/8DFsOIlbtFaUA3xc9yugDbgK18tcJYiZM9BTnU0IR8XbHEGS1uLmvj1bG
ICMKHlrwJuXBPnaAFI+qOM9IS5ysk1+ra4UZy0Q8W3k+GCibLAr7thB7cyucYEdB
aoLoRHre8qafKNHRMlVsZHbS+OSzSvpf6EnCWP+VxBrOnrMJA8Xvzty/SxHoErAD
G80Kdo8OMim/Iu4stJObff80aFDW5C3OeG5SyCAmRMLbWMCRO/3hUuO6KhmEN2Og
3CQs0tC44GHFKRn3FfWmUIPvyta+kXAv+//MGIV7LFyP7aC8qr/OhbnhoMgeJVjs
aFfUMvBRvG15w0ENytQARJzDDr+2cSor0KHOvMUcCvTFOA+eY5qjEE3QL2Z/mSMy
Q8FDaC8WCwbjs3xVKkG6POji/bnomRlnRPYIN4C7B/LfEhHI5vZKtRJRs5VjnOpT
E7hkcVSOYY/x9TrIj21cSzq8Ec0UGW0OGfi2x7g/eBDaZmeOX1yf1wemPtRisi+I
zd7kZVPM+2XauyPcTgeGXdxC30Dnlur3luyq4obyGUGhdES1CkZF7n2bdpB1XWe6
lhhNGdKvhhreuQIvWcfNTg0tHswaeDg22QSuO7AyG7uoLb108O5YZcEKtIjydX0A
KXAnVjUm04BvDqbRFWGhdTfFF7SvdhHb1N05FU5Kx/Eas2kC7aI=
=VAta
-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


Processing of libffado_2.3.0-3_source.changes

2017-11-10 Thread Debian FTP Masters
libffado_2.3.0-3_source.changes uploaded successfully to localhost
along with the files:
  libffado_2.3.0-3.dsc
  libffado_2.3.0-3.debian.tar.xz
  libffado_2.3.0-3_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.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#828060 marked as pending

2017-11-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 828060 pending
Bug #828060 [src:libffado] libffado: please make the build reproducible
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
828060: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828060
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: Bug#853491 marked as pending

2017-11-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 853491 pending
Bug #853491 [src:libffado] libffado: ftbfs with GCC-7
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
853491: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853491
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#879783: Removing dino from multimedia-blends

2017-11-10 Thread Ralf Jung
Hi Ross,

On 10.11.2017 20:18, Ross Gammon wrote:
> Control: tags -1 pending
> 
> Hi Ralf,
> 
> I have pushed a change to git removing dino from multimedia-blends. I
> will do an upload sometime soon.

Thanks!

> But don't you think it is a bit early to introduce a new/different
> package with the same name as dino?

That was also the opinion of others, so the package is now called
dino-im: 

Kind regards,
Ralf

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


blender_2.79+dfsg0-3_source.changes ACCEPTED into unstable

2017-11-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 10 Nov 2017 21:00:34 +0100
Source: blender
Binary: blender blender-data
Architecture: source
Version: 2.79+dfsg0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Matteo F. Vescovi 
Description:
 blender- Very fast and versatile 3D modeller/renderer
 blender-data - Very fast and versatile 3D modeller/renderer - data package
Changes:
 blender (2.79+dfsg0-3) unstable; urgency=medium
 .
   * debian/:
 - enable repacking as uscan instance
 - -dbg -> -dbgsym package migration
   * debian/patches/: patchset updated
 - 0008-fix_FTBFS_with_OpenVDB4.patch refreshed
 - 0009-fix_FTBFS_due_to_pugi_ambiguous_naming.patch added
Checksums-Sha1:
 7a0f669ba6af5e541d755047e870913cdfee68e6 3014 blender_2.79+dfsg0-3.dsc
 88cb73324498211e93b7375bb2070eed359f53a4 223992 
blender_2.79+dfsg0-3.debian.tar.xz
 ab570598282a8df763890be6b426f805c0458488 7315 
blender_2.79+dfsg0-3_source.buildinfo
Checksums-Sha256:
 253533a4b2ef7ea6991b73c7fc4fd41acf2c30e6d8018288436a841ac8992e96 3014 
blender_2.79+dfsg0-3.dsc
 4de90f836347a67a4af0b474a3aba7785c735edf039e78a38f46dfeae9db1e49 223992 
blender_2.79+dfsg0-3.debian.tar.xz
 eb3d56486e23cf4e6bf8ad32c020bbc5728be16e66f6a5c0c8fbd2d9424056dd 7315 
blender_2.79+dfsg0-3_source.buildinfo
Files:
 5b3d66b4b15fd19ab3fa63a5f078ee6d 3014 graphics optional 
blender_2.79+dfsg0-3.dsc
 4200667de61698869c68b6c47ddf274e 223992 graphics optional 
blender_2.79+dfsg0-3.debian.tar.xz
 6d2373b7c7b11aa5cf47d1bdecc1b30e 7315 graphics optional 
blender_2.79+dfsg0-3_source.buildinfo

-BEGIN PGP SIGNATURE-
Comment: Debian powered!

iQKTBAEBCgB9FiEE890J+NqH0d9QRsmbBhL0lE7NzVoFAloGBfFfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEYz
REQwOUY4REE4N0QxREY1MDQ2Qzk5QjA2MTJGNDk0NEVDRENENUEACgkQBhL0lE7N
zVpQKg//UIyfby8lwZzyiNUGjU6GoKetne6VSCQD7EjeuxC9vX8yt01aKFeLbUgp
BQNtumuaUv9WovQ2NqjgljVqZd3DH0KEf2/8UAXMNM0kHHjwOAHmZjXEKrWdPw3B
Y/4r5z+DaD2DDxJbqkSJvJKTni8Jv37sZELKMRBOLkK1kYJhHq6SeEkE8yDfPYKb
aX8Bs4FyETdDZNuYROoX3JF30/N6Q6D34yjUYZbqU2p4oF7QtE9jAKzLwdFjYf7b
JA3ggNq5YX+ZieG/1vRvGVOjXl/9OOm1okzSxOQ2V7vGG7gSahVkq1h5jRuKe1MB
VlHJbDZHMjVyyd+eN2KZOTFV/xLtcHPAYTJpq7J+uAXUHcENTPwVOxB8edurMH5V
NJZROnr/PjzVNPz9pCnZYVTIWjUNQtutN3e/e4GRiqcAj7AmuY0DHybxfxqEXqpY
ZxgCrocDNMwEhDkkYwJEXdOuwh+zZf2amwlUWtKkZI3S2Z07VtOUs0x1p9JHWu9b
s4Le2hd/bTe03DJYKif/8t1OvLq2hMifMNQXmGhtyYulON+GWAMhLFVHJIjwrh8q
3y5sogVZcpEQovbYClXDTv43fYlRUgOsqWVuKMLcLZM7Z27qAM7RSEcyOOXF9zLq
8mEK8TyhbNEz/nLSdhPpk4cCSovDaq4rWXLanKD1U1nDPn5MKuA=
=1lOC
-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#880011: csound: Macro system on csound make segfault

2017-11-10 Thread Mickael Viey

Hi,


After another test, It seems that the m statement which cause the segfault.

Consider the two attached csd files. One contains a "m" statement and 
make a segfault, the other doesn't contain it and work as expected.


a link toward documentation about this, I think I use it correctly (the 
file worked on my previous csound version on Debian Jessy):


http://www.csounds.com/manual/html/m.html


Best,

Mik


Le 10/11/2017 à 01:10, Felipe Sateler a écrit :

Control: forwarded -1 https://github.com/csound/csound/issues/871

2017-11-08 16:45 GMT-03:00 Mickael Viey >:


Le 08/11/2017 à 14:19, Felipe Sateler a écrit :

Control: forcemerge -1 880010
Control: tags -1 moreinfo

On Sat, Oct 28, 2017 at 7:54 AM, Mickael Viey
mailto:m.v...@wanadoo.fr>> wrote:

Package: csound

Version: 1:6.08.0~dfsg-1
Severity: normal

Dear Maintainer,


I have some csd files I made on another platforms which
generate
segfault when running with this version of csound. After
diagnostic It
appears that the macro system which is responsible.

By example, this macro works:
#define TIME # 0.25 #
#define freq # 146 #


#define T # $freq #
#define Am # $freq * 17 / 16 #
#define AM # $freq * 9/8 #

But If I had this after te last line:

#define E # $freq #

I get a segfault. I will join the complete csd file I used
for my tests.

Weird. I can reproduce on a stretch docker container, but I can't
reproduce on sid, either with 6.09 or rebuilding 6.08 . I ran
out of
time, but could you try rebuilding csound and see if the problem
persists?

Hi,

I am not sure what you mean by "rebuild" but this is what I done:


Thanks, but I meant recompile the csound sources, not just reinstall.

Anyway, I have debugged some more. Turns out the error in sid is still 
present, it just doesn't cause a crash. I have forwarded upstream to 
the above url.


The error is not due to the macro, but due to the 3/2 p7. This is 
invalid syntax, and that triggers the crash/malfunction (the crash is 
in the error printing code, heh). You can work around the problem by 
fixing the syntax error and passing 1.5.



--

Saludos,
Felipe Sateler




nobug_without_m.csd
Description: audio/csound


bug_with_m.csd
Description: audio/csound
___
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 blender_2.79+dfsg0-3_source.changes

2017-11-10 Thread Debian FTP Masters
blender_2.79+dfsg0-3_source.changes uploaded successfully to localhost
along with the files:
  blender_2.79+dfsg0-3.dsc
  blender_2.79+dfsg0-3.debian.tar.xz
  blender_2.79+dfsg0-3_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.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#880011: csound: Macro system on csound make segfault

2017-11-10 Thread Mickael Viey

Le 10/11/2017 à 01:10, Felipe Sateler a écrit :

Control: forwarded -1 https://github.com/csound/csound/issues/871

2017-11-08 16:45 GMT-03:00 Mickael Viey >:


Le 08/11/2017 à 14:19, Felipe Sateler a écrit :

Control: forcemerge -1 880010
Control: tags -1 moreinfo

On Sat, Oct 28, 2017 at 7:54 AM, Mickael Viey
mailto:m.v...@wanadoo.fr>> wrote:

Package: csound

Version: 1:6.08.0~dfsg-1
Severity: normal

Dear Maintainer,


I have some csd files I made on another platforms which
generate
segfault when running with this version of csound. After
diagnostic It
appears that the macro system which is responsible.

By example, this macro works:
#define TIME # 0.25 #
#define freq # 146 #


#define T # $freq #
#define Am # $freq * 17 / 16 #
#define AM # $freq * 9/8 #

But If I had this after te last line:

#define E # $freq #

I get a segfault. I will join the complete csd file I used
for my tests.

Weird. I can reproduce on a stretch docker container, but I can't
reproduce on sid, either with 6.09 or rebuilding 6.08 . I ran
out of
time, but could you try rebuilding csound and see if the problem
persists?

Hi,

I am not sure what you mean by "rebuild" but this is what I done:


Thanks, but I meant recompile the csound sources, not just reinstall.

Anyway, I have debugged some more. Turns out the error in sid is still 
present, it just doesn't cause a crash. I have forwarded upstream to 
the above url.


The error is not due to the macro, but due to the 3/2 p7. This is 
invalid syntax, and that triggers the crash/malfunction (the crash is 
in the error printing code, heh). You can work around the problem by 
fixing the syntax error and passing 1.5.



--

Saludos,
Felipe Sateler


That's right. In fact I can write expressions in score file but I must 
write them like this:


[  3 / 2 ]

On my previous install I doesn't have an error but I realize that the 
expression was interpreted like a 3 and not 3 / 2 .



If I reduce the number of space characters in the score I get the 
previous behavior (but I get 3 not 1.5).



I join the two versions of the score. One with a bad syntax but without 
seg fault when rendering, the other with the correct syntax.



Hoping they help you, (I really want have the time to debug this with you),


Thanks a lot for your help,

Best,





bad_syntax_wihout_segfault.csd
Description: audio/csound


correct_syntax.csd
Description: audio/csound
___
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#881326: mpv: The dependency of mpv should not be recommended, it must be sugerere

2017-11-10 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 youtube-dl
Bug #881326 [mpv] mpv: The dependency of mpv should not be recommended, it must 
be sugerere
Bug reassigned from package 'mpv' to 'youtube-dl'.
No longer marked as found in versions mpv/0.23.0-2.
Ignoring request to alter fixed versions of bug #881326 to the same values 
previously set

-- 
881326: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881326
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: Removing dino from multimedia-blends

2017-11-10 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 pending
Bug #879783 [multimedia-midi] multimedia-midi: Suggests non-existing package 
'dino'
Added tag(s) pending.

-- 
879783: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879783
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#879783: Removing dino from multimedia-blends

2017-11-10 Thread Ross Gammon
Control: tags -1 pending

Hi Ralf,

I have pushed a change to git removing dino from multimedia-blends. I
will do an upload sometime soon.

But don't you think it is a bit early to introduce a new/different
package with the same name as dino?

Dino is still in old-stable and Ubuntu Trusty which are still both
supported. It might be better to rename the package (e.g. to dino-im)
for now, and then rename it back to dino once Buster is released, and
Ubuntu Trusty is dropped.

Regards,

Ross



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

Bug#881358: nvidia_drv_video.so has no function __vaDriverInit_1_0

2017-11-10 Thread Anthony DeRobertis
Package: vdpau-va-driver
Version: 0.7.4-6
Severity: grave

anthony@Zia:~ [$?=3]$ vainfo 
libva info: VA-API version 1.0.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/nvidia_drv_video.so
libva error: /usr/lib/x86_64-linux-gnu/dri/nvidia_drv_video.so has no function 
__vaDriverInit_1_0
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit

And indeed, it does not:

anthony@Zia:~$ nm --demangle -D 
/usr/lib/x86_64-linux-gnu/dri/nvidia_drv_video.so  | grep vaDriverInit
6320 T __vaDriverInit_0_31
6d40 T __vaDriverInit_0_39


-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'testing'), (200, 'unstable'), (150, 'stable'), (100, 'experimental'), (1, 
'experimental-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages vdpau-va-driver depends on:
ii  libc6   2.24-17
ii  libgl1  0.2.999+git20170802-5
ii  libgl1-mesa-glx 17.2.4-1+b1
ii  libva1 [libva-driver-abi-0.39]  1.8.3-2
ii  libvdpau1   1.1.1-8
ii  libx11-62:1.6.4-3

vdpau-va-driver recommends no packages.

vdpau-va-driver suggests no packages.

-- no debconf 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


Fall into Savings - Get 20% off until November 21st.

2017-11-10 Thread Osha Practice
Enroll your OSHA training at 20% Discount with PROMO CODE: RES20!

OSHA Authorized Training:
- OSHA 10 Hour Construction
- OSHA 30 Hour Construction
- OSHA 10 Hour General Industry
- OSHA 30 Hour General Industry


After completion receive your OSHA DOL wallet card.

Our course library includes OSHA 10/30-hour Outreach courses, Hazwoper 
training, Confined Space training, Forklift and DOT training courses online. 
These are interactive courses which are authorized and accepted by OSHA.
These courses are with free LMS (learning management system), which will enable 
you or your manager to check progress, print certificates and run reports for 
your students.
For more details on bulk discounts, contact us on our website.
Copyright © 2017, REX Training. All rights reserved.
If you no longer wish to receive these emails you may reply with remove in 
subject line.___
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 protracker_2.3d.r80-1_source.changes

2017-11-10 Thread Debian FTP Masters
protracker_2.3d.r80-1_source.changes uploaded successfully to localhost
along with the files:
  protracker_2.3d.r80-1.dsc
  protracker_2.3d.r80.orig.tar.gz
  protracker_2.3d.r80-1.debian.tar.xz
  protracker_2.3d.r80-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.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


protracker_2.3d.r80-1_source.changes ACCEPTED into unstable

2017-11-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 10 Nov 2017 14:25:03 +0100
Source: protracker
Binary: protracker
Architecture: source
Version: 2.3d.r80-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Gürkan Myczko 
Description:
 protracker - Amiga ProTracker v2.3D clone for modern computers
Changes:
 protracker (2.3d.r80-1) unstable; urgency=medium
 .
   * New upstream version.
   * debian/README.Debian: added.
   * Bump standards version to 4.1.1.
Checksums-Sha1:
 e0d3332c6f469715b29b3c41141848af9d03f77b 1848 protracker_2.3d.r80-1.dsc
 f7deccf23b39b524006741199b4edf109b043f25 239663 protracker_2.3d.r80.orig.tar.gz
 3b88b065c5c879632433c88ab63ca692bd56dba8 4064 
protracker_2.3d.r80-1.debian.tar.xz
 de527c697e3139721899b7ff7622536e09e4b741 5325 
protracker_2.3d.r80-1_source.buildinfo
Checksums-Sha256:
 3a5442ee41a04700aef3382196f793014411d691914964abbf9ba2da29b870b9 1848 
protracker_2.3d.r80-1.dsc
 68d8d3731e4c19f7b259b7b0f44df771d6e3be3a306d34a5d98df25fb2c6107f 239663 
protracker_2.3d.r80.orig.tar.gz
 b163dec1ac386aac28575695c87ba916d54de2b3002b5241367877c8353f3819 4064 
protracker_2.3d.r80-1.debian.tar.xz
 753f1af94a72bbf1eae94bc99b8381be29b5d5be05166328ba6de38f8285565d 5325 
protracker_2.3d.r80-1_source.buildinfo
Files:
 48820bbb80f10181cd543003a6d984a3 1848 sound optional protracker_2.3d.r80-1.dsc
 25ae80cabd5d1f5dff79d3a1509ab573 239663 sound optional 
protracker_2.3d.r80.orig.tar.gz
 fb21c0d14cd0d46616f2446226b0b3c0 4064 sound optional 
protracker_2.3d.r80-1.debian.tar.xz
 67c89ab23baf4abf261d5c2860dac772 5325 sound optional 
protracker_2.3d.r80-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAloFySwACgkQweDZLphv
fH6jgBAAsCTgTniMLVS2asgfCF+rk7sXBe+etndPFRuYgmcUzlwhSmBb+6urVhEm
2Yawu0HBh+y87Kit9IAn3ymbO8DcacISSiKSvq2X4hlgKzS/0vEcCZqME0X+pMHs
+ss35h1SwLrIWekIJZGn3KjsaKDABizffWSTADoALwjlFFVCTALsnH+Rxh+kXMgF
dlpXyVpOxXNoFwrR8ryarQ4XJaCfTywuqfjHort5UWNHc1Rgz1h/EagV5kBCE+Yj
jUQr4HWo+dsThjLGk3SbwKVJdPEkqXDe/bmIaQ01pcTNyKZ3Yf32zYSk6SBecR9m
LIJ3L+yCtH8iHszCgXUzK36rE/jFPFwb8nHUrnOonNcD/1tLAtpKAkp+Y2FWPFDP
/A5tY+tDLMfdq03rRO8W5gHKxp7T/z+KgDjIO9JLt5/XD9CcEjaAK+F5nGaM6hxo
w4gqWh6C4hnX/o4E1N+WbQHW0w2uAmnE53fdnFtLztTuAIsInqb8PZk/JKhB8h/L
6LF3aMvQjUGKOne+k+L9T/C6yI0U0kINgznuRnEgVoNoMLiwFQpf14zXnhhePw0F
WwjkXupOY5UnpVB22Rrr3YK0cPEoP+De37LINqYgYg5i6NhogsnJGEcL7rtLVKYc
jPwHT73HbKlyNlbV7Xg/404CZPQT6Qyg0H5fBrKMPP8/cY1aKxQ=
=TqFG
-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#881321: marked as done (update for the libva2 transition)

2017-11-10 Thread Debian Bug Tracking System
Your message dated Fri, 10 Nov 2017 15:08:57 +
with message-id 
and subject line Bug#881321: fixed in vdpau-video 0.7.4-7
has caused the Debian Bug report #881321,
regarding update for the libva2 transition
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.)


-- 
881321: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881321
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:vdpau-video
Version: 0.7.4-6
Tags: patch

The package hardcodes the libva library name. Maybe that should be set
automagically.

simple replacement patch at
http://launchpadlibrarian.net/345208284/vdpau-video_0.7.4-6build1_0.7.4-6ubuntu1.diff.gz
--- End Message ---
--- Begin Message ---
Source: vdpau-video
Source-Version: 0.7.4-7

We believe that the bug you reported is fixed in the latest version of
vdpau-video, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher  (supplier of updated vdpau-video 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 10 Nov 2017 13:28:58 +0100
Source: vdpau-video
Binary: vdpau-va-driver
Architecture: source
Version: 0.7.4-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Sebastian Ramacher 
Description:
 vdpau-va-driver - VDPAU-based backend for VA API
Closes: 881321
Changes:
 vdpau-video (0.7.4-7) unstable; urgency=medium
 .
   * debian/: Bump debhelper compat to 10.
   * debian/control:
 - Bump Standards-Version.
 - Fix Enhances. (Closes: #881321)
 - Bump libva-dev B-D to match Enhances.
Checksums-Sha1:
 2322854fd7a800de7acebd6ccb46698c4d68d505 2096 vdpau-video_0.7.4-7.dsc
 83c481ff45f620c03e1557ea42046542c3352b7a 5176 vdpau-video_0.7.4-7.debian.tar.xz
Checksums-Sha256:
 e7b701a5870beba463faf9061776b91d4ccfc693d0cf62a4f963bc20b48b4045 2096 
vdpau-video_0.7.4-7.dsc
 42a87205ec775f6df3a380de2230f04fa915a68e21218e301b19ef3ea3d7 5176 
vdpau-video_0.7.4-7.debian.tar.xz
Files:
 3524570883be81201adcf68db66abe12 2096 video optional vdpau-video_0.7.4-7.dsc
 ac70adf99f917f1085ead95bf5b2add2 5176 video optional 
vdpau-video_0.7.4-7.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIyBAEBCAAcBQJaBbVPFRxzcmFtYWNoZXJAZGViaWFuLm9yZwAKCRBp8vxRbqcZ
k7PdD/42OJkBTAAGPL6jDR7UtXIXrEEDy3ifak30arIa6iOER72xP6tUcLlEXpSq
bfAqJKxPeYn/B0+kB7jTYiuZaMq1eW7sKVCo6E7UXgKxEVau3KTNrso2WIKdIE62
gDKt3m9vfbMW4PfEsknCquV4RauE49K74LY7TSl6iGmrZCjThqgiPpAa3FhCIw1e
zBqRoQyv76chEudJ9gX5IFqB5K+3RH9VAlItq0IGIJvuUuKN8FPczYrwYD45AzPC
c53NorUVBxn6fL826Jn/cf9KrJ32xHm6LjYKF0ahLBTrSG0pmtXUZPZMoB0fL+la
RCt3fv7MiD6+c2miYljGGn2JnBX3Mx3CXAbjZk7UmI5nGzThxBPGPwsK4+6P2+kO
gfWxU8iGerRC9pDA4q+dmtcasJtXe967vdPhchFB0l+giacVnkswTpmdGU1vMGQE
9O8T+RiSYoht6vd3hS5ouamcHnhPrptY0j1gL8eLKBjFQRhFOlSVGggpC1KPmk5A
zhkKQ0JIWzCzQuM9alxdfrW4WfL8y1qlUQ0NmAApxvgC4Pxl623PL9VpEcqk4SOS
t5pR554hpLeVujwRqn6O2t+9jJ3cAdaXRXrDnTumfhS5w+QYyOZJksjwwhFViLGG
yZ0FZnZXouIyb9bTJ8qsNA7KN2Tk31itPbPyr4zYGo15a6tGjQ==
=hFBG
-END PGP SIGNATURE End Message ---
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

vdpau-video_0.7.4-7_source.changes ACCEPTED into unstable

2017-11-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 10 Nov 2017 13:28:58 +0100
Source: vdpau-video
Binary: vdpau-va-driver
Architecture: source
Version: 0.7.4-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Sebastian Ramacher 
Description:
 vdpau-va-driver - VDPAU-based backend for VA API
Closes: 881321
Changes:
 vdpau-video (0.7.4-7) unstable; urgency=medium
 .
   * debian/: Bump debhelper compat to 10.
   * debian/control:
 - Bump Standards-Version.
 - Fix Enhances. (Closes: #881321)
 - Bump libva-dev B-D to match Enhances.
Checksums-Sha1:
 2322854fd7a800de7acebd6ccb46698c4d68d505 2096 vdpau-video_0.7.4-7.dsc
 83c481ff45f620c03e1557ea42046542c3352b7a 5176 vdpau-video_0.7.4-7.debian.tar.xz
Checksums-Sha256:
 e7b701a5870beba463faf9061776b91d4ccfc693d0cf62a4f963bc20b48b4045 2096 
vdpau-video_0.7.4-7.dsc
 42a87205ec775f6df3a380de2230f04fa915a68e21218e301b19ef3ea3d7 5176 
vdpau-video_0.7.4-7.debian.tar.xz
Files:
 3524570883be81201adcf68db66abe12 2096 video optional vdpau-video_0.7.4-7.dsc
 ac70adf99f917f1085ead95bf5b2add2 5176 video optional 
vdpau-video_0.7.4-7.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIyBAEBCAAcBQJaBbVPFRxzcmFtYWNoZXJAZGViaWFuLm9yZwAKCRBp8vxRbqcZ
k7PdD/42OJkBTAAGPL6jDR7UtXIXrEEDy3ifak30arIa6iOER72xP6tUcLlEXpSq
bfAqJKxPeYn/B0+kB7jTYiuZaMq1eW7sKVCo6E7UXgKxEVau3KTNrso2WIKdIE62
gDKt3m9vfbMW4PfEsknCquV4RauE49K74LY7TSl6iGmrZCjThqgiPpAa3FhCIw1e
zBqRoQyv76chEudJ9gX5IFqB5K+3RH9VAlItq0IGIJvuUuKN8FPczYrwYD45AzPC
c53NorUVBxn6fL826Jn/cf9KrJ32xHm6LjYKF0ahLBTrSG0pmtXUZPZMoB0fL+la
RCt3fv7MiD6+c2miYljGGn2JnBX3Mx3CXAbjZk7UmI5nGzThxBPGPwsK4+6P2+kO
gfWxU8iGerRC9pDA4q+dmtcasJtXe967vdPhchFB0l+giacVnkswTpmdGU1vMGQE
9O8T+RiSYoht6vd3hS5ouamcHnhPrptY0j1gL8eLKBjFQRhFOlSVGggpC1KPmk5A
zhkKQ0JIWzCzQuM9alxdfrW4WfL8y1qlUQ0NmAApxvgC4Pxl623PL9VpEcqk4SOS
t5pR554hpLeVujwRqn6O2t+9jJ3cAdaXRXrDnTumfhS5w+QYyOZJksjwwhFViLGG
yZ0FZnZXouIyb9bTJ8qsNA7KN2Tk31itPbPyr4zYGo15a6tGjQ==
=hFBG
-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


Processing of vdpau-video_0.7.4-7_source.changes

2017-11-10 Thread Debian FTP Masters
vdpau-video_0.7.4-7_source.changes uploaded successfully to localhost
along with the files:
  vdpau-video_0.7.4-7.dsc
  vdpau-video_0.7.4-7.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.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#881321 marked as pending

2017-11-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 881321 pending
Bug #881321 [src:vdpau-video] update for the libva2 transition
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
881321: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881321
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: fix tags of #881285 and #881286

2017-11-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 881285 - pending
Bug #881285 [src:gst-libav1.0] gst-libav1.0: incorrect use of drain packets in 
avcodec_decode_* api
Removed tag(s) pending.
> tags 881286 - pending
Bug #881286 [kodi] kodi: incorrect use of drain packets in avcodec_decode_* api
Removed tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
881285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881285
881286: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881286
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#881326: mpv: The dependency of mpv should not be recommended, it must be sugerere

2017-11-10 Thread Debian/GNU
Control: tags -1 moreinfo

On 11/10/2017 07:38 AM, Christophe LELOUP wrote:
> Package: mpv
> Version: 0.23.0-2+b2
> Severity: wishlist
> 
> Dear Maintainer,
> 
> *** Reporter, please consider answering these questions, where appropriate ***
> 
>* What led up to the situation?
>* What exactly did you do (or not do) that was effective (or
>  ineffective)?
>* What was the outcome of this action?
>* What outcome did you expect instead?
> 
> *** End of the template - remove these template lines ***
> 
thanks for your bug-report.
however, it is unclear what you actually mean.

according to policy,
- dependencies should be Depends
- recommendations should be Recommends
- suggestions should be Suggests
policy is very specific about what should be what [1]


if you have a specific dependency in mind, please specify which one.

gfmsar
IOhannes


[1]
https://www.debian.org/doc/debian-policy/#binary-dependencies-depends-recommends-suggests-enhances-pre-depends



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: Re: Bug#881326: mpv: The dependency of mpv should not be recommended, it must be sugerere

2017-11-10 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 moreinfo
Bug #881326 [mpv] mpv: The dependency of mpv should not be recommended, it must 
be sugerere
Added tag(s) moreinfo.

-- 
881326: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881326
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#881326: mpv: The dependency of mpv should not be recommended, it must be sugerere

2017-11-10 Thread Christophe LELOUP
Package: mpv
Version: 0.23.0-2+b2
Severity: wishlist

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


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

Kernel: Linux 4.9.0-4-amd64 (SMP w/6 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mpv depends on:
ii  libasound2  1.1.3-5
ii  libass5 1:0.13.4-2
ii  libavcodec577:3.2.8-1~deb9u1
ii  libavdevice57   7:3.2.8-1~deb9u1
ii  libavfilter67:3.2.8-1~deb9u1
ii  libavformat57   7:3.2.8-1~deb9u1
ii  libavutil55 7:3.2.8-1~deb9u1
ii  libbluray1  1:0.9.3-3
ii  libc6   2.24-11+deb9u1
ii  libcdio-cdda1   0.83-4.3+b1
ii  libcdio-paranoia1   0.83-4.3+b1
ii  libcdio13   0.83-4.3+b1
ii  libdrm2 2.4.74-1
ii  libdvdnav4  5.0.3-3
ii  libdvdread4 5.0.3-2
ii  libegl1-mesa [libegl1-x11]  13.0.6-1+b2
ii  libgbm1 13.0.6-1+b2
ii  libgl1-mesa-glx [libgl1]13.0.6-1+b2
ii  libjack-jackd2-0 [libjack-0.125]1.9.10+20150825git1ed50c92~dfsg-5
ii  libjpeg62-turbo 1:1.5.1-2
ii  liblcms2-2  2.8-4
ii  liblua5.2-0 5.2.4-1.1+b2
ii  libpulse0   10.0-1+deb9u1
ii  librubberband2  1.8.1-7
ii  libsdl2-2.0-0   2.0.5+dfsg1-2
ii  libsmbclient2:4.5.12+dfsg-2
ii  libsndio6.1 1.1.0-3
ii  libswresample2  7:3.2.8-1~deb9u1
ii  libswscale4 7:3.2.8-1~deb9u1
ii  libv4l-01.12.3-1
ii  libva-drm1  1.7.3-2
ii  libva-wayland1  1.7.3-2
ii  libva-x11-1 1.7.3-2
ii  libva1  1.7.3-2
ii  libvdpau1   1.1.1-6
ii  libwayland-client0  1.12.0-1
ii  libwayland-cursor0  1.12.0-1
ii  libwayland-egl1-mesa [libwayland-egl1]  13.0.6-1+b2
ii  libx11-62:1.6.4-3
ii  libxext62:1.3.3-1+b2
ii  libxinerama12:1.1.3-1+b3
ii  libxkbcommon0   0.7.1-1
ii  libxrandr2  2:1.5.1-1
ii  libxss1 1:1.2.2-1
ii  libxv1  2:1.0.11-1
ii  zlib1g  1:1.2.8.dfsg-5

Versions of packages mpv recommends:
ii  xdg-utils   1.1.1-1
pn  youtube-dl  

mpv suggests no packages.

-- no debconf 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#881323: fix build with glibc-2.26

2017-11-10 Thread Matthias Klose
Package: src:liblivemedia
Version: 2017.09.12-1
Tag: patch sid buster
Severity: important

Fix the build with glibc-2.26, xlocale.h not shipped anymore.

patch at
http://launchpadlibrarian.net/345212236/liblivemedia_2017.09.12-1_2017.09.12-1ubuntu1.diff.gz

___
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#881321: update for the libva2 transition

2017-11-10 Thread Matthias Klose
Package: src:vdpau-video
Version: 0.7.4-6
Tags: patch

The package hardcodes the libva library name. Maybe that should be set
automagically.

simple replacement patch at
http://launchpadlibrarian.net/345208284/vdpau-video_0.7.4-6build1_0.7.4-6ubuntu1.diff.gz

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