Re: [pulseaudio-tickets] [PulseAudio] #440: mplayer sticky pause

2009-02-05 Thread PulseAudio
#440: mplayer sticky pause
-+--
  Reporter:  nevion  |   Owner:  lennart   
  Type:  defect  |  Status:  new   
  Priority:  normal  |   Milestone:
 Component:  daemon  |Severity:  normal
Resolution:  |Keywords:  mplayer freeze
-+--
Changes (by neuron):

 * cc: aagaa...@gmail.com (added)

-- 
Ticket URL: 
PulseAudio 
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


[pulseaudio-tickets] [PulseAudio] #478: Fixes for build and run time problems under Mac OS X

2009-02-05 Thread PulseAudio
#478: Fixes for build and run time problems under Mac OS X
+---
 Reporter:  Tron|   Owner:  lennart
 Type:  defect  |  Status:  new
 Priority:  normal  |   Milestone: 
Component:  core|Severity:  normal 
 Keywords:  |  
+---
 "pulseaudio" doesn't build and work under Mac OS X:

 1.) "core-util.c" requires an extra include file to build. I'll provide a
 patch
 for that problem.

 2.) "proplist-util.c" uses "extern char **environ" to get to the list of
 environment
 variables which doesn't work under Mac OS X. This doesn't break the
 build but
 applications linked against the "pulse" library cannot be started.
 I'll provide a
 patch for that problem as well.

 3.) The build uses various ELF specific linker options that Mac OS X
 doesn't
 understand. The options are:

 --gc-sections
 -version-script=./map-file
 -no-undefined
 -z nodelete

 Somebody should probably write configure tests to check whether these
 options
 are actually supported. NetBSD e.g. also doesn't understand "--gc-
 sections".

-- 
Ticket URL: 
PulseAudio 
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


Re: [pulseaudio-tickets] [PulseAudio] #478: Fixes for build and run time problems under Mac OS X

2009-02-05 Thread PulseAudio
#478: Fixes for build and run time problems under Mac OS X
-+--
  Reporter:  Tron|   Owner:  lennart
  Type:  defect  |  Status:  new
  Priority:  normal  |   Milestone: 
 Component:  core|Severity:  normal 
Resolution:  |Keywords: 
-+--
Comment (by lennart):

 Thanks for the patches.

 --gc-sections should probably be dropped anyway.

 The version script stuff is not that important, the same is true for -no-
 undefined. But -z nodelete *is* important. That flag controls whether
 libpulse is ever unloaded from a process' memory. I hope MacOS provides
 similar functionality by some other means.

-- 
Ticket URL: 
PulseAudio 
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


Re: [pulseaudio-tickets] [PulseAudio] #478: Fixes for build and run time problems under Mac OS X

2009-02-05 Thread PulseAudio
#478: Fixes for build and run time problems under Mac OS X
-+--
  Reporter:  Tron|   Owner:  lennart
  Type:  defect  |  Status:  new
  Priority:  normal  |   Milestone: 
 Component:  core|Severity:  normal 
Resolution:  |Keywords: 
-+--
Comment (by lennart):

 Uh, --gc-sections actually has been removed quite some time ago. Same is
 true for -no-undefined.

 Your patches are against which version of PA?

-- 
Ticket URL: 
PulseAudio 
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


Re: [pulseaudio-tickets] [PulseAudio] #478: Fixes for build and run time problems under Mac OS X

2009-02-05 Thread PulseAudio
#478: Fixes for build and run time problems under Mac OS X
-+--
  Reporter:  Tron|   Owner:  lennart
  Type:  defect  |  Status:  new
  Priority:  normal  |   Milestone: 
 Component:  core|Severity:  normal 
Resolution:  |Keywords: 
-+--
Comment (by Tron):

 My patches are for version 0.9.14, the latest release. And that version
 definitely uses these options.

-- 
Ticket URL: 
PulseAudio 
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


Re: [pulseaudio-tickets] [PulseAudio] #478: Fixes for build and run time problems under Mac OS X

