Re: libdvdnav_5.0.1-2_amd64.changes ACCEPTED into experimental

2015-01-02 Thread Matteo F. Vescovi
Hi again!

On 2015-01-02 at 10:08 (CET), Fabian Greffrath wrote:
  My main task was to fix that #774075 and asked on #debian-multimedia IRC
  channel how I should've handled that Breaks against mplayer2 but I
  hadn't the time to investigate further about the last good version of
  mplayer2 working with the lib.
 
 I am not sure about the first good version of mplayer2 that is linked
 against libdvdnav instead of libdvdnavmini, either, but I guess it is
 safe to force upgrade from the version in stable to the version in
 testing, which will itself become the new stable soon.

Perfect. I've already committed the Breaks stuff and I'm about pushing
it to git repository so could be however included in next upload.

  So now just another couple of bugs afflicts the package and I'd like to
  fix them too. I've noticed #758543 and I've seen you had an idea about
  the way to fix that. Could you explain it to me too? I don't know if the
  symlink trick could be used here as well. Hope to be convinced by your
  argument ;)
 
 Actually, #774075 is a duplicate of #758543, but with a different
 package affected. As a consequence of #758543, Breaks have been added to
 remove mplayer and mencoder packages, which were both linked against
 libdvdnavmini and are not available in Debian anymore. The mplayer2
 package is different, because it has switched from libdvdnavmini to
 libdvdnav meanwhile and is still available in Debian. So, here it would
 be sufficient to force its upgrade when a libdvdnav package is
 instralled that does not contain libdvdnavmini anymore.
 
 The symlink approach would solve all of these conflicts as well, and
 provides additional backwards compatibility (the Breaks against mplayer
 and mencoder could get removed). The downside is that it's some kind of
 a dirty hack and provides support for a deprecated interface that is
 abandoned upstream.

Uh, I mis-copied the bug number :/
I was intending #760627, which is the only other normal severity bug
filed against libdvdnav, where there's your hint about the
libdvdnavmini - libdvdnav symlink.

Sebastian, what about that?

Cheers.

-- 
Matteo F. Vescovi || Debian Developer
GnuPG KeyID: 4096R/0x8062398983B2CF7A

___
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#774414: Audacity fault in Metedata edit screen

2015-01-02 Thread Robert

Package: Audacity AMD64
Version: 2.06

When closing the Metadata dialog via Datei-Metadaten Bearbeiten, an
assertion message shows up, but only, when the field Genre was edited.


The call trace is shown below.

ASSERT INFO:
../src/common/wincmn.cpp(478): assert GetEventHandler() == this failed
in ~wxWindowBase(): any pushed event handlers must have been removed

BACKTRACE:
[1] wxWindowBase::~wxWindowBase()
[2] wxWindow::~wxWindow()
[3] wxControlBase::~wxControlBase()
[4] wxChoice::~wxChoice()
[5] wxComboBox::~wxComboBox()
[6] wxWindowBase::Destroy()
[7] wxWindowBase::DestroyChildren()
[8] wxWindow::~wxWindow()
[9] wxGridWindow::~wxGridWindow()
[10] wxWindowBase::Destroy()
[11] wxWindowBase::DestroyChildren()
[12] wxWindow::~wxWindow()
[13] Grid::~Grid()
[14] TagsEditor::~TagsEditor()
[15] Tags::ShowEditDialog(wxWindow*, wxString, bool)
[16] AudacityProject::OnEditMetadata()
[17] CommandManager::HandleCommandEntry(CommandListEntry*, unsigned int,
unsigned int, wxEvent const*)
[18] AudacityProject::OnMenu(wxCommandEvent)
[19] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor,
wxEvent) const
[20] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const,
wxEvtHandler*, wxEvent)
[21] wxEventHashTable::HandleEvent(wxEvent, wxEvtHandler*)
[22] wxEvtHandler::TryHereOnly(wxEvent)
[23] wxEvtHandler::ProcessEventLocally(wxEvent)
[24] wxEvtHandler::ProcessEvent(wxEvent)
[25] wxWindowBase::TryAfter(wxEvent)
[26] wxEvtHandler::SafelyProcessEvent(wxEvent)
[27] wxMenuBase::SendEvent(int, int)
[28] g_closure_invoke
[29] g_signal_emit_valist
[30] g_signal_emit
[31] gtk_widget_activate
[32] gtk_menu_shell_activate_item
[33] g_closure_invoke
[34] g_signal_emit_valist
[35] g_signal_emit
[36] gtk_propagate_event
[37] gtk_main_do_event
[38] g_main_context_dispatch
[39] g_main_loop_run
[40] gtk_main
[41] wxGUIEventLoop::DoRun()
[42] wxEventLoopBase::Run()
[43] wxAppConsoleBase::MainLoop()
[44] wxEntry(int, wchar_t**)
[45] main
[46] __libc_start_main
[47] _start

