Processed: severity of 895475 is serious

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

> severity 895475 serious
Bug #895475 [openshot-qt] openshot-qt: non-DFSG assets in package
Severity set to 'serious' from 'normal'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
895475: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895475
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: mittens out, this time it's the right bug number@

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

> block 895462 by 892969 894710
Bug #895462 [asciidoc] asciidoc: deprecate in Debian
895462 was blocked by: 893467 894192 895165 895167 895166 894700 894697 894188 
895168 894194 884213 895187 895186
895462 was not blocking any bugs.
Added blocking bug(s) of 895462: 892969 and 894710
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
895462: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895462
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#826225: marked as done (supercollider-sc3-plugins: ftbfs on ppc64el - invalid parameter combination for AltiVec intrinsic)

2018-04-10 Thread Debian Bug Tracking System
Your message dated Tue, 10 Apr 2018 20:03:04 +
with message-id <e1f5zts-000gbr...@fasolo.debian.org>
and subject line Bug#826225: fixed in supercollider-sc3-plugins 3.9.1~repack-1
has caused the Debian Bug report #826225,
regarding supercollider-sc3-plugins: ftbfs on ppc64el - invalid parameter 
combination for AltiVec intrinsic
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.)


-- 
826225: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=826225
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: supercollider-sc3-plugins
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Hello.

The package supercollider-sc3-plugins fails to build from source on
ppc64el, with the same kind of error, reported on #766630 that caused,
supercollider to fail.

It is an issue with altivec implementation on ppc64el, which actually
needs to be corrected.
The definitive fix would be to write ppc64el altivec code, which is not
a quick job. Just as it was done for supercollider, disabling altivec
for ppc64el at least allows it to build.

That is in the patch attached.