2009-02-05 Thread PulseAudio
#478: Fixes for build and run time problems under Mac OS X
-+--
  Reporter:  Tron|   Owner:  lennart
  Type:  defect  |  Status:  new
  Priority:  normal  |   Milestone: 
 Component:  core|Severity:  normal 
Resolution:  |Keywords: 
-+--
Comment (by lennart):

 hmm, indeed, i didn't backport the removals of those options to .14 when i
 did that release.

-- 
Ticket URL: 
PulseAudio 
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


Re: [pulseaudio-tickets] [PulseAudio] #478: Fixes for build and run time problems under Mac OS X

2009-02-05 Thread PulseAudio
#478: Fixes for build and run time problems under Mac OS X
-+--
  Reporter:  Tron|   Owner:  lennart
  Type:  defect  |  Status:  new
  Priority:  normal  |   Milestone: 
 Component:  core|Severity:  normal 
Resolution:  |Keywords: 
-+--
Comment (by lennart):

 I commited those two patches in r04c3c67.

 Current git is a relatively big step forward and includes quite a few
 changes that might need porting. I'd recommend basing any porting work on
 current git master which will become .15 later next week.

 Not closing this bug, since there still needs to be found a way to replace
 -z nodelete sensibly on MacOS.

-- 
Ticket URL: 
PulseAudio 
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


[pulseaudio-tickets] [PulseAudio] #479: PulseAudio 0.9.14 does not detect ICE1724 SPDIF

2009-02-05 Thread PulseAudio
#479: PulseAudio 0.9.14 does not detect ICE1724 SPDIF
+---
 Reporter:  robhancock  |   Owner:  lennart
 Type:  defect  |  Status:  new
 Priority:  normal  |   Milestone: 
Component:  daemon  |Severity:  normal 
 Keywords:  |  
+---
 Since installing a bunch of Fedora 10 upgrades which included PulseAudio
 0.9.14, PulseAudio is not detecting the IEC958 SPDIF output on my
 Chaintech AV710 sound card (ice1724 driver). 0.9.13 seemed fine, you could
 select the SPDIF output as the default in the PulseAudio Volume Control
 applet, but now it doesn't show up at all.

 Adding this to /etc/pulse/default.pa makes it show up again:

 load-module module-alsa-sink device=hw:0,1

 Some bug in device detection perhaps?

 This is what shows up for sinks with the above option set:
 {{{
 *** Sink #0 ***
 Name: alsa_output.hw_0_1
 Driver: modules/module-alsa-sink.c
 Sample Specification: s32le 2ch 44100Hz
 Channel Map: front-left,front-right
 Owner Module: 2
 Volume: 0: 100% 1: 100%
 Monitor Source: alsa_output.hw_0_1.monitor
 Latency: 0 usec, configured 0 usec
 Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
 Properties:
 device.api = "alsa"
 device.class = "sound"
 alsa.class = "generic"
 alsa.subclass = "generic-mix"
 alsa.name = "ICE1724 IEC958"
 alsa.id = "ICE1724 IEC958"
 alsa.subdevice = "0"
 alsa.subdevice_name = "subdevice #0"
 alsa.device = "1"
 alsa.card = "0"
 alsa.card_name = "ICEnsemble ICE1724"
 alsa.long_card_name = "ICEnsemble ICE1724 at 0x8000, irq 17"
 device.description = "ICEnsemble ICE1724 - ICE1724 IEC958"
 device.string = "hw:0,1"
 device.buffering.buffer_size = "65536"
 device.buffering.fragment_size = "32768"
 device.access_mode = "mmap+timer"

 *** Sink #1 ***
 Name: alsa_output.pci_1412_1724_sound_card_0_alsa_playback_0
 Driver: modules/module-alsa-sink.c
 Sample Specification: s32le 2ch 44100Hz
 Channel Map: front-left,front-right
 Owner Module: 3
 Volume: 0: 100% 1: 100%
 Monitor Source:
 alsa_output.pci_1412_1724_sound_card_0_alsa_playback_0.monitor
 Latency: 0 usec, configured 0 usec
 Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
 Properties:
 device.api = "alsa"
 device.class = "sound"
 alsa.class = "generic"
 alsa.subclass = "generic-mix"
 alsa.name = "ICE1724"
 alsa.id = "ICE1724"
 alsa.subdevice = "0"
 alsa.subdevice_name = "subdevice #0"
 alsa.device = "0"
 alsa.card = "0"
 alsa.card_name = "ICEnsemble ICE1724"
 alsa.long_card_name = "ICEnsemble ICE1724 at 0x8000, irq 17"
 device.description = "ICEnsemble ICE1724 - ICE1724"
 device.string = "front:0"
 device.buffering.buffer_size = "262144"
 device.buffering.fragment_size = "131072"
 device.access_mode = "mmap+timer"
 }}}

