Bug#580120: mediatomb: diff for NMU version 0.12.0~svn2018-6.1

2010-07-17 Thread Alexander Reichle-Schmehl
Hi!

* Mehdi Dogguy  [100716 18:04]:

> > I've prepared an NMU for mediatomb (versioned as 0.12.0~svn2018-6.1)
[..]
> Could you publish the diff as well?

Sorry, it's attached.


> Usually, I use nmudiff for that which attachs the patch (with mutt).
> According to your mail's headers, you are also using mutt. I don't get why
> it doesn't attach the patch then :/

I use it as well, but as the (fast) computer I use to compile my uploads
isn't allowed to sent mails, I use the output nmudiff created to copy
it over to my notebook.  In this case I seem to have forgotten to copy
over the patch :(  Sorry.


I think a nicer solution would be to ask the user via debconf if the UI
should be created, but didn't want to introduce this change via an NMU.


Best Regards,
  Alexander
diff -Nru mediatomb-0.12.0~svn2018/debian/changelog mediatomb-0.12.0~svn2018/debian/changelog
--- mediatomb-0.12.0~svn2018/debian/changelog	2010-02-11 00:52:26.0 +0100
+++ mediatomb-0.12.0~svn2018/debian/changelog	2010-07-16 15:52:57.0 +0200
@@ -1,3 +1,10 @@
+mediatomb (0.12.0~svn2018-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Disable user interface (Closes: #580120)
+
+ -- Alexander Reichle-Schmehl   Fri, 16 Jul 2010 15:52:21 +0200
+
 mediatomb (0.12.0~svn2018-6) unstable; urgency=low
 
   * Allow mediatomb to build against ffmpegthumbnailer 2.0 library.
diff -Nru mediatomb-0.12.0~svn2018/debian/config.xml.dist mediatomb-0.12.0~svn2018/debian/config.xml.dist
--- mediatomb-0.12.0~svn2018/debian/config.xml.dist	2010-02-08 04:56:29.0 +0100
+++ mediatomb-0.12.0~svn2018/debian/config.xml.dist	2010-07-16 15:52:17.0 +0200
@@ -5,7 +5,7 @@
  information on creating and using config.xml configration files.
 -->
   
-
+
   
 
   
@@ -154,4 +154,4 @@
   
 
   
-
\ Kein Zeilenumbruch am Dateiende.
+


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


Re: [SCM] midisport-firmware packaging branch, master, updated. debian/1.2-1-16-g5ff9202

2010-07-17 Thread Adrian Knoth
On Fri, Jul 16, 2010 at 11:50:11PM +0200, Jonas Smedegaard wrote:

>>> >> +post-patches::
>>> >> +autoreconf -fi
>>> >
>>> > Beware that above only ensures the autoreconf rule gets invoked > 
>>> after post-patches, not that it gets invoked before other later > 
>>> rules, which most likely you should ensure too.
>>
>> This is where dh-autoreconf places it. Unfortunately, the tool doesn't  
>> work as described, it still leaves the usual autotools files in a  
>> changed state after the clean rule.
>
> You don't want to use dh-autoreconf together with CDBS, I suspect.  That  
> one smells like short-form debhelper 7 which clashes with CDBS.

JFTR, from the description of dh-autoreconf:

 For CDBS users, a rule is provided to call the dh-autoreconf programs
 at the right time.

The rule itself is pretty simple:

$ cat /usr/share/cdbs/1/rules/autoreconf.mk 
# autoreconf.mk - dh-autoreconf integration for CDBS.

post-patches::
dh_autoreconf $(DEB_DH_AUTORECONF_ARGS)

clean::
dh_autoreconf_clean $(DEB_DH_AUTORECONF_CLEAN_ARGS)


But, as I said before, it doesn't work nicely. Could still be me, though. ;)



-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver

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


Re: Bug#588554: jamin: diff for NMU version 0.97.14~cvs~81203-3.1

2010-07-17 Thread Reinhard Tartler
On Fri, Jul 16, 2010 at 08:50:58 (EDT), Alexander Reichle-Schmehl wrote:

> Hi!
>
> Am 16.07.2010 14:41, schrieb Jonas Smedegaard:
>
>> You probably just need to use either -a or -u option to debcheckout.
>
> Ah, of course, I only did an anonymous checkout.
>
>
>> Easiest is probably to start over with a fresh debcheckout.
>
> Tried that, now I get an other error:
>
> a...@nb-xp13822:/tmp/jamin$ git push
> Counting objects: 8, done.
> Delta compression using up to 2 threads.
> Compressing objects: 100% (5/5), done.
> Writing objects: 100% (5/5), 706 bytes, done.
> Total 5 (delta 3), reused 0 (delta 0)
> error: insufficient permission for adding an object to repository
> database ./objects
>
> fatal: failed to write object
> error: unpack failed: unpack-objects abnormal exit
> To git+ssh://toli...@git.debian.org/git/pkg-multimedia/jamin.git
>  ! [remote rejected] master -> master (n/a (unpacker error))
> error: failed to push some refs to
> 'git+ssh://toli...@git.debian.org/git/pkg-multimedia/jamin.git'

this is because jamin is currently in pkg-multimedia, not in
collab-maint.

Perhaps this is an indication that jamin should be reassigned to the
Debian QA group and moved to collab-maint?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

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


Re: [SCM] midisport-firmware packaging branch, master, updated. debian/1.2-1-16-g5ff9202

2010-07-17 Thread Jonas Smedegaard

On Sat, Jul 17, 2010 at 11:31:04AM +0200, Adrian Knoth wrote:

On Fri, Jul 16, 2010 at 11:50:11PM +0200, Jonas Smedegaard wrote:


+post-patches::
+autoreconf -fi


Beware that above only ensures the autoreconf rule gets invoked 
after post-patches, not that it gets invoked before other later 
rules, which most likely you should ensure too.


This is where dh-autoreconf places it. Unfortunately, the tool 
doesn't work as described, it still leaves the usual autotools files 
in a changed state after the clean rule.


You don't want to use dh-autoreconf together with CDBS, I suspect.  
That one smells like short-form debhelper 7 which clashes with CDBS.


JFTR, from the description of dh-autoreconf:

For CDBS users, a rule is provided to call the dh-autoreconf programs 
at the right time.


The rule itself is pretty simple:

$ cat /usr/share/cdbs/1/rules/autoreconf.mk
# autoreconf.mk - dh-autoreconf integration for CDBS.

post-patches::
   dh_autoreconf $(DEB_DH_AUTORECONF_ARGS)

clean::
   dh_autoreconf_clean $(DEB_DH_AUTORECONF_CLEAN_ARGS)


But, as I said before, it doesn't work nicely. Could still be me, 
though. ;)


Thanks for enlightening me of support for CDBS with debhelper tools.

I am still reluctant to let debhelper take over all areas of packaging, 
but that possibly is just me being an old, stubborn, conservative fart.



 - 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: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: Bug#588554: jamin: diff for NMU version 0.97.14~cvs~81203-3.1

2010-07-17 Thread Jonas Smedegaard

On Fri, Jul 16, 2010 at 10:04:05AM -0400, Reinhard Tartler wrote:
On Fri, Jul 16, 2010 at 08:50:58 (EDT), Alexander Reichle-Schmehl 
wrote:



Hi!

Am 16.07.2010 14:41, schrieb Jonas Smedegaard:


You probably just need to use either -a or -u option to debcheckout.


Ah, of course, I only did an anonymous checkout.



Easiest is probably to start over with a fresh debcheckout.


Tried that, now I get an other error:

a...@nb-xp13822:/tmp/jamin$ git push
Counting objects: 8, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 706 bytes, done.
Total 5 (delta 3), reused 0 (delta 0)
error: insufficient permission for adding an object to repository
database ./objects

fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To git+ssh://toli...@git.debian.org/git/pkg-multimedia/jamin.git
 ! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to
'git+ssh://toli...@git.debian.org/git/pkg-multimedia/jamin.git'


this is because jamin is currently in pkg-multimedia, not in
collab-maint.

Perhaps this is an indication that jamin should be reassigned to the 
Debian QA group and moved to collab-maint?


Huh?!?  Why?


  - 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: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#589419: audacity: hangs when playing recorded file

2010-07-17 Thread Roman Cheplyaka
Package: audacity
Version: 1.3.12-4
Severity: normal

I have no evidence that this bug is the same as already reported, so
filing a new bug.

So, I managed to hang audacity. I recorded a sound using microphone and then
tried to play it -- and it hung (without playing anything).

If I kill audacity, then run it again, recover the project and play it
again -- it hangs again.

strace indicates that it is hanging on some mutex:
Process 16893 attached - interrupt to quit
futex(0xa9f3ad0, FUTEX_WAIT_PRIVATE, 2, NULL

I have prepared a core dump of the process, you can get it here:
http://ro-che.info/tmp/audacity-core.gz



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

Kernel: Linux 2.6.32-3-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages audacity depends on:
ii  audacity-data   1.3.12-4 A fast, cross-platform audio edito
ii  libasound2  1.0.23-1 shared library for ALSA applicatio
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libexpat1   2.0.1-7  XML parsing C library - runtime li
ii  libflac++6  1.2.1-2+b1   Free Lossless Audio Codec - C++ ru
ii  libflac81.2.1-2+b1   Free Lossless Audio Codec - runtim
ii  libgcc1 1:4.4.4-6GCC support library
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libid3tag0  0.15.1b-10   ID3 tag reading library from the M
ii  libmad0 0.15.1b-5MPEG audio decoder library
ii  libogg0 1.2.0~dfsg-1 Ogg bitstream library
ii  libsamplerate0  0.1.7-3  Audio sample rate conversion libra
ii  libsndfile1 1.0.21-2 Library for reading/writing audio 
ii  libsoundtouch1c21.3.1-2  sound stretching library
ii  libstdc++6  4.4.4-6  The GNU Standard C++ Library v3
ii  libtwolame0 0.3.12-1 MPEG Audio Layer 2 encoding librar
ii  libvamp-hostsdk32.1-1helper library for Vamp hosts writ
ii  libvorbis0a 1.3.1-1  The Vorbis General Audio Compressi
ii  libvorbisenc2   1.3.1-1  The Vorbis General Audio Compressi
ii  libvorbisfile3  1.3.1-1  The Vorbis General Audio Compressi
ii  libwxbase2.8-0  2.8.10.1-3   wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-0   2.8.10.1-3   wxWidgets Cross-platform C++ GUI t

Versions of packages audacity recommends:
ii  libavcodec52   5:0.6~svn20100603-0.0 library to encode decode multimedi
ii  libavformat52  5:0.6~svn20100603-0.0 ffmpeg file format library

Versions of packages audacity suggests:
pn  ladspa-plugin  (no description available)
ii  libmp3lame0   3.98.4-0.0 LAME Ain't an MP3 Encoder

-- no debconf information



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


Bug#589199: cannot install ardour on testing

2010-07-17 Thread Adam D. Barratt
On Thu, 2010-07-15 at 22:44 -0400, Reinhard Tartler wrote:
> On Thu, Jul 15, 2010 at 14:23:45 (EDT), Marco wrote:
> > The following packages have unmet dependencies:
> >   ardour: Depends: jackd (>= 0.103.0) but it is not going to be installed
> > E: Broken packages
> 
> please share the exact versions of the package and its dependencies you
> are trying to install. I'm especially curious to see your sources.list,
> potentially your /etc/apt/preferences (if non-empty/missing).
> 
> is this stable? the dependency indicates that the package was built
> against a copy of libjack not in testing/unstable.

The ardour packages in both testing and unstable depend on "jackd (>=
0.103.0)".  Although the exact versioning of the dependency isn't
mentioned, I'd suspect this was added in 1:2.0~rc1-0ubuntu1, which was
incorporated in to a package uploaded to Debian in April 2007.

Regards,

Adam



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


Processing of fluidsynth-dssi_1.0.0-1_i386.changes

2010-07-17 Thread Archive Administrator
fluidsynth-dssi_1.0.0-1_i386.changes uploaded successfully to localhost
along with the files:
  fluidsynth-dssi_1.0.0-1.dsc
  fluidsynth-dssi_1.0.0.orig.tar.gz
  fluidsynth-dssi_1.0.0-1.debian.tar.gz
  fluidsynth-dssi_1.0.0-1_i386.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/mailman/listinfo/pkg-multimedia-maintainers


Bug#589420: Hitting 'u' (for update) obliterates streams from playlist

2010-07-17 Thread Adam C. Emerson
Package: cmus
Version: 2.3.3-1
Severity: normal

WHen I hit 'u' to update my music library (after changing an ID3 tag
or similar) it deletes every stream from my playlist.

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

Kernel: Linux 2.6.32-5-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 cmus depends on:
ii  libao4 1.0.0-4   Cross Platform Audio Output Librar
ii  libasound2 1.0.23-1  shared library for ALSA applicatio
ii  libavformat52  5:0.6~svn20100603-0.0 ffmpeg file format library
ii  libc6  2.11.2-2  Embedded GNU C Library: Shared lib
ii  libfaad2   2.7-4 freeware Advanced Audio Decoder - 
ii  libflac8   1.2.1-2+b1Free Lossless Audio Codec - runtim
ii  libmad00.15.1b-5 MPEG audio decoder library
ii  libmodplug0c2  1:0.8.8-2 shared libraries for mod music bas
ii  libmpcdec6 2:0.1~r459-1  MusePack decoder - library
ii  libncursesw5   5.7+20100313-2shared libraries for terminal hand
ii  libpulse0  0.9.21-3  PulseAudio client libraries
ii  libvorbisfile3 1.3.1-1   The Vorbis General Audio Compressi
ii  libwavpack14.60.1-1  an audio codec (lossy and lossless

cmus recommends no packages.

cmus suggests no packages.

-- no debconf information



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


fluidsynth-dssi_1.0.0-1_i386.changes ACCEPTED

2010-07-17 Thread Archive Administrator



Accepted:
fluidsynth-dssi_1.0.0-1.debian.tar.gz
  to main/f/fluidsynth-dssi/fluidsynth-dssi_1.0.0-1.debian.tar.gz
fluidsynth-dssi_1.0.0-1.dsc
  to main/f/fluidsynth-dssi/fluidsynth-dssi_1.0.0-1.dsc
fluidsynth-dssi_1.0.0-1_i386.deb
  to main/f/fluidsynth-dssi/fluidsynth-dssi_1.0.0-1_i386.deb
fluidsynth-dssi_1.0.0.orig.tar.gz
  to main/f/fluidsynth-dssi/fluidsynth-dssi_1.0.0.orig.tar.gz


Override entries for your package:
fluidsynth-dssi_1.0.0-1.dsc - source sound
fluidsynth-dssi_1.0.0-1_i386.deb - optional sound

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


lives 1.3.4-1 MIGRATED to testing

2010-07-17 Thread Debian testing watch
FYI: The status of the lives source package
in Debian's testing distribution has changed.

  Previous version: 1.3.3-2
  Current version:  1.3.4-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 http://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/mailman/listinfo/pkg-multimedia-maintainers


rtmpdump 2.3-1 MIGRATED to testing

2010-07-17 Thread Debian testing watch
FYI: The status of the rtmpdump source package
in Debian's testing distribution has changed.

  Previous version: 2.2e-3
  Current version:  2.3-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 http://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/mailman/listinfo/pkg-multimedia-maintainers


zyn 1+git.20100609-2 MIGRATED to testing

2010-07-17 Thread Debian testing watch
FYI: The status of the zyn source package
in Debian's testing distribution has changed.

  Previous version: 1+git.20100609-1
  Current version:  1+git.20100609-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 http://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/mailman/listinfo/pkg-multimedia-maintainers


Processing of xsynth-dssi_0.9.2-1_i386.changes

2010-07-17 Thread Archive Administrator
xsynth-dssi_0.9.2-1_i386.changes uploaded successfully to localhost
along with the files:
  xsynth-dssi_0.9.2-1.dsc
  xsynth-dssi_0.9.2.orig.tar.gz
  xsynth-dssi_0.9.2-1.debian.tar.gz
  xsynth-dssi_0.9.2-1_i386.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/mailman/listinfo/pkg-multimedia-maintainers


xsynth-dssi_0.9.2-1_i386.changes ACCEPTED

2010-07-17 Thread Archive Administrator



Accepted:
xsynth-dssi_0.9.2-1.debian.tar.gz
  to main/x/xsynth-dssi/xsynth-dssi_0.9.2-1.debian.tar.gz
xsynth-dssi_0.9.2-1.dsc
  to main/x/xsynth-dssi/xsynth-dssi_0.9.2-1.dsc
xsynth-dssi_0.9.2-1_i386.deb
  to main/x/xsynth-dssi/xsynth-dssi_0.9.2-1_i386.deb
xsynth-dssi_0.9.2.orig.tar.gz
  to main/x/xsynth-dssi/xsynth-dssi_0.9.2.orig.tar.gz


Override entries for your package:
xsynth-dssi_0.9.2-1.dsc - source sound
xsynth-dssi_0.9.2-1_i386.deb - optional sound

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


Re: [vlc-devel] Debian/Ubuntu VLC

2010-07-17 Thread Reinhard Tartler
On Tue, Jul 13, 2010 at 15:26:53 (EDT), Christophe Mutricy wrote:

>> % apt-cache rdepends libvlc2
>> libvlc2
>> Reverse Depends:
>>   vlc-nox
>>   mozilla-plugin-vlc
>>   libvlc-dev
>> % apt-cache showsrc vlc-nox libvlc-dev mozilla-plugin-vlc| \
>> grep Package: | uniq
>> Package: vlc
>> 
>> 
>> So the ABI issue is a non-issue, since nobody uses libvlc outside of vlc
>> itself.
>
> It's no longer true if we consider experimental which has
> phonon-backend-vlc
>
> But upstream is very strict on not breacking ABI between minor release

For stable releases, 
a) this is not yet a problem
b) this still requires at least some kind of QA. Like in providing the
package in some staging repository or something so that we are really
confident that the new package actually works in a stable releases.



-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

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


Bug#586073: VLC Crash on France 24 TV Stream

2010-07-17 Thread m.sahi

Hello!

I was watching France 24 TV stream, at this URL :
rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=739&flavour=sd

I am using freebox 5, and the Tv stream is from freeTV.

Best regards.

Murad.
> Message du 16/07/10 00:46
> De : "Christophe Mutricy" 
> A : "m.sahi" , 586...@bugs.debian.org, cont...@debian.org
> Copie à : 
> Objet : Re: Bug#586073: VLC Crash on France 24 TV Stream
>
> 
> severity 586073 normal
> tag 586073 moreinfo
> thanks
> 
> Hello
> 
> Le Mon 05 Jul 10 à 22:41 +0200, Christophe Mutricy a écrit :
> > There has been quite a lot of improvements in 1.1.0 on this subjects.
> > Could you try it (it's in sid).
> > 
> > Also on france24.com, I can only find flash videos. Could you give the
> > url of a page which launch the vlc plugin.
> 
> As this bug affect only one website on which VLC-readable URLs are not
> obvious, I'm downgrading it
> 
> -- 
> Xtophe
> 
> 







Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ?
Je crée ma boîte mail www.laposte.net




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


Bug#586073: VLC Crash on France 24 TV Stream

2010-07-17 Thread Christophe Mutricy
Hello,

[Please keep 586...@bugs.debian.org in copy]

Le Sat 17 Jul 10 à 17:29 +0200, m.sahi a écrit :
> I was watching France 24 TV stream, at this URL :
> rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=739&flavour=sd


I can't test has I'm not a Free customer. But i got report that it
works. Which version of VLC are you using ? I got report from other
people that it works. Is it the only freebox stream which causes you
trouble ?


-- 
Xtophe



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


Bug#589199:

2010-07-17 Thread Marco Nicolini
As requested, sources.list and the details of the version i'm trying to install
(my /etc/apt/preferences is empty, i would say its' a fresh out-of-the
box installation done with the netisnt images of squeeze. The only
thing i did to my sources.list is replace every occurence of "squeeze"
with "testing".

r...@yuki:/var/log# apt-cache policy ardour
ardour:
  Installed: (none)
  Candidate: 1:2.8.9-1
  Version table:
 1:2.8.9-1 0
500 http://ftp.de.debian.org testing/main Packages

r...@yuki:/var/log# apt-cache policy jackd
jackd:
  Installed: (none)
  Candidate: 5
  Version table:
 5 0
500 http://ftp.de.debian.org testing/main Packages

r...@yuki:/var/log# cat /etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux testing _Squeeze_ - Official Snapshot
amd64 NETINST Binary-1 20100217-22:04]/ testing main

#deb cdrom:[Debian GNU/Linux testing _Squeeze_ - Official Snapshot
amd64 NETINST Binary-1 20100217-22:04]/ testing main

deb http://ftp.de.debian.org/debian/ testing main non-free contrib
deb-src http://ftp.de.debian.org/debian/ testing main non-free contrib

deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free

Regards,
Marco



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