Regards
Fernando
diff -Nru supercollider-sc3-plugins-3.7.1~repack/debian/changelog supercollider-sc3-plugins-3.7.1~repack/debian/changelog
--- supercollider-sc3-plugins-3.7.1~repack/debian/changelog	2016-04-19 10:49:58.0 +
+++ supercollider-sc3-plugins-3.7.1~repack/debian/changelog	2016-06-02 20:51:26.0 +
@@ -1,3 +1,10 @@
+supercollider-sc3-plugins (3.7.1~repack-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: disable altivec/vmx to fix FTBFS on ppc64el 
+
+ -- Fernando Seiti Furusato <ferse...@br.ibm.com>  Thu, 02 Jun 2016 20:51:08 +
+
 supercollider-sc3-plugins (3.7.1~repack-1) unstable; urgency=medium
 
   [ Hanno Zulla ]
diff -Nru supercollider-sc3-plugins-3.7.1~repack/debian/rules supercollider-sc3-plugins-3.7.1~repack/debian/rules
--- supercollider-sc3-plugins-3.7.1~repack/debian/rules	2016-04-19 10:44:03.0 +
+++ supercollider-sc3-plugins-3.7.1~repack/debian/rules	2016-06-02 20:51:04.0 +
@@ -5,6 +5,11 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 include /usr/share/dpkg/buildflags.mk
 
+ifeq ("$(DEB_HOST_ARCH_CPU)","ppc64el")
+	CFLAGS=-mno-altivec -mno-vsx
+	CXXFLAGS=-mno-altivec -mno-vsx
+endif
+
 %:
 	dh $@ --parallel
 
--- End Message ---
--- Begin Message ---
Source: supercollider-sc3-plugins
Source-Version: 3.9.1~repack-1

We believe that the bug you reported is fixed in the latest version of
supercollider-sc3-plugins, 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 826...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Georges Khaznadar <georg...@debian.org> (supplier of updated 
supercollider-sc3-plugins 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: Tue, 10 Apr 2018 19:26:05 +0200
Source: supercollider-sc3-plugins
Binary: sc3-plugins sc3-plugins-server sc3-plugins-language ladspalist
Architecture: source amd64 all
Version: 3.9.1~repack-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Team 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Georges Khaznadar <georg...@debian.org>
Description:
 ladspalist - List LADSPA plugins for use by LADSPA UGen
 sc3-plugins - Community collection of UGen plugins for SuperCollider
 sc3-plugins-language - sclang class files of UGen plugins for SuperCollider
 sc3-plugins-server - Compiled scsynth UGen plugins for SuperCollider
Closes: 826225
Changes:
 supercollider-sc3-plugins (3.9.1~repack-1) unstable; urgency=medium
 .
   [Georges Khaznadar]
   * upgraded to the newest upstream version
   * updated the debian patches for this last version
   * upgraded standards: Standards-Version: 4.1.3, debhelper (>= 10), compat.
   * removed the option --parallel which is useless with debhelper (>= 10)
 in debian/rules
   [ Fernando Seiti Furusato ]
   * debian/rules: disable altivec/vmx to fix FTBFS on ppc64el
 (Closes: #826225)
Checksums-Sha1:
 83730315990146058f067f8a8de2ce1a128

Processed: bug 890292 is forwarded to https://trac.videolan.org/vlc/ticket/20255

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

> forwarded 890292 https://trac.videolan.org/vlc/ticket/20255
Bug #890292 [src:vlc] vlc: convert / save file selection unable to clear list / 
select multiple files from list
Set Bug forwarded-to-address to 'https://trac.videolan.org/vlc/ticket/20255'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
890292: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890292
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#895162: marked as done (synfigstudio: Update fonts-freefont build-depends)

2018-04-09 Thread Debian Bug Tracking System
Your message dated Mon, 09 Apr 2018 22:11:14 +
with message-id <e1f5f0m-0009dy...@fasolo.debian.org>
and subject line Bug#895162: fixed in synfigstudio 1.2.1-0.1
has caused the Debian Bug report #895162,
regarding synfigstudio: Update fonts-freefont build-depends
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.)


-- 
895162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895162
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: synfigstudio
Version: 1.0.2-1
Severity: serious
Tags: buster sid

fonts-freefont-ttf (or fonts-freefont-otf) has replaced ttf-freefont.
Please update synfigstudio's Build-Depends.

Thanks,
Jeremy Bicha
--- End Message ---
--- Begin Message ---
Source: synfigstudio
Source-Version: 1.2.1-0.1

We believe that the bug you reported is fixed in the latest version of
synfigstudio, 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 895...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated synfigstudio 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: Mon, 09 Apr 2018 21:14:59 +0200
Source: synfigstudio
Binary: synfigstudio synfigstudio-dbg
Architecture: source
Version: 1.2.1-0.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
 synfigstudio - vector-based 2D animation package (graphical user interface)
 synfigstudio-dbg - synfig GUI debugging symbols
Closes: 883594 895162
Changes:
 synfigstudio (1.2.1-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream version. Closes: #883594.
   * Update build dependency on font packages. Closes: #895162.
   * Build-depend on pkg-config and libfftw3-dev.
Checksums-Sha1:
 39feda3ccd10dcb724d9f7655adfa815478d7e7a 2399 synfigstudio_1.2.1-0.1.dsc
 9443e434dced6467a08ac096e2f43369c2a7561f 5687045 synfigstudio_1.2.1.orig.tar.gz
 45f5b76848559ba723a63d6014cd89856155aa35 16888 
synfigstudio_1.2.1-0.1.debian.tar.xz
 6c3b8c6d9c5bb94e21606a45c2d1204340956f08 20567 
synfigstudio_1.2.1-0.1_source.buildinfo
Checksums-Sha256:
 1efa17944c78ecd9ee3caec17265d4cb351acb95ed398312018c5cb82f7eba8b 2399 
synfigstudio_1.2.1-0.1.dsc
 1a97875e0039895604085649bcd30cf0d6165f4c865299ca13d45d2dfbfab05d 5687045 
synfigstudio_1.2.1.orig.tar.gz
 7388aa1b028c6a193b3fca0b1b1d469ab761b71659d2e1ebcd1907432b00582a 16888 
synfigstudio_1.2.1-0.1.debian.tar.xz
 80b522cd80a732a480764d823f2a8af2b0ebe3aab1c28c2af944064ce7932f97 20567 
synfigstudio_1.2.1-0.1_source.buildinfo
Files:
 31f4c5a6b475a911f1924b809b17a91f 2399 graphics extra synfigstudio_1.2.1-0.1.dsc
 71a2c31b82b031eae93d9431fb88c13f 5687045 graphics extra 
synfigstudio_1.2.1.orig.tar.gz
 b43ac341ce4a1391717beb8a1d599dae 16888 graphics extra 
synfigstudio_1.2.1-0.1.debian.tar.xz
 1d029de7d79211f927020cc8f47293df 20567 graphics extra 
synfigstudio_1.2.1-0.1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAlrLvAoQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9XA8D/sHETW6oAqYV1CrKg6qXARLYAywWHwp1o9Y
b4qDWB9P3t6/Ji2o6wYefofK9vFn1l3px+loqkHGy0DLEyu9nfeWc/rG+88AV0G/
5c3+F8hqHzVyhujgReaeGM/K+AIvduc+nrZ5NqTCX9LC5Ly/ZsvaQIe4h9plyPzV
u3AmMPiJjAujEsC23GpSFSVNjTimgRFLMmyD2GXAHjFUeyMVa6fe8bDF0l1LFqxC
cmNQe8ERG8OMZ71zIFGHU/PG4IhLG7OQyNE2FZToDMO7lWALfdaXM/9Vlc+/szC5
uvHm93tL9KsPZ81R1LoANcCtePQEiNylo+lGIBrVcIifAqgmKSxBAv9Vr3MVrL86
+tfSDQq0QH4zu4T1GodxzL5KvBv+iNBItYXdkNpqsP3fq8+VyX0TfvbgRGJIWLRM
kqC8ww+FOisXM/WtJUPe/q3RaNNlVX2PxTjTmqujEA4Za/Ilvz92YwvuEglPmOPO
pxP328/ybiGPu+rDYI61NhVyuHvT+Wq3XF9aDGSs8P7EQGgX//vzKX5w2wKL3lTT
l+MovRicDz83BvU4UMjYtKRmmCSYxD+QIrXzKeP6jCrmjIYx3TWp022e634fcYMb
CiHU7xAMyozyGJklMbH+7g9PTIWeD7/tTzxlkoFcgYcY2sKnRIXud7MEx0+/N+/0
+X3gBuxuHA==
=qeLg
-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

Bug#883594: marked as done (synfigstudio: upstream offers version 1.2.0 and newer)

2018-04-09 Thread Debian Bug Tracking System
Your message dated Mon, 09 Apr 2018 22:11:14 +
with message-id <e1f5f0m-0009ds...@fasolo.debian.org>
and subject line Bug#883594: fixed in synfigstudio 1.2.1-0.1
has caused the Debian Bug report #883594,
regarding synfigstudio: upstream offers version 1.2.0 and newer
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.)


-- 
883594: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883594
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: synfigstudio
Version: 1.0.2-1+b1
Severity: normal

Dear Maintainer,

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

Any plans to package newer releases?

https://github.com/synfig/synfig/releases

Version 1.2.0 is almost a year old already and there is a v1.3.x series 
too.

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


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

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

Versions of packages synfigstudio depends on:
ii  libatkmm-1.6-1v52.24.2-2
ii  libc6   2.24-11+deb9u1
ii  libcairo2   1.14.8-1
ii  libcairomm-1.0-1v5  1.12.0-1+b1
ii  libgcc1 1:7.2.0-3
ii  libglib2.0-02.50.3-2
ii  libglibmm-2.4-1v5   2.50.0-1
ii  libgtk-3-0  3.22.11-1
ii  libgtkmm-3.0-1v53.22.0-1
ii  libpangomm-1.4-1v5  2.40.1-3
ii  libsigc++-2.0-0v5   2.10.0-1
ii  libstdc++6  7.2.0-3
ii  libsynfig0v51.0.2-1+b6
ii  libxml++2.6-2v5 2.40.1-1

Versions of packages synfigstudio recommends:
ii  synfig-examples  1.0.2-1

synfigstudio suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: synfigstudio
Source-Version: 1.2.1-0.1

We believe that the bug you reported is fixed in the latest version of
synfigstudio, 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 883...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated synfigstudio 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: Mon, 09 Apr 2018 21:14:59 +0200
Source: synfigstudio
Binary: synfigstudio synfigstudio-dbg
Architecture: source
Version: 1.2.1-0.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
 synfigstudio - vector-based 2D animation package (graphical user interface)
 synfigstudio-dbg - synfig GUI debugging symbols
Closes: 883594 895162
Changes:
 synfigstudio (1.2.1-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream version. Closes: #883594.
   * Update build dependency on font packages. Closes: #895162.
   * Build-depend on pkg-config and libfftw3-dev.
Checksums-Sha1:
 39feda3ccd10dcb724d9f7655adfa815478d7e7a 2399 synfigstudio_1.2.1-0.1.dsc
 9443e434dced6467a08ac096e2f43369c2a7561f 5687045 synfigstudio_1.2.1.orig.tar.gz
 45f5b76848559ba723a63d6014cd89856155aa35 16888 
synfigstudio_1.2.1-0.1.debian.tar.xz
 6c3b8c6d9c5bb94e21606a45c2d1204340956f08 20567 
synfigstudio_1.2.1-0.1_source.buildinfo
Checksums-Sha256:
 1efa17944c78ecd9ee3caec17265d4cb351acb95ed398312018c5cb82f7eba8b 2399 
synfigstudio_1.2.1-0.1.dsc
 1a97875e0039895604085649bcd30cf0d6165f4c865299ca13d45d2dfbfab05d 5687045 
synfigstudio_1.2.1.orig.tar.gz
 7388aa1b028c6a193b3fca0b1b1d469ab761b71659d2e1ebcd1907432b00582a 16888 
synfigstudio_1.2.1-0.1.debian.tar.xz
 80b522cd80a732a480764d823f2a8af2b0ebe3aab1c28c2af944064ce7932f97 20567 
synfigstudio_1.2.1-0.1_source.buildinfo
Files:
 31f4c5a6b475a911f1924b809b17a91f 2399 graphics extra synfigstudio_1.2.1-0.1.dsc
 71a2c31b82b031eae93d9431fb88c13f 5687045 graphics extra 
synfigstudio_1.2.1.orig.tar.gz
 b43ac341ce4a1391717beb8a1d599dae 16888 graphics extra 
synfigstudio_1.2.1-0.1.debian.tar.xz
 1d029de7

Bug#895154: marked as done (ffmpeg: FTBFS - make[2]: write error: stdout)

2018-04-09 Thread Debian Bug Tracking System
Your message dated Mon, 09 Apr 2018 13:09:31 +
with message-id <e1f5wy7-000ade...@fasolo.debian.org>
and subject line Bug#895154: fixed in ffmpeg 7:3.4.2-2
has caused the Debian Bug report #895154,
regarding ffmpeg: FTBFS - make[2]: write error: stdout
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.)


-- 
895154: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895154
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ffmpeg
Version: 7:3.4.1-1
Severity: serious
Tags: sid buster

For some reason ffmpeg has started FTBFS with this error:
> TESTvsynth2-zlib
> /<>/tests/fate-run.sh fate-vsynth2-zlib "" "" 
> "/<>/debian/standard" 'enc_dec "rawvideo -s 352x288 -pix_fmt 
> yuv420p " tests/data/vsynth2.yuv avi "-c zlib " rawvideo "-s 352x288 -pix_fmt 
> yuv420p -vsync 0 " -keep ""' '' 
> '/<>/tests/ref/vsynth/vsynth2-zlib' '' '1' '' '' '' '' '' '1' '' 
> '' ''
>  /<>/debian/standard/ffmpeg -nostdin -nostats -cpuflags all -f 
> rawvideo -s 352x288 -pix_fmt yuv420p -threads 1 -idct simple -flags +bitexact 
> -sws_flags +accurate_rnd+bitexact -fflags +bitexact -hwaccel none -threads 1 
> -thread_type frame+slice -i 
> /<>/debian/standard/tests/data/vsynth2.yuv -threads 1 -idct 
> simple -dct fastint -c zlib -flags +bitexact -sws_flags 
> +accurate_rnd+bitexact -fflags +bitexact -f avi -y 
> /<>/debian/standard/tests/data/fate/vsynth2-zlib.avi
>  /<>/debian/standard/ffmpeg -nostdin -nostats -cpuflags all 
> -threads 1 -idct simple -flags +bitexact -sws_flags +accurate_rnd+bitexact 
> -fflags +bitexact -hwaccel none -threads 1 -thread_type frame+slice -i 
> /<>/debian/standard/tests/data/fate/vsynth2-zlib.avi -threads 1 
> -idct simple -dct fastint -s 352x288 -pix_fmt yuv420p -vsync 0 -flags 
> +bitexact -sws_flags +accurate_rnd+bitexact -fflags +bitexact -f rawvideo -y 
> /<>/debian/standard/tests/data/fate/vsynth2-zlib.out.rawvideo
> make[2]: Leaving directory '/<>/debian/standard'
> make[2]: write error: stdout
> dh_auto_test: cd debian/standard && make -j4 -O check -k returned exit code 1
> make[1]: *** [debian/rules:231: override_dh_auto_test-arch] Error 25
> make[1]: Leaving directory '/<>'
> make: *** [debian/rules:192: binary] Error 2
> dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
> 2

This can be seen on the reproducible builds first seen 2018-03-15
affecting 3.4 and 3.5 in experimental.

I'm guessing this has something to do with "make -O" which was enabled
recently in debhelper, but I haven't checked.

James



signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: ffmpeg
Source-Version: 7:3.4.2-2

We believe that the bug you reported is fixed in the latest version of
ffmpeg, 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 895...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Cowgill <jcowg...@debian.org> (supplier of updated ffmpeg 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: Mon, 09 Apr 2018 12:24:40 +0100
Source: ffmpeg
Binary: ffmpeg ffmpeg-doc libavcodec57 libavcodec-extra57 libavcodec-extra 
libavcodec-dev libavdevice57 libavdevice-dev libavfilter6 libavfilter-extra6 
libavfilter-extra libavfilter-dev libavformat57 libavformat-dev libavresample3 
libavresample-dev libavutil55 libavutil-dev libpostproc54 libpostproc-dev 
libswresample2 libswresample-dev libswscale4 libswscale-dev
Architecture: source
Version: 7:3.4.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: James Cowgill <jcowg...@debian.org>
Description:
 ffmpeg - Tools for transcoding, streaming and playing of multimedia files
 ffmpeg-doc - Documentation of the FFmpeg multimedia framework
 libavcodec-dev - FFmpeg library with de/encoders for audio/video codecs - 
developm
 l

Bug#873182: marked as done (please drop transitional package libav-tools)

2018-04-09 Thread Debian Bug Tracking System
Your message dated Mon, 09 Apr 2018 13:09:31 +
with message-id <e1f5wy7-000ad8...@fasolo.debian.org>
and subject line Bug#873182: fixed in ffmpeg 7:3.4.2-2
has caused the Debian Bug report #873182,
regarding please drop transitional package libav-tools
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.)


-- 
873182: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873182
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libav-tools
Version: 7:3.2.5-1
Severity: normal
user: qa.debian@packages.debian.org
usertags: transitional

Please drop transitional package libav-tools for Buster, as it has been 
released with Stretch.

Thanks for maintaining ffmpeg!


-- 
cheers,
Holger


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: ffmpeg
Source-Version: 7:3.4.2-2

We believe that the bug you reported is fixed in the latest version of
ffmpeg, 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 873...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Cowgill <jcowg...@debian.org> (supplier of updated ffmpeg 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: Mon, 09 Apr 2018 12:24:40 +0100
Source: ffmpeg
Binary: ffmpeg ffmpeg-doc libavcodec57 libavcodec-extra57 libavcodec-extra 
libavcodec-dev libavdevice57 libavdevice-dev libavfilter6 libavfilter-extra6 
libavfilter-extra libavfilter-dev libavformat57 libavformat-dev libavresample3 
libavresample-dev libavutil55 libavutil-dev libpostproc54 libpostproc-dev 
libswresample2 libswresample-dev libswscale4 libswscale-dev
Architecture: source
Version: 7:3.4.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: James Cowgill <jcowg...@debian.org>
Description:
 ffmpeg - Tools for transcoding, streaming and playing of multimedia files
 ffmpeg-doc - Documentation of the FFmpeg multimedia framework
 libavcodec-dev - FFmpeg library with de/encoders for audio/video codecs - 
developm
 libavcodec-extra - FFmpeg library with extra codecs (metapackage)
 libavcodec-extra57 - FFmpeg library with additional de/encoders for 
audio/video codecs
 libavcodec57 - FFmpeg library with de/encoders for audio/video codecs - runtime
 libavdevice-dev - FFmpeg library for handling input and output devices - 
developmen
 libavdevice57 - FFmpeg library for handling input and output devices - runtime 
fi
 libavfilter-dev - FFmpeg library containing media filters - development files
 libavfilter-extra - FFmpeg library with extra filters (metapackage)
 libavfilter-extra6 - FFmpeg library with extra media filters - runtime files
 libavfilter6 - FFmpeg library containing media filters - runtime files
 libavformat-dev - FFmpeg library with (de)muxers for multimedia containers - 
develo
 libavformat57 - FFmpeg library with (de)muxers for multimedia containers - 
runtim
 libavresample-dev - FFmpeg compatibility library for resampling - development 
files
 libavresample3 - FFmpeg compatibility library for resampling - runtime files
 libavutil-dev - FFmpeg library with functions for simplifying programming - 
devel
 libavutil55 - FFmpeg library with functions for simplifying programming - runti
 libpostproc-dev - FFmpeg library for post processing - development files
 libpostproc54 - FFmpeg library for post processing - runtime files
 libswresample-dev - FFmpeg library for audio resampling, rematrixing etc. - 
developme
 libswresample2 - FFmpeg library for audio resampling, rematrixing etc. - 
runtime f
 libswscale-dev - FFmpeg library for image scaling and various conversions - 
develo
 libswscale4 - FFmpeg library for image scaling and various conversions - runtim
Closes: 873182 895154
Changes:
 ffmpeg (7:3.4.2-2) unstable; urgency=medium
 .
   [ James Cowgill ]
   * Fix FTBFS caused by nodejs setting O_NONBLOCK on the build log pipe.
 (Closes: #895154)
   * Set maintainer to debian-multimedia@lists.d.o.
 .
   [ Sebastian Ramacher ]
   * Drop libav-tools. (Closes: #873182)
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to sal

Processed: tagging #894191

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

> tags 894191 moreinfo
Bug #894191 [ffmpeg] ffmpeg: silence when copying AAC (LC) from MKV to AVI
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
894191: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894191
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: Re: Bug#895154: ffmpeg: FTBFS - make[2]: write error: stdout

2018-04-08 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 pending
Bug #895154 [src:ffmpeg] ffmpeg: FTBFS - make[2]: write error: stdout
Added tag(s) pending.

-- 
895154: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895154
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: update etl, synfig and synfigstudio to 1.2.1

2018-04-08 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + patch
Bug #895162 [src:synfigstudio] synfigstudio: Update fonts-freefont build-depends
Added tag(s) patch.

-- 
895162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895162
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: update etl, synfig and synfigstudio to 1.2.1

2018-04-08 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + patch
Bug #883594 [synfigstudio] synfigstudio: upstream offers version 1.2.0 and newer
Added tag(s) patch.

-- 
883594: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883594
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: Add blocker bug for ttf-freefont removal

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

> block 895163 by 895162
Bug #895163 [ftp.debian.org] RM: ttf-freefont -- RoM; RoQA: renamed to 
fonts-freefont
895163 was not blocked by any bugs.
895163 was not blocking any bugs.
Added blocking bug(s) of 895163: 895162
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
895163: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895163
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#894386: marked as done (libinstpatch: memory corruption in file IpatchSF2Reader.c)

2018-04-07 Thread Debian Bug Tracking System
Your message dated Sat, 07 Apr 2018 17:35:21 +
with message-id <e1f4rkh-000aaf...@fasolo.debian.org>
and subject line Bug#894386: fixed in libinstpatch 1.0.0-7
has caused the Debian Bug report #894386,
regarding libinstpatch: memory corruption in file IpatchSF2Reader.c
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.)


-- 
894386: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894386
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libinstpatch
Severity: normal

Dear Maintainer,

The file IpatchSF2Reader.c has seen in the upstream code base some fixes
of potential memory corruption. This can lead to undefined behaviour.

I provide a patch with the specific changes, fixing the issue.

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

Kernel: Linux 4.15.0-2-amd64 (SMP w/24 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- libinstpatch-1.0.0/libinstpatch/IpatchSF2Reader.c   2010-10-25 
12:46:26.0 -0400
+++ libinstpatch-1.0.0.orig/libinstpatch/IpatchSF2Reader.c  2018-03-29 
11:57:52.433939326 -0400
@@ -647,13 +647,13 @@
   if (!ipatch_file_read (riff->handle, bag_table, chunk->size, err))
 return (FALSE);   /* bag_table will be freed by finalize() */
 
-  pgenndx = IPATCH_FILE_SWAP16 (riff->handle, _table[0]);
-  pmodndx = IPATCH_FILE_SWAP16 (riff->handle, _table[1]);
+  pgenndx = IPATCH_FILE_SWAP16 (riff->handle->file, _table[0]);
+  pmodndx = IPATCH_FILE_SWAP16 (riff->handle->file, _table[1]);
 
   for (i=0; i < reader->pbag_count; i++)
 {
-  genndx = IPATCH_FILE_SWAP16 (riff->handle, _table[(i+1)*2]);
-  modndx = IPATCH_FILE_SWAP16 (riff->handle, _table[(i+1)*2+1]);
+  genndx = IPATCH_FILE_SWAP16 (riff->handle->file, _table[(i+1)*2]);
+  modndx = IPATCH_FILE_SWAP16 (riff->handle->file, _table[(i+1)*2+1]);
 
   if (genndx < pgenndx)
{
@@ -973,13 +973,13 @@
   if (!ipatch_file_read (riff->handle, bag_table, chunk->size, err))
 return (FALSE);   /* bag_table will be freed by finalize() */
 
-  pgenndx = IPATCH_FILE_SWAP16 (riff->handle, _table[0]);
-  pmodndx = IPATCH_FILE_SWAP16 (riff->handle, _table[1]);
+  pgenndx = IPATCH_FILE_SWAP16 (riff->handle->file, _table[0]);
+  pmodndx = IPATCH_FILE_SWAP16 (riff->handle->file, _table[1]);
 
   for (i=0; i < reader->ibag_count; i++)
 {
-  genndx = IPATCH_FILE_SWAP16 (riff->handle, _table[(i+1)*2]);
-  modndx = IPATCH_FILE_SWAP16 (riff->handle, _table[(i+1)*2+1]);
+  genndx = IPATCH_FILE_SWAP16 (riff->handle->file, _table[(i+1)*2]);
+  modndx = IPATCH_FILE_SWAP16 (riff->handle->file, _table[(i+1)*2+1]);
 
   if (genndx < pgenndx)
{
--- End Message ---
--- Begin Message ---
Source: libinstpatch
Source-Version: 1.0.0-7

We believe that the bug you reported is fixed in the latest version of
libinstpatch, 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 894...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Cowgill <jcowg...@debian.org> (supplier of updated libinstpatch 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, 07 Apr 2018 18:26:26 +0100
Source: libinstpatch
Binary: libinstpatch-1.0-0 libinstpatch-dev libinstpatch-doc
Architecture: source
Version: 1.0.0-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: James Cowgill <jcowg...@debian.org>
Description:
 libinstpatch-1.0-0 - MIDI instrument editing library
 libinstpatch-dev - MIDI instrument editing library development files
 libinstpatch-doc - MIDI instrument editing library documentation
Closes: 894386
Changes:
 libinstpatch (1.0.0-7) unstable; urgency=medium
 .
   * Team upload.
 .
   [ James Cowgill ]
   * debian/compat: 

Bug#886046: marked as done (soundconverter: Depends on gconf)

2018-04-07 Thread Debian Bug Tracking System
Your message dated Sat, 07 Apr 2018 16:21:17 +
with message-id <e1f4qab-000j8p...@fasolo.debian.org>
and subject line Bug#886046: fixed in soundconverter 3.0.0-2
has caused the Debian Bug report #886046,
regarding soundconverter: Depends on gconf
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.)


-- 
886046: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886046
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: soundconverter
Version: 3.0.0~beta1-2
Severity: important
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: oldlibs gconf
Tags: sid buster

Your package depends or build-depends on gconf, but gconf will be
removed from Debian soon.

gconf's last release was about 5 years ago. It has been replaced by
gsettings (provided in Debian by source glib2.0 )

References
--
https://developer.gnome.org/gio/stable/ch34.html
https://developer.gnome.org/gio/stable/GSettings.html

On behalf of the Debian GNOME team,
Jeremy Bicha
--- End Message ---
--- Begin Message ---
Source: soundconverter
Source-Version: 3.0.0-2

We believe that the bug you reported is fixed in the latest version of
soundconverter, 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 886...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated soundconverter 
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: Sat, 07 Apr 2018 18:02:43 +0200
Source: soundconverter
Binary: soundconverter
Architecture: source
Version: 3.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Description:
 soundconverter - GNOME application to convert audio files into other formats
Closes: 886046
Changes:
 soundconverter (3.0.0-2) unstable; urgency=medium
 .
   * debian/patches: Only fetch profiles if gconf is available. (Closes: 
#886046)
Checksums-Sha1:
 c85e11ca550fc012fcf68e6f717db4ceb7c194bd 2099 soundconverter_3.0.0-2.dsc
 2beb7960db93cc46ed70c0a5764b596a0d9f4767 7164 
soundconverter_3.0.0-2.debian.tar.xz
Checksums-Sha256:
 59e3f2b3f874c25bffc07fbabc4e7bab2ce2c5a644b8c4a73f8f2ad91993bd59 2099 
soundconverter_3.0.0-2.dsc
 806f34be281a856e820f2142ef9a59f3e0609ed84a561690e74874061750abaf 7164 
soundconverter_3.0.0-2.debian.tar.xz
Files:
 5d89f7d584c143df917e3e27dbf6 2099 gnome optional soundconverter_3.0.0-2.dsc
 13f889f6c2bb388d2a9dafa943dcba51 7164 gnome optional 
soundconverter_3.0.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIyBAEBCAAcBQJayO1HFRxzcmFtYWNoZXJAZGViaWFuLm9yZwAKCRBp8vxRbqcZ
k7k2D/9KLUUl5Y6PigrAGZFw2qvhvszjz+nkQOWYruqolm6EsK6lyYgwb63q0zpW
1XX5Eff0N1DM0R9CqFe40U7TNpmR8pd1XSfjvbT8fF5zsyRdA90sq6yTOpHVF9nC
9/95r5c/hKm2vw2WFmyrKrPm4Ar8XkVA/bPJL04AlFLnvLFQ+XLHZea9zLso7cGJ
UsNZKxKPrGHDD38QocisEkGDAQ50xIaDkGonbfEPFXOso1JZn8+q6RQSVA5h/Wbc
Qrken/vcluADOtPbiz1XFxo5QSbOX4NW8dXNC+edQCZHH+sfT0DcSeNJZWhEjjN4
Gn7D70P4wM9PzvoZ+HKbMxFf8o7mIJHFOBbS3FJOGIlzjagtnrdMKdc4krW65QcS
oVUI7QPSdl9d/ngvVyii7MexoHAHRunMLeGfxzW80XFHFVi5c3VO+USlggqKiYIX
UEdakMw3hJgz0L0hDl/ioh8kbdgaUnijNsrfkP6YVk3oTgcOGyO7EuLQ9hht3QOe
8QHAvrmL2B+HnOMqxIPGn5o8O2BBQ/aU5n98foYfHGUZhYZIGWclI8A0EOBSZ+oJ
sTpwxmB5smlww8TCQHzGUgAvUslZQCkwZwgCYv0ICwnh4H9vYvRxM6GgoP4iQyuH
XZrKk+Jf7hA1u7ne6N+zFKDdse2eDU42YxEkCnWGlLdrKbdZ4Q==
=FjIH
-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

Processed: Re: Bug#895125: Soundconverter mp3 issue

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

> reassign -1 gstreamer1.0-plugins-ugly 1.14.0-1
Bug #895125 [soundconverter] Soundconverter mp3 issue
Bug reassigned from package 'soundconverter' to 'gstreamer1.0-plugins-ugly'.
No longer marked as found in versions soundconverter/3.0.0~beta1-2.
Ignoring request to alter fixed versions of bug #895125 to the same values 
previously set
Bug #895125 [gstreamer1.0-plugins-ugly] Soundconverter mp3 issue
Marked as found in versions gst-plugins-ugly1.0/1.14.0-1.
> retitle -1 gstreamer1.0-plugins-ugly: should have breaks 
> gstreamer1.0-plugins-good (<< 1.13.1)
Bug #895125 [gstreamer1.0-plugins-ugly] Soundconverter mp3 issue
Changed Bug title to 'gstreamer1.0-plugins-ugly: should have breaks 
gstreamer1.0-plugins-good (<< 1.13.1)' from 'Soundconverter mp3 issue'.

-- 
895125: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895125
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: #894386 has a patch

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

> tags 894386 patch
Bug #894386 [src:libinstpatch] libinstpatch: memory corruption in file 
IpatchSF2Reader.c
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
894386: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894386
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#857718: marked as done (blender: enable GPU rendering with openCL)

2018-04-06 Thread Debian Bug Tracking System
Your message dated Fri, 06 Apr 2018 22:36:36 +0200
with message-id <87o9iwrs17@gmail.com>
and subject line Re: Bug#857718: blender: enable GPU rendering with openCL
has caused the Debian Bug report #857718,
regarding blender: enable GPU rendering with openCL
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.)


-- 
857718: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857718
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: blender
Version: 2.78.a+dfsg0-4
Severity: important

As many people are aware, GPU rendering in Blender with Mesa/openCL is
currently broken. HOWEVER, it appears that all the outstanding problems
are now fixable, if the appropriate patches and updates are applied to
the relevant Debian packages. Therefore, this bug report does not
describe a problem with Blender itself, but what changes must be made
elsewhere to get GPU rendering working.

This is what currently happens when GPU rendering is attempted:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848258

https://developer.blender.org/T50522

There are three separate problems visible here; I have filed a Debian
bug report, with solution, for each of them:



*** implicit declaration of function {lgamma,native_tan} is invalid in C99 ***

This results from using an insufficiently up-to-date version of libclc.
see here:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857710



*** invalid argument type 'X *' to unary expression ***

This results from a known bug in LLVM; a patch is available upstream.
see here:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857623



*** unsupported call to function get_local_size ***

This results from a known bug in libclc-amdgcn; a patch is available
upstream. see here:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857591



All three of these problems are fixable NOW. Once having done that, it
might happen that other problems would become evident, but then they
could be worked on, too. Or it might happen that GPU rendering would
finally just start working.

Can these updates be applied to the Debian archive, in the near future?


-- Ian Bruce
--- End Message ---
--- Begin Message ---
On 2017-03-14 at 01:40 (-0700), Ian Bruce wrote:
> As many people are aware, GPU rendering in Blender with Mesa/openCL is
> currently broken. HOWEVER, it appears that all the outstanding problems
> are now fixable, if the appropriate patches and updates are applied to
> the relevant Debian packages. Therefore, this bug report does not
> describe a problem with Blender itself, but what changes must be made
> elsewhere to get GPU rendering working.
>
> This is what currently happens when GPU rendering is attempted:
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848258
>
> https://developer.blender.org/T50522
>
> There are three separate problems visible here; I have filed a Debian
> bug report, with solution, for each of them:
>
>
>
> *** implicit declaration of function {lgamma,native_tan} is invalid in C99 ***
>
> This results from using an insufficiently up-to-date version of libclc.
> see here:
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857710
>
>
>
> *** invalid argument type 'X *' to unary expression ***
>
> This results from a known bug in LLVM; a patch is available upstream.
> see here:
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857623
>
>
>
> *** unsupported call to function get_local_size ***
>
> This results from a known bug in libclc-amdgcn; a patch is available
> upstream. see here:
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857591
>
>
>
> All three of these problems are fixable NOW. Once having done that, it
> might happen that other problems would become evident, but then they
> could be worked on, too. Or it might happen that GPU rendering would
> finally just start working.
>
> Can these updates be applied to the Debian archive, in the near future?

They are now, since all the bug reports above are marked as fixed.

Thus, closing.


-- 
Matteo F. Vescovi


signature.asc
Description: 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

Bug#895016: marked as done (soundconverter: Soundconverter AssertionError)

2018-04-06 Thread Debian Bug Tracking System
Your message dated Fri, 6 Apr 2018 16:22:29 +0100
with message-id <f216b0c5-5170-b6c0-c0a2-8b26bb64b...@debian.org>
and subject line Re: Bug#895016: soundconverter: Soundconverter AssertionError
has caused the Debian Bug report #895016,
regarding soundconverter: Soundconverter AssertionError
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.)


-- 
895016: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895016
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: soundconverter
Version: 3.0.0-1
Severity: important

Dear Maintainer,

Soundconverter does not load, showing an AssertionError and crashing.

I've tested the stable, testing and sid versions and all them chrashed. Maybe
the error was caused by any dependency I'm not able to find.

Here the output:

$ → soundconverter
SoundConverter 3.0.0
Traceback (most recent call last):
  File "/usr/bin/soundconverter", line 161, in 
_check_libs()
  File "/usr/bin/soundconverter", line 75, in _check_libs
from gi.repository import Gst
  File "", line 971, in _find_and_load
  File "", line 955, in _find_and_load_unlocked
  File "", line 656, in _load_unlocked
  File "", line 626, in _load_backward_compatible
  File "/usr/lib/python3/dist-packages/gi/importer.py", line 146, in
load_module
dynamic_module = load_overrides(introspection_module)
  File "/usr/lib/python3/dist-packages/gi/overrides/__init__.py", line 125, in
load_overrides
override_mod = importlib.import_module(override_package_name)
  File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "/usr/lib/python3/dist-packages/gi/overrides/Gst.py", line 581, in

real_functions = [o for o in inspect.getmembers(Gst) if isinstance(o[1],
type(Gst.init))]
  File "/usr/lib/python3.6/inspect.py", line 342, in getmembers
value = getattr(object, key)
  File "/usr/lib/python3/dist-packages/gi/module.py", line 155, in __getattr__
assert g_type == TYPE_NONE
AssertionError


Thanks!



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

Kernel: Linux 4.14.0-6.1-liquorix-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8), 
LANGUAGE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages soundconverter depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.1-3
ii  gir1.2-glib-2.0  1.56.0-2
ii  gir1.2-gstreamer-1.0 1.12.4-1
ii  gir1.2-gtk-3.0   3.22.29-2
ii  gstreamer1.0-plugins-base1.14.0-dmo1
ii  gstreamer1.0-plugins-good1.12.4-1+b1
ii  python3  3.6.4-1
ii  python3-gi   3.28.1-1

Versions of packages soundconverter recommends:
ii  gir1.2-notify-0.7  0.7.7-3
ii  gstreamer1.0-libav 1:1.14.0-dmo1
ii  gstreamer1.0-plugins-ugly  1:1.14.0-dmo1

soundconverter suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
On 06/04/18 16:19, jEsuSdA 8) wrote:
> El 06/04/18 a las 12:36, James Cowgill escribió:
>> Control: tags -1 moreinfo
>>
>> Hi,
>>
>> On 06/04/18 11:06, jesusda wrote:
>>> Package: soundconverter
>>> Version: 3.0.0-1
>>> Severity: important
>>>
>>> Dear Maintainer,
>>>
>>> Soundconverter does not load, showing an AssertionError and crashing.
>>>
>>> I've tested the stable, testing and sid versions and all them
>>> chrashed. Maybe
>>> the error was caused by any dependency I'm not able to find.
>> [...]
>>> Versions of packages soundconverter depends on:
>>> ii  dconf-gsettings-backend [gsettings-backend]  0.26.1-3
>>> ii  gir1.2-glib-2.0  1.56.0-2
>>> ii  gir1.2-gstreamer-1.0 1.12.4-1
>>> ii  gir1.2-gtk-3.0   3.22.29-2
>>> ii  gstreamer1.0-plugins-base    1.14.0-dmo1
>> Try installing all gstreamer related packages from the official Debian
>> repositories instead of from deb-multimedia.org

Processed: Re: Bug#886046: marked as done (soundconverter: Depends on gconf)

2018-04-06 Thread Debian Bug Tracking System
Processing control commands:

> reopen -1
Bug #886046 {Done: Sebastian Ramacher <sramac...@debian.org>} 
[src:soundconverter] soundconverter: Depends on gconf
'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 soundconverter/3.0.0-1.

-- 
886046: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886046
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: Re: Bug#895016: soundconverter: Soundconverter AssertionError

2018-04-06 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 moreinfo
Bug #895016 [soundconverter] soundconverter: Soundconverter AssertionError
Added tag(s) moreinfo.

-- 
895016: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895016
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#875010: marked as done ([libdrumstick] Future Qt4 removal from Buster)

2018-04-05 Thread Debian Bug Tracking System
Your message dated Thu, 5 Apr 2018 16:32:41 -0300
with message-id 
<ca+qpbz1ydu0on5_wwbywrudvqkj89+ojfsoqfkcmvopmnrp...@mail.gmail.com>
and subject line Done in experimental
has caused the Debian Bug report #875010,
regarding [libdrumstick] Future Qt4 removal from Buster
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.)


-- 
875010: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=875010
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libdrumstick
Version: 0.5.0-4
Severity: wishlist
User: debian-qt-...@lists.debian.org
Usertags: qt4-removal


Hi! As you might know we the Qt/KDE team are preparing to remove Qt4
as [announced] in:

[announced] 
<https://lists.debian.org/debian-devel-announce/2017/08/msg6.html>

Currently Qt4 has been dead upstream and we are starting to have problems
maintaining it, like for example in the [OpenSSL 1.1 support] case.

[OpenSSL 1.1 support] <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828522>

In order to make this move, all packages directly or indirectly depending on
the Qt4 libraries have to either get ported to Qt5 or eventually get
removed from the Debian repositories.

Therefore, please take the time and:
- contact your upstream (if existing) and ask about the state of a Qt5
port of your application
- if there are no activities regarding porting, investigate whether there are
suitable alternatives for your users
- if there is a Qt5 port that is not yet packaged, consider packaging it
- if both the Qt4 and the Qt5 versions already coexist in the Debian
archives, consider removing the Qt4 version

= Porting =

Some of us where involved in various Qt4 to Qt5 migrations [migration] and we
know for sure that porting stuff from Qt4 to Qt5 is much much easier and less
painful than it was from Qt3 to Qt4.

We also understand that there is still a lot of software still using Qt4.

Don't forget to take a look at the C++ API changes page [apichanges] whenever
you start porting your application.

[migration] http://pkg-kde.alioth.debian.org/packagingqtbasedstuff.html
[apichanges] http://doc.qt.io/qt-5/sourcebreaks.html

For any questions and issues, do not hesitate to contact the Debian Qt/KDE
team at debian-qt-...@lists.debian.org

The removal is being tracked in <https://wiki.debian.org/Qt4Removal>

Lisandro,
on behalf of the Qt4 maintainers
--- End Message ---
--- Begin Message ---
Version: 1.0.2-1

-- 
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/--- 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

Bug#894373: marked as done (blender: Assertion Non-finite sum in path_radiance_clamp_and_sum failed)

2018-04-05 Thread Debian Bug Tracking System
Your message dated Thu, 5 Apr 2018 16:41:35 +0200
with message-id 

Bug#886046: marked as done (soundconverter: Depends on gconf)

2018-04-04 Thread Debian Bug Tracking System
Your message dated Wed, 04 Apr 2018 23:51:32 +
with message-id <e1f3sbg-0008yk...@fasolo.debian.org>
and subject line Bug#886046: fixed in soundconverter 3.0.0-1
has caused the Debian Bug report #886046,
regarding soundconverter: Depends on gconf
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.)


-- 
886046: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886046
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: soundconverter
Version: 3.0.0~beta1-2
Severity: important
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: oldlibs gconf
Tags: sid buster

Your package depends or build-depends on gconf, but gconf will be
removed from Debian soon.

gconf's last release was about 5 years ago. It has been replaced by
gsettings (provided in Debian by source glib2.0 )

References
--
https://developer.gnome.org/gio/stable/ch34.html
https://developer.gnome.org/gio/stable/GSettings.html

On behalf of the Debian GNOME team,
Jeremy Bicha
--- End Message ---
--- Begin Message ---
Source: soundconverter
Source-Version: 3.0.0-1

We believe that the bug you reported is fixed in the latest version of
soundconverter, 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 886...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated soundconverter 
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: Thu, 05 Apr 2018 01:27:34 +0200
Source: soundconverter
Binary: soundconverter
Architecture: source
Version: 3.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Description:
 soundconverter - GNOME application to convert audio files into other formats
Closes: 886046
Changes:
 soundconverter (3.0.0-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/changelog: Remove trailing whitespaces
 .
   [ Sebastian Ramacher ]
   * New upstream release.
 - Replace gconf with gsettings. (Closes: #886046)
   * debian/control:
 - Bump Standards-Version.
 - Drop now no longer needed dependency on gir1.2-gconf-2.0.
   * debian/: Bump debhelper compat to 11.
   * debian/copyright: Update copyright years.
   * debian/patches: Fix AppStream metadata location.
Checksums-Sha1:
 60a9c5ebc998cf656d1a658fa1b20691e9492054 2099 soundconverter_3.0.0-1.dsc
 4da218826b61d9fd9e7eb51973b664d9fbee453b 201548 
soundconverter_3.0.0.orig.tar.xz
 b5f2a3a4391d0a9060754731cbd8293e1d645e7e 6232 
soundconverter_3.0.0-1.debian.tar.xz
Checksums-Sha256:
 443803b4843e1be73d91593d09b586bb017422c187738168e9fbf630c6ff2d40 2099 
soundconverter_3.0.0-1.dsc
 ecb47732f279fc91f761601a56bada0ce8b8fe25e2e2935ca6b793e26f713df3 201548 
soundconverter_3.0.0.orig.tar.xz
 6f96b66e13e28c283a125da3c44d4f50d7ccd04b604e21094e323b6bdf5429df 6232 
soundconverter_3.0.0-1.debian.tar.xz
Files:
 667b76ca3f822a483e9088a88f61f759 2099 gnome optional soundconverter_3.0.0-1.dsc
 4bb4612c2876838c0babe12c1ef9f502 201548 gnome optional 
soundconverter_3.0.0.orig.tar.xz
 fde5f3ba886b06eb7ae650ef23b1af5e 6232 gnome optional 
soundconverter_3.0.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAlrFX6wACgkQafL8UW6n
GZNnzQ/+IX0F6EJLGnus3IfGaQkTOdI5j65AIpCBsK9Hx9Kwm4ysMcKEhvAwT4gV
mwbC9wElVICdxOMr+eXFEA7adkQ9cl2Rhzmv0MR23DKSrHA22SkllVz7lkjR72T3
TknHQeFV6p8ltST8eOaJp2ESdYx678oKXWrmiTWiFBvQZ+Jv9p8Yv7DKYPQ7e57D
OekUWH3qjKqUyQH393olCzLUkRWCb3o3l95IHb41qN0vGPEGco/k6tXriTNepx4D
wNgferaVdmMEg8cEtiu4/L9bh9Z5D9pAvwn1No/ZBcb8rQQTmhSxFtgmP+ggXd33
hSSyYp7Ln05Y12cqMnD9191n90ZhVLYmPqPuZYhE+nP09OXbpAI1Fkdk9Hw2gVTY
MQkmwzmCUlJRvZmzkEbtw4wFid8CmkAmdNkNpQBc+EkN7Xaq+w+eS47/8OdFYEIA
E5h/JPGva1t++7n5jB8ConAwKnagHWmGRzWvPPDDjk2tZRJvtDUeUVgGDMQNUUlO
wcyJhJQt61R9mihkNlvzYnp8rGX58fHNSefY80KSP//wqTH5ry0LK/mXRvd1bCIP
lxJLjh4RC43XPZcTZwDS+0Ine74o68xtFryxoAmBDiMqeRhzNVaRLfZSbycup/pF
n9ZAzr65HD9cmAsJ92wxpMTdK1JtUs0M/sq9jS0Wfa8ccb/kk/0=
=rEz3
-END PGP SIGNA

Bug#890672: marked as done (x42-plugins: FTBFS with glibc 2.27: error: 'pow10f' was not declared in this scope)

2018-04-03 Thread Debian Bug Tracking System
Your message dated Tue, 03 Apr 2018 21:29:53 +
with message-id <e1f3tv3-000eah...@fasolo.debian.org>
and subject line Bug#890672: fixed in x42-plugins 20170428-1.1
has caused the Debian Bug report #890672,
regarding x42-plugins: FTBFS with glibc 2.27: error: 'pow10f' was not declared 
in this scope
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.)


-- 
890672: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890672
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: x42-plugins
Version: 20170428-1
Severity: important
Tags: patch
User: debian-gl...@lists.debian.org
Usertags: 2.27

x42-plugins 20170428-1 fails to build with glibc 2.27 (2.27-0experimental0 from
experimental):

| g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -g -fvisibility=hidden -fomit-frame-pointer -O3 
-fno-finite-math-only -DNDEBUG -DXTERNAL_UI -DHAVE_LV2_1_8 -fPIC 
-fvisibility=hidden `pkg-config --cflags lv2` -DVERSION="\"0.9.4\"" -I. 
`pkg-config --cflags glu` -pthread -DHAVE_IDLE_IFACE `pkg-config --cflags cairo 
pango`  -DUSE_GUI_THREAD \
|   -DUINQHACK="1518036117100524" \
|   -DPLUGIN_SOURCE="\"gui/phasewheel.c\"" \
|   -DRTK_DESCRIPTOR="lv2ui_phasewheel" \
|   -o obj/phasewheelUI_gl.o ../robtk/ui_gl.c
| In file included from ../robtk/ui_gl.c:298:0:
| ./gui/phasewheel.c: In function 'bool cb_set_gain(RobWidget*, void*)':
| ./gui/phasewheel.c:815:23: error: 'pow10f' was not declared in this scope
|   const float thresh = pow10f(.05 * (MIN_CUTOFF - val));
|^~
| ./gui/phasewheel.c:815:23: note: suggested alternative: 'powf'
|   const float thresh = pow10f(.05 * (MIN_CUTOFF - val));
|^~
|powf
| ../robtk/robtk.mk:69: recipe for target 'obj/phasewheelUI_gl.o' failed
| make[3]: *** [obj/phasewheelUI_gl.o] Error 1
| make[3]: Leaving directory '/<>/meters.lv2'
| Makefile:17: recipe for target 'meters.lv2' failed
| make[2]: *** [meters.lv2] Error 2
| make[2]: Leaving directory '/<>'
| debian/rules:20: recipe for target 'override_dh_auto_build' failed
| make[1]: *** [override_dh_auto_build] Error 2
| make[1]: Leaving directory '/<>'
| debian/rules:10: recipe for target 'build-arch' failed
| make: *** [build-arch] Error 2
| dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

A full build logs is available there:
http://aws-logs.debian.net/2018/02/07/glibc-exp/x42-plugins_20170428-1_unstable_glibc-exp.log

Starting with glibc 2.27, the libm function pow10f is no longer
supported. The standard exp10f (from TS 18661-4:2015) should be used
instead. The attached patch fixes that.
diff -Nru x42-plugins-20170428/debian/patches/pow10f.patch
--- x42-plugins-20170428/debian/patches/pow10f.patch
+++ x42-plugins-20170428/debian/patches/pow10f.patch
@@ -0,0 +1,15 @@
+Description: Replace deprecated pow10f by exp10f.
+Author: Aurelien Jarno <aure...@debian.org>
+Forwarded: no
+
+--- x42-plugins-20170428.orig/meters.lv2/gui/phasewheel.c
 x42-plugins-20170428/meters.lv2/gui/phasewheel.c
+@@ -812,7 +812,7 @@ static bool cb_set_gain (RobWidget* hand
+   queue_draw(ui->m2);
+   }
+ #ifdef __USE_GNU
+-  const float thresh = pow10f(.05 * (MIN_CUTOFF - val));
++  const float thresh = exp10f(.05 * (MIN_CUTOFF - val));
+ #else
+   const float thresh = powf(10, .05 * (MIN_CUTOFF - val));
+ #endif
diff -Nru x42-plugins-20170428/debian/patches/series 
x42-plugins-20170428/debian/patches/series
--- x42-plugins-20170428/debian/patches/series
+++ x42-plugins-20170428/debian/patches/series
@@ -0,0 +1 @@
+pow10f.patch
--- End Message ---
--- Begin Message ---
Source: x42-plugins
Source-Version: 20170428-1.1

We believe that the bug you reported is fixed in the latest version of
x42-plugins, 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 890...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated x42-plugins 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.d

Bug#890634: marked as done (eq10q: FTBFS with glibc 2.27: error: 'pow10' was not declared in this scope)

2018-04-03 Thread Debian Bug Tracking System
Your message dated Tue, 03 Apr 2018 18:49:31 +
with message-id <e1f3qzr-000d1o...@fasolo.debian.org>
and subject line Bug#890634: fixed in eq10q 2.2~repack0-2.1
has caused the Debian Bug report #890634,
regarding eq10q: FTBFS with glibc 2.27: error: 'pow10' was not declared in this 
scope
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.)


-- 
890634: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890634
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: eq10q
Version: 2.2~repack0-2
Severity: important
Tags: patch
User: debian-gl...@lists.debian.org
Usertags: 2.27

eq10q 2.2~repack0-2 fails to build with glibc 2.27 (2.27-0experimental0 from
experimental):

| /<>/gui/widgets/bodeplot.cpp: In member function 'virtual void 
PlotEQCurve::resetCenterSpan()':
| /<>/gui/widgets/bodeplot.cpp:197:31: error: 'pow10' was not 
declared in this scope
|double cn = MIN_FREQ * sqrt(pow10(sp));
|^
| /<>/gui/widgets/bodeplot.cpp:197:31: note: suggested 
alternative: 'powl'
|double cn = MIN_FREQ * sqrt(pow10(sp));
|^
|powl
| /<>/gui/widgets/bodeplot.cpp: In member function 'virtual void 
PlotEQCurve::setCenterSpan(double, double)':
| /<>/gui/widgets/bodeplot.cpp:203:29: error: 'pow10' was not 
declared in this scope
|m_minFreq = center / sqrt(pow10(span));
|  ^
| /<>/gui/widgets/bodeplot.cpp:203:29: note: suggested 
alternative: 'powl'
|m_minFreq = center / sqrt(pow10(span));
|  ^
|  powl
| /<>/gui/widgets/bodeplot.cpp: In member function 'virtual void 
PlotEQCurve::setCenter(double)':
| /<>/gui/widgets/bodeplot.cpp:249:33: error: 'pow10' was not 
declared in this scope
|double cmin = MIN_FREQ * sqrt(pow10(sp));
|  ^
| /<>/gui/widgets/bodeplot.cpp:249:33: note: suggested 
alternative: 'powl'
|double cmin = MIN_FREQ * sqrt(pow10(sp));
|  ^
|  powl
| /<>/gui/widgets/bodeplot.cpp: In member function 'virtual void 
PlotEQCurve::setSpan(double)':
| /<>/gui/widgets/bodeplot.cpp:262:32: error: 'pow10' was not 
declared in this scope
|double cn = m_minFreq * sqrt(pow10(sp_act));
| ^
| /<>/gui/widgets/bodeplot.cpp:262:32: note: suggested 
alternative: 'powl'
|double cn = m_minFreq * sqrt(pow10(sp_act));
| ^
| powl
| /<>/gui/widgets/bodeplot.cpp: In member function 'void 
PlotEQCurve::recomputeCenterFreq(double)':
| /<>/gui/widgets/bodeplot.cpp:309:27: error: 'pow10' was not 
declared in this scope
|double cn = fmin * sqrt(pow10(sp_act));
|^
| /<>/gui/widgets/bodeplot.cpp:309:27: note: suggested 
alternative: 'powl'
|double cn = fmin * sqrt(pow10(sp_act));
|^
|powl
| make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'
| [ 87%] Built target bassup_gui
| gui/widgets/CMakeFiles/eqwin.dir/build.make:257: recipe for target 
'gui/widgets/CMakeFiles/eqwin.dir/bodeplot.cpp.o' failed
| make[3]: *** [gui/widgets/CMakeFiles/eqwin.dir/bodeplot.cpp.o] Error 1

A full build logs is available there:
http://aws-logs.debian.net/2018/02/07/glibc-exp/eq10q_2.2~repack0-2_unstable_glibc-exp.log

Starting with glibc 2.27, the libm function pow10 is no longer
supported for. The standard exp10 (from TS 18661-4:2015) should be used
instead. The attached patch fixes that.
diff -Nru eq10q-2.2~repack0/debian/patches/05-pow10.patch 
eq10q-2.2~repack0/debian/patches/05-pow10.patch
--- eq10q-2.2~repack0/debian/patches/05-pow10.patch
+++ eq10q-2.2~repack0/debian/patches/05-pow10.patch
@@ -0,0 +1,73 @@
+Description: Replace deprecated pow10 by exp10.
+Author: Aurelien Jarno <aure...@debian.org>
+Forwarded: no
+
+--- eq10q-2.2~repack0.orig/gui/widgets/bandctl.cpp
 eq10q-2.2~repack0/gui/widgets/bandctl.cpp
+@@ -949,7 +949,7 @@ bool BandCtl::parseBtnString(BandCtl::Bu
+   if(str_k.length() > 0)
+   {
+ val_k = atof(str_k.c_str()) * 1e3;
+-val *= pow10(3.0 - str.length());
++val *= exp10(3.0 - str.length());
+ if(str.length() > 3)
+ {
+   //throw an error, imposible to match str > 3 with k
+@@ -960,7 +960,7 @@ bool BandCtl::parseBtnString(BandCtl::Bu
+   }
+   if(str_d

Bug#802710: marked as done (musescore: Embeds Qt5's private headers without putting them in a namespace)

2018-04-03 Thread Debian Bug Tracking System
Your message dated Tue, 03 Apr 2018 18:36:32 +
with message-id <e1f3qni-000ase...@fasolo.debian.org>
and subject line Bug#802710: fixed in musescore 2.2.1+dfsg1-1
has caused the Debian Bug report #802710,
regarding musescore: Embeds Qt5's private headers without putting them in a 
namespace
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.)


-- 
802710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802710
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: musescore
Version: 2.0.2+dfsg-1
Severity: important

Hi! While doing qt5's qtbase's private headers transition we noted that 
musescore
got into the list of packages that needed a transition [lop] but without
build depending on qtbase5-dev.

[lop] <https://release.debian.org/transitions/html/qtbase-abi-5-5-1.html>

My teammate Dmitry Schanev found out that musescore ships a Qt5 private header:

<http://sources.debian.net/src/musescore/2.0.2%2Bdfsg-1/thirdparty/xmlstream/xmlutils_p.h/>

By building this header without a namespace the symbols that it generates 
matchs the symbols
of qtbase's private stuff, so unnecesarily being part of transitions like this.

This is easily solvable by putting the headers under a namespace (like 
musescore3rdparty,
for example) and using them trough it.

Another better solution is to avoid embedding private stuff at all, of course :)

Kinds regards, Lisandro.

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

Kernel: Linux 4.2.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Source: musescore
Source-Version: 2.2.1+dfsg1-1

We believe that the bug you reported is fixed in the latest version of
musescore, 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 802...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Glaser <t...@mirbsd.de> (supplier of updated musescore 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: SHA384

Format: 1.8
Date: Tue, 03 Apr 2018 19:51:10 +0200
Source: musescore
Binary: musescore musescore-common
Architecture: source
Version: 2.2.1+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Thorsten Glaser <t...@mirbsd.de>
Description:
 musescore  - Free music composition and notation software
 musescore-common - Free music composition and notation software (common files)
Closes: 802710
Changes:
 musescore (2.2.1+dfsg1-1) unstable; urgency=low
 .
   * New upstream release (and update upstream release note links)
   * Upload to unstable
   * debian/watch: don’t pick up upstream RCs (as newer than the stable
 release), releases and (our) snapshots only
   * debian/repack: handle API errors better (visible for the packager)
   * debian/rules: pass Freetype include path to cmake explicitly
 (compatibility with older cmake versions, for backports)
   * debian/control: spell more dependencies explicitly, for backports
 .
 musescore (2.2~pre20180325+dfsg1-1) experimental; urgency=high
 .
   * Merge musescore (2.1.0+dfsg3-3) unstable; urgency=medium
   * New upstream snapshot
 - Renamed MS_General soundfont to MuseScore_General :|
   * Bump dependency version for fluidr3mono-gm-soundfont accordingly
   * Remove now-unnecessary (or so…) patches
 .
 musescore (2.2~pre20180316+dfsg1-1) experimental; urgency=medium
 .
   * Merge musescore (2.1.0+dfsg3-1) unstable; urgency=high
   * Merge musescore (2.1.0+dfsg3-2) unstable; urgency=low:
 + Fix copyright file for fonts, latest licences from upstream
 o (keep patches to fix note collisions)
 + Recommend libmp3lame0 (currently dlopen()ed for MP3 export)
 + Add debian/upstream/metadata as requested by lintian
 - (allow Qt 5.10 for 2.2)
 + Add non-standard field “CLA” to UMEGAYA metadata (boldly

Processed: Re: Bug#893227: libbluray FTBFS with openjdk-9

2018-04-03 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #893227 [src:libbluray] libbluray FTBFS with openjdk-9
Severity set to 'serious' from 'important'

-- 
893227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893227
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: Re: Bug#893227: libbluray FTBFS with openjdk-9

2018-04-03 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 important
Bug #893227 [src:libbluray] libbluray FTBFS with openjdk-9
Severity set to 'important' from 'serious'
> tags -1 + upstream
Bug #893227 [src:libbluray] libbluray FTBFS with openjdk-9
Added tag(s) upstream.

-- 
893227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893227
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: Re: Bug#894662: vlc: nvlc does not play youtube videos after update to v3.0.1-3, vlc and cvlc play the same url normally

2018-04-03 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + moreinfo
Bug #894662 [src:vlc] vlc: nvlc does not play youtube videos after update to 
v3.0.1-3, vlc and cvlc play the same url normally
Ignoring request to alter tags of bug #894662 to the same tags previously set

-- 
894662: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894662
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: Re: Bug#894662: vlc: nvlc does not play youtube videos after update to v3.0.1-3, vlc and cvlc play the same url normally

2018-04-03 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + moreinfo
Bug #894662 [src:vlc] vlc: nvlc does not play youtube videos after update to 
v3.0.1-3, vlc and cvlc play the same url normally
Added tag(s) moreinfo.

-- 
894662: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894662
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#894544: marked as done (cantata: please switch build-depends to libcddb2-dev)

2018-04-02 Thread Debian Bug Tracking System
Your message dated Tue, 03 Apr 2018 02:50:03 +
with message-id <e1f3c1l-000cux...@fasolo.debian.org>
and subject line Bug#894544: fixed in cantata 2.2.0.ds1-2
has caused the Debian Bug report #894544,
regarding cantata: please switch build-depends to libcddb2-dev
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.)


-- 
894544: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894544
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cantata
Version: 2.2.0.ds1-1
Severity: normal

Dear Maintainer,

Your package build-depends on 'libcddb-dev', which is an ancient
transitional virtual package provided by 'libcddb2-dev'. I'm looking
forward to remove this virtual package, and your package is the last in
the Debian archive which uses it.

Please replace 'libcddb-dev' with 'libcddb2-dev' in your build-depends.


Regards,

-- System Information:
Debian Release: 8.0
Architecture: amd64 (x86_64)

Kernel: Linux 4.3.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
--- End Message ---
--- Begin Message ---
Source: cantata
Source-Version: 2.2.0.ds1-2

We believe that the bug you reported is fixed in the latest version of
cantata, 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 894...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stuart Prescott <stu...@debian.org> (supplier of updated cantata 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: Tue, 03 Apr 2018 11:19:43 +1000
Source: cantata
Binary: cantata
Architecture: source
Version: 2.2.0.ds1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: Stuart Prescott <stu...@debian.org>
Description:
 cantata- Qt client for the music player daemon (MPD)
Closes: 894544
Changes:
 cantata (2.2.0.ds1-2) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ Stuart Prescott ]
   * Add additional dependency for new perl scripts
   * Add terminal commas for smaller future diffs
   * Switch build-depends to libcddb2-dev (Closes: #894544)
   * Update Standards-Version to 4.1.3 (no changes required)
   * Update team email address to debian-multime...@lists.debian.org
Checksums-Sha1:
 c8f6952f2d03cb51b0a7b59ef0cda42f9a977af5 2355 cantata_2.2.0.ds1-2.dsc
 79e7fe892254b540b049acdd05aa16101b5181d9 12680 
cantata_2.2.0.ds1-2.debian.tar.xz
 b023b85043b236edbd9e3c5954981bf5ee054005 16152 
cantata_2.2.0.ds1-2_amd64.buildinfo
Checksums-Sha256:
 a55d535c7dbc47b8b7b7221e5224b22f3a2deae5019dbc7c42e602beafbd3630 2355 
cantata_2.2.0.ds1-2.dsc
 962f927cdaf1872f795b003d3e4128688d259a397f0732dda7f1624820018594 12680 
cantata_2.2.0.ds1-2.debian.tar.xz
 b3438de5832fbe5392b6a204c42894797ceb87343794d163e8855a6e27371ce7 16152 
cantata_2.2.0.ds1-2_amd64.buildinfo
Files:
 66c1f440699f2afe1142ef7b27ef0ed1 2355 sound optional cantata_2.2.0.ds1-2.dsc
 520550c9e7e995757eec39daf983f02d 12680 sound optional 
cantata_2.2.0.ds1-2.debian.tar.xz
 e607940747a3ed0e6c67f5b0221b4d0a 16152 sound optional 
cantata_2.2.0.ds1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEkOLSwa0Uaht+u4kdu8F+uxOW8vcFAlrC2twACgkQu8F+uxOW
8vcmBhAAgd7V+BpT8bn/cjxq+kmR4NdX2q7t62xQGWZAw9GYB/9HmbLwrFGrs/cZ
I3lDXocLfnNIyGAy1zpKjKdnPrAldkqvUJvi5KFyFmnlVLJuggPOM0N0VNsVx4oW
d/UH3XoCmD6umuceR1gASLDTUUXb16v3154JFcitXrt50foI7UpRdvemLEBJKU3w
yitTyC6XK8y5YDnymv33BJ8VBQwEd2ZWIUUEog0H20Wm0Nk2i5e7mmyWxqFpeozM
0RK8oVsuAfwi1ux22Nf8HDhYb6wy0OqLyAB6X++uX9ZmyEEUY2XIuyQODQIV3deQ
5RDys88Ljv4KSmvMJtpil/yweVWRQYmr72qGAUQxdZAJDBMz0hkXX40lHI+ZL87J
lqvKFfyWJ0lppChNaOXd9NN1Kt4cuYWxc4mzNh6Qg0UYG9YiRpeDZCo2UnXBlvOs
fNldpwZhURwdPtxnHnBOCzl/k/HqHWwI3IBDWy/mLAyLA2cN12svt5idvx3G8a2S
sFFzIA+MFsYpnmhUlc8RBKzuNxvNkj5zoARxfwsXeJkEBxvekidePpKLC9od3DWM
zQL0V7X0JT6DqXbkywTA3oKLdbyc0bF/wggxSKyQ6Umqqdsk6iCkb2treAhKSwQ5
sJ2cM8jxe1ri8spOT5vt0roEN30DXZAA/uTFnq0dDHtqpJxGQo8=
=166Y
-END PGP SIGNA

Bug#883636: marked as done (showq: does not start)

2018-04-02 Thread Debian Bug Tracking System
Your message dated Mon, 02 Apr 2018 17:17:36 +
with message-id <e1f335m-0007cw...@fasolo.debian.org>
and subject line Bug#883636: fixed in showq 0.4.1+git20161215~dfsg0-2+deb9u1
has caused the Debian Bug report #883636,
regarding showq: does not start
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.)


-- 
883636: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883636
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: showq
Version: 0.4.1+git20161215~dfsg0-2

Dear debian maintainers,

trying to launch showq (debian stretch here) doesn't work at all.
When ran from a terminal, it tells:
$ showq
ShowQ:out_1 # system:playback_1
ShowQ:out_2 # system:playback_2
ShowQ:out_3 # PulseAudio JACK Source:front-left
ShowQ:out_4 # PulseAudio JACK Source:front-right

Then a pop up windows appears telling:

Show Q encountered an unknown error.
Please report this error to the developers of the program.


Pushing the "OK" button, and it stops.

I've already reported this to upstream : 
https://github.com/evandelisle/showq/issues/29


Cheers,
Olivier
--- End Message ---
--- Begin Message ---
Source: showq
Source-Version: 0.4.1+git20161215~dfsg0-2+deb9u1

We believe that the bug you reported is fixed in the latest version of
showq, 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 883...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated showq 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, 17 Mar 2018 19:26:14 +0200
Source: showq
Binary: showq
Architecture: source
Version: 0.4.1+git20161215~dfsg0-2+deb9u1
Distribution: stretch
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Description:
 showq  - MIDI controllable audio player
Closes: 883636
Changes:
 showq (0.4.1+git20161215~dfsg0-2+deb9u1) stretch; urgency=medium
 .
   * Non-maintainer upload.
   * Hack prefix to get app started. (Closes: #883636)
 Thanks to James Cowgill <jcowg...@debian.org>
Checksums-Sha1:
 b84c9303228f42b21053cc83e4896cdba4b875dc 2230 
showq_0.4.1+git20161215~dfsg0-2+deb9u1.dsc
 56c0e3b7b2f5d269f7366f58c9c9ab64b2426de5 6604 
showq_0.4.1+git20161215~dfsg0-2+deb9u1.debian.tar.xz
Checksums-Sha256:
 8de8fc532c303543464fd6b1e613f57ba5eafd48702c77c667f8079d3a8fe301 2230 
showq_0.4.1+git20161215~dfsg0-2+deb9u1.dsc
 9d11d8b06d0017bba30c051d4ab8c7a2ed04b756421ea9e64edc5916482075de 6604 
showq_0.4.1+git20161215~dfsg0-2+deb9u1.debian.tar.xz
Files:
 9032e0dc3a720939ecc278ad8480dc60 2230 sound optional 
showq_0.4.1+git20161215~dfsg0-2+deb9u1.dsc
 51d67ffd24c931215e7b725d6417329d 6604 sound optional 
showq_0.4.1+git20161215~dfsg0-2+deb9u1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAlrAEp0ACgkQiNJCh6LY
mLGnpRAAkzMc28j89xtD5na4wz9MED+5GIH5MFRaVrlNzwpweJ9bVUEknKYEGu3p
Q1BOzqfHW5W1Z0UQ4K9cwNSurgClbTLCuFUYAxT3oKRVhBXRWj/CqLwwNtYgwEkz
W+X33mNIfaqikT3ng+CsIT0qVg2TJjvLwwn7WiEx9Q7GW5Z1JZ8uqjNrtlZlXJqk
TrSFlf756Bx7o3ZMjNk6oK30Dfz+EnwKm/XrpN9q8I6XrRWgp3aeckZ5eKuHm0jS
21aP7o2SQejElGkE/2zUfQGlvJPzGRuc7kbRISpBc9xKKnOIA5ofcKT+TyYSw0/Z
YUv5CyHxJ9fxwsiJ8AnhcxKWOFp70wlsrP6TsaQz4M4izSYtI1R1dz3mGpC85+xT
+BTCQqscJemmO7BBqs1K6kJTPKYc8LtctjxOoDw/nTlvTdWKobBVIK8o8yM3gLwv
SaiChqL4Ti5meGSO1xkRPnhIj9o8Ws7UPfMNdzvRq33zP2/nCHqtLIREWaErPZfB
OLe5yqw8Ez0vC1PtZrXum2eHCOr23Hx/oRy59Wo2MrP/m6Lm/zJeFoKT2Sfrtx3A
4kTUv+kNLxUpaAvZFHkxJa60D0rbd/EATfC8NygCi8q67iFjuF3MBaZEJ3klnxN2
oQno+ki1EzcnhTt0TtPERwlGOKo2DNBw/6Q4LDCDkcf/EoxTeIs=
=4nTM
-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

Processed: Re: Bug#894373: blender: Assertion Non-finite sum in path_radiance_clamp_and_sum failed

2018-04-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + moreinfo
Bug #894373 [blender] blender: Assertion Non-finite sum in 
path_radiance_clamp_and_sum failed
Added tag(s) moreinfo.

-- 
894373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894373
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#886105: marked as done (klystrack: please make the build reproducible with respect to timestamps)

2018-03-31 Thread Debian Bug Tracking System
Your message dated Sat, 31 Mar 2018 16:20:37 +
with message-id <e1f2jf7-000bkq...@fasolo.debian.org>
and subject line Bug#886105: fixed in klystrack 0.20171212-3
has caused the Debian Bug report #886105,
regarding klystrack: please make the build reproducible with respect to 
timestamps
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.)


-- 
886105: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886105
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: klystrack
Version: 0.20171212-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that klystrack could not be built reproducibly.

Patch attached, although the resource files are still not reproducible
as they iterate over the filesystem in a non-determistic order. This
will require a match to makebundle.c.

 [0] https://reproducible-builds.org/


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- a/debian/patches/reproducible-build.patch   1970-01-01 01:00:00.0 
+0100
--- b/debian/patches/reproducible-build.patch   2018-01-02 10:18:43.133544155 
+
@@ -0,0 +1,58 @@
+Description: Make the build reproducible
+Author: Chris Lamb <la...@debian.org>
+Last-Update: 2018-01-02
+
+--- klystrack-0.20171212.orig/klystron/Makefile
 klystrack-0.20171212/klystron/Makefile
+@@ -28,6 +28,13 @@ lib_OBJ = $(patsubst %.c, objs.$(CFG)/li
+ CC = gcc -shared -std=gnu99 --no-strict-aliasing
+ CDEP = gcc -E -std=gnu99
+ 
++DATE_FMT = %Y%m%d
++ifdef SOURCE_DATE_EPOCH
++  KLYSTRON_REVISION ?= $(shell date -u -d "@$(SOURCE_DATE_EPOCH)" 
"+$(DATE_FMT)"  2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" "+$(DATE_FMT)" 
2>/dev/null || date -u "+$(DATE_FMT)")
++else
++  KLYSTRON_REVISION ?= $(shell date "+$(DATE_FMT)")
++endif
++
+ ifndef CFLAGS
+ CFLAGS = $(MACHINE) -ftree-vectorize
+ endif
+@@ -73,9 +80,7 @@ LDFLAGS =
+ build: Makefile
+   @echo '#ifndef KLYSTRON_VERSION_H' > ./src/version.h
+   @echo '#define KLYSTRON_VERSION_H' >> ./src/version.h
+-  @echo -n '#define KLYSTRON_REVISION "' >> ./src/version.h
+-  @date +"%Y%m%d" | tr -d '\n' >> ./src/version.h
+-  @echo '"' >> ./src/version.h
++  @echo '#define KLYSTRON_REVISION "$(KLYSTRON_REVISION)"' >> 
./src/version.h
+   @echo '#define KLYSTRON_VERSION_STRING "klystron " KLYSTRON_REVISION' 
>> ./src/version.h
+   @echo '#endif' >> ./src/version.h
+   make all CFG=$(CFG)
+--- klystrack-0.20171212.orig/klystrack/Makefile
 klystrack-0.20171212/klystrack/Makefile
+@@ -21,6 +21,13 @@ REV := cp -f
+ 
+ CFLAGS := $(MACHINE) -ftree-vectorize -std=gnu99 --no-strict-aliasing
+ 
++DATE_FMT = %Y%m%d
++ifdef SOURCE_DATE_EPOCH
++  REVISION ?= $(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "+$(DATE_FMT)"  
2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" "+$(DATE_FMT)" 2>/dev/null || 
date -u "+$(DATE_FMT)")
++else
++  REVISION ?= $(shell date "+$(DATE_FMT)")
++endif
++
+ ifdef COMSPEC
+   TARGET := $(TARGET).exe
+   ARCHIVE := $(ARCHIVE).zip
+@@ -133,9 +140,7 @@ src/version.h: src/version
+   @echo '#ifndef VERSION_H' > ./src/version.h
+   @echo '#define VERSION_H' >> ./src/version.h
+   @echo '#include "version_number.h"' >> ./src/version.h
+-  @echo -n '#define REVISION "' >> ./src/version.h
+-  @date +"%Y%m%d" | tr -d '\n' >> ./src/version.h
+-  @echo '"' >> ./src/version.h
++  @echo '#define REVISION "$(REVISION)"' >> ./src/version.h
+   @echo '#define VERSION_STRING "klystrack " VERSION " " REVISION' >> 
./src/version.h
+   @echo '#endif' >> ./src/version.h
+   
--- a/debian/patches/series 1970-01-01 01:00:00.0 +0100
--- b/debian/patches/series 2018-01-02 09:50:15.745957164 +
@@ -0,0 +1 @@
+reproducible-build.patch
--- End Message ---
--- Begin Message ---
Source: klystrack
Source-Version: 0.20171212-3

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

A summary of the changes between this version and the previ

Processed: Re: libbluray FTBFS with openjdk-9

2018-03-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 893227 
> https://mailman.videolan.org/pipermail/libbluray-devel/2018-March/002890.html
Bug #893227 [src:libbluray] libbluray FTBFS with openjdk-9
Set Bug forwarded-to-address to 
'https://mailman.videolan.org/pipermail/libbluray-devel/2018-March/002890.html'.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
893227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893227
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: [bts-link] source package src:soundconverter

2018-03-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package src:soundconverter
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #886046 (http://bugs.debian.org/886046)
> # Bug title: soundconverter: Depends on gconf
> #  * https://bugs.launchpad.net/bugs/1740830
> #  * remote status changed: Confirmed -> Fix-Released
> #  * closed upstream
> tags 886046 + fixed-upstream
Bug #886046 [src:soundconverter] soundconverter: Depends on gconf
Added tag(s) fixed-upstream.
> usertags 886046 - status-Confirmed
Usertags were: status-Confirmed.
Usertags are now: .
> usertags 886046 + status-Fix-Released
There were no usertags set.
Usertags are now: status-Fix-Released.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
886046: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886046
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: Re: Bug#894240: vlc: Application binaries should be in the main package

2018-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 894240 + wontfix
Bug #894240 [vlc] vlc: Application binaries should be in the main package
Added tag(s) wontfix.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
894240: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894240
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: Re: Bug#894191: ffmpeg: silence when copying AAC (LC) from MKV to AVI

2018-03-27 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 normal
Bug #894191 [ffmpeg] ffmpeg: silence when copying AAC (LC) from MKV to AVI
Severity set to 'normal' from 'minor'

-- 
894191: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894191
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#890633: marked as done (caps: FTBFS with glibc 2.27: error: 'pow10f' was not declared in this scope)

2018-03-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Mar 2018 18:05:07 +
with message-id <e1f0wuv-000cla...@fasolo.debian.org>
and subject line Bug#890633: fixed in caps 0.9.24-5
has caused the Debian Bug report #890633,
regarding caps: FTBFS with glibc 2.27: error: 'pow10f' was not declared in this 
scope
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.)


-- 
890633: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890633
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: caps
Version: 0.9.24-4
Severity: important
Tags: patch
User: debian-gl...@lists.debian.org
Usertags: 2.27

caps 0.9.24-4 fails to build with glibc 2.27 (2.27-0experimental0 from
experimental):

| In file included from Cabinet.h:39:0,
|  from Click.cc:156:
| dsp/v4f.h:74:7: note: candidate: template v4f_t 
v4f_map(v4f_t)
|  v4f_t v4f_map (v4f_t x)
|^~~
| dsp/v4f.h:74:7: note:   template argument deduction/substitution failed:
| In file included from Cabinet.h:41:0,
|  from Click.cc:156:
| dsp/v4f_IIR2.h:145:27: error: template argument 1 is invalid
|  A = v4f_map (A);
|^
| dsp/v4f_IIR2.h: In member function 'void DSP::IIR2v4Bank::set_eq(v4f_t*, 
v4f_t*, v4f_t*)':
| dsp/v4f_IIR2.h:432:18: error: 'pow10f' was not declared in this scope
|   A = v4f_map (A);
|   ^~
| dsp/v4f_IIR2.h:432:18: note: suggested alternative: 'powf'
|   A = v4f_map (A);
|   ^~
|   powf
| Makefile:59: recipe for target 'Eq.o' failed
| make[1]: *** [Eq.o] Error 1
| Makefile:59: recipe for target 'CabIV.o' failed
| make[1]: *** [CabIV.o] Error 1
| Makefile:59: recipe for target 'Click.o' failed
| make[1]: *** [Click.o] Error 1
| make[1]: Leaving directory '/<>'
| dh_auto_build: make -j16 returned exit code 2
| debian/rules:8: recipe for target 'build-arch' failed
| make: *** [build-arch] Error 2
| dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

A full build logs is available there:
http://aws-logs.debian.net/2018/02/07/glibc-exp/caps_0.9.24-4_unstable_glibc-exp.log

Starting with glibc 2.27, the libm function pow10f is no longer
supported. The standard exp10f function (from TS 18661-4:2015) should be
used instead. The attached patch fixes that.
diff -Nru caps-0.9.24/debian/patches/0002-pow10f.patch 
caps-0.9.24/debian/patches/0002-pow10f.patch
--- caps-0.9.24/debian/patches/0002-pow10f.patch
+++ caps-0.9.24/debian/patches/0002-pow10f.patch
@@ -0,0 +1,29 @@
+--- caps-0.9.24.orig/dsp/v4f_IIR2.h
 caps-0.9.24/dsp/v4f_IIR2.h
+@@ -33,7 +33,7 @@
+ namespace DSP {
+ 
+ #ifdef __APPLE__
+-inline float pow10f(float f) {return pow(10,f);}
++inline float exp10f(float f) {return pow(10,f);}
+ #endif
+ 
+ class RBJv4
+@@ -142,7 +142,7 @@ class IIR2v4
+   /* A = pow (10, gain / 40) */
+   v4f_t A = (v4f_t) {.025,.025,.025,.025};
+   A *= gain;
+-  A = v4f_map (A);
++  A = v4f_map (A);
+ 
+   RBJv4 p (f, Q);
+ 
+@@ -429,7 +429,7 @@ class IIR2v4Bank
+   /* A = pow (10, gain / 40) */
+   v4f_t A = (v4f_t) {.025,.025,.025,.025};
+   A *= gain[i];
+-  A = v4f_map (A);
++  A = v4f_map (A);
+ 
+   RBJv4 p (f[i], Q[i]);
+ 
diff -Nru caps-0.9.24/debian/patches/series
--- caps-0.9.24/debian/patches/series
+++ caps-0.9.24/debian/patches/series
@@ -1 +1,2 @@
 0001-Avoid-ambiguity-in-div-invocation.patch
+0002-pow10f.patch
diff -Nru caps-0.9.24/debian/patches/0002-pow10f.patch 
caps-0.9.24/debian/patches/0002-pow10f.patch
--- caps-0.9.24/debian/patches/0002-pow10f.patch
+++ caps-0.9.24/debian/patches/0002-pow10f.patch
@@ -0,0 +1,29 @@
+--- caps-0.9.24.orig/dsp/v4f_IIR2.h
 caps-0.9.24/dsp/v4f_IIR2.h
+@@ -33,7 +33,7 @@
+ namespace DSP {
+ 
+ #ifdef __APPLE__
+-inline float pow10f(float f) {return pow(10,f);}
++inline float exp10f(float f) {return pow(10,f);}
+ #endif
+ 
+ class RBJv4
+@@ -142,7 +142,7 @@ class IIR2v4
+   /* A = pow (10, gain / 40) */
+   v4f_t A = (v4f_t) {.025,.025,.025,.025};
+   A *= gain;
+-  A = v4f_map (A);
++  A = v4f_map (A);
+ 
+   R

Processed: fixed 887781 in 2.4.0-1

2018-03-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 887781 2.4.0-1
Bug #887781 {Done: Adrian Bunk <b...@debian.org>} [src:libffado] libffado FTBFS 
with glibc 2.26
The source 'libffado' and version '2.4.0-1' do not appear to match any binary 
packages
Marked as fixed in versions libffado/2.4.0-1.
> thanks
Stopping processing here.

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

2018-03-26 Thread Debian Bug Tracking System
367: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858367
861093: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861093
861322: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861322
861670: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861670
862191: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862191
863631: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863631
863701: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863701
867150: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867150
867584: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867584
870066: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870066
870112: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870112
870767: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870767
873271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873271
878873: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878873
878875: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878875
878876: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878876
878877: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878877
878879: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878879
878881: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878881
878882: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878882
878884: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878884
878885: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878885
878886: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878886
878887: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878887
880084: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880084
884453: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884453
884483: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884483
884561: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884561
890494: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890494
890544: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890544
890622: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890622
891829: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891829
893108: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893108
893109: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893109
893111: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893111
893113: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893113
893120: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893120
893394: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893394
893724: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893724
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: soundconverter: raising severity of gconf dependency bug

2018-03-25 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #886046 [src:soundconverter] soundconverter: Depends on gconf
Severity set to 'serious' from 'important'

-- 
886046: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886046
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: camorama: raising severity of gconf dependency bug

2018-03-25 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #886086 [src:camorama] camorama: Depends on gconf
Severity set to 'serious' from 'important'

-- 
886086: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886086
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: ogmrip: raising severity of gconf dependency bug

2018-03-25 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #886052 [src:ogmrip] ogmrip: Depends on gconf
Severity set to 'serious' from 'important'

-- 
886052: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886052
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#620084: marked as done (easytag: Tag and File Name scan moves files to "~" instead of /home/$user)

2018-03-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Mar 2018 15:24:01 +0100
with message-id <029d7f15-4505-0e4a-5b0d-f608724fd...@debian.org>
and subject line Re: easytag: Tag and File Name scan moves files to "~" instead 
of /home/$user
has caused the Debian Bug report #620084,
regarding easytag: Tag and File Name scan moves files to "~" instead of 
/home/$user
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.)


-- 
620084: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620084
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: easytag
Version: 2.1.6-1
Severity: normal

EasyTAGs "Tag and File Name scan" is possibly not working properly. If I
change the target filename to a path including a tilde (~) in order to
move the files to a subdirectory in my home directory, the example
output correctly translates the target directory to /home/$user/targetdir.

After actually making EasyTAG rename the files, it does not move them
to /home/$user/targetdir, instead it creates a directory named "~" in
targetpath, so that the files finally are located in targetpath/~/targetpath.

I guess this behavior is not intendet.

Reproducible with every file.


-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'squeeze-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages easytag depends on:
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libflac8   1.2.1-2+b1Free Lossless Audio Codec - runtim
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libid3-3.8.3c2a3.8.3-13  A library for manipulating ID3v1 a
ii  libid3tag0 0.15.1b-10ID3 tag reading library from the M
ii  libogg01.2.0~dfsg-1  Ogg bitstream library
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libspeex1  1.2~rc1-1 The Speex codec runtime library
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libvorbis0a1.3.1-1   The Vorbis General Audio Compressi
ii  libvorbisfile3 1.3.1-1   The Vorbis General Audio Compressi
ii  libwavpack14.60.1-1  an audio codec (lossy and lossless
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

easytag recommends no packages.

easytag suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Hi,

On Tue, 29 Mar 2011 23:47:50 +0200 Thomas Schmitz
<schmitz.tho...@gmail.com> wrote:
> Package: easytag
> Version: 2.1.6-1
> Severity: normal
> 
> EasyTAGs "Tag and File Name scan" is possibly not working properly. If I
> change the target filename to a path including a tilde (~) in order to
> move the files to a subdirectory in my home directory, the example
> output correctly translates the target directory to /home/$user/targetdir.
> 
> After actually making EasyTAG rename the files, it does not move them
> to /home/$user/targetdir, instead it creates a directory named "~" in
> targetpath, so that the files finally are located in targetpath/~/targetpath.
> 
> I guess this behavior is not intendet.

I believe this is the intended behavior. It is not easytag's
responsibility to expand "~" into the user's home directory. The vast
majority of applications do not do this - only the shell does.

In new versions of easytag, easytag will print an example filename in
the scanner dialog box which highlights that "~" will not be expanded.
Hopefully this will mean that users will not accidentally rename their
files to names they did not intend to.

Closing the bug.

Thanks,
James



signature.asc
Description: OpenPGP digital signature
--- End Message ---
___
pkg-multimedia-maintainers 

Bug#886272: marked as done (easytag: re-enable ogg support after corruption bug is fixed)

2018-03-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Mar 2018 12:04:40 +
with message-id <e1f04o8-0009ux...@fasolo.debian.org>
and subject line Bug#886272: fixed in easytag 2.4.3-4
has caused the Debian Bug report #886272,
regarding easytag: re-enable ogg support after corruption bug is fixed
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.)


-- 
886272: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886272
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: easytag
Version: 2.4.3-2
Severity: normal
Tags: upstream
Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=776110

This bug was going to be cloned from #855251 but apparently you can't
clone merged bugs.

In 2.4.3-2, OGG, OPUS and Speex support was disabled due to a corruption
bug described in #855251. This bug is pending an upstream fix. Once the
fix is available, support should be re-enabled.

James



signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: easytag
Source-Version: 2.4.3-4

We believe that the bug you reported is fixed in the latest version of
easytag, 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 886...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Cowgill <jcowg...@debian.org> (supplier of updated easytag 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: Sun, 25 Mar 2018 12:48:14 +0100
Source: easytag
Binary: easytag easytag-nautilus
Architecture: source
Version: 2.4.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: James Cowgill <jcowg...@debian.org>
Description:
 easytag- GTK+ editor for audio file tags
 easytag-nautilus - Nautilus extension for easytag
Closes: 886272
Changes:
 easytag (2.4.3-4) unstable; urgency=medium
 .
   * debian/control:
 - Revert OGG support removal in package description.
   * debian/patches:
 - Add patch to revert upstream commit which causes OGG corruption.
   (Closes: #886272)
   * debian/rules:
 - Re-enable OGG, OPUS and Speex support.
Checksums-Sha1:
 24b27cee03fbd4dc714df566a9c84467357ab943 2454 easytag_2.4.3-4.dsc
 7072a7326f59c419e551d2f1a44a469fd2789128 14212 easytag_2.4.3-4.debian.tar.xz
 7fbfb0b767c336a3d2b9fb8571948440b979071c 16555 easytag_2.4.3-4_source.buildinfo
Checksums-Sha256:
 fe6a50d7c1e714e0108720e90d7b313f9a5529b00bcd1ecd8701ef2609e706bc 2454 
easytag_2.4.3-4.dsc
 4c4928d7399830a3938bdb5044a88ec19dc8d9f10aa8236212dbb6fdc4428bd7 14212 
easytag_2.4.3-4.debian.tar.xz
 b8bfa5ae70acd92856115a37ca56a7dee0aadfa1e99ccabbd4640bc3d476b954 16555 
easytag_2.4.3-4_source.buildinfo
Files:
 f755815f04ba61c7e8de9c394442eaa4 2454 sound optional easytag_2.4.3-4.dsc
 a8f19ed2ed32d28612ab0d59a12dd4d4 14212 sound optional 
easytag_2.4.3-4.debian.tar.xz
 3949aa9fb66e9e8424d7c1c280c237aa 16555 sound optional 
easytag_2.4.3-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE+Ixt5DaZ6POztUwQx/FnbeotAe8FAlq3jMgUHGpjb3dnaWxs
QGRlYmlhbi5vcmcACgkQx/FnbeotAe+pKQ//Q1lFh6qBstBlBL6bp9fKE/o3QX18
6i26+KNGYRwHZLXmPhM8VeYraF64NCU09j58MbYFGqNQ5biK36qEBr3cJAkHLXSS
tkwKWRESxBVOAGeG+3MmqGegeHNQ75rgMbwRUOCYgEKF3RQKjdY+KZ1dEjuoBaaV
iDp4wfnzi9reGVOlmc30LOlLV16ePVkaOIY3eskp1/KD7AFd5td/TYCU3rw97g00
svxdodjzIYdWkXB7a9r90Y4SS+1IIkI+4yIAvb2i2IUBwslxkJz3LR3w08NSq9Ce
GODT9j/6buaR4Wn/dM/WVR6NC9J1AYpVoX1VdRVx+clJGn+ca6r4xAtj/0DX3WNm
9NOOcsxIYIcS7pYIOksLmkjPgmDcARfixFrGeqBZ0+UHFxbbbZFhVX2S2Lvf6vpZ
laqF9AYbfThyeGROngAQ2Nrt9prUtjCWevMSyf5H3CwNAB6Ib0u87E09XcS0XsGk
ZB+63iCn4yxLGrF9p73Ga5+LA+Ct39ZHc+E8VxZscz5eb1PPgmJF1LI8VNTgvd/s
udmEzoibyX8hcap8lxnmT3mb6yIIsAwPQ/hUXez+72+B9l7/Duilnx+LcMq2iBiF
G6HDlVOKBT2SFkd1ek0No7kdnVoVcP+bbUCmkzy0ldN2MV1aFPeM0/Q2r8kSIvdI
nBlRbSG0LZSO7ys=
=lgvp
-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

Processed: mark projectm-data Multi-Arch: foreign

2018-03-23 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:clementine src:qmmp
Bug #893926 [projectm-data] mark projectm-data Multi-Arch: foreign
Added indication that 893926 affects src:clementine and src:qmmp

-- 
893926: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893926
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 #886272 in easytag marked as pending

2018-03-23 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #886272 [easytag] easytag: re-enable ogg support after corruption bug is 
fixed
Added tag(s) pending.

-- 
886272: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886272
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: These seem to be crash bugs in the sox library

2018-03-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 881131 libsox2
Bug #881131 [bs1770gain] bs1770gain: divide by zero while running bs1770gain
Bug reassigned from package 'bs1770gain' to 'libsox2'.
No longer marked as found in versions bs1770gain/0.4.12-2.
Ignoring request to alter fixed versions of bug #881131 to the same values 
previously set
> found 881131 14.4.1-5
Bug #881131 [libsox2] bs1770gain: divide by zero while running bs1770gain
Marked as found in versions sox/14.4.1-5.
> reassign 881132 libsox2
Bug #881132 [bs1770gain] bs1770gain: stack buffer overflow while running 
bs1770gain
Bug reassigned from package 'bs1770gain' to 'libsox2'.
No longer marked as found in versions bs1770gain/0.4.12-2.
Ignoring request to alter fixed versions of bug #881132 to the same values 
previously set
> found 881132 14.4.1-5
Bug #881132 [libsox2] bs1770gain: stack buffer overflow while running bs1770gain
Marked as found in versions sox/14.4.1-5.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
881131: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881131
881132: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881132
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: swami: Raising severity of libgnomecanvas dependency bug

2018-03-21 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #885778 [src:swami] swami: Depends on libgnomecanvas
Severity set to 'serious' from 'important'

-- 
885778: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=885778
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: petri-foo: Raising severity of libgnomecanvas dependency bug

2018-03-21 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #885781 [src:petri-foo] petri-foo: Depends on libgnomecanvas
Severity set to 'serious' from 'important'

-- 
885781: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=885781
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#882384: marked as done (ffmpeg: Gratuitous valgrind log)

2018-03-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Mar 2018 20:22:42 +
with message-id <b769d5dd-3812-131f-4131-f71448c36...@jcowgill.uk>
and subject line Re: Bug#882384: ffmpeg: Gratuitous valgrind log
has caused the Debian Bug report #882384,
regarding ffmpeg: Gratuitous valgrind log
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.)


-- 
882384: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882384
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ffmpeg
Version: 7:3.4-3
Severity: normal

Hey guys,

Thank you very much for maintaining Debian's
ffmpeg package.

It's been an enormous source of fun.

In the course of chasing down a different bug, I
had the opportunity to run "melt" with valgrind.

Valgrind reported more ffmpeg problems than I
expected.

It's log is attached.

The code for replicating it is in

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881777

So,
Kingsley

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: i386 (i686)

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

Versions of packages ffmpeg depends on:
ii  libavcodec-extra57  7:3.4-2+b1
ii  libavdevice57   7:3.4-2+b1
ii  libavfilter67:3.4-2+b1
ii  libavformat57   7:3.4-2+b1
ii  libavresample3  7:3.4-2+b1
ii  libavutil55 7:3.4-2+b1
ii  libc6   2.25-1
ii  libpostproc54   7:3.4-2+b1
ii  libsdl2-2.0-0   2.0.7+dfsg1-3
ii  libswresample2  7:3.4-2+b1
ii  libswscale4 7:3.4-2+b1

ffmpeg recommends no packages.

Versions of packages ffmpeg suggests:
pn  ffmpeg-doc  

-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,

On 25/11/17 22:00, Kingsley G. Morse Jr. wrote:
> Hi James,
> 
> Yeah, I saw glib and gobject in valgrind's stack
> traces too.
> 
> I agree ffmpeg may not have a memory bug.
> 
> My only doubt?
> 
> A dynamic library call might hide one.

Seems unlikely to me. In all the cases in your log, it looks like glib
has leaked some memory allocated by a constructor somewhere. I also just
tried running valgrind on a random GNOME application which does not use
ffmpeg (gnome-calculator) and got about 100 leak errors so this seems a
likely cause.

> I just happened to run valgrind, saw ffmpeg stuff,
> and thought I should forward it along.

Thanks anyway. I am going to close this bug because I don't think it
affects ffmpeg, but I expect there are bugs somewhere. It might take
some digging to find the right component.

James



signature.asc
Description: OpenPGP digital 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

Processed: Re: simplescreenrecorder: FTBFS with FFmpeg 3.5

2018-03-21 Thread Debian Bug Tracking System
Processing control commands:

> forwarded -1 https://github.com/MaartenBaert/ssr/issues/640
Bug #888347 [src:simplescreenrecorder] simplescreenrecorder: FTBFS with FFmpeg 
4.0
Set Bug forwarded-to-address to 
'https://github.com/MaartenBaert/ssr/issues/640'.

-- 
888347: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888347
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 #890633 in caps marked as pending

2018-03-20 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #890633 [caps] caps: FTBFS with glibc 2.27: error: 'pow10f' was not 
declared in this scope
Added tag(s) pending.

-- 
890633: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890633
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: x42-plugins: diff for NMU version 20170428-1.1

2018-03-20 Thread Debian Bug Tracking System
Processing control commands:

> tags 890672 + pending
Bug #890672 [x42-plugins] x42-plugins: FTBFS with glibc 2.27: error: 'pow10f' 
was not declared in this scope
Added tag(s) pending.

-- 
890672: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890672
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: eq10q: diff for NMU version 2.2~repack0-2.1

2018-03-20 Thread Debian Bug Tracking System
Processing control commands:

> tags 890634 + pending
Bug #890634 [eq10q] eq10q: FTBFS with glibc 2.27: error: 'pow10' was not 
declared in this scope
Added tag(s) pending.

-- 
890634: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890634
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#888667: marked as done (o3dgc: missing Vcs-* fields)

2018-03-20 Thread Debian Bug Tracking System
Your message dated Tue, 20 Mar 2018 09:14:07 +
with message-id <e1eydll-0002ut...@fasolo.debian.org>
and subject line Bug#888667: fixed in o3dgc 0~20131011-4
has caused the Debian Bug report #888667,
regarding o3dgc: missing Vcs-* fields
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.)


-- 
888667: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888667
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: o3dgc
Version: 0~20131011-3
Severity: minor

Hi,

In my analysis of the multimedia team repositories on alioth I noticed
that this repository does not have any Vcs-* fields, but does have a
repository on alioth.

Probably these fields should be added.

Thanks,
James





signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: o3dgc
Source-Version: 0~20131011-4

We believe that the bug you reported is fixed in the latest version of
o3dgc, 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 888...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene Engelhard <r...@debian.org> (supplier of updated o3dgc 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: Tue, 20 Mar 2018 08:57:53 +0100
Source: o3dgc
Binary: libo3dgc-dev
Architecture: source
Version: 0~20131011-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Rene Engelhard <r...@debian.org>
Description:
 libo3dgc-dev - Open 3D Graphics Compression library (development)
Closes: 888667
Changes:
 o3dgc (0~20131011-4) unstable; urgency=medium
 .
   * add Vcs-* (closes: #888667)
   * move Maintainer to QA
Checksums-Sha1:
 928cc8d91759da1763dcda71f468196725d6719d 1825 o3dgc_0~20131011-4.dsc
 7fc87b5b4859688c1110243a23d244023511f109 3868 o3dgc_0~20131011-4.debian.tar.xz
 3b71355705cc745617eae11a9a30a844c24514ee 5507 
o3dgc_0~20131011-4_source.buildinfo
Checksums-Sha256:
 10587fe4a233c1d9a5f290935c0190f300364a8f6f3e7221319df0fcdd9f1497 1825 
o3dgc_0~20131011-4.dsc
 f590bd62cc4e695e39d3bb0ade21f314486adea26fc8297c3b2686b22482901d 3868 
o3dgc_0~20131011-4.debian.tar.xz
 23ad3d0da1f74b50c00d0afcc4780fc685a2748be82c7dda2b9196539ee119ec 5507 
o3dgc_0~20131011-4_source.buildinfo
Files:
 7aa6529b30e95cf126982f0c52b512fa 1825 libs optional o3dgc_0~20131011-4.dsc
 27c7b5deb5be381e0c824cc5edd934d6 3868 libs optional 
o3dgc_0~20131011-4.debian.tar.xz
 608eb2e2bb4a617401fb3b2935708a51 5507 libs optional 
o3dgc_0~20131011-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE4S3qRnUGcM+pYIAdCqBFcdA+PnAFAlqwv/MACgkQCqBFcdA+
PnAmnQ/9FRL5URKEYzALgfo56AOx577En5w6q4w2DtujTluqg57hIaNSQp034l0/
aHbKYMyDQ/uDh1quHIloaudcCjc5vPf7BbPBeaToTa4o2+B5J8bFRGHrHI/2Ehoa
jX6tCRLkK6sLl9ftqI0OjrscJF2C/JgKNiomEEiuIRAbEiZkJVjQK4Qn3tmDQQga
QFZeDkTqm7Efj+8bAIkt5BTrFakNjiNML6cyc+ylEj3wLGhZHgPfPidOAjZxnxJM
8jBOKxwSzt8JeNaJv87jyK+r/ajAJ04rWCh9ncUlZtsu+ON7Tb7uBrTaKxwc3NdC
0B8zc6kxl/KTzLFx0NO9u4lV8mq0B3tO58MApjPMR1a38YwfkCbCSTeQczxKgJAa
4hX62FN2J3D9cwL2LHh5mQqmOJ1H3UkYRouYZSsxN5SKPlL3HWrlVTpzxnEBziAa
MvS92Tr7CjSRJ4v7QP+/nuxGVOHF4QlUBw3RFJt/8wBBK/MuuQ6WZfIepji+STrv
BsoNqtbOKfeUnIQq6T+6U2lXGjJ8Xr1dBrP8Y1TTfAoubgcZcUfcYP894a9SJmEj
SBGZG6pKEoj1oVDM6Ewe9wfAMga5iY6GIYlHIQH2vbEJY1HzkRA9rBUMz9Um7z+o
b4Zc8Ahbq519ZJUWVc3+vSICkTdBAS58KiC7nvn26RxTEgKS/LM=
=PQO8
-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

Bug#888664: marked as done (collada2gltf: missing Vcs-* fields)

2018-03-20 Thread Debian Bug Tracking System
Your message dated Tue, 20 Mar 2018 09:05:54 +
with message-id <e1eyddo-000275...@fasolo.debian.org>
and subject line Bug#888664: fixed in collada2gltf 20140924-5
has caused the Debian Bug report #888664,
regarding collada2gltf: missing Vcs-* fields
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.)


-- 
888664: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888664
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: collada2gltf
Version: 20140924-4
Severity: minor

Hi,

In my analysis of the multimedia team repositories on alioth I noticed
that this repository does not have any Vcs-* fields, but does have a
repository on both alioth and salsa.

Probably these fields should be added.

Thanks,
James



signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: collada2gltf
Source-Version: 20140924-5

We believe that the bug you reported is fixed in the latest version of
collada2gltf, 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 888...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene Engelhard <r...@debian.org> (supplier of updated collada2gltf 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: Mon, 12 Feb 2018 21:31:37 +0100
Source: collada2gltf
Binary: libcollada2gltfconvert-dev
Architecture: source amd64
Version: 20140924-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Rene Engelhard <r...@debian.org>
Description:
 libcollada2gltfconvert-dev - COLLADA to glTF conversion library -- development
Closes: 888664
Changes:
 collada2gltf (20140924-5) unstable; urgency=medium
 .
   * add Vcs-* fields (closes: #888664)
   * move Maintainer to QA
Checksums-Sha1:
 2a530825db1c85c02d26397b554874f1f8b262cd 2004 collada2gltf_20140924-5.dsc
 d904c4b73a384244027521bbbd64c9bfeaba494d 6616 
collada2gltf_20140924-5.debian.tar.xz
 228e3b977ab85176280dbc9e40dcb543bae7d3d8 6959 
collada2gltf_20140924-5_amd64.buildinfo
 7cceb55dc6d82ff532c0f4da7e4fabb9bd920f7f 386648 
libcollada2gltfconvert-dev_20140924-5_amd64.deb
Checksums-Sha256:
 c597eefcd3b98a9e6745737348765402b33eaa97f55727f783ecce01ffe19a43 2004 
collada2gltf_20140924-5.dsc
 7d63e5a052d41529e0bab0bc34f4c5895470e1264b2e78be7deeb1ca7a985779 6616 
collada2gltf_20140924-5.debian.tar.xz
 c1052bf89dd16e1d056b31ca93bb85fc8ee7e5b0306cc0998d03f7f316064000 6959 
collada2gltf_20140924-5_amd64.buildinfo
 d7e83c2430c6f289db5f107ca9d95468c9910a997b5cb10ed36c9a23449edf8b 386648 
libcollada2gltfconvert-dev_20140924-5_amd64.deb
Files:
 94956144298d6f0dda64fc1cd4b900f6 2004 libs optional collada2gltf_20140924-5.dsc
 d12a1cb01c0f551fb908ff1fde9fc096 6616 libs optional 
collada2gltf_20140924-5.debian.tar.xz
 67b0ef4291a1f1f899e453ef5c3e5f65 6959 libs optional 
collada2gltf_20140924-5_amd64.buildinfo
 ff738ac8542664c5e4fb1e0bf581ba97 386648 libdevel optional 
libcollada2gltfconvert-dev_20140924-5_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE4S3qRnUGcM+pYIAdCqBFcdA+PnAFAlqwvdYACgkQCqBFcdA+
PnDwshAAxaYrKkkMOK0vmH5+JGDbOJ9NkQTXOuTaiBG1E1VWgP2UH2BimkFpaI+j
cQSIfKPTbgb483qZzVnotJojgbQXrD5pRBQlk8YnXd2UX6gphMzLGjNyFZ5nB1UI
JBmjNlRigcxQMxiMPyiZk+/wchlKpSiTz2BS12MRUcvZIxk5lwiLxhFHMg/wyEZM
a8rycSuw7FQ31Ykfy6lv9WJ+oFKV0jmCWbnpcJEE1aWdpMnTe/qEukGiQsG//3X1
fg/IchBAf1pbcVyFIDSzZBg6/7U1knyhFqiGf4sS0BhECFLLnrsLqvydjSimF7b9
FiM5tS3vvu7YP06KBRlO618ZpB0ZskyxEXtkca/WI3vFaoTxMvHByDazeuVa8Pzr
tMamANLqnQyiAsB/2/+iuxecr93dfiXd49iMFSXxbkZlxYzBAebQBloM0/Nx65Qi
VkB7H5NRliigogNcfRcsFrrmd3ExH01au29x7qrTSKKbXg747UvRgZV9VPU5H2yF
g/APHX4ufvJOUxC9zLrE5mBROGP2ktrjWZsWk2YgvQO0Swpl6U8pZi1zFK6kYPS5
t8YDXgd+ewsd54wM5loYStbzv0pMpoWaAsfjRtjft9PkDZiVYQUKx79VQmFQaw7D
9nVgfGTMxXAregF9gGb0QsqjXZeLfWouO2bFbk9DmonJ71ZGbB8=
=o0nE
-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

Bug#893284: marked as done (vlc: VLC segfaults on highlight of Playback>Renderer menu option)

2018-03-18 Thread Debian Bug Tracking System
Your message dated Sun, 18 Mar 2018 23:49:26 +
with message-id <e1exi3k-000gzm...@fasolo.debian.org>
and subject line Bug#893284: fixed in libmicrodns 0.0.9-2
has caused the Debian Bug report #893284,
regarding vlc: VLC segfaults on highlight of Playback>Renderer menu option
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.)


-- 
893284: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893284
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:vlc
Version: 3.0.1-3
Severity: normal

Hi, 

When trying to use the VLC Cast to Chromecast feature, I am seeing a
segfault on highlighting the Playback>Renderer menu item.

The last messages I get when running vlc verbose are:

[7f67b05ac9f0] main probe debug: looking for renderer probe module matching 
"any": 1 candidates
[7f67b05ac9f0] main probe debug: no renderer probe modules matched
[5608b4cfc270] qt interface debug: starting renderer discovery service mDNS 
renderer Discovery
[7f67b05da900] main renderer discovery debug: looking for 
renderer_discovery module matching "microdns_renderer": 1 candidates
[7f67b05da900] microdns renderer discovery debug: mDNS: listening to 
_googlecast._tcp.local renderer
[1]9862 segmentation fault  vlc -

Hopefully this is helpful!

Thanks,
DH

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages vlc depends on:
ii  vlc-bin  3.0.1-3
ii  vlc-plugin-base  3.0.1-3
ii  vlc-plugin-qt3.0.1-3
ii  vlc-plugin-video-output  3.0.1-3

Versions of packages vlc recommends:
ii  vlc-l10n   3.0.1-3
ii  vlc-plugin-notify  3.0.1-3
ii  vlc-plugin-samba   3.0.1-3
ii  vlc-plugin-skins2  3.0.1-3
ii  vlc-plugin-video-splitter  3.0.1-3
ii  vlc-plugin-visualization   3.0.1-3

vlc suggests no packages.

Versions of packages libvlc-bin depends on:
ii  libc62.27-2
ii  libvlc5  3.0.1-2

Versions of packages libvlc5 depends on:
ii  libc62.27-2
ii  libvlccore9  3.0.1-2

Versions of packages libvlc5 recommends:
ii  libvlc-bin  3.0.1-3

Versions of packages vlc-bin depends on:
ii  libc6   2.27-2
ii  libvlc-bin  3.0.1-3
ii  libvlc5 3.0.1-2

Versions of packages vlc-plugin-base depends on:
ii  liba52-0.7.4 0.7.4-19
ii  libarchive13 3.2.2-3.1
ii  libaribb24-0 1.0.3-1
ii  libasound2   1.1.3-5
ii  libass9  1:0.14.0-1
ii  libavahi-client3 0.7-3.1
ii  libavahi-common3 0.7-3.1
ii  libavc1394-0 0.5.4-4+b1
ii  libavcodec57 7:3.4.2-1+b1
ii  libavformat577:3.4.2-1+b1
ii  libavutil55  7:3.4.2-1+b1
ii  libbasicusageenvironment12018.02.28-1
ii  libbluray2   1:1.0.2-2
ii  libc62.27-2
ii  libcairo21.15.10-1
ii  libcddb2 1.3.2-5
ii  libchromaprint1  1.4.3-1
ii  libcrystalhd31:0.0~git20110715.fdd2f19-12
ii  libdbus-1-3  1.12.6-2
ii  libdc1394-22 2.2.5-1
ii  libdca0  0.0.5-10
ii  libdvbpsi10  1.3.2-1
ii  libdvdnav4   6.0.0-1
ii  libdvdread4  6.0.0-1
ii  libebml4v5   1.3.5-2
ii  libfaad2 2.8.8-1
ii  libflac8 1.3.2-1
ii  libfontconfig1   2.12.6-0.1
ii  libfreetype6 2.8.1-2
ii  libfribidi0  0.19.7-2
ii  libgcc1  1:8-20180218-1
ii  libgcrypt20  1.8.1-4
ii  libglib2.0-0 2.54.3-2
ii  libgnutls30  3.5.18-1
ii  libgpg-error01.27-6
ii  libgroupsock82018.02.28-1
ii  libharfbuzz0b1.7.2-1
ii  libjpeg62-turbo  1:1.5.2-2+b1
ii  libkate1  

Processed: Re: Bug#893284: vlc: VLC segfaults on highlight of Playback>Renderer menu option

2018-03-18 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 libmicrodns0 0.0.9-1
Bug #893284 [src:vlc] vlc: VLC segfaults on highlight of Playback>Renderer menu 
option
Bug reassigned from package 'src:vlc' to 'libmicrodns0'.
No longer marked as found in versions vlc/3.0.1-3.
Ignoring request to alter fixed versions of bug #893284 to the same values 
previously set
Bug #893284 [libmicrodns0] vlc: VLC segfaults on highlight of Playback>Renderer 
menu option
Marked as found in versions libmicrodns/0.0.9-1.
> tags -1 = fixed-upstream upstream
Bug #893284 [libmicrodns0] vlc: VLC segfaults on highlight of Playback>Renderer 
menu option
Added tag(s) fixed-upstream and upstream; removed tag(s) moreinfo.

-- 
893284: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893284
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: Re: Bug#893284: vlc: VLC segfaults on highlight of Playback>Renderer menu option

2018-03-18 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + moreinfo
Bug #893284 [src:vlc] vlc: VLC segfaults on highlight of Playback>Renderer menu 
option
Added tag(s) moreinfo.

-- 
893284: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893284
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: mplayer: Please use 'pkg-config' to find FreeType 2

2018-03-18 Thread Debian Bug Tracking System
Processing control commands:

> forwarded 892442 https://trac.mplayerhq.hu/ticket/2340
Bug #892442 [src:mplayer] mplayer: Please use 'pkg-config' to find FreeType 2
Set Bug forwarded-to-address to 'https://trac.mplayerhq.hu/ticket/2340'.

-- 
892442: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892442
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: Re: Bug#893203: Acknowledgement (src:collada2gltf: FTBFS with rapidjson 1.0.2)

2018-03-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 893203 + upstream
Bug #893203 [src:collada2gltf] src:collada2gltf: FTBFS with rapidjson 1.0.2
Added tag(s) upstream.
> tag 893203 + fixed-upstream
Bug #893203 [src:collada2gltf] src:collada2gltf: FTBFS with rapidjson 1.0.2
Added tag(s) fixed-upstream.
> thanks
Stopping processing here.

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

2018-03-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 893203 + buster
Bug #893203 [src:collada2gltf] src:collada2gltf: FTBFS with rapidjson 1.0.2
Added tag(s) buster.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
893203: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893203
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: [bts-link] source package src:gpac

2018-03-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package src:gpac
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #892526 (http://bugs.debian.org/892526)
> # Bug title: gpac: CVE-2018-7752: Stack buffer overflow in av_parsers.c
> #  * https://github.com/gpac/gpac/issues/997
> #  * remote status changed: (?) -> closed
> #  * closed upstream
> tags 892526 + fixed-upstream
Bug #892526 [src:gpac] gpac: CVE-2018-7752: Stack buffer overflow in 
av_parsers.c
Added tag(s) fixed-upstream.
> usertags 892526 + status-closed
There were no usertags set.
Usertags are now: status-closed.
> thanks
Stopping processing here.

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

2018-03-15 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #892969 [zynaddsubfx] zynaddsubfx: move out of asciidoc
Added tag(s) pending.

-- 
892969: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892969
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: zynaddsubfx: move out of asciidoc => patch

2018-03-14 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + patch
Bug #892969 [zynaddsubfx] zynaddsubfx: move out of asciidoc
Added tag(s) patch.

-- 
892969: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892969
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: musescore bugs housekeeping

2018-03-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # works as designed by upstream; user-level fix given
> close 823160
Bug #823160 [musescore] musescore: Playback volume inside of MuseScore is low
Marked Bug as done
> # dealt with, can be un-unarchived again
> archive 871920
Bug #871920 {Done: Thorsten Glaser <t...@mirbsd.de>} [musescore-common] 
musescore-common: please split out the FluidR3Mono_GM.sf3 sound font into a 
separate package
archived 871920 to archive/20 (from 871920)
> # probably fixed, closing after no reporter activity in 2 weeks
> tags 842926 + moreinfo
Bug #842926 [musescore] musescore: Segment violation when Musescore opens with 
wizard (start center) active
Added tag(s) moreinfo.
> # that's all for now
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
823160: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823160
842926: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842926
871920: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871920
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: need to post a quiet followup

2018-03-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> unarchive 871920
Bug #871920 {Done: Thorsten Glaser <t...@mirbsd.de>} [musescore-common] 
musescore-common: please split out the FluidR3Mono_GM.sf3 sound font into a 
separate package
Unarchived Bug 871920
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
871920: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871920
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#651591: marked as done (openshot: Openshot doesn't have a GTK3 interface yet)

2018-03-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Mar 2018 13:35:34 +0100
with message-id <27fc8d28-7ea5-db02-73b4-bccaf3dd0...@debian.org>
and subject line This bug is probably no longer relevant
has caused the Debian Bug report #651591,
regarding openshot: Openshot doesn't have a GTK3 interface yet
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.)


-- 
651591: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651591
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openshot
Version: 1.4.0-1
Severity: wishlist

With Gnome 3 in the open in almost every Linux flavor, I would like to add a
GTK3 Openshot interface to the wish list. It would be very nice to have the
most popular GTK applications with a GTK3 interface.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openshot depends on:
ii  fontconfig   2.8.0-3
ii  gtk2-engines-pixbuf  2.24.8-2   
ii  librsvg2-common  2.34.2-1   
ii  melt 1:0.7.6-0.1
ii  python   2.7.2-9
ii  python-gtk2  2.24.0-2   
ii  python-httplib2  0.7.2-1
ii  python-imaging   1.1.7-4
ii  python-mlt3  1:0.7.6-0.1
ii  python-pygoocanvas   0.14.1-1+b3
ii  python-support   1.0.14 
ii  python-xdg   0.19-3 

Versions of packages openshot recommends:
ii  frei0r-plugins  1.1.22git20091109-1.1
ii  openshot-doc1.4.0-1  

Versions of packages openshot suggests:
ii  blender   2.59-1   
ii  inkscape  0.48.1-2.1+b1

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 2.4.1-2

Hi,

openshot has been rewritten by upstream to be ported to Qt. This new
version is now available in Debian and replaces the old openshot program.

I assume that this bug report is no longer relevant with the new
version, I'm therefore closing it.

If this is not correct, please feel free to reopen the bug report or
simply reply to this mail.

Thanks!

Regards,
Tobias



signature.asc
Description: OpenPGP digital 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

Bug#738697: marked as done (few bugs in 1.4.3 which were fixed post-release upstream (blender effects, saving to Desktop))

2018-03-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Mar 2018 13:33:47 +0100
with message-id <573a3bbf-323d-a2bb-e492-f91cfa62a...@debian.org>
and subject line This bug is probably no longer relevant
has caused the Debian Bug report #738697,
regarding few bugs in 1.4.3 which were fixed post-release upstream (blender 
effects, saving to Desktop)
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.)


-- 
738697: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738697
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openshot
Version: 1.4.3-1.1
Severity: normal
Tags: patch

decided to do a little video editing and right away ran into few litle issues
which apparently not new and were fixed upstream in 

http://bazaar.launchpad.net/~openshot.code/openshot/main/changes/742?start_revid=742
740 Fix an error when saving a project when there is no /user/De...  Andy 
Finch  2013-07-02  DiffFiles
739 Fixed bug on Blender bug on dissolve animation (Blender Pyth...  
Jonathan Thomas 2013-06-28  DiffFiles
738 Fixed blender bug with 2.67, where background alpha_mode was...  
Jonathan Thomas 2013-06-28  DiffFiles


current upstream development is going full steam forward to 2.0 but it
might take awhile until that one released/stable enough.
So would you be so kind to include those post 1.4.3 patches in the Debian 
package in unstable?

Thank you very much in advance

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openshot depends on:
ii  fontconfig   2.10.2-2
ii  gtk2-engines-pixbuf  2.24.20-1
ii  librsvg2-common  2.36.4-2
ii  melt 0.9.0-3
ii  python   2.7.5-5
ii  python-gtk2  2.24.0-3+b1
ii  python-httplib2  0.7.4-2
ii  python-imaging   2.2.1-2
ii  python-mlt   0.9.0-3
ii  python-pygoocanvas   0.14.1-1+b3
ii  python-support   1.0.15
ii  python-xdg   0.25-3

Versions of packages openshot recommends:
ii  frei0r-plugins  1.1.22git20091109-1.2
ii  openshot-doc1.4.3-1.1

Versions of packages openshot suggests:
ii  blender   2.69-3
ii  inkscape  0.48.4-3+b1

-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.4.1-2

Hi,

openshot has been rewritten by upstream to be ported to Qt. This new
version is now available in Debian and replaces the old openshot program.

I assume that this bug report is no longer relevant with the new
version, I'm therefore closing it.

If this is not correct, please feel free to reopen the bug report or
simply reply to this mail.

Thanks!

Regards,
Tobias




signature.asc
Description: OpenPGP digital 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

Bug#718837: marked as done (openshot: closes with Gtk:ERROR)

2018-03-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Mar 2018 13:28:17 +0100
with message-id <9e54277b-b267-dd50-c59f-c033f633f...@debian.org>
and subject line This bug is probably no longer relevant
has caused the Debian Bug report #718837,
regarding openshot: closes with Gtk:ERROR
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.)


-- 
718837: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718837
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openshot
Version: 1.4.3-1
Severity: important

Hello and thank you for reading this bug report,

I freshly installed Openshot to edit a video but it crashed suddenly.

- I wrongly choosed to open a project but I don't have one so I
cancelled that
window and then chosse to import a file.
 - I add that file to the timeline.
 - Place a mark at the start, preview the file and continue to place
some marks
while preview is running.
 - Short freeze.
 - Crash.

Here's what I get via terminal in gnome environment.


- ERROR 1 --
Failed to import 'from openshot import main'
Error Message: cannot import name main


   OpenShot (version 1.4.3)

Process no longer exists: 838.  Creating new pid lock file.
No LADSPA plugins were found!

Check your LADSPA_PATH environment variable.

Detecting formats, codecs, and filters...
---
video_codecs:
  - a64multi
  - a64multi5
  - asv1
  - asv2
  - bmp
  - cljr
  - dnxhd
  - dpx
  - dvvideo
  - ffv1
  - ffvhuff
  - flashsv
  - flv
  - gif
  - h261
  - h263
  - h263p
  - huffyuv
  - jpegls
  - ljpeg
  - mjpeg
  - mpeg1video
  - mpeg2video
  - mpeg4
  - msmpeg4v2
  - msmpeg4
  - pam
  - pbm
  - pcx
  - pgm
  - pgmyuv
  - png
  - ppm
  - qtrle
  - rawvideo
  - roqvideo
  - rv10
  - rv20
  - sgi
  - snow
  - svq1
  - targa
  - tiff
  - v210
  - v410
  - wmv1
  - wmv2
  - zlib
  - zmbv
  - libdirac
  - libschroedinger
  - libtheora
  - libvpx
  - libx264
  - libxvid
...
---
audio_codecs:
  - aac
  - ac3
  - ac3_fixed
  - alac
  - eac3
  - flac
  - mp2
  - nellymoser
  - real_144
  - vorbis
  - wmav1
  - wmav2
  - roq_dpcm
  - adpcm_adx
  - g722
  - g726
  - adpcm_ima_qt
  - adpcm_ima_wav
  - adpcm_ms
  - adpcm_swf
  - adpcm_yamaha
  - libgsm
  - libgsm_ms
  - libmp3lame
  - libspeex
  - libvorbis
...
---
formats:
  - a64
  - ac3
  - adts
  - adx
  - aiff
  - amr
  - asf
  - ass
  - asf_stream
  - au
  - avi
  - avm2
  - cavsvideo
  - crc
  - daud
  - dirac
  - dnxhd
  - dts
  - dv
  - eac3
  - ffm
  - ffmetadata
  - filmstrip
  - flac
  - flv
  - framecrc
  - framemd5
  - g722
  - gif
  - gxf
  - h261
  - h263
  - h264
  - image2
  - image2pipe
  - ipod
  - ivf
  - latm
  - m4v
  - md5
  - matroska
  - matroska
  - mjpeg
  - mlp
  - mmf
  - mov
  - mp2
  - mp3
  - mp4
  - mpeg
  - vcd
  - mpeg1video
  - dvd
  - svcd
  - mpeg2video
  - vob
  - mpegts
  - mpjpeg
  - mxf
  - mxf_d10
  - null
  - nut
  - ogg
  - oma
  - alaw
  - mulaw
  - f64be
  - f64le
  - f32be
  - f32le
  - s32be
  - s32le
  - s24be
  - s24le
  - s16be
  - s16le
  - s8
  - u32be
  - u32le
  - u24be
  - u24le
  - u16be
  - u16le
  - u8
  - psp
  - rawvideo
  - rm
  - RoQ
  - rso
  - rtp
  - rtsp
  - sap
  - segment
  - smjpeg
  - sox
  - spdif
  - srt
  - swf
  - 3g2
  - 3gp
  - truehd
  - rcv
  - voc
  - wav
  - webm
  - yuv4mpegpipe
  - alsa
  - oss
...
state saved
on_mnuOpenProject_activate called with self.GtkImageMenuItem
on_mnuImportFiles_activate called with self.GtkImageMenuItem
project state modified
state saved
on_btnAdd_clicked
project state modified
state saved
on_tlbAddMarker_clicked
project state modified
state saved
on_tlbPlay_clicked called with self.GtkToolButton
on_tlbAddMarker_clicked
project state modified
state saved
on_tlbAddMarker_clicked
project state modified
state saved
on_tlbAddMarker_clicked
project state modified
state saved
**
Gtk:ERROR:/tmp/buildd/gtk
+2.0-2.24.20/gtk/gtkcontainer.c:2743:IA__gtk_container_propagate_expose:
assertion failed: (child->parent == GTK_WIDGET (container))
Abandon



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_CA.utf8, LC_CTYPE=fr_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openshot depends on:
ii  fontconfig   2.10.2-2
ii  gtk2-engines-pixbuf  2.24.20-1
ii  librsvg2-common  2.36.4-2
ii  melt 0.8.8-2
ii  python 

Bug#695981: marked as done (openshot: Warning about reserved word when upgrading to wheezy)

2018-03-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Mar 2018 13:26:52 +0100
with message-id <d309a8ed-b851-1e06-5765-d95721f39...@debian.org>
and subject line This bug is probably no longer relevant
has caused the Debian Bug report #695981,
regarding openshot: Warning about reserved word when upgrading to wheezy
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.)


-- 
695981: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695981
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openshot
Version: 1.4.2-1.1
Severity: important

when upgrading from squeeze to wheeze i have this error due (stupid
again and again) python undecided api:

/usr/lib/pymodules/python2.5/openshot/uploads/vimeo/convenience.py:84:
Warning: 'with' will become a reserved keyword in Python 2.6
Compiling /usr/lib/pymodules/python2.5/openshot/uploads/vimeo/convenience.py ...
  File "/usr/lib/pymodules/python2.5/openshot/uploads/vimeo/convenience.py",
line 84
with open(file_path) as video:

due wheeze are freeze now, searching i note that the problem are
historically easy to fix, but currently the X python version i dont
know how to setup due python 2.6 to 2.7 transition must be early for
that! see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614174#39
due

-- System Information:
Debian Release: squeeze
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386

Kernel: Linux 3.3.6 (SMP w/2 CPU cores)
Locale: LANG=es_VE.UTF-8, LC_CTYPE=es_VE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openshot depends on:
ii  fontconfig   2.8.0-3
ii  gtk2-engines-pixbuf  2.24.10-1
ii  librsvg2-common  2.26.3-1
ii  melt 1:0.6.2-1
ii  python   2.6.6-3+squeeze3
ii  python-gtk2  2.17.0-3
ii  python-httplib2  0.6.0-4
ii  python-imaging   1.1.7-2
ii  python-mlt3  1:0.6.2-1
ii  python-support   1.0.10
ii  python-xdg   0.19-2

Versions of packages openshot recommends:
ii  frei0r-plugins  1.1.22git20091109-1.2
ii  openshot-doc1.4.2-1

Versions of packages openshot suggests:
pn  blender   2.63-1
pn  inkscape  

-- no debconf information



--
Lenz McKAY Gerardo (PICCORO)
http://qglochekone.blogspot.com
--- End Message ---
--- Begin Message ---
Version: 2.4.1-2

Hi,

openshot has been rewritten by upstream to be ported to Qt. This new
version is now available in Debian and replaces the old openshot program.

I assume that this bug report is no longer relevant with the new
version, I'm therefore closing it.

If this is not correct, please feel free to reopen the bug report or
simply reply to this mail.

Thanks!

Regards,
Tobias



signature.asc
Description: OpenPGP digital 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

Bug#892582: marked as done (mixxx: Build-Depend on scour)

2018-03-11 Thread Debian Bug Tracking System
Your message dated Sun, 11 Mar 2018 13:35:44 +
with message-id <e1ev18a-0005z8...@fasolo.debian.org>
and subject line Bug#892582: fixed in mixxx 2.0.0~dfsg-9
has caused the Debian Bug report #892582,
regarding mixxx: Build-Depend on scour
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.)


-- 
892582: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892582
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mixxx
Version: 2.0.0~dfsg-8

Please Build-Depend on scour instead of python-scour and python3-scour.

Thanks,
Jeremy Bicha
--- End Message ---
--- Begin Message ---
Source: mixxx
Source-Version: 2.0.0~dfsg-9

We believe that the bug you reported is fixed in the latest version of
mixxx, 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 892...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matteo F. Vescovi <m...@debian.org> (supplier of updated mixxx 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: Sun, 11 Mar 2018 11:28:45 +0100
Source: mixxx
Binary: mixxx mixxx-data
Architecture: source
Version: 2.0.0~dfsg-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Matteo F. Vescovi <m...@debian.org>
Description:
 mixxx  - Digital Disc Jockey Interface
 mixxx-data - Digital Disc Jockey Interface -- data files
Closes: 892582
Changes:
 mixxx (2.0.0~dfsg-9) unstable; urgency=medium
 .
   * debian/control: drop pythonX-scour b-deps
 for scour package itself (Closes: #892582)
Checksums-Sha1:
 44251e2113d5082d2674ff72b8d519bc5dde9c95 2829 mixxx_2.0.0~dfsg-9.dsc
 7e2011875ba7a84550b6b32271656ad5c6519592 18376 mixxx_2.0.0~dfsg-9.debian.tar.xz
 3530405cd5fd1be4c8d6a26f8f2d48f40bb4641c 6388 
mixxx_2.0.0~dfsg-9_source.buildinfo
Checksums-Sha256:
 7443f415b78fa4ce557020ec8c018c5d3ccac576d552ef4c743c38debbc72c98 2829 
mixxx_2.0.0~dfsg-9.dsc
 3a409afd3f7e7fac7efca16bc76aad13ad2961e86300c3da9da9c5c51bc18e3a 18376 
mixxx_2.0.0~dfsg-9.debian.tar.xz
 bf59bf5995f38def03b51e872f2dd1bf47500e29490cea0ebdbb8c58839e76e8 6388 
mixxx_2.0.0~dfsg-9_source.buildinfo
Files:
 a7b6b5a26e29a5d512e422b3a2921758 2829 sound optional mixxx_2.0.0~dfsg-9.dsc
 031d45f50a396a1c04293bdf56521601 18376 sound optional 
mixxx_2.0.0~dfsg-9.debian.tar.xz
 fb3b52e7869b31d72f50ab12f2c9bec2 6388 sound optional 
mixxx_2.0.0~dfsg-9_source.buildinfo

-BEGIN PGP SIGNATURE-
Comment: Debian powered!

iQKTBAEBCgB9FiEE890J+NqH0d9QRsmbBhL0lE7NzVoFAlqlBRlfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEYz
REQwOUY4REE4N0QxREY1MDQ2Qzk5QjA2MTJGNDk0NEVDRENENUEACgkQBhL0lE7N
zVrCyg//agjkL+JfnZ6K7zUeR+uaVaqQU0+i/ZzyTFJ88+GZxHLN9CtgH9eHgWYT
WVrUs0mgSTzPVbFAK/6gfPouWPK0nqGzRavRF+p7z2EmJ8yRRYXNBrTjtSmvJqtD
pEj5pRsKlRHLSRgh6DG5S43zB4yqRsxtGAoa12gaa95GxUNnqFjatAGx9IbX57o/
sKKWtdhtTJs7EwKEGzOtft3PQEmMYr6ZKaH+woIZzsNut7ky0yRq/Q2E0aQV8Q/S
RBungrWrf86lQ8mdKSH6VUWQp1i7ZWRUri9NC5RG1SN9YSsLRAXxkjXk+SNsybRQ
tLouzuaeob62dA2E1Hf4MmZVgZtcZWYmOVdqR0WCVzfQaHH9ltTCr3Y0qn2iChGC
DAeB6xmAbXtGrN107I/GcukVE6Dax/L+9DSnkS8eF85ypx0mDvbJO+CR4hU3wehN
F5god7hnLG4/vMBt7HiUifim83nfVCp25UrpY/9V/6mrGbSgqroDzRkn5EUjaWW/
8C12FbhK8Sew6oMNJBKEmv5oxXYaXu1SrY1DcavqnbBP9gJ6L8Zy1yUjUpdv5rjf
qvY5GwGYAy7CSztM6bIheFw6jQq+4GqtthMOmk1K0/6T6dkoPCp5qjXECq6SUpHV
FSRQzN//R61dIVUhsUI6b8CdgTc0WrS8eilbv2+Non/ksRLSQBI=
=OOmX
-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

Processed: Bug #892582 in mixxx marked as pending

2018-03-11 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #892582 [src:mixxx] mixxx: Build-Depend on scour
Ignoring request to alter tags of bug #892582 to the same tags previously set

-- 
892582: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892582
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: Re: Bug#892582: mixxx: Build-Depend on scour

2018-03-11 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + pending
Bug #892582 [src:mixxx] mixxx: Build-Depend on scour
Added tag(s) pending.

-- 
892582: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892582
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: found 892526 in 0.5.0+svn5324~dfsg1-1

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

> found 892526 0.5.0+svn5324~dfsg1-1
Bug #892526 [src:gpac] gpac: CVE-2018-7752: Stack buffer overflow in 
av_parsers.c
Marked as found in versions gpac/0.5.0+svn5324~dfsg1-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
892526: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892526
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: Re: Bug#890102: openshot: Openshot 2.4.1-2 will not start

2018-03-09 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 unreproducible
Bug #890102 [openshot] openshot: Openshot 2.4.1-2 will not start
Added tag(s) unreproducible.

-- 
890102: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890102
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#892385: marked as done (easytag-nautilus: Move appstream metadata here)

2018-03-08 Thread Debian Bug Tracking System
Your message dated Thu, 08 Mar 2018 21:49:18 +
with message-id <e1eu3pa-0008cg...@fasolo.debian.org>
and subject line Bug#892385: fixed in easytag 2.4.3-3
has caused the Debian Bug report #892385,
regarding easytag-nautilus: Move appstream metadata here
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.)


-- 
892385: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892385
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: easytag-nautilus
Severity: important
Version: 2.4.3-2
Tags: patch

easytag includes the AppStream metadata for both easytag and
easytag-nautilus. easytag-nautilus' AppStream metadata needs to be
moved to the easytag-nautilus package for AppStream clients like GNOME
Software to be able to correctly install easytag-nautilus.

I will submit a merge request
https://salsa.debian.org/multimedia-team/easytag/merge_requests

Thanks,
Jeremy Bicha
--- End Message ---
--- Begin Message ---
Source: easytag
Source-Version: 2.4.3-3

We believe that the bug you reported is fixed in the latest version of
easytag, 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 892...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Cowgill <jcowg...@debian.org> (supplier of updated easytag 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: Thu, 08 Mar 2018 21:42:15 +
Source: easytag
Binary: easytag easytag-nautilus
Architecture: source
Version: 2.4.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: James Cowgill <jcowg...@debian.org>
Description:
 easytag- GTK+ editor for audio file tags
 easytag-nautilus - Nautilus extension for easytag
Closes: 886369 892385
Changes:
 easytag (2.4.3-3) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field.
   * d/control: Set Vcs-* to salsa.debian.org.
 .
   [ Jeremy Bicha ]
   * Move easytag-nautilus appstream metadata to easytag-nautilus.
 (Closes: #892385)
   * Use dh_missing --fail-missing.
   * Drop Pre-Depends from easytag-nautilus.
 .
   [ Bruno Kleinert ]
   * Do not mention OGG support in package description. (Closes: #886369)
 .
   [ James Cowgill ]
   * debian/changelog:
 - Remove trailing whitespace.
 - Remove emacs mode settings.
Checksums-Sha1:
 8cf0eaf3d10142e740f835f8e52f3a9e96e535a4 2454 easytag_2.4.3-3.dsc
 bf83bba6f1b3f1fbe587e2c6b952d8561da32f15 12428 easytag_2.4.3-3.debian.tar.xz
 ee076ce197ac51edf98bbbc1067627781ee75035 15724 easytag_2.4.3-3_source.buildinfo
Checksums-Sha256:
 b0256be1b31ddb128b63b3342a39cb99da0edc8c0090c216c5c071044662cdab 2454 
easytag_2.4.3-3.dsc
 916cf0d2081c37b16b41349e529a63e15033a49e988da476f13129d1c43a9599 12428 
easytag_2.4.3-3.debian.tar.xz
 091986edad6a2792c1694fa6b6d7ad9d6e0d058fe780763ff778d4b8d0994026 15724 
easytag_2.4.3-3_source.buildinfo
Files:
 a90efdc089ee5c03233a8572ada12b1b 2454 sound optional easytag_2.4.3-3.dsc
 1931d0f7961df313bfaffcb69b0ce9e1 12428 sound optional 
easytag_2.4.3-3.debian.tar.xz
 2da5f6362268ebd47b36fd40b737eed5 15724 sound optional 
easytag_2.4.3-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE+Ixt5DaZ6POztUwQx/FnbeotAe8FAlqhrogUHGpjb3dnaWxs
QGRlYmlhbi5vcmcACgkQx/FnbeotAe9J6RAAinWsl9BLw3gY3pHDHJS7Up+5Cg7V
XwhQ+PoPG+NbSw8UbeuK3BClb6aEiBXbcjQ8z2/WVQNYS/Ga+bUxLTU1qH+cWNul
iP7eh+zY6q70du/jLrv/zUbXyvo6b8iidPU1fN6qXYxI07P+otcpfKqgoahGYz/I
FeM2ZcLF3YBiZoLH1sxbMi8QirxCrz4rDif9I7iaDpCG9dnwX64pQglCN+Nd54r8
DmzMbtMqGDwH6GaztSUXTKQU95ykLas6zET0tR7BXjq9OJAwMDD6ADMD7AEiZ3OK
FFp8iMkZYdFx7dV88ABr+a7haWw5TNOg3hVzogC1bwaqf1YiozaAH8+z+6gSJohy
2qNX8tFt3CIfFwgXmdr/JxOhlfy4g0WGUEXHbJvMKmpf3eeMRBgZ/Xwf/HHLL+4m
fWnaDRQ/ruDuV55A4uCeMNHUfOii0CtpWg5jUwSKqdoP3jrC3saLqNxPeFfmsj5q
yB9fQeDP/DXJe+cUFsNOUa8C/dvnv1m9QY2BsNPX+MKyl7tXMMt+8YlIpLdy1fla
ZrLjTrWwJzYSdVfY3YIARcUA9eMCWIV5W0UzVm8PyTGd+VRn2ttPCjZWvKTR4psz
b6GfbeAwGkOpd0rNOaT0Vv4jgqJnwsy/E4bav1bTqEaecOVdnrrzKDK3fJDtOC1P
OU1wuZaes66Qdgs=
=qZt0
-END PGP SIGNATURE End Message ---
___
pkg-multimedia-main

Bug#886369: marked as done (easytag: remove mentioned OGG support from package description)

2018-03-08 Thread Debian Bug Tracking System
Your message dated Thu, 08 Mar 2018 21:49:18 +
with message-id <e1eu3pa-0008ca...@fasolo.debian.org>
and subject line Bug#886369: fixed in easytag 2.4.3-3
has caused the Debian Bug report #886369,
regarding easytag: remove mentioned OGG support from package description
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.)


-- 
886369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886369
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: easytag
Version: 2.4.3-2
Severity: minor
Tags: patch
X-Debbugs-CC: Bruno Kleinert <fu...@debian.org>
Control: submitter -1 Bruno Kleinert <fu...@debian.org>

Hi,

On 04/01/18 12:02, Bruno Kleinert wrote:
> Am Mittwoch, den 03.01.2018, 16:50 + schrieb James Cowgill:
>> Control: clone -1 -2
>> Control: notfound -2 2.4.3-1
>> Control: found -2 2.4.3-2
>> Control: severity -2 normal
>> Control: tags -2 - pending
>> Control: retitle -2 easytag: re-enable ogg after corruption bug is
>> fixed
>>
>> Hi,
>>
>> On 16/02/17 01:02, Samuele Battarra wrote:
>>> Package: easytag
>>> Version: 2.4.3-1
>>> Severity: normal
>>>
>>> Dear Maintainer,
>>> I have a ogg file encoded from a live cd, I split it to single
>>> tracks with oggsplt and then tag the tracks with easytag.
>>> When I play the files I hear a click at file change.
>>> The click is not present in files before the tagging and if I tag
>>> with kid3.
>>
>> As you might have noticed, I have decided that the best way to fix
>> this
>> is to disable support for OGG and related media types in easytag for
>> the
>> time being. Solving this bug is apparently quite complex and while
>> the
>> upstream bug has been open for over a year, there has not been much
>> progress on it. I think it is better to have some version in buster
>> (which does not mangle your media files) than nothing at all.
>>
>> I have cloned this bug to remind me to re-enable ogg support once the
>> corruption bug is fixed.
>>
>> Thanks,
>> James
> 
> Hi James,
> 
> I suggest to remove the mentioned OGG support from the description of
> the package for the time being, and suggest alternative packages to
> users instead. Feel free to use and adapt the attached patch!

Yes I overlooked altering the package description to remove mentions of
ogg. I'm not sure the description is the right place to be suggesting
alternative packages though.

James
diff --git a/debian/changelog b/debian/changelog
index a8df5e1..4cae9d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+easytag (2.4.3-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Do not mention OGG support in package description. Instead, suggest
+alternative packages to edit OGG file tags.
+
+ -- Bruno "Fuddl" Kleinert <fu...@debian.org>  Thu, 04 Jan 2018 12:52:46 +0100
+
 easytag (2.4.3-2) unstable; urgency=medium
 
   * debian/control:
diff --git a/debian/control b/debian/control
index 6e53796..36cabb6 100644
--- a/debian/control
+++ b/debian/control
@@ -49,9 +49,8 @@ Description: GTK+ editor for audio file tags
  .
  Currently EasyTAG supports the following:
   - View, edit, write tags of MP3, MP2 files (ID3 tag), FLAC files (FLAC Vorbis
-tag), Ogg Opus, Ogg Speex and Ogg Vorbis files (Ogg Vorbis tag),
-MP4/M4A/AAC files (MPEG-4 Part 10 tag), and MusePack, Monkey's Audio files
-(APE tag);
+tag), MP4/M4A/AAC files (MPEG-4 Part 10 tag), and MusePack, Monkey's Audio
+files (APE tag);
   - Auto tagging: parse file and directory names using masks to automatically
 fill in tag fields;
   - Cover art support for all formats;
@@ -71,6 +70,10 @@ Description: GTK+ editor for audio file tags
   - A playlist generator window;
   - A file searching window;
   - Simple and explicit interface.
+ .
+ OGG support is currently disabled in this package because of a data corruption
+ bug. To edit tags in OGG files you may consider one of these packages: exfalso,
+ puddletag, kid3-qt, entagged.
 
 Package: easytag-nautilus
 Architecture: any


signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: easytag
Source-Version: 2.4.3-3

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

A summary of the changes betwee

Processed (with 1 error): libffado: diff for NMU version 2.4.1-0.1

2018-03-08 Thread Debian Bug Tracking System
Processing control commands:

> tags 834140 + patch
Bug #834140 [libffado2] FFADO - French translation + icon in the menu item
Added tag(s) patch.
> tags 887846
Unknown command or malformed arguments to command.


-- 
834140: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834140
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 (with 1 error): libffado: diff for NMU version 2.4.1-0.1

2018-03-08 Thread Debian Bug Tracking System
Processing control commands:

> tags 834140 + patch
Bug #834140 [libffado2] FFADO - French translation + icon in the menu item
Ignoring request to alter tags of bug #834140 to the same tags previously set
> tags 887846
Unknown command or malformed arguments to command.


-- 
834140: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834140
887846: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887846
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 #886369 in easytag marked as pending

2018-03-08 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #886369 [easytag] easytag: remove mentioned OGG support from package 
description
Added tag(s) pending.

-- 
886369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886369
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 #892385 in easytag marked as pending

2018-03-08 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #892385 [easytag-nautilus] easytag-nautilus: Move appstream metadata here
Added tag(s) pending.

-- 
892385: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892385
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: Re: Bug#890102: openshot: Openshot 2.4.1-2 will not start

2018-03-08 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 important
Bug #890102 [openshot] openshot: Openshot 2.4.1-2 will not start
Severity set to 'important' from 'grave'

-- 
890102: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890102
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#892207: marked as done (blender: fails to start)

2018-03-08 Thread Debian Bug Tracking System
Your message dated Thu, 08 Mar 2018 16:00:23 +0100
with message-id <876066k3y0@gmail.com>
and subject line Re: Bug#892207: blender: fails to start
has caused the Debian Bug report #892207,
regarding blender: fails to start
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.)


-- 
892207: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892207
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: blender
Version: 2.79+dfsg0-3+b2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

After upgrading to Buster, Blender fails to start, and reports this
message:
```
Error! Blender requires OpenGL 2.1 to run. Try updating your drivers.
```

Blender worked fine just before in Stretch on the same computer.

Here is the output of `glxinfo`:

```
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile, 
GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, 
GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
GLX_EXT_import_context, GLX_EXT_libglvnd, GLX_EXT_texture_from_pixmap, 
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, 
GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGIS_multisample, 
GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
GLX_SGI_make_current_read, GLX_SGI_swap_control
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile, 
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, 
GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float, 
GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, 
GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile, 
GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, 
GLX_ARB_get_proc_address, GLX_ARB_multisample, 
GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
GLX_SGI_swap_control, GLX_SGI_video_sync
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) 945GME x86/MMX/SSE2 (0x27ae)
Version: 17.3.6
Accelerated: yes
Video memory: 192MB
Unified memory: yes
Preferred profile: compat (0x2)
Max core profile version: 0.0
Max compat profile version: 1.4
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 2.0
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) 945GME x86/MMX/SSE2
OpenGL version string: 1.4 Mesa 17.3.6
OpenGL extensions:
GL_3DFX_texture_compression_FXT1, GL_AMD_shader_trinary_minmax, 
GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
GL_APPLE_object_purgeable, GL_APPLE_packed_pixels, 
GL_ARB_ES2_compatibility, GL_ARB_clear_buffer_object, 
GL_ARB_compressed_texture_pixel_storage, GL_ARB_copy_buffer, 
GL_ARB_debug_output, GL_ARB_depth_texture, GL_ARB_draw_buffers, 
GL_ARB_draw_elements_base_vertex, GL_ARB_explicit_attrib_location, 
GL_ARB_explicit_uniform_location, GL_ARB_fragment_program, 
GL_ARB_fragment_shader, GL_ARB_framebuffer_object, 
GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, 
GL_ARB_half_float

Processed: tagging 886105

2018-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 886105 + help
Bug #886105 [src:klystrack] klystrack: please make the build reproducible with 
respect to timestamps
Added tag(s) help.
> thanks
Stopping processing here.

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

2018-03-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 482891 inkscape: split tutorials to a separate binary
Bug #482891 [inkscape] inkscape: Do all 19MB need to be downloaded every time?
Bug #471076 [inkscape] Tutorials should be split into a separate package
Changed Bug title to 'inkscape: split tutorials to a separate binary' from 
'inkscape: Do all 19MB need to be downloaded every time?'.
Changed Bug title to 'inkscape: split tutorials to a separate binary' from 
'Tutorials should be split into a separate package'.
> owner 482891 !
Bug #482891 [inkscape] inkscape: split tutorials to a separate binary
Bug #471076 [inkscape] inkscape: split tutorials to a separate binary
Owner recorded as Mattia Rizzolo <mat...@debian.org>.
Owner recorded as Mattia Rizzolo <mat...@debian.org>.
> --
Stopping processing here.

Please contact me if you need assistance.
-- 
471076: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471076
482891: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482891
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: glibc 2.27 is now in unstable

2018-03-05 Thread Debian Bug Tracking System
declared (first use in this function)
Added tag(s) buster and sid.
> severity 891372 serious
Bug #891372 [kbuild] kbuild: FTBFS with glibc 2.27: undefined reference to 
`__alloca'
Severity set to 'serious' from 'important'
> severity 891373 serious
Bug #891373 [src:gridengine] gridengine: FTBFS with glibc 2.27: undefined 
reference to `__alloca'
Severity set to 'serious' from 'important'
> severity 891335 serious
Bug #891335 [clonalframe] clonalframe: FTBFS with glibc 2.27: error: 
'UNDERFLOW' was not declared in this scope
Severity set to 'serious' from 'important'
> severity 891336 serious
Bug #891336 [lynkeos.app] lynkeos.app: FTBFS with glibc 2.27: error: 'HUGE' 
undeclared (first use in this function)
Severity set to 'serious' from 'important'
> tags 891336 buster sid
Bug #891336 [lynkeos.app] lynkeos.app: FTBFS with glibc 2.27: error: 'HUGE' 
undeclared (first use in this function)
Added tag(s) sid and buster.
> severity 891368 serious
Bug #891368 {Done: Dima Kogan <dko...@debian.org>} [remake] remake: FTBFS with 
glibc 2.27: undefined reference to `__alloca'
Severity set to 'serious' from 'important'
> found 891368 4.1+dbg1.1+dfsg-1
Bug #891368 {Done: Dima Kogan <dko...@debian.org>} [remake] remake: FTBFS with 
glibc 2.27: undefined reference to `__alloca'
Marked as found in versions remake/4.1+dbg1.1+dfsg-1.
> tags 891368 buster sid
Bug #891368 {Done: Dima Kogan <dko...@debian.org>} [remake] remake: FTBFS with 
glibc 2.27: undefined reference to `__alloca'
Added tag(s) buster and sid.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
890271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890271
890631: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890631
890633: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890633
890634: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890634
890669: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890669
890671: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890671
890672: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890672
890679: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890679
890716: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890716
891272: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891272
891275: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891275
891292: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891292
891293: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891293
891299: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891299
891335: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891335
891336: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891336
891337: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891337
891338: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891338
891365: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891365
891368: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891368
891372: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891372
891373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891373
891375: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891375
891679: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891679
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#802710: marked as done (musescore: Embeds Qt5's private headers without putting them in a namespace)

2018-03-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Mar 2018 12:20:09 +
with message-id <e1esp69-000ib5...@fasolo.debian.org>
and subject line Bug#802710: fixed in musescore 2.2~pre20180302+dfsg1-1
has caused the Debian Bug report #802710,
regarding musescore: Embeds Qt5's private headers without putting them in a 
namespace
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.)


-- 
802710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802710
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: musescore
Version: 2.0.2+dfsg-1
Severity: important

Hi! While doing qt5's qtbase's private headers transition we noted that 
musescore
got into the list of packages that needed a transition [lop] but without
build depending on qtbase5-dev.

[lop] <https://release.debian.org/transitions/html/qtbase-abi-5-5-1.html>

My teammate Dmitry Schanev found out that musescore ships a Qt5 private header:

<http://sources.debian.net/src/musescore/2.0.2%2Bdfsg-1/thirdparty/xmlstream/xmlutils_p.h/>

By building this header without a namespace the symbols that it generates 
matchs the symbols
of qtbase's private stuff, so unnecesarily being part of transitions like this.

This is easily solvable by putting the headers under a namespace (like 
musescore3rdparty,
for example) and using them trough it.

Another better solution is to avoid embedding private stuff at all, of course :)

Kinds regards, Lisandro.

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

Kernel: Linux 4.2.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Source: musescore
Source-Version: 2.2~pre20180302+dfsg1-1

We believe that the bug you reported is fixed in the latest version of
musescore, 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 802...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Glaser <t...@mirbsd.de> (supplier of updated musescore 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: SHA384

Format: 1.8
Date: Mon, 05 Mar 2018 03:38:42 +0100
Source: musescore
Binary: musescore musescore-common
Architecture: source all amd64
Version: 2.2~pre20180302+dfsg1-1
Distribution: experimental
Urgency: high
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Thorsten Glaser <t...@mirbsd.de>
Description:
 musescore  - Free music composition and notation software
 musescore-common - Free music composition and notation software (common files)
Closes: 802710
Changes:
 musescore (2.2~pre20180302+dfsg1-1) experimental; urgency=high
 .
   * Bump Qt dependency to at least Qt 5.4 for QVector.removeOne()
   * New upstream snapshot of upcoming release (Closes: #802710)
   * Forward patches upstream, update DEP-3 patch headers
   * Fix PCH; build with PCH to speed up package build
   * Make all system-wide soundfonts available to MuseScore
   * Address new lintian concerns
   * Add patches to fix note collisions in playback and MIDI export
   * Allow separately-packaged version of fluidr3mono-gm-soundfont
   * Repack to exclude source-less soundfont from origtgz
   * Fix copyright file for fonts and icons
Checksums-Sha1:
 62764f0ef8e1162fcfd96eed14b95a036ddf104b 2591 
musescore_2.2~pre20180302+dfsg1-1.dsc
 ba485f1637a9f1241a594d11d7fc186ffab55a37 23261648 
musescore_2.2~pre20180302+dfsg1.orig.tar.xz
 fefe68807a57cb4eec9e1e789d64ce0acf7f3be6 40400 
musescore_2.2~pre20180302+dfsg1-1.debian.tar.xz
 affa48d8244a5337b771491536fce13848b3cb74 3077132 
musescore-common_2.2~pre20180302+dfsg1-1_all.deb
 8b587623c85c4a8cebd6bb4f875d8ebf5073bcaa 113097352 
musescore-dbgsym_2.2~pre20180302+dfsg1-1_amd64.deb
 3760a588d665e050a3f0100b55e8d9e8cfdf008f 12917 
musescore_2.2~pre20180302+dfsg1-1_amd64.buildinfo
 fd7596f73017ad89023ad0ab4b284c724b48c365 8144808 
musescore_2.2~pre2018030

Processed: Re: musescore: Segment violation when Musescore opens with wizard (start center) active

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

> retitle 842926 musescore: Segment violation when Musescore opens with wizard 
> (start center) active
Bug #842926 [musescore] [musescore] Segment violation when Musescore opens with 
wizard (start center) active.
Changed Bug title to 'musescore: Segment violation when Musescore opens with 
wizard (start center) active' from '[musescore] Segment violation when 
Musescore opens with wizard (start center) active.'.
> thanks
Stopping processing here.

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

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

> close 752124
Bug #752124 [src:musescore] musescore: FTBFS with clang instead of gcc
Marked Bug as done
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
752124: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752124
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#888665: marked as done (libsamplerate: missing Vcs-* fields)

2018-03-04 Thread Debian Bug Tracking System
Your message dated Sun, 04 Mar 2018 20:50:40 +
with message-id <e1esaae-000b6d...@fasolo.debian.org>
and subject line Bug#888665: fixed in libsamplerate 0.1.9-2
has caused the Debian Bug report #888665,
regarding libsamplerate: missing Vcs-* fields
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.)


-- 
888665: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888665
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libsamplerate
Version: 0.1.9-1
Severity: minor

Hi,

In my analysis of the multimedia team repositories on alioth I noticed
that this repository does not have any Vcs-* fields, but does have a
repository on alioth.

Probably these fields should be added.

Thanks,
James





signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: libsamplerate
Source-Version: 0.1.9-2

We believe that the bug you reported is fixed in the latest version of
libsamplerate, 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 888...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> (supplier of updated 
libsamplerate 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: Sun, 04 Mar 2018 20:46:43 +0100
Source: libsamplerate
Binary: libsamplerate0 libsamplerate0-dev samplerate-programs
Architecture: source
Version: 0.1.9-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>
Description:
 libsamplerate0 - Audio sample rate conversion library
 libsamplerate0-dev - Development files for audio sample rate conversion
 samplerate-programs - Sample programs that use libsamplerate
Closes: 888665
Changes:
 libsamplerate (0.1.9-2) unstable; urgency=medium
 .
   * Added Vcs-* stanzas (Closes: #888665)
   * Updated maintainer address
   * Bumped standards version to 4.1.3
Checksums-Sha1:
 ea4f42c83e5da729bc86fd11e38284b9c3b07595 2159 libsamplerate_0.1.9-2.dsc
 52bebb305c6057f4d2b8298b11d3e362276ac6c9 7496 
libsamplerate_0.1.9-2.debian.tar.xz
 0f02f5df058a95e62a798a3cf6a968c816d74a7d 7006 
libsamplerate_0.1.9-2_amd64.buildinfo
Checksums-Sha256:
 a424910e1cdcfc8596a086c3256af8b63af450f4d0bc244fab3163cbb8e1707a 2159 
libsamplerate_0.1.9-2.dsc
 9fb3e5e7724f327272b7228ea267bfbb53be214db35778d85e3a9ce5e618634b 7496 
libsamplerate_0.1.9-2.debian.tar.xz
 f24c3678727c2e6cb7d62a9de8bde703968ad7ebf515d574022cd19a772d8c65 7006 
libsamplerate_0.1.9-2_amd64.buildinfo
Files:
 215bdbe8a79901b446dfbb420b901202 2159 sound optional libsamplerate_0.1.9-2.dsc
 4925ca3d079e896b58799820909c02b4 7496 sound optional 
libsamplerate_0.1.9-2.debian.tar.xz
 c248270c47cf2c9e2e55efbbf01b2529 7006 sound optional 
libsamplerate_0.1.9-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAlqcTa8ACgkQtlAZxH96
NviZtQ/8ChF6YzaGfOOu2l7VEwloT/UxUz7UbmqwSo3bVk7ah+U0LSjXJGjABbs7
At2sgVONCE9sK9aqyJrXPEVDGmdgdZqCm9VqP5OYxUkWVgaq7zzMG7oj/CqczFrZ
TcDqE3SFxqjZYKnOxnVVZLuLzMUrXJefzkDa7S0IxjAmEp+zyBIfZOac0hCNlp9Q
pRjlQ3L4hlkXCFpW59lf1x/BYq4plEYXJEr7fg2CufVKBo4coh44WfLEw+RGDUmN
V8Ebtn+a71hjwN/zPq2sWB88lbGheojnI4vunlGRufxGSPfGndIcbtRRQb7kuzZA
o6ZGAoGZQ7wljEfF0GOJ1iuBhmoZ77JTFIRBAfRyA9dvXdN3nVeQqi8363s+s0GA
jm0iUvESl8aIK9Z1QTkg0npwJ5bq2kSS1AfWd9BQdiInKdsUpFJF+NtcQhXzeNW/
CMSVxe4piD7g0ub4JUcuJWZ+qt/wcpQzu2SGtCJD0iMsrutqrjgBu+BUdZPoOyQQ
rPYEm4o0RWCa3H1ySHkh/LFxoznqewQM//a16orRmpDBk16AIbyOVdwRz2VhVbR8
zBowC9/nGWbTDQg7OKz5SsJviYJsDJwqXHzpHknW+iCsWW9rBH3GU3n2DWGSYD/D
X9v0sJsyeRNUsqgPZ7rS5EeXAeK/3ef80b87746D6VgZb1UsDrg=
=A3Sk
-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

Processed (with 1 error): block 885135 with 885488 885471 885278 885477 885365 885289 885300 885303 885297 885258 885287 885509 885268 885140 885498 885298 885372 885510 885379 885280 885493 885476 88

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

> block 885135 with 885488 885471 885278 885477 885365 885289 885300 885303 
> 885297 885258 885287 885509 885268 885140 885498 885298 885372 885510 885379 
> 885280 885493 885476 885292 885279 885355 885511 885275 885495 885361 885377 
> 885351 885473 885264 885354 885369 885269 885302 885273 885366 885373 885367 
> 885138 885497 885506 885359 888959 885265 885481 885309 885526 885285 885376 
> 885281 885293 885475 885276 885310 885501 885487 885364 885290 885378 885277 
> 885492 885516 885352 885521 885308 885254 885307 885486 885375 885305 885261 
> 885311 885139 885512 885295 885524 885306 885294 885284 885358 885312 885262 
> 885518 885353 885944 885257 885291 885283 885313 885259 885136 885489 885363
Bug #885135 [src:pygtk] pygtk: Unmaintained, use GObject Introspection instead
Bug #885752 [src:pygtk] pygtk: Unmaintained, should not be released with Debian
885135 was blocked by: 885371 885467 885271 885266 885362 885301 885282 885480 
885523 885263 885490 885374 885267 886198 885528 885880 885483 885368 885485 
885530 885469 885517 885513 885529 885482 885496 885357 886276 885474 885356 
885527 885256 885380 885479 885491 885299 885360 885478 885505 885470 885468 
885508 885519 885515 885270 885274 885304 885494
885135 was not blocking any bugs.
Added blocking bug(s) of 885135: 885298, 885378, 885273, 885376, 885291, 
888959, 885308, 885312, 885310, 885359, 885289, 885294, 885275, 885257, 885477, 
885511, 885313, 885524, 885358, 885351, 885277, 885512, 885373, 885471, 885377, 
885489, 885279, 885140, 885516, 885488, 885510, 885487, 885309, 885285, 885497, 
885136, 885281, 885352, 885258, 885372, 885302, 885295, 885518, 885481, 885138, 
885944, 885254, 885375, 885493, 885303, 885284, 885355, 885495, 885506, 885501, 
885268, 885492, 885363, 885278, 885473, 885379, 885486, 885280, 885306, 885305, 
885264, 885139, 885307, 885287, 885364, 885369, 885354, 885353, 885475, 885476, 
885311, 885293, 885290, 885265, 885509, 885526, 885300, 885521, 885365, 885367, 
885262, 885283, 885361, 885498, 885366, 885259, 885269, 885276, 885297, 885261, 
and 885292
885752 was blocked by: 885371 885467 885271 885266 885362 885301 885282 885480 
885523 885263 885490 885374 885267 886198 885528 885880 885483 885368 885485 
885530 885469 885517 885513 885529 885482 885496 885357 886276 885474 885356 
885527 885256 885380 885479 885491 885299 885360 885478 885505 885470 885468 
885508 885519 885515 885270 885274 885304 885494
885752 was not blocking any bugs.
Added blocking bug(s) of 885752: 885298, 885378, 885273, 885376, 885291, 
888959, 885308, 885312, 885310, 885359, 885289, 885294, 885275, 885257, 885477, 
885511, 885313, 885524, 885358, 885351, 885277, 885512, 885373, 885471, 885377, 
885489, 885279, 885140, 885516, 885488, 885510, 885487, 885309, 885285, 885497, 
885136, 885281, 885352, 885258, 885372, 885302, 885295, 885518, 885481, 885138, 
885944, 885254, 885375, 885493, 885303, 885284, 885355, 885495, 885506, 885501, 
885268, 885492, 885363, 885278, 885473, 885379, 885486, 885280, 885306, 885305, 
885264, 885139, 885307, 885287, 885364, 885369, 885354, 885353, 885475, 885476, 
885311, 885293, 885290, 885265, 885509, 885526, 885300, 885521, 885365, 885367, 
885262, 885283, 885361, 885498, 885366, 885259, 885269, 885276, 885297, 885261, 
and 885292
Failed to set blocking bugs of 885135: can't find location for 885310.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
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: block 885135 with 885357 885263 885527 886198 885478 885494 885360 886276 885362 885299

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

> block 885135 with 885357 885263 885527 886198 885478 885494 885360 886276 
> 885362 885299
Bug #885135 [src:pygtk] pygtk: Unmaintained, use GObject Introspection instead
Bug #885752 [src:pygtk] pygtk: Unmaintained, should not be released with Debian
885135 was blocked by: 885880 885380 885270 885256 885356 885274 885491 885529 
885479 885282 885468 885271 885266 885508 885304 885505 885519 885368 885517 
885496 885469 885530 885485 885513 885528 885371 885374 885483 885523 885267 
885474 885467 885515 885480 885470 885490 885482 885301
885135 was not blocking any bugs.
Added blocking bug(s) of 885135: 886198, 885357, 886276, 885527, 885299, 
885360, 885494, 885478, 885263, and 885362
885752 was blocked by: 885880 885380 885270 885256 885356 885274 885491 885529 
885479 885282 885468 885271 885266 885508 885304 885505 885519 885368 885517 
885496 885469 885530 885485 885513 885528 885371 885374 885483 885523 885267 
885474 885467 885515 885480 885470 885490 885482 885301
885752 was not blocking any bugs.
Added blocking bug(s) of 885752: 886198, 885357, 886276, 885527, 885299, 
885360, 885494, 885478, 885263, and 885362
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
885135: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=885135
885752: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=885752
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#873710: marked as done (gavl FTCBFS: tries to figure out whether CLOCK_MONOTONIC works)

2018-02-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Feb 2018 21:34:44 +
with message-id <e1er9n6-000bml...@fasolo.debian.org>
and subject line Bug#873710: fixed in gavl 1.4.0-5
has caused the Debian Bug report #873710,
regarding gavl FTCBFS: tries to figure out whether CLOCK_MONOTONIC works
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.)


-- 
873710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873710
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gavl
Version: 1.4.0-4
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

gavl fails to cross build from source, because it tries to figure out
whether CLOCK_MONOTONIC works. Such a test has no meaning as that is a
runtime property and may change from system to system (in theory). We
are best off assuming that it works when it is available thus converting
AC_TRY_RUN into AC_TRY_COMPILE and fixing the cross build. Please
consider applying the attached patch.

Helmut
diff --minimal -Nru gavl-1.4.0/debian/changelog gavl-1.4.0/debian/changelog
--- gavl-1.4.0/debian/changelog 2016-02-18 02:24:42.0 +0100
+++ gavl-1.4.0/debian/changelog 2017-08-30 12:13:35.0 +0200
@@ -1,3 +1,10 @@
+gavl (1.4.0-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: 0004-cross.patch. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 30 Aug 2017 12:13:35 +0200
+
 gavl (1.4.0-4) unstable; urgency=medium
 
   * Team upload
diff --minimal -Nru gavl-1.4.0/debian/patches/0004-cross.patch 
gavl-1.4.0/debian/patches/0004-cross.patch
--- gavl-1.4.0/debian/patches/0004-cross.patch  1970-01-01 01:00:00.0 
+0100
+++ gavl-1.4.0/debian/patches/0004-cross.patch  2017-08-30 12:13:35.0 
+0200
@@ -0,0 +1,33 @@
+From: Helmut Grohne <hel...@subdivi.de>
+Subject: fix cross compilation
+
+Trying to determine whether CLOCK_MONOTONIC works is in vein, because it may
+differ from the buildd (in theory) being a runtime property of the kernel. For
+compiling gavl, it is sufficient to know that the macro is defined and to
+assume that on Debian systems CLOCK_MONOTONIC always works when it is defined.
+
+Index: gavl-1.4.0/configure.ac
+===
+--- gavl-1.4.0.orig/configure.ac
 gavl-1.4.0/configure.ac
+@@ -159,17 +159,12 @@
+ 
+ AC_MSG_CHECKING(for CLOCK_MONOTONIC)
+ 
+-AC_TRY_RUN([
++AC_TRY_COMPILE([
+   #include 
+   #include 
+-main()
+-  {
++],[
+   struct timespec tp;
+-  if(clock_gettime(CLOCK_MONOTONIC, ))
+-return -1;
+-  else
+-return 0;
+-  }
++  clock_gettime(CLOCK_MONOTONIC, );
+   ],
+   [
+ # program could be run
diff --minimal -Nru gavl-1.4.0/debian/patches/series 
gavl-1.4.0/debian/patches/series
--- gavl-1.4.0/debian/patches/series2016-02-18 02:17:38.0 +0100
+++ gavl-1.4.0/debian/patches/series2017-08-30 12:11:26.0 +0200
@@ -1,3 +1,4 @@
 0001-ubuntu_armel_ftbfs.patch
 0002-cpuid_x32.patch
 0003-nonfatal-missing-doxygen.patch
+0004-cross.patch
--- End Message ---
--- Begin Message ---
Source: gavl
Source-Version: 1.4.0-5

We believe that the bug you reported is fixed in the latest version of
gavl, 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 873...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> (supplier of updated gavl 
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: Wed, 28 Feb 2018 22:06:21 +0100
Source: gavl
Binary: libgavl1 libgavl-dev libgavl-doc
Architecture: source
Version: 1.4.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>
Description:
 libgavl-dev - low level audio and video library - development files
 libgavl-doc - low level audio and video library - documentation files
 libgavl1   - low level audio and video library - runtime files
Closes: 873710
Changes:
 gavl (1.4.0-5) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field

Processed: Bug #873710 in gavl marked as pending

2018-02-28 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #873710 [src:gavl] gavl FTCBFS: tries to figure out whether CLOCK_MONOTONIC 
works
Added tag(s) pending.

-- 
873710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873710
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#891290: marked as done (ardour: please make the build reproducible)

2018-02-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Feb 2018 19:49:32 +
with message-id <e1er7ji-0008im...@fasolo.debian.org>
and subject line Bug#891290: fixed in ardour 1:5.12.0-3
has caused the Debian Bug report #891290,
regarding ardour: 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.)


-- 
891290: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891290
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ardour
Version: 1:5.12.0-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that ardour could not be built reproducibly.

This is because it embeds CFLAGS and CXXFLAGS in the resulting
binary. Proof of concept patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff --git a/wscript b/wscript
index 4b5acb0..633fca1 100644
--- a/wscript
+++ b/wscript
@@ -1305,8 +1305,9 @@ const char* const ardour_config_info = "\\n\\
 write_config_text('Mac i386 Architecture', opts.generic)
 write_config_text('Mac ppc Architecture',  opts.ppc)
 config_text.write("\\n\\\n")
-write_config_text('C compiler flags',  conf.env['CFLAGS'])
-write_config_text('C++ compiler flags',conf.env['CXXFLAGS'])
+if 'SOURCE_DATE_EPOCH' in os.environ:
+write_config_text('C compiler flags',  conf.env['CFLAGS'])
+write_config_text('C++ compiler flags',conf.env['CXXFLAGS'])
 write_config_text('Linker flags',  conf.env['LINKFLAGS'])
 
 config_text.write ('";\n}\n')
--- End Message ---
--- Begin Message ---
Source: ardour
Source-Version: 1:5.12.0-3

We believe that the bug you reported is fixed in the latest version of
ardour, 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 891...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> (supplier of updated 
ardour 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: Wed, 28 Feb 2018 19:55:26 +0100
Source: ardour
Binary: ardour ardour-data ardour-video-timeline
Architecture: source
Version: 1:5.12.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>
Description:
 ardour - the digital audio workstation
 ardour-data - digital audio workstation (data)
 ardour-video-timeline - digital audio workstation - video timeline
Closes: 891290
Changes:
 ardour (1:5.12.0-3) unstable; urgency=medium
 .
   [ Jaromír Mikeš ]
   * Remove trailing whitespace from changelog.
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ IOhannes m zmölnig ]
   * Updated reproducible build (Closes: #891290)
   * Updated maintainer address
   * Fixed more spelling errors
   * Dropped unused vars from d/rules
   * Updated d/copyright
   * Regenerated d/control - really dropping transitional packages
   * Updated Vcs-* stanzas to salsa.d.o
   * Bumped standards to 4.1.3
Checksums-Sha1:
 14ab7a8a6c782c9e1e69be021b957fbc3663f9a4 3013 ardour_5.12.0-3.dsc
 d54e2f4aeada8a5a950ec7bd4c2c7740f430d994 163488 ardour_5.12.0-3.debian.tar.xz
 54e72a8bdce7cf0cd59c038335e08ed64b5f6034 18127 ardour_5.12.0-3_amd64.buildinfo
Checksums-Sha256:
 b4b26782ec2b421743f807fa0af99c02fd23d67a5d379401d7ee3a61ae05ad77 3013 
ardour_5.12.0-3.dsc
 ab2f880ea1774fd02f4f76a6aa63a4b78e16588794bb80a14e634b0f12c6b30a 163488 
ardour_5.12.0-3.debian.tar.xz
 3386744845f0f56d4ba92439e81953c72c7abff3e7bd076788b9abaa089874b7 18127 
ardour_5.12.0-3_amd64.buildinfo
Files:
 402a93dfb3efa0931c2b3a861a0541e2 3013 sound optional ardour_5.12.0-3.dsc
 3e56f704561d9454806d20306d3d7f74 163488 sound optional 
ardour_5.12.0-3.debian.tar.xz
 0c3d2998653411b4ea34bcfa1625455b 18127 sound optional 
ardour_5.12.0

Processed: Bug #891290 in ardour marked as pending

2018-02-28 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #891290 [src:ardour] ardour: please make the build reproducible
Added tag(s) pending.

-- 
891290: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891290
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


  1   2   3   4   5   6   7   8   9   10   >