-- 
Ticket URL: 
PulseAudio 
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


Re: [pulseaudio-tickets] [PulseAudio] #479: PulseAudio 0.9.14 does not detect ICE1724 SPDIF

2009-02-05 Thread PulseAudio
#479: PulseAudio 0.9.14 does not detect ICE1724 SPDIF
-+--
  Reporter:  robhancock  |   Owner:  lennart
  Type:  defect  |  Status:  closed 
  Priority:  normal  |   Milestone: 
 Component:  daemon  |Severity:  normal 
Resolution:  duplicate   |Keywords: 
-+--
Changes (by lennart):

  * status:  new => closed
  * resolution:  => duplicate

Comment:

 We actually never supported SPDIF properly. 0.9.15 is the first version
 that will.

 Duplicate of #139.

-- 
Ticket URL: 
PulseAudio 
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


Re: [pulseaudio-tickets] [PulseAudio] #1: Problem compiling polypaudio 0.7

2009-02-05 Thread PulseAudio
#1: Problem compiling polypaudio 0.7
---+
  Reporter:  pierre...@9online.fr  |   Owner:  somebody
  Type:  defect|  Status:  closed  
  Priority:  normal|   Milestone:  
 Component:  component1|Severity:  normal  
Resolution:  fixed |Keywords:  
---+
Changes (by lennart):

  * status:  reopened => closed
  * resolution:  => fixed

-- 
Ticket URL: 
PulseAudio 
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


Re: [pulseaudio-tickets] [PulseAudio] #475: Crash on request rewind

2009-02-05 Thread PulseAudio
#475: Crash on request rewind
--+-
  Reporter:  bram101  |   Owner:  lennart   
  Type:  defect   |  Status:  closed
  Priority:  high |   Milestone:  0.9.14
 Component:  daemon   |Severity:  blocker   
Resolution:  fixed|Keywords:  sink-input
--+-
Changes (by lennart):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => 0.9.14

Comment:

 This has been fixed a while back. That fix is in 0.9.13 (possibly .14,
 don't remember).

-- 
Ticket URL: 
PulseAudio 
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


Re: [pulseaudio-tickets] [PulseAudio] #474: Edit PerfectSetup wiki, Audacity works with ALSA

2009-02-05 Thread PulseAudio
#474: Edit PerfectSetup wiki, Audacity works with ALSA
--+-
  Reporter:  mariodebian  |   Owner:  lennart 
  Type:  enhancement  |  Status:  closed  
  Priority:  normal   |   Milestone:  
 Component:  3rdparty |Severity:  trivial 
Resolution:  wontfix  |Keywords:  audacity
--+-
Changes (by lennart):

  * status:  new => closed
  * resolution:  => wontfix

Comment:

 You are welcome to edit the wiki yourself!

-- 
Ticket URL: 
PulseAudio 
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


Re: [pulseaudio-tickets] [PulseAudio] #472: Segmentation fault when using module-jack

2009-02-05 Thread PulseAudio
#472: Segmentation fault when using module-jack
-+--
  Reporter:  nwmatt  |   Owner:  lennart
  Type:  defect  |  Status:  new
  Priority:  normal  |   Milestone: 
 Component:  daemon  |Severity:  normal 
Resolution:  |Keywords: 
-+--
Comment (by lennart):

 Please try to provide a backtrace for this. Otherwise it is really hard to
 help you.

-- 
Ticket URL: 
PulseAudio 
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets