Processed: severity of 578622 is serious

2010-04-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # Regression on a release arch, adjusting severity. > severity 578622 serious Bug #578622 [mplayer] mplayer: FTBFS on kfreebsd-amd64 (vidix disable needed) Severity set to 'serious' from 'important' > thanks Stopping processing here. Please cont

Bug#578443: marked as done (bristol: FTBFS on kfreebsd-*: error: token ""i386|amd64"" is not valid in preprocessor expressions)

2010-04-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Apr 2010 23:32:34 + with message-id and subject line Bug#578443: fixed in bristol 0.60.0-2 has caused the Debian Bug report #578443, regarding bristol: FTBFS on kfreebsd-*: error: token ""i386|amd64"" is not valid in preprocessor expressions to be marked as done. T

bristol_0.60.0-2_kfreebsd-i386.changes ACCEPTED

2010-04-21 Thread Archive Administrator
Accepted: bristol-data_0.60.0-2_all.deb to main/b/bristol/bristol-data_0.60.0-2_all.deb bristol_0.60.0-2.debian.tar.gz to main/b/bristol/bristol_0.60.0-2.debian.tar.gz bristol_0.60.0-2.dsc to main/b/bristol/bristol_0.60.0-2.dsc bristol_0.60.0-2_kfreebsd-i386.deb to main/b/bristol/bristol

Processing of bristol_0.60.0-2_kfreebsd-i386.changes