___
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: libdvdnav_5.0.1-2_amd64.changes ACCEPTED into experimental

2015-01-02 Thread Fabian Greffrath
Hi again,

Am Freitag, den 02.01.2015, 09:47 +0100 schrieb Matteo F. Vescovi: 
 First of all, Happy New Year! ;)

Sorry, I tend to forget this on Jan 2nd. ;)

 My main task was to fix that #774075 and asked on #debian-multimedia IRC
 channel how I should've handled that Breaks against mplayer2 but I
 hadn't the time to investigate further about the last good version of
 mplayer2 working with the lib.

I am not sure about the first good version of mplayer2 that is linked
against libdvdnav instead of libdvdnavmini, either, but I guess it is
safe to force upgrade from the version in stable to the version in
testing, which will itself become the new stable soon.

 So now just another couple of bugs afflicts the package and I'd like to
 fix them too. I've noticed #758543 and I've seen you had an idea about
 the way to fix that. Could you explain it to me too? I don't know if the
 symlink trick could be used here as well. Hope to be convinced by your
 argument ;)

Actually, #774075 is a duplicate of #758543, but with a different
package affected. As a consequence of #758543, Breaks have been added to
remove mplayer and mencoder packages, which were both linked against
libdvdnavmini and are not available in Debian anymore. The mplayer2
package is different, because it has switched from libdvdnavmini to
libdvdnav meanwhile and is still available in Debian. So, here it would
be sufficient to force its upgrade when a libdvdnav package is
instralled that does not contain libdvdnavmini anymore.

The symlink approach would solve all of these conflicts as well, and
provides additional backwards compatibility (the Breaks against mplayer
and mencoder could get removed). The downside is that it's some kind of
a dirty hack and provides support for a deprecated interface that is
abandoned upstream.

- Fabian



___
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: reassign 774414 to audacity

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

 reassign 774414 audacity 2.0.6-2
Bug #774414 [audacity amd64] Audacity fault in Metedata edit screen
Warning: Unknown package 'amd64'
Bug reassigned from package 'audacity amd64' to 'audacity'.
No longer marked as found in versions 2.06.
Ignoring request to alter fixed versions of bug #774414 to the same values 
previously set
Bug #774414 [audacity] Audacity fault in Metedata edit screen
Marked as found in versions audacity/2.0.6-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
774414: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774414
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: reassign 774414 to audacity

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

 reassign 774414 audacity 2.0.6-2
Bug #774414 [audacity] Audacity fault in Metedata edit screen
Ignoring request to reassign bug #774414 to the same package
Bug #774414 [audacity] Audacity fault in Metedata edit screen
Ignoring request to alter found versions of bug #774414 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
774414: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774414
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 515705 in 5.0.1-1

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

 found 515705 5.0.1-1
Bug #515705 {Done: Matteo F. Vescovi m...@debian.org} [src:libdvdnav] dumps 
warnings to stdout
Marked as found in versions libdvdnav/5.0.1-1 and reopened.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
515705: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515705
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: notfixed 515705 in 5.0.1-1

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

 notfixed 515705 5.0.1-1
Bug #515705 [src:libdvdnav] dumps warnings to stdout
No longer marked as fixed in versions 5.0.1-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
515705: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515705
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 515705 in 4.1.2-3

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

 found 515705 4.1.2-3
Bug #515705 [src:libdvdnav] dumps warnings to stdout
Marked as found in versions libdvdnav/4.1.2-3.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
515705: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515705
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 libdvdnav_5.0.1-3_sourceonly.changes

2015-01-02 Thread Debian FTP Masters
libdvdnav_5.0.1-3_sourceonly.changes uploaded successfully to localhost
along with the files:
  libdvdnav_5.0.1-3.dsc
  libdvdnav_5.0.1-3.debian.tar.xz
  libdvdnav-doc_5.0.1-3_all.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


Re: libdvdnav_5.0.1-2_amd64.changes ACCEPTED into experimental

2015-01-02 Thread Fabian Greffrath
Hi Matteo,

Am Mittwoch, den 31.12.2014, 16:19 + schrieb Debian FTP Masters: 
  libdvdnav (5.0.1-2) experimental; urgency=medium
  .
