streamtuner2 is marked for autoremoval from testing

2017-11-09 Thread Debian testing autoremoval watch
streamtuner2 2.2.0-2 is marked for autoremoval from testing on 2017-11-11

It is affected by these RC bugs:
878445: streamtuner2: crashes at shoutcast-option


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


libsoxr 0.1.2-3 MIGRATED to testing

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

  Previous version: 0.1.2-2
  Current version:  0.1.2-3

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

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


Bug#877773: groovebasin crashes

2017-11-09 Thread Felipe Sateler
Control: reassign -1 libleveldb1v5 1.20-1
Control: retitle -1 libleveldb1v5: breaks ABI without SONAME bump

On Thu, Oct 5, 2017 at 8:38 AM, Thadeu Lima de Souza Cascardo
 wrote:
>
> Package: groovebasin
> Version: 1.4.0-1
> Severity: grave
>
> groovebasin crashes when simply running with 'groovebasin'. Setting this
> as grave as it seems to make it unusable for any user.
>
> I was using groovebasin during the stretch release cycle and though I
> found some problems related to filename encoding, it was a great player.
>
> After the release, some nodejs updates seemed to require binary NMUs due
> to ABI incompatibilities for some of the libraries used by groovebasin.
> After they were completed, I could upgrade nodejs and groovebasin. But
> for a while, I didn't run groovebasin, so didn't notice the issue. So,
> it's possible that it's related to the nodejs upgrade.

Thanks for this info, it proved helpful. I think the problem is that
leveldb broke ABI without SONAME bump (and transition). Downgrading to
1.19 or rebuilding node-leveldown fixes the crash.

I think (but my C++ fu is not very strong) that the problem is the
addition of the max_file_size to the Options class. ABI tracker seems
to agree with me[1].

Dear leveldb maintainers, please bump soname and do a transition.


[1] 
https://abi-laboratory.pro/tracker/compat_report/leveldb/1.19/1.20/ecd6d/abi_compat_report.html

-- 

Saludos,
Felipe Sateler

___
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#877773: groovebasin crashes

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

> reassign -1 libleveldb1v5 1.20-1
Bug #83 [groovebasin] groovebasin crashes
Bug reassigned from package 'groovebasin' to 'libleveldb1v5'.
No longer marked as found in versions groovebasin/1.4.0-1.
Ignoring request to alter fixed versions of bug #83 to the same values 
previously set
Bug #83 [libleveldb1v5] groovebasin crashes
Marked as found in versions leveldb/1.20-1.
> retitle -1 libleveldb1v5: breaks ABI without SONAME bump
Bug #83 [libleveldb1v5] groovebasin crashes
Changed Bug title to 'libleveldb1v5: breaks ABI without SONAME bump' from 
'groovebasin crashes'.

-- 
83: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=83
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#880011: csound: Macro system on csound make segfault

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

> forwarded -1 https://github.com/csound/csound/issues/871
Bug #880011 [csound] csound: Macro system on csound make segfault
Bug #880010 [csound] Fwd: csound: Macro system on csound make segfault
Set Bug forwarded-to-address to 'https://github.com/csound/csound/issues/871'.
Set Bug forwarded-to-address to 'https://github.com/csound/csound/issues/871'.

-- 
880010: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880010
880011: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880011
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#880011: csound: Macro system on csound make segfault

2017-11-09 Thread Felipe Sateler
Control: forwarded -1 https://github.com/csound/csound/issues/871

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

> Le 08/11/2017 à 14:19, Felipe Sateler a écrit :
>
>> Control: forcemerge -1 880010
>> Control: tags -1 moreinfo
>>
>> On Sat, Oct 28, 2017 at 7:54 AM, Mickael Viey  wrote:
>>
>>> Package: csound
>>>
>>> Version: 1:6.08.0~dfsg-1
>>> Severity: normal
>>>
>>> Dear Maintainer,
>>>
>>>
>>> I have some csd files I made on another platforms which generate
>>> segfault when running with this version of csound. After diagnostic It
>>> appears that the macro system which is responsible.
>>>
>>> By example, this macro works:
>>> #define TIME # 0.25 #
>>> #define freq # 146 #
>>>
>>>
>>> #define T # $freq #
>>> #define Am # $freq * 17 / 16 #
>>> #define AM # $freq * 9/8 #
>>>
>>> But If I had this after te last line:
>>>
>>> #define E # $freq #
>>>
>>> I get a segfault. I will join the complete csd file I used for my tests.
>>>
>> Weird. I can reproduce on a stretch docker container, but I can't
>> reproduce on sid, either with 6.09 or rebuilding 6.08 . I ran out of
>> time, but could you try rebuilding csound and see if the problem
>> persists?
>>
>> Hi,
>
> I am not sure what you mean by "rebuild" but this is what I done:
>

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

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

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


-- 

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

juce_5.2.0~repack-1_source.changes ACCEPTED into unstable

2017-11-09 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 09 Nov 2017 15:04:02 +0100
Source: juce
Binary: juce-modules-source juce-tools libjuce-doc
Architecture: source
Version: 5.2.0~repack-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: IOhannes m zmölnig (Debian/GNU) 
Description:
 juce-modules-source - Jules' Utility Class Extensions (module sources)
 juce-tools - JUCE's project management tools
 libjuce-doc - Jules' Utility Class Extensions (documentation)
