Bug#836328: gsequencer: FTBFS on non-Linux: ALSA too old (1.0.5 vs. 1.0.25)

2016-09-06 Thread Joël Krähemann
Hi

Upstream 0.7.64 contains now OSS support however alsa still required in order
to do DSSI and Lv2. I have replaced snd_midi_event_decode() with
ags_midi_buffer_util_decode().

Bests,
Joël


On Mon, Sep 5, 2016 at 10:35 AM, Joël Krähemann  wrote:
> Hi
>
> I'm doing my best to port it. Most of the work has been fulfilled so far. I 
> just
> need to add a g_strv_length(), g_strv_contains() and snd_midi_event_decode()
> replacement.
>
> Since these functions aren't big it won't take too long. A bigger task would 
> be
> adding OSS output.
>
> Bests,
> Joël
>
>
>
> On Thu, Sep 1, 2016 at 7:15 PM, Aaron M. Ucko  wrote:
>> Source: gsequencer
>> Version: 0.7.62-1
>> Severity: important
>> Justification: fails to build from source
>>
>> Builds of gsequencer on kFreeBSD and the Hurd failed:
>>
>>   checking for LIBASOUND2... no
>>   configure: error: Package requirements (alsa >= 1.0.25) were not met:
>>
>>   Requested 'alsa >= 1.0.25' but version of alsa is 1.0.5
>>
>> Please either accommodate the (emulated, IIRC) version of ALSA
>> available there or version the build dependency on libasound2-dev
>> appropriately.
>>
>> Thanks!
>>
>> ___
>> pkg-multimedia-maintainers mailing list
>> pkg-multimedia-maintainers@lists.alioth.debian.org
>> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

___
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#822555: ffmpeg: please compile with --enable-libtesseract

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

> tags -1 confirmed patch
Bug #822555 [ffmpeg] ffmpeg: please compile with --enable-libtesseract
Added tag(s) patch and confirmed.

-- 
822555: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822555
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#822555: ffmpeg: please compile with --enable-libtesseract

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

> tags -1 confirmed patch
Bug #822555 [ffmpeg] ffmpeg: please compile with --enable-libtesseract
Ignoring request to alter tags of bug #822555 to the same tags previously set

-- 
822555: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822555
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#822555: ffmpeg: please compile with --enable-libtesseract

2016-09-06 Thread Bálint Réczey
Control: tags -1 confirmed patch

Hi Jan,

2016-04-25 12:43 GMT+02:00 Jan Gerber :
> Package: ffmpeg
> Version: 7:3.0.1-3
> Severity: wishlist
>
> Dear Maintainer,
>
> FFmpeg 3.0 introduced a new ocr filter that depends on libtesseract.
> Would be nice to see this enabled in Debian.

I have prepared a patch which may be enough.
It needs testing however. Sebastian, what do you think?

Maybe we could enable some other features as well.

Cheers,
Balint
From 72f545c2900bf65ea44e4f9465b08332c4b0610e Mon Sep 17 00:00:00 2001
From: Balint Reczey 
Date: Tue, 6 Sep 2016 14:34:25 +0200
Subject: [PATCH] Enable OCR using Tesseract in libavfilter-extra*

Closes: 822555
---
 debian/control  | 54 -
 debian/libavfilter-extra6.install   |  1 +
 debian/libavfilter-extra6.install.powerpc   |  2 ++
 debian/libavfilter-extra6.lintian-overrides |  9 +
 debian/rules| 19 +-
 5 files changed, 74 insertions(+), 11 deletions(-)
 create mode 100644 debian/libavfilter-extra6.install
 create mode 100644 debian/libavfilter-extra6.install.powerpc
 create mode 100644 debian/libavfilter-extra6.lintian-overrides

diff --git a/debian/control b/debian/control
index e7bf9d7..2841992 100644
--- a/debian/control
+++ b/debian/control
@@ -68,6 +68,8 @@ Build-Depends:
  libavc1394-dev [linux-any],
 # autodetected: indev 'jack'
  libjack-jackd2-dev,
+# missing dependency of libtesseract-dev #836849
+ libleptonica-dev,
 # autodetected for the tiff decoder
  liblzma-dev,
 # --enable-libmodplug
@@ -108,6 +110,8 @@ Build-Depends:
  libspeex-dev,
 # --enable-libssh
  libssh-gcrypt-dev,