* debian/control: Uploader e-mail address updated
* debian/patches/: new patchset started
  - 0001-dvdnav_get_position.patch added (Closes: #763279)
* debian/control: S-V bump 3.9.5 = 3.9.6 (no changes needed)

thank you for this upload! However, could you please add a versioned
Breaks against the mplayer2 package in the next upload, as discussed in
#774075? I think versioning it against the 2.0-728-g2c378c7-4 version
currently in testing will be sufficient.

Cheers,

Fabian



___
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: reassign 731699 to libdvdread4, reassign 748794 to libdvdread4

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

 reassign 731699 libdvdread4
Bug #731699 [libdvdnav4] vlc: Segmentation fault by clicking on 'MyVideos' or 
'My Music' or 'My Pictures'
Bug reassigned from package 'libdvdnav4' to 'libdvdread4'.
Ignoring request to alter found versions of bug #731699 to the same values 
previously set
Ignoring request to alter fixed versions of bug #731699 to the same values 
previously set
 reassign 748794 libdvdread4
Bug #748794 [libdvdnav4] vlc: Segmentation fault when browsing filesystem at 
~/Music
Bug reassigned from package 'libdvdnav4' to 'libdvdread4'.
Ignoring request to alter found versions of bug #748794 to the same values 
previously set
Ignoring request to alter fixed versions of bug #748794 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
731699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731699
748794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748794
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#774409: audacious-plugins: improve audacious Winamp classic interface default setting and songs tagged with non-ASCII characters

2015-01-02 Thread Hideki Yamane
Package: audacious-plugins
Severity: normal
Tags: l10n, patch

Hi,

 With Winamp interface, audacious uses bitmap font by default, but it is
 only for ASCII characters. So, if I would play songs that tagged with
 Japanese characters, audacious just shows ?? - it's not good :(
 see attached image.

 Attached patch changes default setting. 
 - it improve user experience who uses non-ASCII characters like CJK
 - it would not harm ASCII character users

 Could you consider to apply it, please?


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
From 22739bf2a63d8f3706c444aa6b5488d64deb57f6 Mon Sep 17 00:00:00 2001
From: Hideki Yamane henr...@debian.org
Date: Fri, 2 Jan 2015 18:19:42 +0900
Subject: [PATCH] not use bitmap font by default

since non-ASCII characters are not showed properly with default configuration
and users should find it to fix: it annoys many users and maybe a bit hard for
beginners
---
 src/skins/skins_cfg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/skins/skins_cfg.c b/src/skins/skins_cfg.c
index 3dd2d81..e4bdfca 100644
--- a/src/skins/skins_cfg.c
+++ b/src/skins/skins_cfg.c
@@ -45,7 +45,7 @@ static const gchar * const skins_defaults[] = {
  /* general */
  autoscroll_songname, TRUE,
  mainwin_font, Sans Bold 9,
- mainwin_use_bitmapfont, TRUE,
+ mainwin_use_bitmapfont, FALSE,
  playlist_font, Sans Bold 8,
  show_remaining_time, FALSE,
  twoway_scroll, FALSE,
-- 
2.1.4

___
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: libdvdnav_5.0.1-2_amd64.changes ACCEPTED into experimental

2015-01-02 Thread Matteo F. Vescovi
Hi Fabian!

On 2015-01-02 at 09:18 (CET), Fabian Greffrath wrote:
 Hi Matteo,
 
 thank you for this upload! However, could you please add a versioned
 Breaks against the mplayer2 package in the next upload, as discussed in
 #774075? I think versioning it against the 2.0-728-g2c378c7-4 version
 currently in testing will be sufficient.

First of all, Happy New Year! ;)

My main task was to fix that #774075 and asked on #debian-multimedia IRC
channel how I should've handled that Breaks against mplayer2 but I
hadn't the time to investigate further about the last good version of
mplayer2 working with the lib.

I've reassigned a couple of bugs firstly assigned to libdvdnav but that
Jean-Baptiste Kempf (videolan upstream devel) tried to reassign to
libdvdread (probably he didn't pass the commands to control server
correctly).

So now just another couple of bugs afflicts the package and I'd like to
fix them too. I've noticed #758543 and I've seen you had an idea about
the way to fix that. Could you explain it to me too? I don't know if the
symlink trick could be used here as well. Hope to be convinced by your
argument ;)

Cheers.


-- 
Matteo F. Vescovi || Debian Developer
GnuPG KeyID: 4096R/0x8062398983B2CF7A

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


libdvdnav_5.0.1-1~bpo70+1_amd64.changes is NEW

2015-01-02 Thread Debian FTP Masters
binary:libdvdnav-dev is NEW.
binary:libdvdnav4 is NEW.
binary:libdvdnav-dbg is NEW.
binary:libdvdnav-doc is NEW.
source:libdvdnav is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will recieve an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

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


a52dec_0.7.4-17~bpo70+1_amd64.changes is NEW

2015-01-02 Thread Debian FTP Masters
binary:liba52-0.7.4 is NEW.
binary:liba52-0.7.4-dev is NEW.
source:a52dec is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will recieve an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

___
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 a52dec_0.7.4-17~bpo70+1_amd64.changes

2015-01-02 Thread Debian FTP Masters
a52dec_0.7.4-17~bpo70+1_amd64.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  a52dec_0.7.4-17~bpo70+1.dsc
  a52dec_0.7.4-17~bpo70+1.diff.gz
  liba52-0.7.4_0.7.4-17~bpo70+1_amd64.deb
  liba52-0.7.4-dev_0.7.4-17~bpo70+1_amd64.deb