Changes:
 juce (5.2.0~repack-1) unstable; urgency=medium
 .
   * New upstream version 5.2.0~repack
 .
   * Refreshed patches
 - Dropped those applied upstream
 - Dropped unneeded patch magic
 - Removed reproducible DATE_TIME hacks
 - Patch to fix spelling errors
 - Patch to avoid checking for updates
 - Added DEP-3 headers to patches
 - Build GPL-3 variant of Projucer
   * Added missing B-Ds, dropped unused B-Ds
   * Dropped libjuce(0|-dev) packages
 - juce-modules-source breaks/replaces libjuce-dev
   * Re-ordered packages in d/control
   * Installed lv2-ttl-generator as part of juce-tools
   * "verbose" builds
   * Dropped 'install' target
   * Link with "--as-needed"
   * Changed how to build debian-specific artifacts
   * Force-disabled embedded zlib/jpeglib/pnglib
   * Added "Keywords" to desktop-file
   * Ship BREAKING-CHANGES.txt
   * Updated README.Debian
   * Added d/NEWS
   * Updated d/copyright
 - Excluded some more well-known binary files from licensecheck
   * Modernized Vcs-Browser stanza
   * Fixed reference to non-existing "introjucer" package in long description
   * Dropped unused lintian override
   * Bumped standards version to 4.1.1
Checksums-Sha1:
 c89bd2705929a7958162b16c42a04b09e1a5e4cb 2416 juce_5.2.0~repack-1.dsc
 11b0d06598cfbf833a71fcdf46ccb90828cf7d7c 14291209 juce_5.2.0~repack.orig.tar.gz
 d2cb6b9c9e245859fa18fe1a700ae9e922e6a2fc 53588 
juce_5.2.0~repack-1.debian.tar.xz
 738414cec738e2843b6db8f629c7931f27f84f1f 15832 
juce_5.2.0~repack-1_amd64.buildinfo
Checksums-Sha256:
 417665ccd5d41629ef20932b8ffd0eedfb81c69ba6505f90add7ffa56cd96328 2416 
juce_5.2.0~repack-1.dsc
 990a42235c3d902dbc8a702ef1216b934028b85dd74344aee810c0f8bc987d4b 14291209 
juce_5.2.0~repack.orig.tar.gz
 ff63d86853f8c4777cdc1975806610cfe8236ccd1138d6e5044c20444d796f61 53588 
juce_5.2.0~repack-1.debian.tar.xz
 07eff5a7d4ad133fdf2a82ff4a5c145641d2b07731ab7a19a45a4b4265024c75 15832 
juce_5.2.0~repack-1_amd64.buildinfo
Files:
 f1d447bff24bff2ff31c6ff6a6a5789d 2416 devel optional juce_5.2.0~repack-1.dsc
 29c609a545e74983ec6767b7c1f49600 14291209 devel optional 
juce_5.2.0~repack.orig.tar.gz
 ac18059933ee26b1e8dafaad518e0338 53588 devel optional 
juce_5.2.0~repack-1.debian.tar.xz
 c00264be198608940144a2ff9e4a089c 15832 devel optional 
juce_5.2.0~repack-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAloEYrUACgkQtlAZxH96
Nvi3pw/9H/I30PevWFPmh3zTsURexUP45x6jjyFafag1h4uiTLeUOcBXDlGgxUJH
4g69YRYbHUQ6pXaNnvqw3YaMYBTw4hmwaxm3N+Fd4shGX9x4NHfvGP7IerS27b3J
ietPPEwvB7EclXHwz+YT4mx+LRrthVXdcw/o9kLzL3C+b3jwazgRMDFbtS/jln+c
t6xkNXBQyF4C+RdGAMqB37FQBbCnxRZgI6P6hgmPd9lWRaa3ySW47q27snWzGXK7
MULgvAJOL8yLkw8bvd93ci6YhrYYIUVEhxbkDe26klXxcjuzqsassP1RpqWECGhC
UrrO2P8eVmvcxLs3W309lhu5QmqEFW0pHR9Nj5vbRYASuSmRxnp2rNqlPlGhQJjY
nN6ItDkZLDANqzS+LOOCaDj0CSxSJhhhTSRVD4Xf+eweErHirsX5XFdhEyhXu6NB
+htWjEZCsO7WLyd2h5PUYRXLR3gI/b0/4Gf+AOKPlZQw8pRFgcmnytQjeg5leZLr
5GUg+Kn8is0AidwbtxSWG5E1ML5RU3eqPKlDM8/rNwCBQkqL8vuk7hFCgp+EnSvN
faYIpQn7yzy0iatAgxuRLFc11X0F9P3Bww5s1tAul97yJsNiRhmHy0VDrGzjFlYW
rd+ronc/l1AFWLzrEnkzvXxi2vzp92uU9AYVK+xjtuLI6XnDVAQ=
=HshI
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

Processing of juce_5.2.0~repack-1_source.changes

2017-11-09 Thread Debian FTP Masters
juce_5.2.0~repack-1_source.changes uploaded successfully to localhost
along with the files:
  juce_5.2.0~repack-1.dsc
  juce_5.2.0~repack.orig.tar.gz
  juce_5.2.0~repack-1.debian.tar.xz
  juce_5.2.0~repack-1_amd64.buildinfo

Greetings,

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

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


Bug#879800: welcometoamazon KEMA

2017-11-09 Thread Mary Ann Hansen
Unsubscribe now.

Mary Ann Hansen
Sent from my iPhone

> On Nov 9, 2017, at 12:36 PM, Amazon Notification  
> wrote:
> 
> Notice for mary
> 
> 
>  
> 
> You may unsubscribe at any time. Unsubscribe Here NOW 23638 W. Lyons Avenue 
> #468 – Newhall, CA 91321 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 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.) --=20 879800: 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D879800 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#879800: welcometoamazon pXgS

2017-11-09 Thread Loretta Vondal
I never did this with u guys u have the wrong person

On Nov 9, 2017 1:43 PM, "Amazon Notification"  wrote:

Notice for loretta


You may unsubscribe at any time. Unsubscribe Here NOW 23638 W. Lyons Avenue
#468 – Newhall, CA 91321




























































































































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.) -- 879800: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=879800 Debian Bug Tracking System Contact
ow...@bugs.debian.org with problems

-- Forwarded message --
From: Rainer Dorsch 
To: Debian Bug Tracking System 
Cc:
Bcc:
Date: Thu, 26 Oct 2017 08:37:39 +0200
Subject: ffmpeg: Test fails for ffmpeg 3.4 in imx6 (cubox-i)
Package: ffmpeg
Version: 7:3.3.4-2+b1
Severity: normal

Dear Maintainer,

I tried to build ffmpeg 3.4 from source using

dpkg-buildpackage -us -uc

but a test failed in the build process

TESTseek-lavf-flv_fmt
/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/tests/fate-run.sh
fate-seek-lavf-flv_fmt "" ""
"/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard"
'run libavformat/tests/seek /mnt/tmp/rd/debian/ffmpeg/
ffmpeg-3.4/debian/standard/tests/data/lavf/lavf.flv' ''
'/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/tests/ref/seek/lavf-flv_fmt' '' '1'
'' '' '' '' '' '' '' '' ''
 /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/libavformat/tests/seek
/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/
tests/data/lavf/lavf.flv
 TESTapi-seek
 /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/tests/fate-run.sh fate-api-seek "" ""
"/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard" 'run
tests/api/api-seek-test /mnt/tmp/rd/debian/ffmpeg/
ffmpeg-3.4/debian/standard/tests/data/lavf/lavf.flv 0 720' 'null' '' '' '1'
'' '' '' '' '' '' '' '' ''
  /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/api/api-seek-test
/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/data/lavf/lavf.flv
0 720
   /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/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 /mnt/tmp/rd/debian/ffmpeg/
ffmpeg-3.4/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 /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/
tests/data/fate/vsynth2-zlib.out.rawvideo
   make: Target 'check' not remade because of errors.
   make: Leaving directory '/mnt/tmp/rd/debian/ffmpeg/
ffmpeg-3.4/debian/standard'
   dh_auto_test: cd debian/standard && make -j2 check -k returned exit code
2


If there are more outputs I can provide, please let me know.

thanks
Rainer

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (70, 'experimental')
Architecture: armhf (armv7l)

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

Versions of packages ffmpeg depends on:
ii  libavcodec577:3.3.4-2+b1
ii  libavdevice57   7:3.3.4-2+b1
ii  libavfilter67:3.3.4-2+b1
ii  libavformat57   7:3.3.4-2+b1
ii  libavresample3  7:3.3.4-2+b1
ii  libavutil55 7:3.3.4-2+b1
ii  libc6   2.24-17
ii  libpostproc54   7:3.3.4-2+b1
ii  libsdl2-2.0-0   2.0.6+dfsg1-4
ii  libswresample2  7:3.3.4-2+b1
ii  libswscale4 7:3.3.4-2+b1

ffmpeg recommends no packages.

Versions of packages ffmpeg suggests:
pn  ffmpeg-doc  

-- no debconf information



-- Forwarded message --
From: James Cowgill 
To: 879800-cl...@bugs.debian.org
Cc:
Bcc:
Date: Thu, 09 Nov 2017 17:35:07 +
Subject: Bug#879800: fixed in ffmpeg 7:3.4-2
Source: ffmpeg
Source-Version: 7:3.4-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 879...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Cowgill  (supplier of updated ffmpeg package)

(This me

Bug#879800: welcometoamazon mO

2017-11-09 Thread mheslen97233
Don't have account  wrong email

On Nov 9, 2017 11:43 AM, "Amazon Notification" 
wrote:

> Notice for mike
>
> 
>
> You may unsubscribe at any time. Unsubscribe Here NOW 23638 W. Lyons
> Avenue #468 – Newhall, CA 91321
> 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> 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.) -- 879800:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879800 Debian Bug
> Tracking System Contact ow...@bugs.debian.org with problems
>
> -- Forwarded message --
> From: Rainer Dorsch 
> To: Debian Bug Tracking System 
> Cc:
> Bcc:
> Date: Thu, 26 Oct 2017 08:37:39 +0200
> Subject: ffmpeg: Test fails for ffmpeg 3.4 in imx6 (cubox-i)
> Package: ffmpeg
> Version: 7:3.3.4-2+b1
> Severity: normal
>
> Dear Maintainer,
>
> I tried to build ffmpeg 3.4 from source using
>
> dpkg-buildpackage -us -uc
>
> but a test failed in the build process
>
> TESTseek-lavf-flv_fmt
> /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/tests/fate-run.sh
> fate-seek-lavf-flv_fmt "" "" 
> "/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard"
> 'run libavformat/tests/seek /mnt/tmp/rd/debian/ffmpeg/
> ffmpeg-3.4/debian/standard/tests/data/lavf/lavf.flv' ''
> '/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/tests/ref/seek/lavf-flv_fmt' '' '1'
> '' '' '' '' '' '' '' '' ''
>  /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/libavformat/tests/seek
> /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/
> tests/data/lavf/lavf.flv
>  TESTapi-seek
>  /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/tests/fate-run.sh fate-api-seek ""
> "" "/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard" 'run
> tests/api/api-seek-test /mnt/tmp/rd/debian/ffmpeg/
> ffmpeg-3.4/debian/standard/tests/data/lavf/lavf.flv 0 720' 'null' '' ''
> '1' '' '' '' '' '' '' '' '' ''
>   /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/api/api-seek-test
> /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/data/lavf/lavf.flv
> 0 720
>/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/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 /mnt/tmp/rd/debian/ffmpeg/
> ffmpeg-3.4/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 /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/
> tests/data/fate/vsynth2-zlib.out.rawvideo
>make: Target 'check' not remade because of errors.
>make: Leaving directory '/mnt/tmp/rd/debian/ffmpeg/
> ffmpeg-3.4/debian/standard'
>dh_auto_test: cd debian/standard && make -j2 check -k returned exit
> code 2
>
>
> If there are more outputs I can provide, please let me know.
>
> thanks
> Rainer
>
> -- System Information:
> Debian Release: buster/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (500, 'testing'), (70, 'experimental')
> Architecture: armhf (armv7l)
>
> Kernel: Linux 4.13.0-1-armmp (SMP w/2 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
> LANGUAGE=en_US:en (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> Versions of packages ffmpeg depends on:
> ii  libavcodec577:3.3.4-2+b1
> ii  libavdevice57   7:3.3.4-2+b1
> ii  libavfilter67:3.3.4-2+b1
> ii  libavformat57   7:3.3.4-2+b1
> ii  libavresample3  7:3.3.4-2+b1
> ii  libavutil55 7:3.3.4-2+b1
> ii  libc6   2.24-17
> ii  libpostproc54   7:3.3.4-2+b1
> ii  libsdl2-2.0-0   2.0.6+dfsg1-4
> ii  libswresample2  7:3.3.4-2+b1
> ii  libswscale4 7:3.3.4-2+b1
>
> ffmpeg recommends no packages.
>
> Versions of packages ffmpeg suggests:
> pn  ffmpeg-doc  
>
> -- no debconf information
>
>
>
> -- Forwarded message --
> From: James Cowgill 
> To: 879800-cl...@bugs.debian.org
> Cc:
> Bcc:
> Date: Thu, 09 Nov 2017 17:35:07 +
> Subject: Bug#879800: fixed in ffmpeg 7:3.4-2
> Source: ffmpeg
> Source-Version: 7:3.4-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 previ

Bug#879800: welcometoamazon OB

2017-11-09 Thread Stephen Hall
No, bye

On Thu, 9 Nov 2017 at 19:43, Amazon Notification 
wrote:

> Notice for theposhgoose
>
> 
>
> You may unsubscribe at any time. Unsubscribe Here NOW 23638 W. Lyons
> Avenue #468 – Newhall, CA 91321
> 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> 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.) -- 879800:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879800 Debian Bug
> Tracking System Contact ow...@bugs.debian.org with problems
>
>
> -- Forwarded message --
> From: Rainer Dorsch 
> To: Debian Bug Tracking System 
> Cc:
> Bcc:
> Date: Thu, 26 Oct 2017 08:37:39 +0200
> Subject: ffmpeg: Test fails for ffmpeg 3.4 in imx6 (cubox-i)
> Package: ffmpeg
> Version: 7:3.3.4-2+b1
> Severity: normal
>
> Dear Maintainer,
>
> I tried to build ffmpeg 3.4 from source using
>
> dpkg-buildpackage -us -uc
>
> but a test failed in the build process
>
> TESTseek-lavf-flv_fmt
> /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/tests/fate-run.sh
> fate-seek-lavf-flv_fmt "" ""
> "/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard" 'run
> libavformat/tests/seek
> /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/data/lavf/lavf.flv'
> '' '/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/tests/ref/seek/lavf-flv_fmt' ''
> '1' '' '' '' '' '' '' '' '' ''
>  /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/libavformat/tests/seek
> /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/data/lavf/lavf.flv
>  TESTapi-seek
>  /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/tests/fate-run.sh fate-api-seek ""
> "" "/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard" 'run
> tests/api/api-seek-test
> /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/data/lavf/lavf.flv
> 0 720' 'null' '' '' '1' '' '' '' '' '' '' '' '' ''
>
> /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/api/api-seek-test
> /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/data/lavf/lavf.flv
> 0 720
>/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/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
> /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/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
> /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/data/fate/vsynth2-zlib.out.rawvideo
>make: Target 'check' not remade because of errors.
>make: Leaving directory
> '/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard'
>dh_auto_test: cd debian/standard && make -j2 check -k returned exit
> code 2
>
>
> If there are more outputs I can provide, please let me know.
>
> thanks
> Rainer
>
> -- System Information:
> Debian Release: buster/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (500, 'testing'), (70, 'experimental')
> Architecture: armhf (armv7l)
>
> Kernel: Linux 4.13.0-1-armmp (SMP w/2 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
> LANGUAGE=en_US:en (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> Versions of packages ffmpeg depends on:
> ii  libavcodec577:3.3.4-2+b1
> ii  libavdevice57   7:3.3.4-2+b1
> ii  libavfilter67:3.3.4-2+b1
> ii  libavformat57   7:3.3.4-2+b1
> ii  libavresample3  7:3.3.4-2+b1
> ii  libavutil55 7:3.3.4-2+b1
> ii  libc6   2.24-17
> ii  libpostproc54   7:3.3.4-2+b1
> ii  libsdl2-2.0-0   2.0.6+dfsg1-4
> ii  libswresample2  7:3.3.4-2+b1
> ii  libswscale4 7:3.3.4-2+b1
>
> ffmpeg recommends no packages.
>
> Versions of packages ffmpeg suggests:
> pn  ffmpeg-doc  
>
> -- no debconf information
>
>
>
>
> -- Forwarded message --
> From: James Cowgill 
> To: 879800-cl...@bugs.debian.org
> Cc:
> Bcc:
> Date: Thu, 09 Nov 2017 17:35:07 +
> Subject: Bug#879800: fixed in ffmpeg 7:3.4-2
> Source: ffmpeg
> Source-Version: 7:3.4-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
> atta

Bug#879673: marked as done (ffmpeg 3.4 API compat layer not 100% backwards compatible)

2017-11-09 Thread Debian Bug Tracking System
Your message dated Thu, 09 Nov 2017 17:35:07 +
with message-id 
and subject line Bug#879673: fixed in ffmpeg 7:3.4-2
has caused the Debian Bug report #879673,
regarding ffmpeg 3.4 API compat layer not 100% backwards compatible
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.)


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

Hi,

ffmpeg 3.4 comes with a new decoding API (among other things), and
provides a compatibility layer around that for the old API.
Unfortunately this compatibility layer is apparently not 100% backwards
compatible or buggy. It breaks at least h264 decoding with gst-
libav1.0, but then probably also breaks other packages.

gst-libav upstream bug can be found here:
https://bugzilla.gnome.org/show_bug.cgi?id=789193

We'll try to port over to the new API but it looks like some effort,
and even independent of that the compatibility layer should either be
fixed or the soname of the libraries has to be updated.


Best regards,
Sebastian

signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: ffmpeg
Source-Version: 7:3.4-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 879...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Cowgill  (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: Thu, 09 Nov 2017 16:13:48 +
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 libav-tools
Architecture: source
Version: 7:3.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: James Cowgill 
Description:
 ffmpeg - Tools for transcoding, streaming and playing of multimedia files
 ffmpeg-doc - Documentation of the FFmpeg multimedia framework
 libav-tools - Compatibility links for libav-tools (transitional package)
 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 convers

Bug#879800: marked as done (ffmpeg: Test fails for ffmpeg 3.4 in imx6 (cubox-i))

2017-11-09 Thread Debian Bug Tracking System
Your message dated Thu, 09 Nov 2017 17:35:07 +
with message-id 
and subject line Bug#879800: fixed in ffmpeg 7:3.4-2
has caused the Debian Bug report #879800,
regarding ffmpeg: Test fails for ffmpeg 3.4 in imx6 (cubox-i)
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.)


-- 
879800: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879800
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ffmpeg
Version: 7:3.3.4-2+b1
Severity: normal

Dear Maintainer,

I tried to build ffmpeg 3.4 from source using

dpkg-buildpackage -us -uc

but a test failed in the build process

TESTseek-lavf-flv_fmt
/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/tests/fate-run.sh fate-seek-lavf-flv_fmt 
"" "" "/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard" 'run 
libavformat/tests/seek 
/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/data/lavf/lavf.flv' 
'' '/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/tests/ref/seek/lavf-flv_fmt' '' '1' '' 
'' '' '' '' '' '' '' ''
 /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/libavformat/tests/seek 
/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/data/lavf/lavf.flv
 TESTapi-seek
 /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/tests/fate-run.sh fate-api-seek "" "" 
"/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard" 'run 
tests/api/api-seek-test 
/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/data/lavf/lavf.flv 0 
720' 'null' '' '' '1' '' '' '' '' '' '' '' '' ''
  /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/api/api-seek-test 
/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/data/lavf/lavf.flv 0 
720
   /mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/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 
/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/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 
/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard/tests/data/fate/vsynth2-zlib.out.rawvideo
   make[2]: Target 'check' not remade because of errors.
   make[2]: Leaving directory 
'/mnt/tmp/rd/debian/ffmpeg/ffmpeg-3.4/debian/standard'
   dh_auto_test: cd debian/standard && make -j2 check -k returned exit code 2


If there are more outputs I can provide, please let me know.

thanks
Rainer

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (70, 'experimental')
Architecture: armhf (armv7l)

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

Versions of packages ffmpeg depends on:
ii  libavcodec577:3.3.4-2+b1
ii  libavdevice57   7:3.3.4-2+b1
ii  libavfilter67:3.3.4-2+b1
ii  libavformat57   7:3.3.4-2+b1
ii  libavresample3  7:3.3.4-2+b1
ii  libavutil55 7:3.3.4-2+b1
ii  libc6   2.24-17
ii  libpostproc54   7:3.3.4-2+b1
ii  libsdl2-2.0-0   2.0.6+dfsg1-4
ii  libswresample2  7:3.3.4-2+b1
ii  libswscale4 7:3.3.4-2+b1

ffmpeg recommends no packages.

Versions of packages ffmpeg suggests:
pn  ffmpeg-doc  

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: ffmpeg
Source-Version: 7:3.4-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 879...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Cowgill  (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: Thu, 09 Nov 2017 16:13:48 +
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

ffmpeg_3.4-2_source.changes ACCEPTED into unstable

2017-11-09 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 09 Nov 2017 16:13:48 +
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 libav-tools
Architecture: source
Version: 7:3.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: James Cowgill 
Description:
 ffmpeg - Tools for transcoding, streaming and playing of multimedia files
 ffmpeg-doc - Documentation of the FFmpeg multimedia framework
 libav-tools - Compatibility links for libav-tools (transitional package)
 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: 879673 879800
Changes:
 ffmpeg (7:3.4-2) unstable; urgency=medium
 .
   * Upload to unstable.
 .
   * debian/control:
 - Set Rules-Requires-Root: no
   * debian/libavutil55.lintian-overrides:
 - Add shlib-with-non-pic-code override on i386.
   * debian/patches:
 - Add patch to fix checkasm test on armhf. (Closes: #879800)
 - Add patch to workaround incorrect use of drain packets in compat decode
   api. (Closes: #879673)
 .
 ffmpeg (7:3.4-1) experimental; urgency=medium
 .
   * New upstream release.
 .
   * debian/control:
 - Bump standards version to 4.1.1.
 - Remove "Priority: extra" which is deprecated in policy 4.0.1.
   * debian/copyright:
 - Update debian/copyright using decopy.
   * debian/patches:
 - Drop patches applied upstream.
   * debian/rules:
 - Update build options and enabled libraries.
   * debian/tests:
 - Fix examples package test by using new build target.
 - Update autopkgtest encdec lists.
Checksums-Sha1:
 d0146ec690ce891c513aa241b64158401589a033 5202 ffmpeg_3.4-2.dsc
 ad9bb525f12a46adb47791bbc333d08ae22a3fc5 41328 ffmpeg_3.4-2.debian.tar.xz
 0d75dbf0fabae3d7378e2a84f15a44f7de836f42 17410 ffmpeg_3.4-2_source.buildinfo
Checksums-Sha256:
 3a2996a54ed7a92d51e78ec36f80f9023b6c642de595c5ef30184a1a5a626259 5202 
ffmpeg_3.4-2.dsc
 5f3a7c3b749c0deade67cc69a83bb79d9b3216e208891ce133d2d60bfaa7f0e1 41328 
ffmpeg_3.4-2.debian.tar.xz
 a5c7195215cda34008a2868b6b696c6e3603244fcc6d96beaf46f406547d7f34 17410 
ffmpeg_3.4-2_source.buildinfo
Files:
 1da68c8bba128814f35f126b4923702d 5202 video optional ffmpeg_3.4-2.dsc
 929a4a655f95b30107e8cbdc16d898fb 41328 video optional 
ffmpeg_3.4-2.debian.tar.xz
 fd1675dd65b067c8b7b07e614ec1a904 17410 video optional 
ffmpeg_3.4-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE+Ixt5DaZ6POztUwQx/FnbeotAe8FAloEiOIUHGpjb3dnaWxs
QGRlYmlhbi5vcmcACgkQx/FnbeotAe9EpA//bl/y3uwqc9M5NJI4N0u64lKEVHeD
Rwr5+zAk/fbejtlKlNuybLiR4g4tM49AwfvkXF9emqYAPO4Y3oEPVffLb5L32F6E
TF7cxQJrNlrrx7FFByCIMqbD62tR/lb5+eAYKHDOYPjSD6n8gaoDlnjS2jNMmuRL
rSeBh7aV70pKwMOtbhJYcewL0uSWMGN19pLHYc/p+4ErEFA7eQxNUHIfO7rqi/yq
d01SEcThkSIVfLyPhWkBNB6NBFKtSKG9Zwf4FPFQYbRpVpDULomG6c/UaJm+AS8U
ge85Uo7E1L90jdfOTOA92Jw/Op9qccRXKAor9KXG1qKkn8dHurVf95TCw6sxvEQe
1Hymjdq//689unVzFomiCVUYDGhmOqcpiNtX0OAZimgknbyZAfYormpLRIQB9S6b
33w+bVjqjh3WuGLgLhle

Processing of ffmpeg_3.4-2_source.changes

2017-11-09 Thread Debian FTP Masters
ffmpeg_3.4-2_source.changes uploaded successfully to localhost
along with the files:
  ffmpeg_3.4-2.dsc
  ffmpeg_3.4-2.debian.tar.xz
  ffmpeg_3.4-2_source.buildinfo

Greetings,

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

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


Processed: Re: Bug#879673: ffmpeg 3.4 API compat layer not 100% backwards compatible

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

> clone -1 -2 -3
Bug #879673 [ffmpeg] ffmpeg 3.4 API compat layer not 100% backwards compatible
Bug 879673 cloned as bugs 881285-881286
> reassign -2 gst-libav1.0 1.12.3-1
Bug #881285 [ffmpeg] ffmpeg 3.4 API compat layer not 100% backwards compatible
Bug reassigned from package 'ffmpeg' to 'gst-libav1.0'.
No longer marked as found in versions ffmpeg/7:3.4-1.
Ignoring request to alter fixed versions of bug #881285 to the same values 
previously set
Bug #881285 [gst-libav1.0] ffmpeg 3.4 API compat layer not 100% backwards 
compatible
There is no source info for the package 'gst-libav1.0' at version '1.12.3-1' 
with architecture ''
Unable to make a source version for version '1.12.3-1'
Marked as found in versions 1.12.3-1.
> notforwarded -2
Bug #881285 [gst-libav1.0] ffmpeg 3.4 API compat layer not 100% backwards 
compatible
Unset Bug forwarded-to-address
> severity -2 important
Bug #881285 [gst-libav1.0] ffmpeg 3.4 API compat layer not 100% backwards 
compatible
Severity set to 'important' from 'serious'
> affects -2 - src:kodi src:gst-libav1.0
Bug #881285 [gst-libav1.0] ffmpeg 3.4 API compat layer not 100% backwards 
compatible
Removed indication that 881285 affects src:kodi and src:gst-libav1.0
> retitle -2 gst-libav1.0: incorrect use of drain packets in avcodec_decode_* 
> api
Bug #881285 [gst-libav1.0] ffmpeg 3.4 API compat layer not 100% backwards 
compatible
Changed Bug title to 'gst-libav1.0: incorrect use of drain packets in 
avcodec_decode_* api' from 'ffmpeg 3.4 API compat layer not 100% backwards 
compatible'.
> reassign -3 kodi 2:17.3+dfsg1-5
Bug #881286 [ffmpeg] ffmpeg 3.4 API compat layer not 100% backwards compatible
Bug reassigned from package 'ffmpeg' to 'kodi'.
No longer marked as found in versions ffmpeg/7:3.4-1.
Ignoring request to alter fixed versions of bug #881286 to the same values 
previously set
Bug #881286 [kodi] ffmpeg 3.4 API compat layer not 100% backwards compatible
Marked as found in versions kodi/2:17.3+dfsg1-5.
> notforwarded -3
Bug #881286 [kodi] ffmpeg 3.4 API compat layer not 100% backwards compatible
Unset Bug forwarded-to-address
> severity -3 important
Bug #881286 [kodi] ffmpeg 3.4 API compat layer not 100% backwards compatible
Severity set to 'important' from 'serious'
> affects -3 - src:kodi src:gst-libav1.0
Bug #881286 [kodi] ffmpeg 3.4 API compat layer not 100% backwards compatible
Removed indication that 881286 affects src:kodi and src:gst-libav1.0
> retitle -3 kodi: incorrect use of drain packets in avcodec_decode_* api
Bug #881286 [kodi] ffmpeg 3.4 API compat layer not 100% backwards compatible
Changed Bug title to 'kodi: incorrect use of drain packets in avcodec_decode_* 
api' from 'ffmpeg 3.4 API compat layer not 100% backwards compatible'.

-- 
879673: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879673
881285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881285
881286: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881286
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Bug#879673: ffmpeg 3.4 API compat layer not 100% backwards compatible

2017-11-09 Thread James Cowgill
Control: clone -1 -2 -3
Control: reassign -2 gst-libav1.0 1.12.3-1
Control: notforwarded -2
Control: severity -2 important
Control: affects -2 - src:kodi src:gst-libav1.0
Control: retitle -2 gst-libav1.0: incorrect use of drain packets in 
avcodec_decode_* api
Control: reassign -3 kodi 2:17.3+dfsg1-5
Control: notforwarded -3
Control: severity -3 important
Control: affects -3 - src:kodi src:gst-libav1.0
Control: retitle -3 kodi: incorrect use of drain packets in avcodec_decode_* api

Hi,

On 07/11/17 17:50, James Cowgill wrote:
> Control: affects -1 src:kodi src:gst-libav1.0
> Control: tags -1 patch
> 
> Hi,
> 
> On 24/10/17 09:52, Sebastian Dröge wrote:
>> Package: ffmpeg
>> Version: 7:3.4-1
>> Severity: serious
>>
>> Hi,
>>
>> ffmpeg 3.4 comes with a new decoding API (among other things), and
>> provides a compatibility layer around that for the old API.
>> Unfortunately this compatibility layer is apparently not 100% backwards
>> compatible or buggy. It breaks at least h264 decoding with gst-
>> libav1.0, but then probably also breaks other packages.
>>
>> gst-libav upstream bug can be found here:
>> https://bugzilla.gnome.org/show_bug.cgi?id=789193
>>
>> We'll try to port over to the new API but it looks like some effort,
>> and even independent of that the compatibility layer should either be
>> fixed or the soname of the libraries has to be updated.
> 
> Unfortunately there doesn't seem to have been a lot of activity on the
> upstream bug report from FFmpeg themselves. Based on what I can infer
> from the source code, I think there is no API breakage here. The
> documentation on draining packets in the old API is pretty poor and it
> "worked" with ffmpeg < 3.4 so people started using it that way. However,
> I think that even under the old API, drain packets can only be sent at
> the end of a stream. This seems to make the most sense and aligns with
> new the API (where the documentation does say that this is required).
> 
> I think the best solution is to apply the attached workaround for the
> time being to the Debian package. The workaround will call
> avcodec_flush_buffers automatically when it detects that a data packet
> has been sent to avcodec_decode_* after the codec has been completely
> drained. This allows gst-libav1.0 and kodi (which I also discovered does
> this) to play video again.
> 
> I am wondering why gst-libav1.0 needs to drain the code at every
> discontinuity in the stream? I would have thought there are two separate
> cases here: seeking where you want to reset the codec, and dropped
> packets where you allow the codec itself to fix the stream (as best it can).

I've applied a slightly modified version of the patch I posted before. I
also posted it upstream, but I don't think they like it at the moment.

In any case, both gst-libav1.0 and kodi incorrectly use the
avcodec_decode_* apis by expecting them to work properly after they have
been drained. You must flush the codec after draining otherwise it won't
work (as can be seen here).

Thanks,
James



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

Re: sonic-visualiser test fail

2017-11-09 Thread Jaromír Mikeš
2017-11-09 17:28 GMT+01:00 IOhannes m zmölnig (Debian/GNU) <
umlae...@debian.org>:

> On 11/09/2017 10:55 AM, IOhannes m zmölnig (Debian/GNU) wrote:
> >> test failed on some archs for sonic-visualiser
> >> https://buildd.debian.org/status/package.php?p=sonic-visualiser
> >>
> >> do you have any time to look at this?
> > i'm aware of the problem but haven't found time to look into it (in
> depth).
>
> so i did try to investigate, and i'm now pretty confident, that the
> problem is in libmad (#881283)
>

​Great! I am just bit skeptical that this issue will be solved soon.
https://packages.qa.debian.org/m/madplay.html
Latest upload by maintainer is 2013 and than one NMU :(​


​Latest upstream release is 2004 ... :(
https://sourceforge.net/projects/mad/files/libmad/

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

Processed: Bug#879800 marked as pending

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

> tag 879800 pending
Bug #879800 [ffmpeg] ffmpeg: Test fails for ffmpeg 3.4 in imx6 (cubox-i)
Ignoring request to alter tags of bug #879800 to the same tags previously set
> thanks
Stopping processing here.

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

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

> tag 879673 pending
Bug #879673 [ffmpeg] ffmpeg 3.4 API compat layer not 100% backwards compatible
Added tag(s) pending.
> thanks
Stopping processing here.

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


Re: libva versioning and rolling stable to 1.8.3(-2) ?

2017-11-09 Thread James Cowgill
Hi,

On 09/11/17 16:15, Miguel Casas-Sanchez wrote:
> This is a question about libva package (https://tracker.debian.org/pkg/libva)
> -- I see stable is 1.7.3 and testing is 2.0.0-1 but there's a versioned
> link 1.8.3 in between, are there any plans/timeline to roll the latter to
> stable...? Or even to jump to 2.0.0 ?
> 
> I declare that I'm a noob on Debian rolling process, so this question might
> be irrelevant.

The versions newer that stable (1.8.3 and 2.0.0) will not be migrated
into stable because the idea of stable is that it doesn't have any major
modifications which might break things.

The reason you see a 1.8.3 package is due to libva currently being in a
package transition (where other packages are moving from libva 1.8.3 to
libva 2.0.0). The archive has a feature called "smooth transitions"
where it keeps both the old and new versions around until the transition
is finished. It should disappear when the transition completes and the
old version is no longer needed.

James



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

Re: sonic-visualiser test fail

2017-11-09 Thread Debian/GNU
On 11/09/2017 10:55 AM, IOhannes m zmölnig (Debian/GNU) wrote:
>> test failed on some archs for sonic-visualiser
>> https://buildd.debian.org/status/package.php?p=sonic-visualiser
>>
>> do you have any time to look at this?
> i'm aware of the problem but haven't found time to look into it (in depth).
> 


so i did try to investigate, and i'm now pretty confident, that the
problem is in libmad (#881283)

gfanmdrs
IOhannes

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

libva versioning and rolling stable to 1.8.3(-2) ?

2017-11-09 Thread Miguel Casas-Sanchez
This is a question about libva package (https://tracker.debian.org/pkg/libva)
-- I see stable is 1.7.3 and testing is 2.0.0-1 but there's a versioned
link 1.8.3 in between, are there any plans/timeline to roll the latter to
stable...? Or even to jump to 2.0.0 ?

I declare that I'm a noob on Debian rolling process, so this question might
be irrelevant.

Cheers!
Miguel
___
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#876490: marked as done (Blender FTBFS with OpenVDB 4.0.x)

2017-11-09 Thread Debian Bug Tracking System
Your message dated Thu, 9 Nov 2017 15:03:42 +0100
with message-id 
and subject line Re: Bug#876490: Blender FTBFS with OpenVDB 4.0.x
has caused the Debian Bug report #876490,
regarding Blender FTBFS with OpenVDB 4.0.x
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.)


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

blender does not compile with upcoming openvdb. It fails with:

/tmp/blender-2.78.c+dfsg0/intern/openvdb/intern/openvdb_writer.cc:48:36:
error: no matching function for call to
‘std::vector
>::push_back(openvdb::v4_0::GridBase::ConstPtr)’
  m_grids->push_back(grid.copyGrid());
^
In file included from /usr/include/c++/6/vector:64:0,
 from /usr/include/c++/6/bits/random.h:34,
 from /usr/include/c++/6/random:49,
 from /usr/include/openvdb/math/Math.h:45,
 from /usr/include/openvdb/Types.h:37,
 from /usr/include/openvdb/openvdb.h:35,
 from
/tmp/blender-2.78.c+dfsg0/intern/openvdb/intern/openvdb_writer.h:29,
 from
/tmp/blender-2.78.c+dfsg0/intern/openvdb/intern/openvdb_writer.cc:26:
/usr/include/c++/6/bits/stl_vector.h:914:7: note: candidate: void
std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp =
std::shared_ptr; _Alloc =
std::allocator >;
std::vector<_Tp, _Alloc>::value_type =
std::shared_ptr]
   push_back(const value_type& __x)
   ^
--- End Message ---
--- Begin Message ---
Version: 2.79+dfsg0-2

On Mon, 25 Sep 2017 13:26:23 +0200 Mathieu Malaterre 
wrote:
> Control: tags -1 fixed-upstream patch

Looks like the fix got backported already.

 blender (2.79+dfsg0-2) unstable; urgency=medium
 .
   * debian/patches/: patchset updated
 - 0008-fix_FTBFS_with_OpenVDB4.patch added


Andreas--- 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

Re: sonic-visualiser test fail

2017-11-09 Thread Jaromír Mikeš
2017-11-09 10:55 GMT+01:00 IOhannes m zmölnig (Debian/GNU) <
umlae...@debian.org>:

>
>
> On 2017-11-09 08:58, Jaromír Mikeš wrote:
> > Hi IOhannes,
> >
> > teast failed on some archs for sonic-visualiser
> > https://buildd.debian.org/status/package.php?p=sonic-visualiser
> >
> > do you have any time to look at this?
>
> i'm aware of the problem but haven't found time to look into it (in depth).
>
> > Or should I simply upload SV with tests disabled?
>
> hmm, no.
> the tests are there to ensure the functionality of the program.
> the tests fail, indicating that there is a problem with the
> functionality (e.g. that there *are* bugs).
>
> > d/rules
> > override_dh_auto_test:
>
> i might be tempted to add that override for specific archs (it's only
> arm64 & s390x that fail; i guess that s390x is not a target platform for
> sonic-visualiser; arm64 however might be).
> but it feels like cheating; ah no: it *is* cheating.
>

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

Re: sonic-visualiser test fail

2017-11-09 Thread Debian/GNU


On 2017-11-09 08:58, Jaromír Mikeš wrote:
> Hi IOhannes,
> 
> teast failed on some archs for sonic-visualiser
> https://buildd.debian.org/status/package.php?p=sonic-visualiser
> 
> do you have any time to look at this?

i'm aware of the problem but haven't found time to look into it (in depth).

> Or should I simply upload SV with tests disabled?

hmm, no.
the tests are there to ensure the functionality of the program.
the tests fail, indicating that there is a problem with the
functionality (e.g. that there *are* bugs).

> d/rules
> override_dh_auto_test:

i might be tempted to add that override for specific archs (it's only
arm64 & s390x that fail; i guess that s390x is not a target platform for
sonic-visualiser; arm64 however might be).
but it feels like cheating; ah no: it *is* cheating.

fgamsdr
IOhannes

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