+# --enable-libtesseract (used only in -extra flavor)
+ libtesseract-dev,
 # --enable-libtheora
  libtheora-dev,
 # --enable-libtwolame
@@ -370,13 +374,61 @@ Description: FFmpeg library containing media filters - runtime files
  .
  This package contains the runtime files.
 
+Package: libavfilter-extra6
+Architecture: any
+Section: libs
+Priority: extra
+Multi-Arch: same
+Conflicts: libavfilter6
+Provides: libavfilter-extra
+Pre-Depends:
+ ${misc:Pre-Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: FFmpeg library with extra media filters - runtime files
+ FFmpeg is the leading multimedia framework, able to decode, encode, transcode,
+ mux, demux, stream, filter and play pretty much anything that humans and
+ machines have created. It supports the most obscure ancient formats up to the
+ cutting edge.
+ .
+ This library provides a generic audio/video filtering framework containing
+ several filters, sources and sinks.
+ .
+ This package replaces the libavfilter6 package and contains the
+ following additional filters:
+ .
+  * Optical Character Recognition (uses Tesseract)
+ .
+ Because this package links against libraries that are licensed under
+ Apache License 2.0, the resulting binaries are distributed under the
+ GPL version 3 or later.
+
+Package: libavfilter-extra
+Architecture: all
+Section: metapackages
+Priority: extra
+Multi-Arch: foreign
+Depends:
+ libavfilter-extra6,
+ ${misc:Depends}
+Description: FFmpeg library with extra filters (metapackage)
+ FFmpeg is the leading multimedia framework, able to decode, encode, transcode,
+ mux, demux, stream, filter and play pretty much anything that humans and
+ machines have created. It supports the most obscure ancient formats up to the
+ cutting edge.
+ .
+ This metapackage depends on the latest version of the libavfilter variant
+ that offers additional filter support. Application packages can depend
+ on it if they require or suggest this variant in a robust manner.
+
 Package: libavfilter-dev
 Architecture: any
 Section: libdevel
 Multi-Arch: same
 Depends:
  libavcodec-dev (= ${binary:Version}),
- libavfilter6 (= ${binary:Version}),
+ libavfilter6 (= ${binary:Version}) | libavfilter-extra6 (= ${binary:Version}),
  libavformat-dev (= ${binary:Version}),
  libavresample-dev (= ${binary:Version}),
  libavutil-dev (= ${binary:Version}),
diff --git a/debian/libavfilter-extra6.install b/debian/libavfilter-extra6.install
new file mode 100644
index 000..1b2648c
--- /dev/null
+++ b/debian/libavfilter-extra6.install
@@ -0,0 +1 @@
+usr/lib/*/libavfilter.so.*
diff --git a/debian/libavfilter-extra6.install.powerpc b/debian/libavfilter-extra6.install.powerpc
new file mode 100644
index 000..628ec8f
--- /dev/null
+++ b/debian/libavfilter-extra6.install.powerpc
@@ -0,0 +1,2 @@
+usr/lib/*/libavfilter.so.*
+usr/lib/*/*/libavfilter.so.*
diff --git a/debian/libavfilter-extra6.lintian-overrides b/debian/libavfilter-extra6.lintian-overrides
new file mode 100644
index 000..5e6db9b
--- /dev/null
+++ b/debian/libavfilter-extra6.lintian-overrides
@@ -0,0 +1,9 @@
+# According to Debian policy [1], non position independent code is permitted
+# in a shared library on i386 and position independent code may have a
+# performance penalty, especially on i386.
+# 

QA - bristol

2016-09-06 Thread Herbert Fortes
Hi,


I maintain one package for Multimedia Maintainers

and did a search looking for something to do for

the team.


I found bristol[0] with a RC-bug[1] with a patch

to fix it. Can I check the package and do the upload

if the patch works ? The patch made by Adrian Bunk :


Description: Stop using alsa/iatomic.h
 Technically this is an API breakage in libasound 1.1.2,
 but it makes sense to me that this header was removed
 by ALSA upstream.
 .
 bristol was the only user in Debian, and even here the
 code that once used it was already commented out.
Author: Adrian Bunk 
Bug-Debian: https://bugs.debian.org/834180
Forwarded: no

--- bristol-0.60.11.orig/libbristolaudio/audioEngineJack.c
+++ bristol-0.60.11/libbristolaudio/audioEngineJack.c
@@ -39,7 +39,7 @@
 
 #ifdef _BRISTOL_JACK
 #if (BRISTOL_HAS_ALSA == 1)
-#include 
+//#include 
 #endif
 
 /*


[0] - https://packages.qa.debian.org/b/bristol.html

[1] - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834180

maint:
Debian Multimedia Maintainers

(a
),
Alessio Treglia
 (u),
Free Ekanayaka
 (u)



Regards,

Herbert


___
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#836878: amSynth : package improvement

2016-09-06 Thread Jonas Smedegaard
Hi Olivier,

Quoting treb...@tuxfamily.org (2016-09-06 20:39:59)
> I made a proper man page, starting from the information given by the 
> "amsynth -h" output. I made a French translation of it as well. Please 
> find these attached to this email.
>
> I'd like to enjoy this email to talk about the debian/README.debian 
> file. Is it still actual ? Should it be kept or dropped ?

Thanks for your contribution!

NB: I am not the package maintainer - just throwing ideas here...:

Hand-written man pages has a high risk of getting out of sync.

I can suggest to look at help2man, for automated man page generation.

Then there is the translation.  Ideally upstream would a) adopt your 
translation, and b) support localized --help output, and c) we could 
then extend our help2man routine to also convert translations.

Until all that is in place, a way for the packaging to ensure not 
shipping out-of-sync man pages (translated or not) would be to capture 
--help output at build time, compute a checksum, and if checksum fails 
then fail the build with a message explaining to double-check man pages 
and if ok update checksum.


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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

Bug#832364: kodi: Crashes on trying to play any TV recording

2016-09-06 Thread Tobias Grimm
It's only 19k compressed, so I've attached the test file.

It plays fine in Kodi 16.1+dfsg1-2 but Kodi 16.1+dfsg1-1 crashes.
(libav* 7:3.1.2-1 installed)

This only happens with the TS format. The same video created as e.g. MP4
plays fine.

Tobias

On 06.09.2016 14:39, Bálint Réczey wrote:

> Hi Tobias,
> 
> 2016-09-06 14:35 GMT+02:00 Tobias Grimm :
>> I can provide a sample without any copyrighted content if that helps.
> 
> That would definitely be the best.
> Could you please link to it from the bug?
> 
> Cheers,
> Balint
> 
>>
>> Tobias
>>
>>
>> Am 06.09.2016 um 14:06 schrieb Carl Eugen Hoyos:
>>>
>>>
>>>
>>> On Tue, 6 Sep 2016, Bálint Réczey wrote:
>>>
 Could you please share the recording with Carl instead?
>>>
>>>
>>> Please don't!
>>> I would (immediately) make the sample public.
>>>
>>> Unfortunately, I also do not know how to test (let alone debug) Kodi,
>>> so I am not right person to investigate this.
>>>
>>> Sorry!
>>>
>>> Carl Eugen
>>
>>
> 



test2.ts.gz
Description: application/gzip


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

Bug#836878: amSynth : package improvement

2016-09-06 Thread trebmuh

Package: amsynth
Version: 1.6.4-1
Severity: minor
Tags: patch

Dear debian maintainers,

I made a proper man page, starting from the information given by the 
"amsynth -h" output. I made a French translation of it as well.

Please find these attached to this email.

I'd like to enjoy this email to talk about the debian/README.debian 
file. Is it still actual ? Should it be kept or dropped ?


Hope that helps,
Olivier
.TH AMSYNTH "1" "September 2016" "amsynth 1.6.4" "User Commands"
.SH NAME
amsynth \- a two oscillator software synthesizer.
.SH SYNOPSIS
.PP
.B amsynth
[options]
.SH DESCRIPTION
.PP
amsynth 1.6.4 [Jan 19 2016]  [http://amsynth.github.io/].
Copyright 2001\-2016 Nick Dowell .
.PP
amsynth is an easy-to-use software synth with a classic subtractive synthesizer topology.
.PP
amsynth comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.
.SH OPTIONS
.PP
Any options given here override those in the config file ($HOME/.amSynthrc).
.HP
\fB\-h\fR \- show a help message
.HP
\fB\-v\fR \- show version information
.HP
\fB\-d\fR \- show some debugging output
.HP
\fB\-b\fR  \- use  as the bank to store presets
.HP
\fB\-t\fR  \- use  as a tuning file
.HP
\fB\-a\fR  \- set the sound output driver to use [alsa/oss/auto(default)]
.HP
\fB\-r\fR  \- set the sampling rate to use
.HP
\fB\-m\fR  \- set the midi driver to use [alsa/oss/auto(default)]
.HP
\fB\-c\fR  \- set the midi channel to respond to (default=all)
.HP
\fB\-p\fR  \- set the polyphony (maximum active voices)
.HP
\fB\-n\fR  \- specify the JACK client name to use
.HP
\fB\-\-jack_autoconnect=
.SH FILES
.TP
.B $HOME/.amSynthrc
.PP
Configuration for amsynth.
.TP
.B $HOME/.amsynth/*
.PP
Banks and others.
.TP
.B $HOME/.amSynth.presets
.PP
Presets.
.SH ENVIRONMENT
.PP
nothing
.SH BUGS & FEATURES REQUEST
.PP
If you find any bug or if you would like to propose a new feature, please report it to https://github.com/amsynth/amsynth/issues .
.SH AUTHORS
.PP
Nick Dowell and contributors. See complete list at amsynth's "Help" -> "About" Dialog.
.SH MISC
This manual page was written by Olivier Humbert  on September the 06 2016 as a part of the LibraZiK project (and can be used by others).
.TH AMSYNTH "1" "Septembre 2016" "amsynth 1.6.4" "Commandes utilisateur"
.SH NOM
amsynth \- un synthétiseur logiciel à deux oscillateurs.
.SH SYNOPSIS
.PP
.B amsynth
[options]
.SH DESCRIPTION
.PP
amsynth 1.6.4 [Janv 19 2016]  [http://amsynth.github.io/].
Copyright 2001\-2016 Nick Dowell .
.PP
amsynth est un synthétiseur logiciel facile à utiliser avec une topologie de synthétiseur soustractif classique.
.PP
amsynth est fourni SANS AUCUNE GARANTIE.
C'est un logiciel libre, et vous êtes encouragé à le redistribuer sous certaines conditions.
Voir le fichier COPYING pour les détails.
.SH OPTIONS
.PP
Toute option donnée ici écrase celle du fichier de configuration ($HOME/.amSynthrc).
.HP
\fB\-h\fR \- affiche un message d'aide (en anglais)
.HP
\fB\-v\fR \- affiche les informations de version
.HP
\fB\-d\fR \- affiche des informations de débogage
.HP
\fB\-b\fR  \- utilise  en tant que banque pour sauvegarder les pré-réglages
.HP
\fB\-t\fR  \- utilise  en tant que fichier d'accordage
.HP
\fB\-a\fR  \- paramètre le pilote de sortie son à utiliser [alsa/oss/auto(défaut)]
.HP
\fB\-r\fR  \- paramètre le taux d'échantillonnage à utiliser
.HP
\fB\-m\fR  \- paramètre le pilote MIDI à utiliser [alsa/oss/auto(défaut)]
.HP
\fB\-c\fR  \- paramètre le canal MIDI auquel répondre (défaut=tous)
.HP
\fB\-p\fR  \- paramètre la polyphonie (voix actives maximum)
.HP
\fB\-n\fR  \- spécifie le nom de client JACK à utiliser
.HP
\fB\-\-jack_autoconnect=
.SH FICHIERS
.TP
.B $HOME/.amSynthrc
.PP
Configuration pour amsynth.
.TP
.B $HOME/.amsynth/*
.PP
Banques et autres.
.TP
.B $HOME/.amSynth.presets
.PP
Pré-réglages.
.SH ENVIRONEMENT
.PP
nothing
.SH BOGUES & DEMANDE DE FONCTIONNALITÉS
.PP
Si vous trouvez un bogue, ou si vous voulez proposer une nouvelle fonctionnalité, veuillez le reporter à https://github.com/amsynth/amsynth/issues .
.SH AUTEURS
.PP
Nick Dowell et contributeurs. Voir la liste complète dans le dialogue d'amsynth : "Aide" -> "À propos".
.SH DIVERS
Cette page de manuel a été écrite par Olivier Humbert  le 06 septembre 2016 en tant que partie du projet LibraZiK (et peut être utilisé par d'autres).
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

lv2-c++-tools 1.0.5-3 MIGRATED to testing

2016-09-06 Thread Debian testing watch
FYI: The status of the lv2-c++-tools source package
in Debian's testing distribution has changed.

  Previous version: 1.0.5-2
  Current version:  1.0.5-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


libmpc 2:0.1~r475-2 MIGRATED to testing

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

  Previous version: 2:0.1~r475-1
  Current version:  2:0.1~r475-2

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


xwax 1.6-1 MIGRATED to testing

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

  Previous version: 1.6~beta1-1
  Current version:  1.6-1

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

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


composite 0.006.2+dfsg0-6 MIGRATED to testing

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

  Previous version: (not in testing)
  Current version:  0.006.2+dfsg0-6

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


x265 2.0-4 MIGRATED to testing

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

  Previous version: 1.9-3
  Current version:  2.0-4

-- 
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#831591: ffmpeg: kodi crash

2016-09-06 Thread Bálint Réczey
Hi Carl,

2016-09-06 12:41 GMT+02:00 Carl Eugen Hoyos :
> Hi!
>
>> Knowing what broke could be
>> interesting for FFmpeg devs
>
> It would most likely be even more interesting
> for the Kodi developers: We currently assume
> that there is an unknown bug in Kodi...

Well, the first suspect is ffmpeg because updating ffmpeg
broke kodi while there were no planned ABI change.

>
>> > Slightly related: More that half of the open tickets
>> > concerning FFmpeg in Debian either contain no samples to
>> > reproduce or will not be fixed or were never reproducible.
>> > If another FFmpeg developer were interested in fixing
>> > bugs reported here it would be very difficult for him to
>> > find something useful due to the low snr.
>>
>> Those can be marked with the moreinfo tag and IMO it is
>> OK to close them after a reasonable amount of time if
>> the originator is asked to provide a test file but she/he
>> did not.
>
> Are five months enough?

Generally I use a few years if I'm not pretty sure the bug is gone.
I agree with the concept that bugs are part of the documentation
thus closing possibly valid bugs is decreasing the quality of the
documentation, thus the software.

Note that there are way more users of stable and a bug not
reproducible on unstable may show up in stable later.

I went throught the unclassified bugs and set the proper state
to help tracking them.

Cheers,
Balint

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


DM flag again ;)

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

surprisingly I still missing DM flag for some packages I maintain.
lvtk
hydrogen-drumkits
lv2
zita-bls1
zita-njbridge

Can someone provide me DM flags for packages above please?

best regards

mira

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


lvtk_1.2.0~dfsg0-2_amd64.changes REJECTED

2016-09-06 Thread Debian FTP Masters


ACL dm: not allowed to upload source package 'lvtk'

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
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

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

> tags 781938 confirmed
Bug #781938 [ffmpeg] ffmpeg: please compile ffmpeg with libvidstab
Added tag(s) confirmed.
> tags 785690 confirmed upstream
Bug #785690 [libav-tools] libav-tools: avprobe fail on file with colon in the 
name
Added tag(s) confirmed and upstream.
> tags 797963 confirmed upstream moreinfo
Bug #797963 [libavformat-dev] bs1770gain: support writing Apple SoundCheck tags
Added tag(s) confirmed and moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
781938: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781938
785690: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785690
797963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797963
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#834158 marked as pending

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

> tag 834158 pending
Bug #834158 [src:lvtk] lvtk: FTBFS: boost/system/error_code.hpp:221: undefined 
reference to `boost::system::generic_category()'
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
834158: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834158
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Processing of lvtk_1.2.0~dfsg0-2_amd64.changes

2016-09-06 Thread Debian FTP Masters
lvtk_1.2.0~dfsg0-2_amd64.changes uploaded successfully to localhost
along with the files:
  lvtk_1.2.0~dfsg0-2.dsc
  lvtk_1.2.0~dfsg0-2.debian.tar.xz
  lvtk-dev_1.2.0~dfsg0-2_amd64.deb
  lvtk-doc_1.2.0~dfsg0-2_all.deb
  lvtk-examples-dbgsym_1.2.0~dfsg0-2_amd64.deb
  lvtk-examples_1.2.0~dfsg0-2_amd64.deb
  lvtk-tools-dbgsym_1.2.0~dfsg0-2_amd64.deb
  lvtk-tools_1.2.0~dfsg0-2_amd64.deb

Greetings,

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

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


Bug#832364: kodi: Crashes on trying to play any TV recording

2016-09-06 Thread Bálint Réczey
Hi Tobias,

2016-08-19 19:54 GMT+02:00 Tobias Grimm :
> Hello Balint,
>
>> Tobias, could you please share the test file or test kodi again?
>
> I've just tested it. It crashes when playing a VDR TS recording with
> 16.1+dfsg1-1 and after upgrading to 16.1+dfsg1-2 it works fine for the
> same recording.

Could you please share the recording with Carl instead? He is an FFmpeg
dev thus probably can find the problem very quickly and maybe other
devs are interested as well.

>
> So I think 832364 can be closed.

I think merging with an other very similar bug reflects the situation
better (thus I did so).

Cheers,
Balint

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


Bug#831591: ffmpeg: kodi crash

2016-09-06 Thread Carl Eugen Hoyos
Hi!

> Knowing what broke could be
> interesting for FFmpeg devs

It would most likely be even more interesting 
for the Kodi developers: We currently assume 
that there is an unknown bug in Kodi...

> > Slightly related: More that half of the open tickets
> > concerning FFmpeg in Debian either contain no samples to
> > reproduce or will not be fixed or were never reproducible.
> > If another FFmpeg developer were interested in fixing
> > bugs reported here it would be very difficult for him to
> > find something useful due to the low snr.
>
> Those can be marked with the moreinfo tag and IMO it is
> OK to close them after a reasonable amount of time if
> the originator is asked to provide a test file but she/he
> did not.

Are five months enough?

Carl Eugen

___
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#831591: ffmpeg: kodi crash

2016-09-06 Thread Bálint Réczey
Hi Carl,

2016-09-06 11:39 GMT+02:00 Carl Eugen Hoyos :
> Hi Bálint!
>
>> I don't have the test file.
>
> In this case I suggest to close the relevant tickets:
> We cannot reproduce, there is no backtrace and no bisect.

Tobias has test files as he wrote in #832364 and he would
share it privately.

>
> Since FFmpeg has made three point releases with the ABI
> that is apparently incompatible with (old) Kodi, it is
> very unlikely that it will be changed again (we would
> likely brake mpv that intentionally uses the invalid API).

From practical POV I'm OK with closing this bug since it does
not affect unstable nor testing. Knowing what broke could be
interesting for FFmpeg devs and in case the change is reverted
I could update ffmpeg in jessie-backports without recompiling
kodi. This is why I have not back-ported latest ffmpeg yet.


>
> Slightly related: More that half of the open tickets
> concerning FFmpeg in Debian either contain no samples to
> reproduce or will not be fixed or were never reproducible.
> If another FFmpeg developer were interested in fixing
> bugs reported here it would be very difficult for him to
> find something useful due to the low snr.

Those can be marked with the moreinfo tag and IMO it is
OK to close them after a reasonable amount of time if
the originator is asked to provide a test file but she/he
did not.

Thanks for helping in managing the FFmpeg bugs in Debian!

Cheers,
Balint

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

Bug#836827: pd-zexy: 'date' and 'time' objects missing (only their help files are in package)

2016-09-06 Thread Pelle Hjek
Package: pd-zexy
Version: 2.2.6-2
Severity: normal

Dear Maintainer,

To reproduce this:
  - open Pd
  - Click 'Help' -> 'Browser...' -> 'zexy/' -> 'date-help.pd' or 'time-help.pd'

When the help patch is opened, the 'date' and/or 'time' objects will appear 
with a dashed line, and Pd console will print "date ... couldn't create" and 
"time ... couldn't create"

When opening a file manager at /usr/lib/pd/extra/zexy, it appears that 
'time-help.pd' and 'date-help.pd' exist, but 'time.pd' and 'date.pd' (which are 
the source files for the objects described in the help patches) are missing.

I was expecting the 'time' and 'date' objects to be included in the 'pd-zexy' 
package along with the documentation.

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

Kernel: Linux 4.6.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pd-zexy depends on:
ii  libc6   2.23-4
ii  puredata0.47.1-1
ii  puredata-core [pd]  0.47.1-1

pd-zexy recommends no packages.

pd-zexy suggests no packages.

-- no debconf information

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


Bug#831591: ffmpeg: kodi crash

2016-09-06 Thread Carl Eugen Hoyos
Hi Bálint!

> I don't have the test file.

In this case I suggest to close the relevant tickets:
We cannot reproduce, there is no backtrace and no bisect.

Since FFmpeg has made three point releases with the ABI 
that is apparently incompatible with (old) Kodi, it is 
very unlikely that it will be changed again (we would 
likely brake mpv that intentionally uses the invalid API).

Slightly related: More that half of the open tickets 
concerning FFmpeg in Debian either contain no samples to 
reproduce or will not be fixed or were never reproducible.
If another FFmpeg developer were interested in fixing 
bugs reported here it would be very difficult for him to 
find something useful due to the low snr.

Carl Eugen

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