Greetings,

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


Processing of libdvdnav_5.0.1-1~bpo70+1_amd64.changes

2015-01-02 Thread Debian FTP Masters
libdvdnav_5.0.1-1~bpo70+1_amd64.changes uploaded successfully to localhost
along with the files:
  libdvdnav_5.0.1-1~bpo70+1.dsc
  libdvdnav_5.0.1-1~bpo70+1.debian.tar.xz
  libdvdnav4_5.0.1-1~bpo70+1_amd64.deb
  libdvdnav-dbg_5.0.1-1~bpo70+1_amd64.deb
  libdvdnav-dev_5.0.1-1~bpo70+1_amd64.deb
  libdvdnav-doc_5.0.1-1~bpo70+1_all.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


Processing of libdvdnav_5.0.1-1~bpo70+1_amd64.changes

2015-01-02 Thread Debian FTP Masters
libdvdnav_5.0.1-1~bpo70+1_amd64.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  libdvdnav_5.0.1-1~bpo70+1.dsc
  libdvdnav_5.0.1-1~bpo70+1.debian.tar.xz
  libdvdnav4_5.0.1-1~bpo70+1_amd64.deb
  libdvdnav-dbg_5.0.1-1~bpo70+1_amd64.deb
  libdvdnav-dev_5.0.1-1~bpo70+1_amd64.deb
  libdvdnav-doc_5.0.1-1~bpo70+1_all.deb

Greetings,

Your Debian queue daemon (running on host coccia.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#515705: libdvdnav4: dumps warnings to stdout

2015-01-02 Thread Elena ``of Valhalla''
I've checked for this and it is still happening (but at first I didn't
understand what the bug meant).

To reproduce, don't use Media -- Open Directory... to open a DVD Rip 
directory (ad I understood at first), but the playlist mode (View -
Playlist if it is not already visible) and click on e.g. My Music
or any other non-DVD directory on the left bar.

This also applies to libdvdread, which gives a similar error:

libdvdnav: Using dvdnav version 5.0.1
libdvdread: Couldn't find device name.
libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO

-- 
Elena ``of Valhalla''

___
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: reassign 515705 to src:libdvdnav

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

 reassign 515705 src:libdvdnav
Bug #515705 [libdvdnav] dumps warnings to stdout
Bug reassigned from package 'libdvdnav' to 'src:libdvdnav'.
Ignoring request to alter found versions of bug #515705 to the same values 
previously set
Ignoring request to alter fixed versions of bug #515705 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
515705: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515705
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 a52dec_0.7.4-17~bpo70+1_amd64.changes

2015-01-02 Thread Debian FTP Masters
a52dec_0.7.4-17~bpo70+1_amd64.changes uploaded successfully to localhost
along with the files:
  a52dec_0.7.4-17~bpo70+1.dsc
  a52dec_0.7.4-17~bpo70+1.diff.gz
  liba52-0.7.4_0.7.4-17~bpo70+1_amd64.deb
  liba52-0.7.4-dev_0.7.4-17~bpo70+1_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


libdvdnav_5.0.1-3_sourceonly.changes ACCEPTED into experimental

2015-01-02 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 02 Jan 2015 15:04:32 +0100
Source: libdvdnav
Binary: libdvdnav4 libdvdnav-dbg libdvdnav-dev libdvdnav-doc
Architecture: source all
Version: 5.0.1-3
Distribution: experimental
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Matteo F. Vescovi m...@debian.org
Description:
 libdvdnav-dbg - DVD navigation library (debug)
 libdvdnav-dev - DVD navigation library (development)
 libdvdnav-doc - DVD navigation library (documentation)
 libdvdnav4 - DVD navigation library
Closes: 774075
Changes:
 libdvdnav (5.0.1-3) experimental; urgency=medium
 .
   * debian/control: Breaks against versioned mplayer2 added
 (Closes: #774075)
Checksums-Sha1:
 8c635f734224591d836709801be0f9b1e908c5f0 2404 libdvdnav_5.0.1-3.dsc
 3f44a25a4b4ca236a5e5444e2dc5f0733d1927a0 8460 libdvdnav_5.0.1-3.debian.tar.xz
 512ce2c0cfb15a9745784ff7bad5d4cb3ae53694 36692 libdvdnav-doc_5.0.1-3_all.deb
Checksums-Sha256:
 3506bc4ac19a00df8d55b67c5fc671b470ac8e320674a644d32c98144c2c47ef 2404 
libdvdnav_5.0.1-3.dsc
 f5a59403ebdcfecc015dd9a4c2d51e0429dce8cf279ed82f32e8a91ab1e32092 8460 
libdvdnav_5.0.1-3.debian.tar.xz
 ab8daf6f63cb410c5a9b802c5e56ae8cc08ae7e75208be49ff5dec44060511d5 36692 
libdvdnav-doc_5.0.1-3_all.deb
Files:
 d5392e421b5c60bd36e61a34e0cdf74d 2404 libs optional libdvdnav_5.0.1-3.dsc
 e23a22fbf290aac7e44d1a9ea449df94 8460 libs optional 
libdvdnav_5.0.1-3.debian.tar.xz
 717861e7426df8f94fd85ca44d6b30ca 36692 doc optional 
libdvdnav-doc_5.0.1-3_all.deb

-BEGIN PGP SIGNATURE-
Comment: Debian powered!

iQJ8BAEBCgBmBQJUpq41XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGM0REMDlGOERBODdEMURGNTA0NkM5OUIw
NjEyRjQ5NDRFQ0RDRDVBAAoJEAYS9JROzc1aO8oP+QF8IsZ/N89jex/SeT5cZiQB
DSS9h9e58qUAtWajpxf61R+StgfB0b/s+rVRnvirOjeqxj29dILec1IMegSS1dTd
inSPwq2IT/niNIflUmehxdptarWZI+ehJKbb3MyaTkIM6+XOOtPzinFH15cPXvQ0
g1zYOXWpSuP/oCN2mEU/RBYoqLIM75FqIbTayrmDNb7vzgrzD7xn5mrUzixBVEor
DU1flCEfkuzF7jxpa0e+XuwpzQ/eAcY+tpO77/7EbEjeGxzkFVKS0DrnAOMbPfF7
ijMChyOSpF2NLAOGDCzMvp122vllkcScKAXC7VYaqg0QEmf7MGG0Vd9vIgTPdTpF
OKUU8eqaLOw2hbqg4+6Ez0Q1LzM5Z9T50Z52NeoVieIzBIKMCmUUTjDiFOPDMd6B
6H/rr8OcdAozGLE8kdzyeGNEPdheuLT4c8mwkuiW3HL1zKB9OLPWioxqkc4iQZfJ
V/c8oZ6okm+sSznL1zsrKrwZgA6GYn3kXQcMZUvKKWF40rz6qKj+qLNLHE9P+GwG
KnsbravuJFxS09UaN2by5Qjy36SUZJAR8BrB8Qshq9oz7V4Ua7DzYoTs7OyqoEEL
BTlglBp7Hw+5Q6W9C2X+QAnNL6JH9c0vGpFiZr0894CN0I7pVBQogLZy7xwndZcG
aLG3wn1Ojb8ZTCFQG6kB
=ykTu
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Bug#515705: marked as done (dumps warnings to stdout)

2015-01-02 Thread Debian Bug Tracking System
Your message dated Fri, 2 Jan 2015 12:29:39 +0100
with message-id 20150102112939.GA9242@localhost
and subject line Re: libdvdnav4: dumps warnings to stdout
has caused the Debian Bug report #515705,
regarding dumps warnings to 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.)


-- 
515705: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515705
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libdvdnav4
Version: 4.1.2-3
Severity: minor

When I open directories in vlc I get this warning on stdout all the
time. libdvdnav is a library, it should pass errors back to the
application using return values, not dump crap to stdout.

libdvdnav: Using dvdnav version 4.1.2 from http://dvd.sf.net
libdvdnav: Can't read name block. Probably not a DVD-ROM device.
libdvdnav: Unable to find map file '/home/pabs/.dvdnav/.map'
libdvdnav: vm: failed to read VIDEO_TS.IFO

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (550, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libdvdnav4 depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libdvdread3   0.9.7-11   library for reading DVDs

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part
---End Message---
---BeginMessage---
Version: 5.0.1-1

On 2009-02-17 at 02:06 (CET), Paul Wise wrote:
 When I open directories in vlc I get this warning on stdout all the
 time. libdvdnav is a library, it should pass errors back to the
 application using return values, not dump crap to stdout.
 
 libdvdnav: Using dvdnav version 4.1.2 from http://dvd.sf.net
 libdvdnav: Can't read name block. Probably not a DVD-ROM device.
 libdvdnav: Unable to find map file '/home/pabs/.dvdnav/.map'
 libdvdnav: vm: failed to read VIDEO_TS.IFO

It's bern tested that this bug doesn't afflict libdvdnav anymore in
versions actually in testing, unstable and experimental.

So, closing.

Cheers.

-- 
Matteo F. Vescovi || Debian Developer
GnuPG KeyID: 4096R/0x8062398983B2CF7A---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#760627: marked as done (libdvdnav4: Please break on mplayer 2:1.0~ not 2:1.0)

2015-01-02 Thread Debian Bug Tracking System
Your message dated Fri, 2 Jan 2015 16:01:17 +0100
with message-id 20150102150116.gd23...@ramacher.at
and subject line Re: Bug#760627: libdvdnav4: Please break on mplayer 2:1.0~ not 
2:1.0
has caused the Debian Bug report #760627,
regarding libdvdnav4: Please break on mplayer 2:1.0~ not 2:1.0
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.)