2010-04-21 Thread Archive Administrator
bristol_0.60.0-2_kfreebsd-i386.changes uploaded successfully to localhost along with the files: bristol_0.60.0-2.dsc bristol_0.60.0-2.debian.tar.gz bristol_0.60.0-2_kfreebsd-i386.deb bristol-data_0.60.0-2_all.deb Greetings, Your Debian queue daemon (running on host ries.debian.org

Processed: Re: Bug#573257: mplayer: font path error

2010-04-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > retitle 573257 please enable fontconfig by default Bug #573257 [mplayer] mplayer: font path error Changed Bug title to 'please enable fontconfig by default' from 'mplayer: font path error' > stop Stopping processing here. Please contact me if yo

Bug#573257: mplayer: font path error

2010-04-21 Thread Reinhard Tartler
retitle 573257 please enable fontconfig by default stop AFAIUI, enabling fontconfig with the -fontconfig option should be a better "fix" for this. can you confirm this? -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 ___ pkg-multimedia-maint

Bug#578615: marked as done (audacity: segfault in libasound.so.2.0.0)

2010-04-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Apr 2010 21:18:47 +0200 with message-id <1271877527.31899.2.ca...@deep-thought> and subject line audacity: segfault in libasound.so.2.0.0 has caused the Debian Bug report #578615, regarding audacity: segfault in libasound.so.2.0.0 to be marked as done. This means that yo

Bug#573257: mplayer: font path error

2010-04-21 Thread Timo Juhani Lindfors
Hi, I can reproduce the problem. If I hit "o" I only see "|>" sign but no numbers. If I do ln -s /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf .mplayer/subfont.ttf I can see the position of the video properly again in OSD. ___ pkg-multimedia

bristol_0.60.0-2_kfreebsd-i386.changes REJECTED

2010-04-21 Thread Archive Administrator
Reject Reasons: bristol_0.60.0-2.dsc: debian/changelog not found in extracted source. === 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. ___ p

Processing of bristol_0.60.0-2_kfreebsd-i386.changes

2010-04-21 Thread Archive Administrator
bristol_0.60.0-2_kfreebsd-i386.changes uploaded successfully to localhost along with the files: bristol_0.60.0-2.dsc bristol_0.60.0-2.diff.gz bristol_0.60.0-2_kfreebsd-i386.deb bristol-data_0.60.0-2_all.deb Greetings, Your Debian queue daemon (running on host ries.debian.org) ___

Bug#578615: audacity: Already done!

2010-04-21 Thread Alex Wilk
Package: audacity Severity: normal Hi, es hat sich herausgestellt, dass die oben stehende Fehlermeldung auf einen Eintrag in der ~/.asoundrc herrührt. Bitte betrachtet den Report als gegenstandslos. Google translation: It turns out that the above error on an entry in the ~/.asoundrc arises. Pl

Bug#578622: mplayer: FTBFS on kfreebsd-amd64

2010-04-21 Thread Diego Biurrun
On Wed, Apr 21, 2010 at 04:22:16PM +0200, Petr Salinger wrote: > > please also change configure as shown bellow. > Otherwise the memalign() is without prototype, > which on 64 bit platform leads to segfaults > for some videos. Fixed upstream. Why don't you submit your patches directly to MPlayer

Bug#578622: mplayer: FTBFS on kfreebsd-amd64 (vidix disable needed)

2010-04-21 Thread Petr Salinger
the current version fails to build on kfreebsd-amd64. it suffices to disable vidix support in debian/rules Bad solution, this will only work for Debian. You should fix configure instead of adding workarounds to the local packaging infrastructure. What are the error messages? The full build

Bug#578622: mplayer: FTBFS on kfreebsd-amd64 (vidix disable needed)

2010-04-21 Thread Diego Biurrun
On Wed, Apr 21, 2010 at 02:10:31PM +0200, Petr Salinger wrote: > > the current version fails to build on kfreebsd-amd64. > it suffices to disable vidix support in debian/rules > to get working mplayer. > > ifeq ($(DEB_HOST_ARCH),kfreebsd-amd64) > with_real_and_xanim = true > DEB_BUILD_CONFIGURE

[...@drcomp.erfurt.thur.de: RFP: tschack -- Another implementation for the JACK api written in C. Supports SMP]

2010-04-21 Thread Adrian Knoth
Hi! As requested by Jonas, here's the RFP. - Forwarded message from Adrian Knoth - From: Adrian Knoth To: Debian Bug Tracking System Subject: RFP: tschack -- Another implementation for the JACK api written in C. Supports SMP Date: Wed, 21 Apr 2010 14:22:02 +0200 Package: wnpp

Bug#578622: mplayer: FTBFS on kfreebsd-amd64

2010-04-21 Thread Petr Salinger
Hi, please also change configure as shown bellow. Otherwise the memalign() is without prototype, which on 64 bit platform leads to segfaults for some videos. Petr --- configure +++ configure @@ -3166,7 +3166,7 @@ def_malloc_h='#define HAVE_MALLOC_H 0' fi # malloc.h emits a warning in Free

Re: packaging jack - details on "plan B"

2010-04-21 Thread Jonas Smedegaard
On Wed, Apr 21, 2010 at 12:26:41PM +0200, Reinhard Tartler wrote: On Tue, Apr 20, 2010 at 10:17:42 (CEST), Jonas Smedegaard wrote: On Sat, Apr 17, 2010 at 09:32:47PM +0200, torbenh wrote: On Sat, Apr 17, 2010 at 09:13:34PM +0200, Jonas Smedegaard wrote: I propose to stick to jackd1 as the de

Re: packaging jack - cross-distro coordination

2010-04-21 Thread Jonas Smedegaard
On Wed, Apr 21, 2010 at 12:09:50PM +0200, Reinhard Tartler wrote: On Wed, Apr 21, 2010 at 09:45:22 (CEST), Jonas Smedegaard wrote: On Tue, Apr 20, 2010 at 07:48:26PM -0500, Gabriel M. Beddingfield wrote: On Tue, 20 Apr 2010, Jonas Smedegaard wrote: Let me then adjust and refine my proposal

Re: packaging jack...

2010-04-21 Thread Reinhard Tartler
On Tue, Apr 20, 2010 at 10:17:42 (CEST), Jonas Smedegaard wrote: > On Sat, Apr 17, 2010 at 09:32:47PM +0200, torbenh wrote: >>On Sat, Apr 17, 2010 at 09:13:34PM +0200, Jonas Smedegaard wrote: > >>> I propose to stick to jackd1 as the default/only library for other >>> packages to rely on until the

Re: packaging jack...

2010-04-21 Thread Reinhard Tartler
On Wed, Apr 21, 2010 at 09:45:22 (CEST), Jonas Smedegaard wrote: > On Tue, Apr 20, 2010 at 07:48:26PM -0500, Gabriel M. Beddingfield wrote: > >>On Tue, 20 Apr 2010, Jonas Smedegaard wrote: >> >>>Let me then adjust and refine my proposal (main point is the same): >>[snip] >>> >>> It was suggested t

Bug#578622: mplayer: FTBFS on kfreebsd-amd64 (vidix disable needed)

2010-04-21 Thread Petr Salinger
Package: mplayer Version: 1.0~rc3+svn20090405-1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd Hi, the current version fails to build on kfreebsd-amd64. it suffices to disable vidix support in debian/rules to get working mplayer. Petr ifeq ($(DEB_HOST_AR

Bug#578615: audacity: segfault in libasound.so.2.0.0

2010-04-21 Thread Adrian Knoth
On Wed, Apr 21, 2010 at 11:01:00AM +0200, Alex Wilk wrote: > Version: 1.3.12-2 > Severity: normal > > Audacity does not start: > kernel: [583559.281926] audacity[11674]: segfault at 0 ip > 0033f1c567e3 sp 7fff2e62a0c0 error 4 in > libasound.so.2.0.0[33f1c0+de000] Just a little commen

Bug#578615: audacity: segfault in libasound.so.2.0.0

2010-04-21 Thread Jonas Smedegaard
Hi Alex, Thanks for the bugreport, On Wed, Apr 21, 2010 at 11:01:00AM +0200, Alex Wilk wrote: Package: audacity Version: 1.3.12-2 Severity: normal Audacity does not start: kernel: [583559.281926] audacity[11674]: segfault at 0 ip 0033f1c567e3 sp 7fff2e62a0c0 error 4 in libasound.so.2

Bug#578615: audacity: segfault in libasound.so.2.0.0

2010-04-21 Thread Alex Wilk
Package: audacity Version: 1.3.12-2 Severity: normal Audacity does not start: kernel: [583559.281926] audacity[11674]: segfault at 0 ip 0033f1c567e3 sp 7fff2e62a0c0 error 4 in libasound.so.2.0.0[33f1c0+de000] (Severity normal because it's testing) hth. -- System Information: Debia

Re: packaging jack...

2010-04-21 Thread Jonas Smedegaard
On Tue, Apr 20, 2010 at 07:48:26PM -0500, Gabriel M. Beddingfield wrote: On Tue, 20 Apr 2010, Jonas Smedegaard wrote: Let me then adjust and refine my proposal (main point is the same): [snip] It was suggested to discuss the introduction of the virtual libjack-0.116.0 on d-devel. I consid