-- 
760627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libdvdnav4
Version: 5.0.1-1
Severity: normal

The current Breaks: matches on the pre-release of mplayer/mencoder,
2:1.0~rc4.dfsg1+svn34540-1+b2, that's currently in the archive.

I assume this is not what is intended.
Thus, please add a ~ to the Breaks: lines.

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

Kernel: Linux 3.14-rc7-amd64 (SMP w/4 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 libdvdnav4 depends on:
ii  libc6  2.19-9
ii  libdvdread45.0.0-1
ii  multiarch-support  2.19-9

libdvdnav4 recommends no packages.

Versions of packages libdvdnav4 suggests:
ii  libdvdcss2  1.2.13-dmo1

-- no debconf information
---End Message---
---BeginMessage---
On 2014-09-06 10:19:40, Sebastian Ramacher wrote:
 On 2014-09-06 09:39:42, Matthias Urlichs wrote:
  Package: libdvdnav4
  Version: 5.0.1-1
  Severity: normal
  
  The current Breaks: matches on the pre-release of mplayer/mencoder,
  2:1.0~rc4.dfsg1+svn34540-1+b2, that's currently in the archive.
  
  I assume this is not what is intended.
  Thus, please add a ~ to the Breaks: lines.
 
 This is intended. mplayer and mencoder are no longer in the archive and the
 Breaks is there to ensure that the old mplayer/mencoder packages from wheezy 
 get
 removed on an upgrade to jessie. See also [1] for some discussion around the
 issue.

So let's close this.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: 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#515705: libdvdnav4: dumps warnings to stdout

2015-01-02 Thread Matteo F. Vescovi
Hi!

On Jan 3, 2015 12:08 AM, Paul Wise p...@debian.org wrote:

 On Fri, 2015-01-02 at 12:29 +0100, Matteo F. Vescovi wrote:

  It's bern tested that this bug doesn't afflict libdvdnav anymore in
  versions actually in testing, unstable and experimental.

 The testing done and source code search was inadequate, the issue is
 still definitely still present in the latest code:

 https://sources.debian.net/src/libdvdnav/5.0.1-1/src/vm/vm.c#L369
 https://codesearch.debian.net/search?q=fprintf+package:libdvdnav

 pabs@chianamo ~ $ rm -rf foo ; mkdir foo ; vlc foo
 VLC media player 2.2.0-rc2 Weatherwax (revision 2.2.0-rc1-118-g22fda39)
 [01b59968] core libvlc: Running vlc with the default interface.
Use 'cvlc' to use vlc without interface.
 libdvdnav: Using dvdnav version 5.0.1
 libdvdread: Encrypted DVD support unavailable.
 
 ****
 **  No css library available. See **
 **  /usr/share/doc/libdvdread4/README.css **
 **  for more information. **
 ****
 
 libdvdread: Couldn't find device name.
 libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
 libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
 libdvdread: Can't open file VIDEO_TS.IFO.
 libdvdnav: vm: failed to read VIDEO_TS.IFO
 [01b6d908] core playlist: stopping playback

Yes, it's known. The bug report has been reopened, indeed.
I'll keep in touch with upstream to fix this asap.

Cheers.

-- 
Matteo F. Vescovi
___
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#515705: libdvdnav4: dumps warnings to stdout

2015-01-02 Thread Paul Wise
On Fri, 2015-01-02 at 12:29 +0100, Matteo F. Vescovi wrote:

 It's bern tested that this bug doesn't afflict libdvdnav anymore in
 versions actually in testing, unstable and experimental.

The testing done and source code search was inadequate, the issue is
still definitely still present in the latest code:

https://sources.debian.net/src/libdvdnav/5.0.1-1/src/vm/vm.c#L369
https://codesearch.debian.net/search?q=fprintf+package:libdvdnav

pabs@chianamo ~ $ rm -rf foo ; mkdir foo ; vlc foo
VLC media player 2.2.0-rc2 Weatherwax (revision 2.2.0-rc1-118-g22fda39)
[01b59968] core libvlc: Running vlc with the default interface. Use 
'cvlc' to use vlc without interface.
libdvdnav: Using dvdnav version 5.0.1
libdvdread: Encrypted DVD support unavailable.

****
**  No css library available. See **
**  /usr/share/doc/libdvdread4/README.css **
**  for more information. **
****

libdvdread: Couldn't find device name.
libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[01b6d908] core playlist: stopping playback

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



signature.asc
Description: This is a digitally signed message part
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: Log for attempted build of forked-daapd_22.0-1 on m68k (dist=unstable)

2015-01-02 Thread Bálint Réczey
Hi Thorsten,

2015-01-02 16:43 GMT+01:00 Thorsten Glaser t.gla...@tarent.de:
 On Fri, 2 Jan 2015, Emmanuel Bourg wrote:

 Le 02/01/2015 10:23, Thorsten Glaser a écrit :

  Hm, so what can we do here? Increase the timeout in antlr3 for
  “slow” platforms? (Could it look at /proc/cpuinfo or something?
  Except, that file is platform-specific… so a list of known to
  be slow platforms would help.) Or is this a GCJ vs. OpenJDK issue?

 I got a similar issue with the packaging of openjfx. It's possible to
 increase the timeout by setting the -Xconversiontimeout parameter. See:

 https://sources.debian.net/src/openjfx/8u20-b26-3/debian/patches/05-set-antlr-timeout.patch

 Ah, okay, thanks. Dear maintainers, could you please add this?
Not that I am lazy but I think instead of patching every package using
antlr antlr itself should be patched to use higher default timeouts on
slow platforms.
The other solution I would think about is running m68k builds using
faketime to pretend the HW to be faster.

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

Re: Log for attempted build of forked-daapd_22.0-1 on m68k (dist=unstable)

2015-01-02 Thread Thorsten Glaser
On Fri, 2 Jan 2015, Emmanuel Bourg wrote:

 Le 02/01/2015 10:23, Thorsten Glaser a écrit :
 
  Hm, so what can we do here? Increase the timeout in antlr3 for
  “slow” platforms? (Could it look at /proc/cpuinfo or something?
  Except, that file is platform-specific… so a list of known to
  be slow platforms would help.) Or is this a GCJ vs. OpenJDK issue?
 
 I got a similar issue with the packaging of openjfx. It's possible to
 increase the timeout by setting the -Xconversiontimeout parameter. See:
 
 https://sources.debian.net/src/openjfx/8u20-b26-3/debian/patches/05-set-antlr-timeout.patch

Ah, okay, thanks. Dear maintainers, could you please add this?

Thanks,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-235
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg

___
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#774427: wavpack: Some curly quotes in wavpack(1) should be straight

2015-01-02 Thread Reuben Thomas
Package: wavpack
Version: 4.70.0-1
Severity: minor

Some curly quotes in wavpack(1) should be straight, in the description of
the -w and --write-binary-tags options.

-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty'), (100, 'trusty-backports'), (90, 'vivid-updates'), (90, 'vivid')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-40-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wavpack depends on:
ii  libc62.19-0ubuntu6.4
ii  libwavpack1  4.70.0-1

wavpack recommends no packages.

wavpack 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


kodi_14.0+dfsg1-1_i386.changes is NEW

2015-01-02 Thread Debian FTP Masters
binary:kodi is NEW.
binary:kodi-addons-dev is NEW.
binary:kodi-bin is NEW.
binary:kodi-dbg is NEW.
binary:kodi-eventclients-common is NEW.
binary:kodi-eventclients-dev is NEW.
binary:kodi-eventclients-j2me is NEW.
binary:kodi-eventclients-kodi-send is NEW.
binary:kodi-eventclients-ps3 is NEW.
binary:kodi-eventclients-wiiremote is NEW.
source:kodi is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will recieve an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

___
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 kodi_14.0+dfsg1-1_i386.changes

2015-01-02 Thread Debian FTP Masters
kodi_14.0+dfsg1-1_i386.changes uploaded successfully to localhost
along with the files:
  kodi_14.0+dfsg1-1.dsc
  kodi_14.0+dfsg1.orig.tar.xz
  kodi_14.0+dfsg1-1.debian.tar.xz
  kodi_14.0+dfsg1-1_all.deb
  kodi-bin_14.0+dfsg1-1_i386.deb
  kodi-dbg_14.0+dfsg1-1_i386.deb
  kodi-eventclients-common_14.0+dfsg1-1_all.deb
  kodi-eventclients-dev_14.0+dfsg1-1_all.deb
  kodi-eventclients-wiiremote_14.0+dfsg1-1_i386.deb
  kodi-eventclients-j2me_14.0+dfsg1-1_all.deb
  kodi-eventclients-ps3_14.0+dfsg1-1_all.deb
  kodi-eventclients-kodi-send_14.0+dfsg1-1_all.deb
  kodi-addons-dev_14.0+dfsg1-1_all.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#774075: marked as done (libdvdnav4: breaks mplayer2 from wheezy)

2015-01-02 Thread Debian Bug Tracking System
Your message dated Fri, 02 Jan 2015 15:19:24 +
with message-id e1y740a-0004xx...@franck.debian.org
and subject line Bug#774075: fixed in libdvdnav 5.0.1-3
has caused the Debian Bug report #774075,
regarding libdvdnav4: breaks mplayer2 from 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.)


-- 
774075: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774075
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libdvdnav4
Version: 5.0.1-1

mplayer2 2.0-554-gf63dbad-1+b1 no longer starts after upgrading
libdvdnav4 from 4.2.0+20120524-2 to 5.0.1-1:

% mplayer
mplayer: error while loading shared libraries: libdvdnavmini.so.4: cannot open 
shared object file: No such file or directory
---End Message---
---BeginMessage---
Source: libdvdnav
Source-Version: 5.0.1-3

We believe that the bug you reported is fixed in the latest version of
libdvdnav, 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 774...@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 libdvdnav 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: Fri, 02 Jan 2015 15:04:32 +0100
Source: libdvdnav
Binary: libdvdnav4 libdvdnav-dbg libdvdnav-dev libdvdnav-doc
Architecture: source all
Version: 5.0.1-3
Distribution: experimental
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Matteo F. Vescovi m...@debian.org
Description:
 libdvdnav-dbg - DVD navigation library (debug)
 libdvdnav-dev - DVD navigation library (development)
 libdvdnav-doc - DVD navigation library (documentation)
 libdvdnav4 - DVD navigation library
Closes: 774075
Changes:
 libdvdnav (5.0.1-3) experimental; urgency=medium
 .
   * debian/control: Breaks against versioned mplayer2 added
 (Closes: #774075)
Checksums-Sha1:
 8c635f734224591d836709801be0f9b1e908c5f0 2404 libdvdnav_5.0.1-3.dsc
 3f44a25a4b4ca236a5e5444e2dc5f0733d1927a0 8460 libdvdnav_5.0.1-3.debian.tar.xz
 512ce2c0cfb15a9745784ff7bad5d4cb3ae53694 36692 libdvdnav-doc_5.0.1-3_all.deb
Checksums-Sha256:
 3506bc4ac19a00df8d55b67c5fc671b470ac8e320674a644d32c98144c2c47ef 2404 
libdvdnav_5.0.1-3.dsc
 f5a59403ebdcfecc015dd9a4c2d51e0429dce8cf279ed82f32e8a91ab1e32092 8460 
libdvdnav_5.0.1-3.debian.tar.xz
 ab8daf6f63cb410c5a9b802c5e56ae8cc08ae7e75208be49ff5dec44060511d5 36692 
libdvdnav-doc_5.0.1-3_all.deb
Files:
 d5392e421b5c60bd36e61a34e0cdf74d 2404 libs optional libdvdnav_5.0.1-3.dsc
 e23a22fbf290aac7e44d1a9ea449df94 8460 libs optional 
libdvdnav_5.0.1-3.debian.tar.xz
 717861e7426df8f94fd85ca44d6b30ca 36692 doc optional 
libdvdnav-doc_5.0.1-3_all.deb

-BEGIN PGP SIGNATURE-
Comment: Debian powered!

iQJ8BAEBCgBmBQJUpq41XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGM0REMDlGOERBODdEMURGNTA0NkM5OUIw
NjEyRjQ5NDRFQ0RDRDVBAAoJEAYS9JROzc1aO8oP+QF8IsZ/N89jex/SeT5cZiQB
DSS9h9e58qUAtWajpxf61R+StgfB0b/s+rVRnvirOjeqxj29dILec1IMegSS1dTd
inSPwq2IT/niNIflUmehxdptarWZI+ehJKbb3MyaTkIM6+XOOtPzinFH15cPXvQ0
g1zYOXWpSuP/oCN2mEU/RBYoqLIM75FqIbTayrmDNb7vzgrzD7xn5mrUzixBVEor
DU1flCEfkuzF7jxpa0e+XuwpzQ/eAcY+tpO77/7EbEjeGxzkFVKS0DrnAOMbPfF7
ijMChyOSpF2NLAOGDCzMvp122vllkcScKAXC7VYaqg0QEmf7MGG0Vd9vIgTPdTpF
OKUU8eqaLOw2hbqg4+6Ez0Q1LzM5Z9T50Z52NeoVieIzBIKMCmUUTjDiFOPDMd6B
6H/rr8OcdAozGLE8kdzyeGNEPdheuLT4c8mwkuiW3HL1zKB9OLPWioxqkc4iQZfJ
V/c8oZ6okm+sSznL1zsrKrwZgA6GYn3kXQcMZUvKKWF40rz6qKj+qLNLHE9P+GwG
KnsbravuJFxS09UaN2by5Qjy36SUZJAR8BrB8Qshq9oz7V4Ua7DzYoTs7OyqoEEL
BTlglBp7Hw+5Q6W9C2X+QAnNL6JH9c0vGpFiZr0894CN0I7pVBQogLZy7xwndZcG
aLG3wn1Ojb8ZTCFQG6kB
=ykTu
-END PGP SIGNATUREEnd 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