From trac-noreply at tango.0pointer.de Thu Jun 1 04:07:34 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Thu, 01 Jun 2006 11:07:34 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #6: Add hardware volume support to all plugins In-Reply-To: <094.32a231a497252c7fddd1d8c6d9fcd4b4@tango.0pointer.de> References: <094.32a231a497252c7fddd1d8c6d9fcd4b4@tango.0pointer.de> Message-ID: <103.331d5beac4a6058dd8fe920716dd1209@tango.0pointer.de> #6: Add hardware volume support to all plugins ------------------------+--------------------------------------------------- Reporter: ossman | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Version: Severity: normal | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by Home): * type: defect => Comment: {{{ #!html
allure perfume bvlgari perfume perfume bottles jlo perfume clinique perfume estee lauder solid perfume tova perfume poison perfume victoria secret perfume perry ellis perfume cool water perfume noa perfume lacoste perfume cool water perfume swiss army perfume perfume mania dune perfume cool water perfume egyptian perfume bottles chanel perfume clinique perfume perfume cologne online codes discounts elizabeth taylor perfume ultima perfume perfume estee lauder elizabeth taylor perfume michael kors perfume curve perfume zen perfume lacoste perfume
}}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 00:31:43 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 07:31:43 -0000 Subject: [polypaudio-tickets] [Polypaudio] #18: INADDR_NONE is available on windows Message-ID: <094.ca73ef8652c4705ba7d62519bea84a83@tango.0pointer.de> #18: INADDR_NONE is available on windows --------------------------------------------+------------------------------- Reporter: polypaudio at lazymalevolence.com | Owner: somebody Type: defect | Status: new Priority: normal | Milestone: Component: component1 | Version: Severity: normal | Keywords: --------------------------------------------+------------------------------- both winsock.h and winsock2.h also offer INADDR_NONE, at least using MinGW's w32api headers. {{{ Index: configure.ac =================================================================== --- configure.ac (revision 999) +++ configure.ac (working copy) @@ -205,7 +205,8 @@ # Solaris lacks this AC_CHECK_DEFINE([INADDR_NONE], [netinet/in.h], [], - [AC_DEFINE([INADDR_NONE], [0xffffffff], [Define INADDR_NONE if not found in ])]) + [AC_CHECK_DEFINE([INADDR_NONE], [winsock2.h], [], + [AC_DEFINE([INADDR_NONE], [0xffffffff], [Define INADDR_NONE if not found in ])])]) #### Check for libs #### }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 01:42:32 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 08:42:32 -0000 Subject: [polypaudio-tickets] [Polypaudio] #19: libpolyp.la needs to link to -liconv when compiling with MinGW Message-ID: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> #19: libpolyp.la needs to link to -liconv when compiling with MinGW --------------------------------------------+------------------------------- Reporter: polypaudio at lazymalevolence.com | Owner: somebody Type: defect | Status: new Priority: normal | Milestone: Component: component1 | Version: Severity: normal | Keywords: --------------------------------------------+------------------------------- When attempting to compile polypaudio under MinGW, the following error occurs: {{{ [...] /opt/xmingw/bin/i386-mingw32msvc-gcc -shared .libs/libpolyp_la- channelmap.o .libs/libpolyp_la-client-conf.o .libs/libpolyp_la-context.o .libs/libpolyp_la-error.o .libs/libpolyp_la-introspect.o .libs /libpolyp_la-mainloop.o .libs/libpolyp_la-mainloop-api.o .libs /libpolyp_la-mainloop-signal.o .libs/libpolyp_la-operation.o .libs /libpolyp_la-sample.o .libs/libpolyp_la-scache.o .libs/libpolyp_la- stream.o .libs/libpolyp_la-subscribe.o .libs/libpolyp_la-thread-mainloop.o .libs/libpolyp_la-timeval.o .libs/libpolyp_la-utf8.o .libs/libpolyp_la- util.o .libs/libpolyp_la-volume.o .libs/libpolyp_la-xmalloc.o .libs /libpolyp_la-authkey.o .libs/libpolyp_la-conf-parser.o .libs/libpolyp_la- core-util.o .libs/libpolyp_la-dynarray.o .libs/libpolyp_la-hashmap.o .libs /libpolyp_la-idxset.o .libs/libpolyp_la-iochannel.o .libs/libpolyp_la- log.o .libs/libpolyp_la-mcalign.o .libs/libpolyp_la-memblock.o .libs /libpolyp_la-memblockq.o .libs/libpolyp_la-memchunk.o .libs/libpolyp_la- packet.o .libs/libpolyp_la-parseaddr.o .libs/libpolyp_la-pdispatch.o .libs /libpolyp_la-pipe.o .libs/libpolyp_la-poll.o .libs/libpolyp_la-pstream.o .libs/libpolyp_la-pstream-util.o .libs/libpolyp_la-queue.o .libs /libpolyp_la-random.o .libs/libpolyp_la-socket-client.o .libs/libpolyp_la- socket-util.o .libs/libpolyp_la-strbuf.o .libs/libpolyp_la-strlist.o .libs /libpolyp_la-tagstruct.o .libs/libpolyp_la-core-error.o .libs/libpolyp_la- dllmain.o -L/opt/xmingw/lib -lwsock32 -lws2_32 -lwininet -Wl,--export- all-symbols -o .libs/libpolyp-0.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libpolyp.dll.a Creating library file: .libs/libpolyp.dll.a .libs/libpolyp_la-utf8.o: In function `iconv_simple':/var/tmp/polypaudio/src/polyp/utf8.c:181: undefined reference to `_libiconv_open' :/var/tmp/polypaudio/src/polyp/utf8.c:195: undefined reference to `_libiconv' :/var/tmp/polypaudio/src/polyp/utf8.c:213: undefined reference to `_libiconv_close' collect2: ld returned 1 exit status }}} the patch is as follows: {{{ Index: configure.ac =================================================================== --- configure.ac (revision 999) +++ configure.ac (working copy) @@ -219,6 +219,9 @@ # BSD AC_SEARCH_LIBS([connect], [socket]) +# iconv +AM_ICONV + # Non-standard # This magic is needed so we do not needlessly add static libs to the win32 Index: src/Makefile.am =================================================================== --- src/Makefile.am (revision 999) +++ src/Makefile.am (working copy) @@ -418,7 +418,7 @@ libpolyp_la_CFLAGS = $(AM_CFLAGS) libpolyp_la_LDFLAGS = -version-info $(LIBPOLYP_VERSION_INFO) -libpolyp_la_LIBADD = $(AM_LIBADD) $(WINSOCK_LIBS) +libpolyp_la_LIBADD = $(AM_LIBADD) $(WINSOCK_LIBS) $(LIBICONV) if HAVE_X11 libpolyp_la_CFLAGS += $(X_CFLAGS) }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 08:12:28 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 15:12:28 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #19: libpolyp.la needs to link to -liconv when compiling with MinGW In-Reply-To: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> References: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> Message-ID: <103.89317a041b6d5d5b474203b604c39cab@tango.0pointer.de> #19: libpolyp.la needs to link to -liconv when compiling with MinGW --------------------------------------------+------------------------------- Reporter: polypaudio at lazymalevolence.com | Owner: somebody Type: defect | Status: new Priority: normal | Milestone: Component: component1 | Version: Severity: normal | Resolution: Keywords: | --------------------------------------------+------------------------------- Comment (by lennart): A side note: you can attach files (including patch files) to a Trac Ticket after you created the ticket. It's much easier for us to merge such an attachment than and inline quoting. -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 08:16:08 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 15:16:08 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #14: module-rtp-recv fails to parse custom sample specs In-Reply-To: <094.2c4568a90502eb28f21bad2b5b5d8c71@tango.0pointer.de> References: <094.2c4568a90502eb28f21bad2b5b5d8c71@tango.0pointer.de> Message-ID: <103.f71896690f3802c0109c50cc398e4541@tango.0pointer.de> #14: module-rtp-recv fails to parse custom sample specs ------------------------+--------------------------------------------------- Reporter: anonymous | Owner: lennart Type: defect | Status: assigned Priority: normal | Milestone: 0.8 Component: component1 | Version: Severity: normal | Resolution: Keywords: | ------------------------+--------------------------------------------------- Changes (by lennart): * type: => defect * version: 2.0 => -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 08:16:28 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 15:16:28 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #16: No way at configure time to disable/enable building of specific modules In-Reply-To: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> References: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> Message-ID: <103.012b0daa9d392c85d4e5901f2366e0d2@tango.0pointer.de> #16: No way at configure time to disable/enable building of specific modules ------------------------------------+--------------------------------------- Reporter: zaheermerali at gmail.com | Owner: somebody Type: defect | Status: new Priority: normal | Milestone: Component: component1 | Version: Severity: normal | Resolution: Keywords: | ------------------------------------+--------------------------------------- Changes (by lennart): * milestone: 0.8 => * version: 2.0 => -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 08:16:45 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 15:16:45 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #14: module-rtp-recv fails to parse custom sample specs In-Reply-To: <094.2c4568a90502eb28f21bad2b5b5d8c71@tango.0pointer.de> References: <094.2c4568a90502eb28f21bad2b5b5d8c71@tango.0pointer.de> Message-ID: <103.7fe1812e54c799f522ba0f9eeac65c90@tango.0pointer.de> #14: module-rtp-recv fails to parse custom sample specs ------------------------+--------------------------------------------------- Reporter: anonymous | Owner: lennart Type: defect | Status: assigned Priority: normal | Milestone: Component: component1 | Version: Severity: normal | Resolution: Keywords: | ------------------------+--------------------------------------------------- Changes (by lennart): * milestone: 0.8 => -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 08:21:32 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 15:21:32 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #16: No way at configure time to disable/enable building of specific modules In-Reply-To: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> References: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> Message-ID: <103.264886b01946a10f0c8b14d7b7c7b1f9@tango.0pointer.de> #16: No way at configure time to disable/enable building of specific modules ------------------------------------+--------------------------------------- Reporter: zaheermerali at gmail.com | Owner: somebody Type: defect | Status: new Priority: normal | Milestone: 0.9.1 Component: component1 | Version: Severity: normal | Resolution: Keywords: | ------------------------------------+--------------------------------------- Changes (by lennart): * milestone: => 0.9.1 -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 08:26:22 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 15:26:22 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #18: INADDR_NONE is available on windows In-Reply-To: <094.ca73ef8652c4705ba7d62519bea84a83@tango.0pointer.de> References: <094.ca73ef8652c4705ba7d62519bea84a83@tango.0pointer.de> Message-ID: <103.3225d8962d77d7637b56820cd781b5ae@tango.0pointer.de> #18: INADDR_NONE is available on windows --------------------------------------------+------------------------------- Reporter: polypaudio at lazymalevolence.com | Owner: somebody Type: defect | Status: new Priority: normal | Milestone: 0.9.2 Component: component1 | Version: Severity: normal | Resolution: Keywords: | --------------------------------------------+------------------------------- Changes (by lennart): * milestone: => 0.9.2 -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 08:27:01 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 15:27:01 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #19: libpolyp.la needs to link to -liconv when compiling with MinGW In-Reply-To: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> References: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> Message-ID: <103.388eed8f675e42b864595f12098b94e2@tango.0pointer.de> #19: libpolyp.la needs to link to -liconv when compiling with MinGW --------------------------------------------+------------------------------- Reporter: polypaudio at lazymalevolence.com | Owner: somebody Type: defect | Status: new Priority: normal | Milestone: 0.9.2 Component: component1 | Version: Severity: normal | Resolution: Keywords: | --------------------------------------------+------------------------------- Changes (by lennart): * milestone: => 0.9.2 -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 08:36:25 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 15:36:25 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #16: No way at configure time to disable/enable building of specific modules In-Reply-To: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> References: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> Message-ID: <103.faff1024f6d5d7a13656ee4133ab7b1f@tango.0pointer.de> #16: No way at configure time to disable/enable building of specific modules ------------------------------------+--------------------------------------- Reporter: zaheermerali at gmail.com | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: 0.9.1 Component: component1 | Version: Severity: normal | Resolution: fixed Keywords: | ------------------------------------+--------------------------------------- Changes (by lennart): * resolution: => fixed * status: new => closed Comment: Closed by r1000. -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 08:39:41 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 15:39:41 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #14: module-rtp-recv fails to parse custom sample specs In-Reply-To: <094.2c4568a90502eb28f21bad2b5b5d8c71@tango.0pointer.de> References: <094.2c4568a90502eb28f21bad2b5b5d8c71@tango.0pointer.de> Message-ID: <103.bbbe733e28f3efd1b44503ac0dccd058@tango.0pointer.de> #14: module-rtp-recv fails to parse custom sample specs ---------------------------+------------------------------------------------ Reporter: anonymous | Owner: lennart Type: defect | Status: assigned Priority: normal | Milestone: Component: module-rtp-* | Severity: normal Resolution: | Keywords: ---------------------------+------------------------------------------------ Changes (by lennart): * component: component1 => module-rtp-* -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 08:42:14 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 15:42:14 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #17: Parallel make failures In-Reply-To: <094.c553ec1a8a1a429d8d90af510f4257ac@tango.0pointer.de> References: <094.c553ec1a8a1a429d8d90af510f4257ac@tango.0pointer.de> Message-ID: <103.20bbf88571044d3926ae5e812f95cca3@tango.0pointer.de> #17: Parallel make failures ------------------------------+--------------------------------------------- Reporter: ed at catmur.co.uk | Owner: lennart Type: defect | Status: assigned Priority: normal | Milestone: Component: build-system | Severity: normal Resolution: | Keywords: ------------------------------+--------------------------------------------- Changes (by lennart): * component: component1 => build-system * owner: somebody => lennart * status: new => assigned -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 08:44:47 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 15:44:47 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #18: INADDR_NONE is available on windows In-Reply-To: <094.ca73ef8652c4705ba7d62519bea84a83@tango.0pointer.de> References: <094.ca73ef8652c4705ba7d62519bea84a83@tango.0pointer.de> Message-ID: <103.563ff06bd18d6393b45a0a54364cfb36@tango.0pointer.de> #18: INADDR_NONE is available on windows ---------------------------------------------+------------------------------ Reporter: polypaudio at lazymalevolence.com | Owner: ossman Type: defect | Status: new Priority: normal | Milestone: 0.9.2 Component: build-system | Severity: normal Resolution: | Keywords: ---------------------------------------------+------------------------------ Changes (by lennart): * component: component1 => build-system * owner: somebody => ossman -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 08:45:28 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 15:45:28 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #19: libpolyp.la needs to link to -liconv when compiling with MinGW In-Reply-To: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> References: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> Message-ID: <103.1c4a7eb7f040b4b65f8ca775bd5660a3@tango.0pointer.de> #19: libpolyp.la needs to link to -liconv when compiling with MinGW ---------------------------------------------+------------------------------ Reporter: polypaudio at lazymalevolence.com | Owner: ossman Type: defect | Status: new Priority: normal | Milestone: 0.9.2 Component: build-system | Severity: normal Resolution: | Keywords: ---------------------------------------------+------------------------------ Changes (by lennart): * component: component1 => build-system * owner: somebody => ossman -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 13:27:18 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 20:27:18 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #12: when passing channels=4 to module-alsa-sink it fails to load In-Reply-To: <094.c83662d61bb5f3c72506a65cd0d99301@tango.0pointer.de> References: <094.c83662d61bb5f3c72506a65cd0d99301@tango.0pointer.de> Message-ID: <103.0e450eb4199ead8eab9f36dc52c67094@tango.0pointer.de> #12: when passing channels=4 to module-alsa-sink it fails to load -------------------------+-------------------------------------------------- Reporter: lennart | Owner: somebody Type: | Status: closed Priority: normal | Milestone: 0.8 Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Changes (by Link): * type: defect => Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 14:23:52 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 02 Jun 2006 21:23:52 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #4: Proper use of ALSA API In-Reply-To: <094.e4b3d6d1b330394aa7b7c5607d84ce70@tango.0pointer.de> References: <094.e4b3d6d1b330394aa7b7c5607d84ce70@tango.0pointer.de> Message-ID: <103.30df6c4f6d84086f465c60bfffe4b177@tango.0pointer.de> #4: Proper use of ALSA API -------------------------+-------------------------------------------------- Reporter: ossman | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Changes (by Link): * type: defect => Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 17:43:26 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sat, 03 Jun 2006 00:43:26 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #19: libpolyp.la needs to link to -liconv when compiling with MinGW In-Reply-To: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> References: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> Message-ID: <103.fa06d426971379473d4620bdea8e7ba0@tango.0pointer.de> #19: libpolyp.la needs to link to -liconv when compiling with MinGW ---------------------------------------------+------------------------------ Reporter: polypaudio at lazymalevolence.com | Owner: ossman Type: defect | Status: new Priority: normal | Milestone: 0.9.2 Component: build-system | Severity: normal Resolution: | Keywords: ---------------------------------------------+------------------------------ Comment (by polypaudio at lazymalevolence.com): I just tried to add an attachment, but I get the error {{{OSError: [Errno 13] Permission denied: '/home/lennart/svn/trac/polypaudio/attachments/ticket'}}}. -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 19:31:43 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sat, 03 Jun 2006 02:31:43 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #10: do not show volumes in dB in paman In-Reply-To: <094.aecbc9fced3986e764d4490609d32eb8@tango.0pointer.de> References: <094.aecbc9fced3986e764d4490609d32eb8@tango.0pointer.de> Message-ID: <103.20ee7bdf8dc0aa4aad1c9169887fd8f6@tango.0pointer.de> #10: do not show volumes in dB in paman -------------------------+-------------------------------------------------- Reporter: lennart | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Changes (by Link): * type: => defect Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 19:44:55 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sat, 03 Jun 2006 02:44:55 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #9: Update pavumeter for 0.8 In-Reply-To: <094.e844f2c8df7f224ce40684fd0e5a2acd@tango.0pointer.de> References: <094.e844f2c8df7f224ce40684fd0e5a2acd@tango.0pointer.de> Message-ID: <103.2b4167a1a1c6f9ffeb9c1f58703dad23@tango.0pointer.de> #9: Update pavumeter for 0.8 -------------------------+-------------------------------------------------- Reporter: lennart | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Changes (by URL): * type: defect => Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 19:45:02 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sat, 03 Jun 2006 02:45:02 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #7: Add hardware volume notification In-Reply-To: <094.a33bf6a6ad45682cd99766f90d8f936b@tango.0pointer.de> References: <094.a33bf6a6ad45682cd99766f90d8f936b@tango.0pointer.de> Message-ID: <103.2889620006c044292f90cee9b9e7f31a@tango.0pointer.de> #7: Add hardware volume notification -------------------------+-------------------------------------------------- Reporter: ossman | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Comment (by URL): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 19:45:10 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sat, 03 Jun 2006 02:45:10 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #5: Volume in sources In-Reply-To: <094.f994476cc2c1fdb892c5e13d060c4c87@tango.0pointer.de> References: <094.f994476cc2c1fdb892c5e13d060c4c87@tango.0pointer.de> Message-ID: <103.620dfa1bf04e8ea73f55fa4ab78eca70@tango.0pointer.de> #5: Volume in sources -------------------------+-------------------------------------------------- Reporter: ossman | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Comment (by Main): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 20:01:36 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sat, 03 Jun 2006 03:01:36 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #11: ./configure doesn't detect avahi In-Reply-To: <094.4eeba79b732624fd1cf62360b627f85c@tango.0pointer.de> References: <094.4eeba79b732624fd1cf62360b627f85c@tango.0pointer.de> Message-ID: <103.b1c527834d0ea5a0f1526f34466f0f26@tango.0pointer.de> #11: ./configure doesn't detect avahi ----------------------------+----------------------------------------------- Reporter: zlatko at gmx.at | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: wontfix | Keywords: ----------------------------+----------------------------------------------- Changes (by Here): * type: => defect Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 20:26:18 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sat, 03 Jun 2006 03:26:18 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #16: No way at configure time to disable/enable building of specific modules In-Reply-To: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> References: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> Message-ID: <103.e3feadb9adde2d28b68c0ca2e701fce3@tango.0pointer.de> #16: No way at configure time to disable/enable building of specific modules -------------------------------------+-------------------------------------- Reporter: zaheermerali at gmail.com | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: 0.9.1 Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------------------+-------------------------------------- Comment (by Link): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 20:34:14 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sat, 03 Jun 2006 03:34:14 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #17: Parallel make failures In-Reply-To: <094.c553ec1a8a1a429d8d90af510f4257ac@tango.0pointer.de> References: <094.c553ec1a8a1a429d8d90af510f4257ac@tango.0pointer.de> Message-ID: <103.b35a4d4cbd39a1d50c2f6767d1addd4e@tango.0pointer.de> #17: Parallel make failures ------------------------------+--------------------------------------------- Reporter: ed at catmur.co.uk | Owner: lennart Type: | Status: assigned Priority: normal | Milestone: Component: build-system | Severity: normal Resolution: | Keywords: ------------------------------+--------------------------------------------- Changes (by Main): * type: defect => Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 21:53:41 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sat, 03 Jun 2006 04:53:41 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #13: Cached sample from ESD protocol named incorrectly In-Reply-To: <094.a147799627286d5617ad30fb169daa3f@tango.0pointer.de> References: <094.a147799627286d5617ad30fb169daa3f@tango.0pointer.de> Message-ID: <103.1157d32a1594880d4783b9a0aa15fcc7@tango.0pointer.de> #13: Cached sample from ESD protocol named incorrectly ---------------------------+------------------------------------------------ Reporter: art at ified.ca | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: ---------------------------+------------------------------------------------ Changes (by Go): * type: => defect Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 2 22:48:39 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sat, 03 Jun 2006 05:48:39 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #14: module-rtp-recv fails to parse custom sample specs In-Reply-To: <094.2c4568a90502eb28f21bad2b5b5d8c71@tango.0pointer.de> References: <094.2c4568a90502eb28f21bad2b5b5d8c71@tango.0pointer.de> Message-ID: <103.040abbd8cea4f6d0cfded81c873b9847@tango.0pointer.de> #14: module-rtp-recv fails to parse custom sample specs ---------------------------+------------------------------------------------ Reporter: anonymous | Owner: lennart Type: defect | Status: assigned Priority: normal | Milestone: Component: module-rtp-* | Severity: normal Resolution: | Keywords: ---------------------------+------------------------------------------------ Comment (by URL): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Sat Jun 3 08:24:08 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sat, 03 Jun 2006 15:24:08 -0000 Subject: [polypaudio-tickets] =?utf-8?b?W1BvbHlwYXVkaW9dICMyMDogTEVE5pi+?= =?utf-8?b?56S65bGPfDAxMC04NjUwODc1MCwxMzkxMTU4ODk4OOmUgOWUrumDqOeOiw==?= =?utf-8?b?57uP55CGfOWMl+S6rOa1t+a9rkxFROaYvuekuuWxj+WFrOWPuOaYr+S4gA==?= =?utf-8?b?5a625YWo5Zu95pyA5YW36KeE5qih55qETEVE5Yi26YCg5ZWGLOacrOWFrA==?= =?utf-8?b?5Y+455qETEVE57O75YiX5Lqn5ZOBOuWFqOW9qUxFROaYvuekuuWxjyzlj4w=?= =?utf-8?b?5Z+66ImyTEVE5pi+56S65bGPLOWupOWklkxFROaYvuekuuWxjyzlrqTlhoVM?= =?utf-8?b?RUTmmL7npLrlsY8s6ZO26KGM5Yip546H5bGPLOmTtuihjOaxh+eOh+Wxjyw=?= =?utf-8?b?5Yip546H5rGH546H5pi+56S65bGPLOiInuWPsOWtl+W5leWxjyjmnaHlnos=?= =?utf-8?b?5bGPKSznlLXlrZDnnIvmnb8o55Sf5Lqn55yL5p2/KSzmlbDnoIHnrqHmmL4=?= =?utf-8?b?56S65bGPLOeUteWtkOaXtumSnyzlgJLorqHml7bns7vnu58s5rip5bqm5pi+?= =?utf-8?b?56S65bGPLOa5v+W6puaYvuekuuWxjyzmuKnmub/luqbmmL7npLrlsY8s5YCS?= =?utf-8?b?6K6h5pe2TEVE5pi+56S65bGPLOevrueQg+avlOi1m0xFROaYvuekuuWxjyw=?= =?utf-8?b?6ZO26KGM5o6S6ZifTEVE5pi+56S657O757ufLOS4lueVjOaXtuaYvuekug==?= =?utf-8?b?5bGPLOmFkuW6l0xFROaYvuekuuWxjyzlrr7ppoZMRUTmmL7npLrlsY8gTEVE?= =?utf-8?b?5pi+56S65bGPTEVE55S15a2Q5pi+56S65bGPMDEwLTg2NTA4NzUw77yI5bCP?= =?utf-8?b?54G16YCa77yJLDEzOTExNTg4OTg46ZSA5ZSu6YOo546L57uP55CG?= Message-ID: <094.da690f3793d5ef028bf611bf0e7a5d39@tango.0pointer.de> #20: LED???|010- 86508750,13911588988??????|????LED???????????????LED???,????LED????:??LED???,???LED???,??LED???,??LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,???LED???,????LED???,????LED????,??????,??LED???,??LED??? LED???LED?????010- 86508750?????,13911588988?????? ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Reporter: LED???|010-86508750,13911588988??????|????LED???????????????LED???,????LED????:??LED???,???LED???,??LED???,??LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,???LED???,????LED???,????LED????,??????,??LED???,??LED??? LED???LED?????010-86508750?????,13911588988?????? | Owner: LED???|010-86508750,13911588988??????|????LED???????????????LED???,????LED????:??LED???,???LED???,??LED???,??LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,???LED???,????LED???,????LED????,??????,??LED???,??LED??? LED???LED?????010-86508750?????,13911588988?????? Type: defect | Status: new Priority: normal | Milestone: Component: daemon | Severity: normal Keywords: LED???|010-86508750,13911588988??????|????LED???????????????LED???,????LED????:??LED???,???LED???,??LED???,??LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,???LED???,????LED???,????LED????,??????,??LED???,??LED??? LED???LED?????010-86508750?????,13911588988?????? | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ LED???|010- 86508750,13911588988??????|????LED???????????????LED???,????LED????:??LED???,???LED???,??LED???,??LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,???LED???,????LED???,????LED????,??????,??LED???,??LED??? LED???LED?????010- 86508750?????,13911588988?????? ??????????????? ???:?????? ????:13911588988 ? ?:010-82384306 QQ:345803732 MSN:greatwall716 at hotmail.com E-mail: greatwall716 at 126.com ??:???????????229?????716?(100083) ??:http://www.LEDdisplay.net.cn ???????LED??????? ???????: ?????????????????????1994?,??????,??,??,?????????????????????????,???????????LED??????????LED????????????,???,??,??,??,????,??,??????????,???????????,???????????????????????????????????1994???LED??????????????,???????,???LED????????,??,??,????,?LED????????????????????????????????????????????????,???????,???????,????????????????????????????????????,??????,??????LED???????????? ?????????????????????????: ????????: ? ???????????????? P16??????161.435? ? ?????????????? P20?????? 40.32? ? ???????????? P20?????? 148.68? ? ?????????????? P20?????? 93.6714? ? ??????????? P25?????? 198.9? ? ?????????? P20?????? 60.21? ? ????????? P16?????? 28.30? ? ??????? P16?????? 99.5328? ? ?????? P22?????? 44.60544? ? ???????? P16?????? 19.6608? ????????: ? ??????????????? P7.62(???)??????50.24? ? ?????? P7.62(???)?????? 46.583? ? ??????????????(????) P7.62(??)?????? 8.930? ? ??????????????? P10(???)?????? 31.85? ? ???????????? P10(???)?????? 46.97? ? ???????? P10(???)?????? 27.52? ? ????? P10(??)?????? 19.6608? ? ????? P10(??)?????? 14.7456? ? ?????? P7.62(??)?????? 8.2944? ? ????????????????? P7.62(??)?????? 5.4? ????????: ? ???????????? P15.7??????5.161? ? ?????????? P12.7?????? 9.91? ? ???????? P15.7?????? 12.09? ? ???????? P15.7?????? 15? ? ???????? P15.7?????? 7.88? ? ????????? P12.7?????? 9.582m2 ? ??????? P15.7?????? 3m2 ? ????????? P15.7?????? 15.125m2 ? ???????? P15.7?????? 19.5m2 ? ??????? P15.7?????? 23.25m2 ????????: ? ????????? ?5??????10.22? ? ?????????3??????10.42? ? ?????????????3.75??????6.9? ? ????????????3.75??????8.3? ? ???????????3.75??????8.46? ? ??????????????3??????8.26? ? ???????5??????6.39? ? ???????????3??????14.5? ? ??????????3.75??????8.284? ? ???????????3.75??????50.23? ????????: ? ??????????? P15.7??????10.59? ? ?????????? P15.7?????? 9.45? ? ??????? P15.7?????? 6.5? ? ??????????? P15.7?????? 3? ? ?????????????? P15.7?????? 15? ? ?????,??,???,????????? P15.7?????? 6? ? ??????????? P15.7?????? 11.659? ? ????????????? P12.7?????? 5.782? ? ?????????? P12.7?????? 5.364? ? ???????????? P15.7?????? 2.33? ????????: ? ???????????? ?5??????20.36? ? ???????????3.75??????4.73? ? ?????????3??????9.44? ? ????????????3??????6? ? ????????????3.75??????5.11? ? ?????????3??????11.67? ? ??????????3.75??????10.77? ? ?????????????5??????14.6? ? ??????????????3.75??????4.74? ? ????????3.75??????6.28? ??????: ? ????????????????LED????????(285?) ? ??????????????????LED????????(386?) ? ????????????LED????????(158?) ? ???????????LED????????(133?) ? ???????????LED????????(198?) ? ???????????LED????????(242?) ? ???????????LED????????(2?) ? ?????????LED????????(33?) ? ?????????LED????????(189?) ? ??????LED????????(2?) ??????????????,?????,???,??????,????,?????,???????????????????LED?????,?????????????????????????????????????????????????? ?? ??? ??????????????? ???:?????? ????:010-86508750,13911588988 ? ?:010-82384306 QQ:345803732 MSN:greatwall716 at hotmail.com E-mail: greatwall716 at 126.com ??:???????????229?????716?(100083) ??:http://www.LEDdisplay.net.cn ??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,????LED???,???LED???,???LED???,??LED???,???LED???,????LED???,??LED???,??LED???,??LED???,????LED???,??LED???,??LED???,???LED???,???LED???,???LED???,??LED???,?? LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,?? LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,?????LED???,???LED???,??LED???,????LED???,??LED???,????LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,???LED???,???LED???,???LED???,???LED???,???LED???,????LED???,???LED???,???LED???,??LED???,???LED???,??LED???,??LED???,??LED???,???LED???,????LED???,????LED???,????LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,????LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,?????LED???,???LED???,????LED???,????LED???,????LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,???LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,????LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,????LED???,???LED???,???LED???,??LED???,???LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??(???) LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???? -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Sat Jun 3 08:47:19 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sat, 03 Jun 2006 15:47:19 -0000 Subject: [polypaudio-tickets] =?utf-8?b?W1BvbHlwYXVkaW9dICMyMTogTEVE5pi+?= =?utf-8?b?56S65bGPfDAxMC04NjUwODc1MCwxMzkxMTU4ODk4OOmUgOWUrumDqOeOiw==?= =?utf-8?b?57uP55CGfOWMl+S6rOa1t+a9rkxFROaYvuekuuWxj+WFrOWPuOaYr+S4gA==?= =?utf-8?b?5a625YWo5Zu95pyA5YW36KeE5qih55qETEVE5Yi26YCg5ZWGLOacrOWFrA==?= =?utf-8?b?5Y+455qETEVE57O75YiX5Lqn5ZOBOuWFqOW9qUxFROaYvuekuuWxjyzlj4w=?= =?utf-8?b?5Z+66ImyTEVE5pi+56S65bGPLOWupOWklkxFROaYvuekuuWxjyzlrqTlhoVM?= =?utf-8?b?RUTmmL7npLrlsY8s6ZO26KGM5Yip546H5bGPLOmTtuihjOaxh+eOh+Wxjyw=?= =?utf-8?b?5Yip546H5rGH546H5pi+56S65bGPLOiInuWPsOWtl+W5leWxjyjmnaHlnos=?= =?utf-8?b?5bGPKSznlLXlrZDnnIvmnb8o55Sf5Lqn55yL5p2/KSzmlbDnoIHnrqHmmL4=?= =?utf-8?b?56S65bGPLOeUteWtkOaXtumSnyzlgJLorqHml7bns7vnu58s5rip5bqm5pi+?= =?utf-8?b?56S65bGPLOa5v+W6puaYvuekuuWxjyzmuKnmub/luqbmmL7npLrlsY8s5YCS?= =?utf-8?b?6K6h5pe2TEVE5pi+56S65bGPLOevrueQg+avlOi1m0xFROaYvuekuuWxjyw=?= =?utf-8?b?6ZO26KGM5o6S6ZifTEVE5pi+56S657O757ufLOS4lueVjOaXtuaYvuekug==?= =?utf-8?b?5bGPLOmFkuW6l0xFROaYvuekuuWxjyzlrr7ppoZMRUTmmL7npLrlsY8gTEVE?= =?utf-8?b?5pi+56S65bGPTEVE55S15a2Q5pi+56S65bGPMDEwLTg2NTA4NzUw77yI5bCP?= =?utf-8?b?54G16YCa77yJLDEzOTExNTg4OTg46ZSA5ZSu6YOo546L57uP55CG?= Message-ID: <094.cffebb67b99b6801048553fb9fe72fee@tango.0pointer.de> #21: LED???|010- 86508750,13911588988??????|????LED???????????????LED???,????LED????:??LED???,???LED???,??LED???,??LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,???LED???,????LED???,????LED????,??????,??LED???,??LED??? LED???LED?????010- 86508750?????,13911588988?????? ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Reporter: LED???|010-86508750,13911588988??????|????LED???????????????LED???,????LED????:??LED???,???LED???,??LED???,??LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,???LED???,????LED???,????LED????,??????,??LED???,??LED??? LED???LED?????010-86508750?????,13911588988?????? | Owner: LED???|010-86508750,13911588988??????|????LED???????????????LED???,????LED????:??LED???,???LED???,??LED???,??LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,???LED???,????LED???,????LED????,??????,??LED???,??LED??? LED???LED?????010-86508750?????,13911588988?????? Type: defect | Status: new Priority: normal | Milestone: Component: daemon | Severity: normal Keywords: LED???|010-86508750,13911588988??????|????LED???????????????LED???,????LED????:??LED???,???LED???,??LED???,??LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,???LED???,????LED???,????LED????,??????,??LED???,??LED??? LED???LED?????010-86508750?????,13911588988?????? | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ LED???|010- 86508750,13911588988??????|????LED???????????????LED???,????LED????:??LED???,???LED???,??LED???,??LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,???LED???,????LED???,????LED????,??????,??LED???,??LED??? LED???LED?????010- 86508750?????,13911588988?????? ??????????????? ???:?????? ????:13911588988 ? ?:010-82384306 QQ:345803732 MSN:greatwall716 at hotmail.com E-mail: greatwall716 at 126.com ??:???????????229?????716?(100083) ??:http://www.LEDdisplay.net.cn ???????LED??????? ???????: ?????????????????????1994?,??????,??,??,?????????????????????????,???????????LED??????????LED????????????,???,??,??,??,????,??,??????????,???????????,???????????????????????????????????1994???LED??????????????,???????,???LED????????,??,??,????,?LED????????????????????????????????????????????????,???????,???????,????????????????????????????????????,??????,??????LED???????????? ?????????????????????????: ????????: ? ???????????????? P16??????161.435? ? ?????????????? P20?????? 40.32? ? ???????????? P20?????? 148.68? ? ?????????????? P20?????? 93.6714? ? ??????????? P25?????? 198.9? ? ?????????? P20?????? 60.21? ? ????????? P16?????? 28.30? ? ??????? P16?????? 99.5328? ? ?????? P22?????? 44.60544? ? ???????? P16?????? 19.6608? ????????: ? ??????????????? P7.62(???)??????50.24? ? ?????? P7.62(???)?????? 46.583? ? ??????????????(????) P7.62(??)?????? 8.930? ? ??????????????? P10(???)?????? 31.85? ? ???????????? P10(???)?????? 46.97? ? ???????? P10(???)?????? 27.52? ? ????? P10(??)?????? 19.6608? ? ????? P10(??)?????? 14.7456? ? ?????? P7.62(??)?????? 8.2944? ? ????????????????? P7.62(??)?????? 5.4? ????????: ? ???????????? P15.7??????5.161? ? ?????????? P12.7?????? 9.91? ? ???????? P15.7?????? 12.09? ? ???????? P15.7?????? 15? ? ???????? P15.7?????? 7.88? ? ????????? P12.7?????? 9.582m2 ? ??????? P15.7?????? 3m2 ? ????????? P15.7?????? 15.125m2 ? ???????? P15.7?????? 19.5m2 ? ??????? P15.7?????? 23.25m2 ????????: ? ????????? ?5??????10.22? ? ?????????3??????10.42? ? ?????????????3.75??????6.9? ? ????????????3.75??????8.3? ? ???????????3.75??????8.46? ? ??????????????3??????8.26? ? ???????5??????6.39? ? ???????????3??????14.5? ? ??????????3.75??????8.284? ? ???????????3.75??????50.23? ????????: ? ??????????? P15.7??????10.59? ? ?????????? P15.7?????? 9.45? ? ??????? P15.7?????? 6.5? ? ??????????? P15.7?????? 3? ? ?????????????? P15.7?????? 15? ? ?????,??,???,????????? P15.7?????? 6? ? ??????????? P15.7?????? 11.659? ? ????????????? P12.7?????? 5.782? ? ?????????? P12.7?????? 5.364? ? ???????????? P15.7?????? 2.33? ????????: ? ???????????? ?5??????20.36? ? ???????????3.75??????4.73? ? ?????????3??????9.44? ? ????????????3??????6? ? ????????????3.75??????5.11? ? ?????????3??????11.67? ? ??????????3.75??????10.77? ? ?????????????5??????14.6? ? ??????????????3.75??????4.74? ? ????????3.75??????6.28? ??????: ? ????????????????LED????????(285?) ? ??????????????????LED????????(386?) ? ????????????LED????????(158?) ? ???????????LED????????(133?) ? ???????????LED????????(198?) ? ???????????LED????????(242?) ? ???????????LED????????(2?) ? ?????????LED????????(33?) ? ?????????LED????????(189?) ? ??????LED????????(2?) ??????????????,?????,???,??????,????,?????,???????????????????LED?????,?????????????????????????????????????????????????? ?? ??? ??????????????? ???:?????? ????:010-86508750,13911588988 ? ?:010-82384306 QQ:345803732 MSN:greatwall716 at hotmail.com E-mail: greatwall716 at 126.com ??:???????????229?????716?(100083) ??:http://www.LEDdisplay.net.cn ??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,????LED???,???LED???,???LED???,??LED???,???LED???,????LED???,??LED???,??LED???,??LED???,????LED???,??LED???,??LED???,???LED???,???LED???,???LED???,??LED???,?? LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,?? LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,?????LED???,???LED???,??LED???,????LED???,??LED???,????LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,???LED???,???LED???,???LED???,???LED???,???LED???,????LED???,???LED???,???LED???,??LED???,???LED???,??LED???,??LED???,??LED???,???LED???,????LED???,????LED???,????LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,????LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,?????LED???,???LED???,????LED???,????LED???,????LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,???LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,????LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,????LED???,???LED???,???LED???,??LED???,???LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??(???) LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???? -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 5 03:34:56 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 05 Jun 2006 10:34:56 -0000 Subject: [polypaudio-tickets] =?utf-8?b?W1BvbHlwYXVkaW9dICMyMjogTEVE55S1?= =?utf-8?b?5a2Q5aSn5bGP5bmVfOWFqOW9qUxFROaYvuekuuWxjzAxMC04NjUwODc1MCwx?= =?utf-8?b?MzkxMTU4ODk4OOmUgOWUrumDqOeOi+e7j+eQhg==?= Message-ID: <094.d2885066d8f860e98a0db26fba6017b6@tango.0pointer.de> #22: LED?????|??LED???010- 86508750,13911588988?????? ---------------------------------------------------------------------------------------------+ Reporter: LED?????|??LED???010-86508750,13911588988?????? | Owner: LED?????|??LED???010-86508750,13911588988?????? Type: defect | Status: new Priority: normal | Milestone: Component: daemon | Severity: normal Keywords: LED?????|??LED???010-86508750,13911588988?????? | ---------------------------------------------------------------------------------------------+ LED?????|??LED???010- 86508750,13911588988?????? ????LED???????????????LED???,????LED????:??LED???,???LED???,??LED???,??LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,???LED???,????LED???,????LED????,??????,??LED???,??LED??? LED???LED?????010- 86508750?????,13911588988?????? ??????????????? ???:?????? ????:13911588988 ? ?:010-82384306 QQ:345803732 MSN:greatwall716 at hotmail.com E-mail: greatwall716 at 126.com ??:???????????229?????716?(100083) ??:http://www.LEDdisplay.net.cn ???????LED??????? ???????: ?????????????????????1994?,??????,??,??,?????????????????????????,???????????LED??????????LED????????????,???,??,??,??,????,??,??????????,???????????,???????????????????????????????????1994???LED??????????????,???????,???LED????????,??,??,????,?LED????????????????????????????????????????????????,???????,???????,????????????????????????????????????,??????,??????LED???????????? ?????????????????????????: ????????: ? ???????????????? P16??????161.435? ? ?????????????? P20?????? 40.32? ? ???????????? P20?????? 148.68? ? ?????????????? P20?????? 93.6714? ? ??????????? P25?????? 198.9? ? ?????????? P20?????? 60.21? ? ????????? P16?????? 28.30? ? ??????? P16?????? 99.5328? ? ?????? P22?????? 44.60544? ? ???????? P16?????? 19.6608? ????????: ? ??????????????? P7.62(???)??????50.24? ? ?????? P7.62(???)?????? 46.583? ? ??????????????(????) P7.62(??)?????? 8.930? ? ??????????????? P10(???)?????? 31.85? ? ???????????? P10(???)?????? 46.97? ? ???????? P10(???)?????? 27.52? ? ????? P10(??)?????? 19.6608? ? ????? P10(??)?????? 14.7456? ? ?????? P7.62(??)?????? 8.2944? ? ????????????????? P7.62(??)?????? 5.4? ????????: ? ???????????? P15.7??????5.161? ? ?????????? P12.7?????? 9.91? ? ???????? P15.7?????? 12.09? ? ???????? P15.7?????? 15? ? ???????? P15.7?????? 7.88? ? ????????? P12.7?????? 9.582m2 ? ??????? P15.7?????? 3m2 ? ????????? P15.7?????? 15.125m2 ? ???????? P15.7?????? 19.5m2 ? ??????? P15.7?????? 23.25m2 ????????: ? ????????? ?5??????10.22? ? ?????????3??????10.42? ? ?????????????3.75??????6.9? ? ????????????3.75??????8.3? ? ???????????3.75??????8.46? ? ??????????????3??????8.26? ? ???????5??????6.39? ? ???????????3??????14.5? ? ??????????3.75??????8.284? ? ???????????3.75??????50.23? ????????: ? ??????????? P15.7??????10.59? ? ?????????? P15.7?????? 9.45? ? ??????? P15.7?????? 6.5? ? ??????????? P15.7?????? 3? ? ?????????????? P15.7?????? 15? ? ?????,??,???,????????? P15.7?????? 6? ? ??????????? P15.7?????? 11.659? ? ????????????? P12.7?????? 5.782? ? ?????????? P12.7?????? 5.364? ? ???????????? P15.7?????? 2.33? ????????: ? ???????????? ?5??????20.36? ? ???????????3.75??????4.73? ? ?????????3??????9.44? ? ????????????3??????6? ? ????????????3.75??????5.11? ? ?????????3??????11.67? ? ??????????3.75??????10.77? ? ?????????????5??????14.6? ? ??????????????3.75??????4.74? ? ????????3.75??????6.28? ??????: ? ????????????????LED????????(285?) ? ??????????????????LED????????(386?) ? ????????????LED????????(158?) ? ???????????LED????????(133?) ? ???????????LED????????(198?) ? ???????????LED????????(242?) ? ???????????LED????????(2?) ? ?????????LED????????(33?) ? ?????????LED????????(189?) ? ??????LED????????(2?) ??????????????,?????,???,??????,????,?????,???????????????????LED?????,?????????????????????????????????????????????????? ?? ??? ??????????????? ???:?????? ????:010-86508750,13911588988 ? ?:010-82384306 QQ:345803732 MSN:greatwall716 at hotmail.com E-mail: greatwall716 at 126.com ??:???????????229?????716?(100083) ??:http://www.LEDdisplay.net.cn ??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,????LED???,???LED???,???LED???,??LED???,???LED???,????LED???,??LED???,??LED???,??LED???,????LED???,??LED???,??LED???,???LED???,???LED???,???LED???,??LED???,?? LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,?? LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,?????LED???,???LED???,??LED???,????LED???,??LED???,????LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,???LED???,???LED???,???LED???,???LED???,???LED???,????LED???,???LED???,???LED???,??LED???,???LED???,??LED???,??LED???,??LED???,???LED???,????LED???,????LED???,????LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,????LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,?????LED???,???LED???,????LED???,????LED???,????LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,???LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,????LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,????LED???,???LED???,???LED???,??LED???,???LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,???LED???,??LED???,??LED???,??LED???,??LED???,??(???) LED???,??LED???,??LED???,??LED???,??LED???,??LED???,??LED???,???LED???,??LED???,??LED???,??LED???? -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 5 05:51:48 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 05 Jun 2006 12:51:48 -0000 Subject: [polypaudio-tickets] =?utf-8?b?W1BvbHlwYXVkaW9dICMyMzog5p2t5bee?= =?utf-8?b?TEVE5pi+56S65bGPMTM5MTE1ODg5ODh85p2t5beeTEVE55S15a2Q5pi+56S6?= =?utf-8?b?5bGPMDEwLTg2NTA4NzUw6ZSA5ZSu6YOo546L57uP55CGfOWMl+S6rOa1tw==?= =?utf-8?b?5r2u5p2t5beeTEVE5pi+56S65bGP5YWs5Y+45piv5LiA5a625YWo5Zu95pyA?= =?utf-8?b?5YW36KeE5qih55qETEVE5Yi26YCg5ZWGLOacrOWFrOWPuOeahExFROezuw==?= =?utf-8?b?5YiX5Lqn5ZOBOuWFqOW9qeadreW3nkxFROaYvuekuuWxjyzlj4zln7roibI=?= =?utf-8?b?5p2t5beeTEVE5pi+56S65bGPLOWupOWkluadreW3nkxFROaYvuekuuWxjyw=?= =?utf-8?b?5a6k5YaF5p2t5beeTEVE5pi+56S65bGPLOmTtuihjOWIqeeOh+Wxjyzpk7Y=?= =?utf-8?b?6KGM5rGH546H5bGPLOWIqeeOh+axh+eOh+aYvuekuuWxjyzoiJ7lj7DlrZc=?= =?utf-8?b?5bmV5bGPKOadoeWei+Wxjyks55S15a2Q55yL5p2/KOeUn+S6p+eci+advyks?= =?utf-8?b?5pWw56CB566h5pi+56S65bGPLOeUteWtkOaXtumSnyzlgJLorqHml7bns7s=?= =?utf-8?b?57ufLOa4qeW6puaYvuekuuWxjyzmub/luqbmmL7npLrlsY8s5rip5rm/5bqm?= =?utf-8?b?5pi+56S65bGPLOWAkuiuoeaXtuadreW3nkxFROaYvuekuuWxjyznr67nkIM=?= =?utf-8?b?5q+U6LWb5p2t5beeTEVE5pi+56S65bGPLOmTtuihjOaOkumYn0xFROaYvg==?= =?utf-8?b?56S657O757ufLOS4lueVjOaXtuaYvuekuuWxjyzphZLlupfmna3lt55MRUQ=?= =?utf-8?b?5pi+56S65bGPLOWuvummhuadreW3nkxFROaYvuekuuWxjyDmna3lt55MRUQ=?= =?utf-8?b?5pi+56S65bGP5p2t5beeTEVE55S15a2Q5pi+56S65bGPMDEwLTg2NTA4NzUw?= =?utf-8?b?77yMMTM5MTE1ODg5ODjplIDllK7pg6jnjovnu4/nkIY=?= Message-ID: <094.4e2718a9f17e1775ffa93a72fca36b68@tango.0pointer.de> #23: ??LED???13911588988|??LED?????010- 86508750??????|??????LED???????????????LED???,????LED????:????LED???,?????LED???,????LED???,????LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,?????LED???,??????LED???,????LED????,??????,????LED???,????LED??? ??LED?????LED?????010- 86508750?13911588988?????? --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Reporter: ??LED???13911588988|??LED?????010-86508750??????|??????LED???????????????LED???,????LED????:????LED???,?????LED???,????LED???,????LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,?????LED???,??????LED???,????LED????,??????,????LED???,????LED??? ??LED?????LED?????010-86508750?13911588988?????? | Owner: ??LED???13911588988|??LED?????010-86508750??????|??????LED???????????????LED???,????LED????:????LED???,?????LED???,????LED???,????LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,?????LED???,??????LED???,????LED????,??????,????LED???,????LED??? ??LED?????LED?????010-86508750?13911588988?????? Type: defect | Status: new Priority: normal | Milestone: Component: daemon | Severity: normal Keywords: ??LED???13911588988|??LED?????010-86508750??????|??????LED???????????????LED???,????LED????:????LED???,?????LED???,????LED???,????LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,?????LED???,??????LED???,????LED????,??????,????LED???,????LED??? ??LED?????LED?????010-86508750?13911588988?????? | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ??LED???13911588988|??LED?????010- 86508750??????|??????LED???????????????LED???,????LED????:????LED???,?????LED???,????LED???,????LED???,?????,?????,???????,?????(???),????(????),??????,????,?????,?????,?????,??????,?????LED???,??????LED???,????LED????,??????,????LED???,????LED??? ??LED?????LED?????010- 86508750?13911588988?????? ?????????LED??????? ???????: ?????????????????????1994?,??????,??,??,?????????????????????????,?????????????LED????????????LED????????????,???,??,??,??,????,??,??????????,???????????,???????????????????????????????????1994???LED??????????????,???????,?????LED????????,??,??,????,???LED????????????????????????????????????????????????,???????,???????,????????????????????????????????????,??????,????????LED???????????? ?????????????????????????: ????????: ? ???????????????? P16??????161.435? ? ?????????????? P20?????? 40.32? ? ???????????? P20?????? 148.68? ? ?????????????? P20?????? 93.6714? ? ??????????? P25?????? 198.9? ? ?????????? P20?????? 60.21? ? ????????? P16?????? 28.30? ? ??????? P16?????? 99.5328? ? ?????? P22?????? 44.60544? ? ???????? P16?????? 19.6608? ????????: ? ??????????????? P7.62(???)??????50.24? ? ?????? P7.62(???)?????? 46.583? ? ??????????????(????) P7.62(??)?????? 8.930? ? ??????????????? P10(???)?????? 31.85? ? ???????????? P10(???)?????? 46.97? ? ???????? P10(???)?????? 27.52? ? ????? P10(??)?????? 19.6608? ? ????? P10(??)?????? 14.7456? ? ?????? P7.62(??)?????? 8.2944? ? ????????????????? P7.62(??)?????? 5.4? ????????: ? ???????????? P15.7??????5.161? ? ?????????? P12.7?????? 9.91? ? ???????? P15.7?????? 12.09? ? ???????? P15.7?????? 15? ? ???????? P15.7?????? 7.88? ? ????????? P12.7?????? 9.582m2 ? ??????? P15.7?????? 3m2 ? ????????? P15.7?????? 15.125m2 ? ???????? P15.7?????? 19.5m2 ? ??????? P15.7?????? 23.25m2 ????????: ? ????????? ?5??????10.22? ? ?????????3??????10.42? ? ?????????????3.75??????6.9? ? ????????????3.75??????8.3? ? ???????????3.75??????8.46? ? ??????????????3??????8.26? ? ???????5??????6.39? ? ???????????3??????14.5? ? ??????????3.75??????8.284? ? ???????????3.75??????50.23? ????????: ? ??????????? P15.7??????10.59? ? ?????????? P15.7?????? 9.45? ? ??????? P15.7?????? 6.5? ? ??????????? P15.7?????? 3? ? ?????????????? P15.7?????? 15? ? ?????,??,???,????????? P15.7?????? 6? ? ??????????? P15.7?????? 11.659? ? ????????????? P12.7?????? 5.782? ? ?????????? P12.7?????? 5.364? ? ???????????? P15.7?????? 2.33? ????????: ? ???????????? ?5??????20.36? ? ???????????3.75??????4.73? ? ?????????3??????9.44? ? ????????????3??????6? ? ????????????3.75??????5.11? ? ?????????3??????11.67? ? ??????????3.75??????10.77? ? ?????????????5??????14.6? ? ??????????????3.75??????4.74? ? ????????3.75??????6.28? ??????: ? ????????????????LED????????(285?) ? ??????????????????LED????????(386?) ? ????????????LED????????(158?) ? ???????????LED????????(133?) ? ???????????LED????????(198?) ? ???????????LED????????(242?) ? ???????????LED????????(2?) ? ?????????LED????????(33?) ? ?????????LED????????(189?) ? ??????LED????????(2?) ??????????????,?????,???,??????,????,?????,?????????????????????LED?????,?????????????????????????????????????????????????? ?? ??? ??????????????? ???:?????? ????:??LED?????010-86508750 ? ?:010-82384306 QQ:345803732 MSN:greatwall716 at hotmail.com E-mail: greatwall716 at 126.com ??:???????????229?????716?(100083) ??:http://www.LEDdisplay.net.cn ????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,??????LED???,?????LED???,?????LED???,????LED???,?????LED???,??????LED???,????LED???,????LED???,????LED???,??????LED???,????LED???,????LED???,?????LED???,?????LED???,?????LED???,????LED???,?? ??LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,?? ??LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,???????LED???,?????LED???,????LED???,??????LED???,????LED???,??????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,?????LED???,?????LED???,?????LED???,?????LED???,??????LED???,?????LED???,?????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,?????LED???,??????LED???,??????LED???,??????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,??????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,???????LED???,?????LED???,??????LED???,??????LED???,??????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,?????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,??????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,??????LED???,?????LED???,?????LED???,????LED???,?????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,?????LED???,????LED???,????LED???,????LED???,????LED???,??(???) ??LED???,????LED???,????LED???,????LED???,????LED???,????LED???,????LED???,?????LED???,????LED???,????LED???,????LED???? -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Tue Jun 6 15:32:07 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Tue, 06 Jun 2006 22:32:07 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #6: Add hardware volume support to all plugins In-Reply-To: <094.32a231a497252c7fddd1d8c6d9fcd4b4@tango.0pointer.de> References: <094.32a231a497252c7fddd1d8c6d9fcd4b4@tango.0pointer.de> Message-ID: <103.ad8b1531ed23e8bf9ad8f4d9c99d73f8@tango.0pointer.de> #6: Add hardware volume support to all plugins -------------------------+-------------------------------------------------- Reporter: ossman | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Comment (by Go): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Tue Jun 6 16:43:25 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Tue, 06 Jun 2006 23:43:25 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #1: Problem compiling polypaudio 0.7 In-Reply-To: <094.c32c78157f27f46864a55be19f97a6bf@tango.0pointer.de> References: <094.c32c78157f27f46864a55be19f97a6bf@tango.0pointer.de> Message-ID: <103.35637df8e96e3fd7b4cbc2c005e9aad1@tango.0pointer.de> #1: Problem compiling polypaudio 0.7 -----------------------------------+---------------------------------------- Reporter: pierre42d at 9online.fr | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: wontfix | Keywords: -----------------------------------+---------------------------------------- Changes (by Here): * type: defect => Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Tue Jun 6 17:52:17 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Wed, 07 Jun 2006 00:52:17 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #12: when passing channels=4 to module-alsa-sink it fails to load In-Reply-To: <094.c83662d61bb5f3c72506a65cd0d99301@tango.0pointer.de> References: <094.c83662d61bb5f3c72506a65cd0d99301@tango.0pointer.de> Message-ID: <103.9605579bd42b5d6224a5783633e814e6@tango.0pointer.de> #12: when passing channels=4 to module-alsa-sink it fails to load -------------------------+-------------------------------------------------- Reporter: lennart | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: 0.8 Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Changes (by Go): * type: => defect Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Tue Jun 6 18:59:23 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Wed, 07 Jun 2006 01:59:23 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #4: Proper use of ALSA API In-Reply-To: <094.e4b3d6d1b330394aa7b7c5607d84ce70@tango.0pointer.de> References: <094.e4b3d6d1b330394aa7b7c5607d84ce70@tango.0pointer.de> Message-ID: <103.a128b2c8667d03cec31d1a3aa094cbce@tango.0pointer.de> #4: Proper use of ALSA API -------------------------+-------------------------------------------------- Reporter: ossman | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Comment (by Main): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Tue Jun 6 22:14:12 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Wed, 07 Jun 2006 05:14:12 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #10: do not show volumes in dB in paman In-Reply-To: <094.aecbc9fced3986e764d4490609d32eb8@tango.0pointer.de> References: <094.aecbc9fced3986e764d4490609d32eb8@tango.0pointer.de> Message-ID: <103.43fafe1893df8d794a7c6ad1452bd3c6@tango.0pointer.de> #10: do not show volumes in dB in paman -------------------------+-------------------------------------------------- Reporter: lennart | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Changes (by Link): * type: defect => Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Tue Jun 6 22:27:24 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Wed, 07 Jun 2006 05:27:24 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #9: Update pavumeter for 0.8 In-Reply-To: <094.e844f2c8df7f224ce40684fd0e5a2acd@tango.0pointer.de> References: <094.e844f2c8df7f224ce40684fd0e5a2acd@tango.0pointer.de> Message-ID: <103.81c29b4ac81b1fe6c120789c9092fbca@tango.0pointer.de> #9: Update pavumeter for 0.8 -------------------------+-------------------------------------------------- Reporter: lennart | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Changes (by Go): * type: => defect Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Tue Jun 6 22:27:32 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Wed, 07 Jun 2006 05:27:32 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #7: Add hardware volume notification In-Reply-To: <094.a33bf6a6ad45682cd99766f90d8f936b@tango.0pointer.de> References: <094.a33bf6a6ad45682cd99766f90d8f936b@tango.0pointer.de> Message-ID: <103.b505c9b3bd87cea66e78125734b11042@tango.0pointer.de> #7: Add hardware volume notification -------------------------+-------------------------------------------------- Reporter: ossman | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Changes (by Main): * type: defect => Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Tue Jun 6 22:27:38 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Wed, 07 Jun 2006 05:27:38 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #5: Volume in sources In-Reply-To: <094.f994476cc2c1fdb892c5e13d060c4c87@tango.0pointer.de> References: <094.f994476cc2c1fdb892c5e13d060c4c87@tango.0pointer.de> Message-ID: <103.bda803edee0f10fbdec4ecfead305875@tango.0pointer.de> #5: Volume in sources -------------------------+-------------------------------------------------- Reporter: ossman | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Changes (by Here): * type: => defect Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Wed Jun 7 01:15:08 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Wed, 07 Jun 2006 08:15:08 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #16: No way at configure time to disable/enable building of specific modules In-Reply-To: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> References: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> Message-ID: <103.65ea1bc06e1a3125f47d97d74f1a0ad2@tango.0pointer.de> #16: No way at configure time to disable/enable building of specific modules -------------------------------------+-------------------------------------- Reporter: zaheermerali at gmail.com | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: 0.9.1 Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------------------+-------------------------------------- Comment (by Link): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Wed Jun 7 01:24:29 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Wed, 07 Jun 2006 08:24:29 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #17: Parallel make failures In-Reply-To: <094.c553ec1a8a1a429d8d90af510f4257ac@tango.0pointer.de> References: <094.c553ec1a8a1a429d8d90af510f4257ac@tango.0pointer.de> Message-ID: <103.5f9199065499be55ccc889e2619efd96@tango.0pointer.de> #17: Parallel make failures ------------------------------+--------------------------------------------- Reporter: ed at catmur.co.uk | Owner: lennart Type: | Status: assigned Priority: normal | Milestone: Component: build-system | Severity: normal Resolution: | Keywords: ------------------------------+--------------------------------------------- Comment (by Here): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Wed Jun 7 01:24:34 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Wed, 07 Jun 2006 08:24:34 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #18: INADDR_NONE is available on windows In-Reply-To: <094.ca73ef8652c4705ba7d62519bea84a83@tango.0pointer.de> References: <094.ca73ef8652c4705ba7d62519bea84a83@tango.0pointer.de> Message-ID: <103.30ad4be23071698042298ae67109d9d1@tango.0pointer.de> #18: INADDR_NONE is available on windows ---------------------------------------------+------------------------------ Reporter: polypaudio at lazymalevolence.com | Owner: ossman Type: defect | Status: new Priority: normal | Milestone: 0.9.2 Component: build-system | Severity: normal Resolution: | Keywords: ---------------------------------------------+------------------------------ Comment (by Here): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Wed Jun 7 01:37:03 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Wed, 07 Jun 2006 08:37:03 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #11: ./configure doesn't detect avahi In-Reply-To: <094.4eeba79b732624fd1cf62360b627f85c@tango.0pointer.de> References: <094.4eeba79b732624fd1cf62360b627f85c@tango.0pointer.de> Message-ID: <103.a0e8ab8d6427d894d92e72b58b883d1c@tango.0pointer.de> #11: ./configure doesn't detect avahi ----------------------------+----------------------------------------------- Reporter: zlatko at gmx.at | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: wontfix | Keywords: ----------------------------+----------------------------------------------- Changes (by Main): * type: defect => Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Wed Jun 7 03:58:15 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Wed, 07 Jun 2006 10:58:15 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #13: Cached sample from ESD protocol named incorrectly In-Reply-To: <094.a147799627286d5617ad30fb169daa3f@tango.0pointer.de> References: <094.a147799627286d5617ad30fb169daa3f@tango.0pointer.de> Message-ID: <103.82d69328418ab214e8d175a60d2bd812@tango.0pointer.de> #13: Cached sample from ESD protocol named incorrectly ---------------------------+------------------------------------------------ Reporter: art at ified.ca | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: ---------------------------+------------------------------------------------ Changes (by URL): * type: defect => Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Wed Jun 7 05:59:01 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Wed, 07 Jun 2006 12:59:01 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #14: module-rtp-recv fails to parse custom sample specs In-Reply-To: <094.2c4568a90502eb28f21bad2b5b5d8c71@tango.0pointer.de> References: <094.2c4568a90502eb28f21bad2b5b5d8c71@tango.0pointer.de> Message-ID: <103.9b9033add4da96c93e0b180a88f61225@tango.0pointer.de> #14: module-rtp-recv fails to parse custom sample specs ---------------------------+------------------------------------------------ Reporter: anonymous | Owner: lennart Type: defect | Status: assigned Priority: normal | Milestone: Component: module-rtp-* | Severity: normal Resolution: | Keywords: ---------------------------+------------------------------------------------ Comment (by URL): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Wed Jun 7 16:33:50 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Wed, 07 Jun 2006 23:33:50 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #17: Parallel make failures In-Reply-To: <094.c553ec1a8a1a429d8d90af510f4257ac@tango.0pointer.de> References: <094.c553ec1a8a1a429d8d90af510f4257ac@tango.0pointer.de> Message-ID: <103.02797c0fdfa928f040583b9bbc4292e0@tango.0pointer.de> #17: Parallel make failures ------------------------------+--------------------------------------------- Reporter: ed at catmur.co.uk | Owner: lennart Type: | Status: assigned Priority: normal | Milestone: Component: build-system | Severity: normal Resolution: | Keywords: ------------------------------+--------------------------------------------- Comment (by Hillary): Phentermine [URL=http://sru.mpage.jp/Phentermine.html]Phentermine[/URL] Buy phentermine [URL=http://sru.mpage.jp/Buy-phentermine.html]Buy phentermine[/URL] Cheap phentermine [URL=http://sru.mpage.jp/Cheap-phentermine.html]Cheap phentermine[/URL] Order phentermine [URL=http://sru.mpage.jp/Order-phentermine.html]Order phentermine[/URL] Phentermine online [URL=http://sru.mpage.jp/Phentermine-online.html]Phentermine online[/URL] Buy phentermine online [URL=http://sru.mpage.jp/Buy-phentermine-online.html]Buy phentermine online[/URL] Phentermine pharmacy [URL=http://sru.mpage.jp /Phentermine-pharmacy.html]Phentermine pharmacy[/URL] Phentermine prescription [URL=http://sru.mpage.jp/Phentermine- prescription.html]Phentermine prescription[/URL] Phentermine diet pill [URL=http://sru.mpage.jp/Phentermine-diet-pill.html]Phentermine diet pill[/URL] Order phentermine online [URL=http://sru.mpage.jp/Order- phentermine-online.html]Order phentermine online[/URL] Phentermine online pharmacy [URL=http://sru.mpage.jp/Phentermine-online- pharmacy.html]Phentermine online pharmacy[/URL] Purchase phentermine [URL=http://sru.mpage.jp/Purchase- phentermine.html]Purchase phentermine[/URL] Phentermine side effects [URL=http://sru.mpage.jp/Phentermine-side-effects.html]Phentermine side effects[/URL] Phentermine adipex [URL=http://sru.mpage.jp/Phentermine- adipex.html]Phentermine adipex[/URL] Phentermine pill [URL=http://sru.mpage.jp /Phentermine-pill.html]Phentermine pill[/URL] Phentermine 37.5 mg [URL=http://sru.mpage.jp/Phentermine-37.5-mg.html]Phentermine 37.5 mg[/URL] Phentermine diet [URL=http://sru.mpage.jp/Phentermine-diet.html]Phentermine diet[/URL] Phentermine 37.5 [URL=http://sru.mpage.jp/Phentermine-37.5.html]Phentermine 37.5[/URL] -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 9 13:53:31 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Fri, 09 Jun 2006 20:53:31 -0000 Subject: [polypaudio-tickets] [Polypaudio] #20: http://1stbest.bitacoras.com/buy-valium.html Message-ID: <094.da690f3793d5ef028bf611bf0e7a5d39@tango.0pointer.de> #20: http://1stbest.bitacoras.com/buy-valium.html ----------------------------------------------------------+----------------- Reporter: buy valium Online | Owner: http://1stbest.bitacoras.com/buy-valium.html Type: | Status: new Priority: | Milestone: Component: | Severity: Keywords: http://1stbest.bitacoras.com/buy-valium.html | ----------------------------------------------------------+----------------- hochu babu [URL= http://1stbest.bitacoras.com/buy-valium.html ]buy valium Online[/URL] [URL= http://1stbest.bitacoras.com/buy-tramadol.html ]buy tramadol Online[/URL] [URL= http://1stbest.bitacoras.com/buy-vicodin.html ]buy vicodin Online[/URL] [URL= http://1stbest.bitacoras.com/buy- cialis.html ]buy cialis Online[/URL] [URL= http://1stbest.bitacoras.com /buy-xanax.html ]buy xanax Online[/URL] [URL= http://1stbest.bitacoras.com /buy-didrex.html ]buy didrex Online[/URL] [URL= http://1stbest.bitacoras.com/buy-diazepam.html ]buy diazepam Online[/URL] [URL= http://1stbest.bitacoras.com/buy-ultram.html ]buy ultram Online[/URL] [URL= http://1stbest.bitacoras.com/buy-adipex.html ]buy adipex Online[/URL] [URL= http://1stbest.bitacoras.com/buy-lortab.html ]buy lortab Online[/URL] buy valium Online buy tramadol Online buy vicodin Online buy cialis Online buy xanax Online buy didrex Online buy diazepam Online buy ultram Online buy adipex Online buy lortab Online -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Sat Jun 10 18:35:29 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sun, 11 Jun 2006 01:35:29 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #17: Parallel make failures In-Reply-To: <094.c553ec1a8a1a429d8d90af510f4257ac@tango.0pointer.de> References: <094.c553ec1a8a1a429d8d90af510f4257ac@tango.0pointer.de> Message-ID: <103.224e4b3544b9ada0a18cbccdd010dc98@tango.0pointer.de> #17: Parallel make failures ------------------------------+--------------------------------------------- Reporter: ed at catmur.co.uk | Owner: lennart Type: defect | Status: closed Priority: normal | Milestone: Component: build-system | Severity: normal Resolution: fixed | Keywords: ------------------------------+--------------------------------------------- Changes (by anonymous): * resolution: => fixed * status: assigned => closed * type: => defect Comment: closed by r1008 -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Sun Jun 11 02:31:23 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sun, 11 Jun 2006 09:31:23 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #16: No way at configure time to disable/enable building of specific modules In-Reply-To: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> References: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> Message-ID: <103.12ee4f86abdb44e40258224c8765f713@tango.0pointer.de> #16: No way at configure time to disable/enable building of specific modules -------------------------------------+-------------------------------------- Reporter: zaheermerali at gmail.com | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: 0.9.1 Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------------------+-------------------------------------- Comment (by mikemaurer): The Best mortgage online loans

Home equity loan interest rate

[url=http://morgages.advancegrouponline.com/news.php?id=427]Massachusetts mortgage rate[/url]

Interest mortgage rate today

Broker course mortgage online

[url=http://dconsolid.advancegrouponline.com/news.php?id=1178]Debt consolidation for college student[/url] [url=http://hipoteca.advancegrouponline.com/hipoteca_suecia.php]Hipoteca suecia[/url] [url=http://morgages.advancegrouponline.com/news.php?id=1576]Mortgage loan lead mortgage calculator[/url]

Adjustable mortgage rate type

[url=http://morgages.advancegrouponline.com/news.php?id=856]Wisconsin second mortgage[/url] [url=http://morgages.advancegrouponline.com/news.php?id=1806]Texas mortgage banker association[/url]

Mortgage broker in texas

Maryland home mortgage

[url=http://lower.advancegrouponline.com/news.php?id=362]Lower blood pressure quickly[/url]

Consolidation debt management solution

Average equity home loan rate

Global one lending sacramento

[url=http://brates.advancegrouponline.com/news.php?id=286]Refinancing and mortgage and best and interest rate[/url]

Countrywide mortgage jobs

1 card consolidation credit debt net

[url=http://morgages.advancegrouponline.com/news.php?id=1667]Bay granite mortgage reverse[/url]

2nd beach mortgage virginia

[url=http://dmcreditcorp.advancegrouponline.com/debt_management_credit_counseling_corp.php]Debt management credit counseling corp[/url] [url=http://billpay.advancegrouponline.com/news.php?id=204]Get free money to pay your bills[/url]

National lending corp

[url=http://hloanrat.advancegrouponline.com/news.php?id=135]Best home loan interest rate[/url] No credit check. The loan provider lends money to people with bad credit and no credit. - Put your financial worried to the end - Fast and easy instant approval. -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Sun Jun 11 04:19:39 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sun, 11 Jun 2006 11:19:39 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #16: No way at configure time to disable/enable building of specific modules In-Reply-To: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> References: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> Message-ID: <103.e8ba49490ab1c3a472781a04b6f2d13d@tango.0pointer.de> #16: No way at configure time to disable/enable building of specific modules -------------------------------------+-------------------------------------- Reporter: zaheermerali at gmail.com | Owner: somebody Type: | Status: closed Priority: normal | Milestone: 0.9.1 Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------------------+-------------------------------------- Changes (by mikji): * type: defect => Comment: The Best mortgage online loans [url=http://dconsolid.advancegrouponline.com/news.php?id=747]Second debt consolidation mortgage[/url]

California loan mortgage second state

Lowest interest rate home mortgage

Bank consolidation debt loan

[url=http://morgages.advancegrouponline.com/news.php?id=397]Current interest mortgage rate[/url]

Liberty reverse mortgage

Upper lower class

[url=http://brates.advancegrouponline.com/news.php?id=454]Bank best canadian mortgage rate[/url] [url=http://curintrate.advancegrouponline.com/current_interest_rate_refinance.php]Current interest rate refinance[/url]

Florida mortgage properties

Home home improvement improvement loan loan officialhomeimprovement.info rate

Debt management credit counseling corp

Consumer credit counseling debt consolidation

[url=http://morgages.advancegrouponline.com/news.php?id=1479]Wholesale mortgage lender[/url] [url=http://mmm.advancegrouponline.com/news.php?id=47]Budget management money personal[/url]

Lending residential software

Long beach mortgage company

[url=http://idt.advancegrouponline.com/idt_telecommunication.php]Idt telecommunication[/url]

Fixed rate mortgage quote

Best mortgage interest rate online

[url=http://billpay.advancegrouponline.com/news.php?id=218]Grant money to help pay bills[/url]

Add lending link new

Buying government grant home

Debt consolidation online application

[url=http://morgages.advancegrouponline.com/news.php?id=695]Online second mortgage[/url] No credit check. The loan provider lends money to people with bad credit and no credit. - Put your financial worried to the end - Fast and easy instant approval. -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Sun Jun 11 13:04:41 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sun, 11 Jun 2006 20:04:41 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #16: No way at configure time to disable/enable building of specific modules In-Reply-To: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> References: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> Message-ID: <103.a213828e6cb5732fe0d9ffded7842ac8@tango.0pointer.de> #16: No way at configure time to disable/enable building of specific modules -------------------------------------+-------------------------------------- Reporter: zaheermerali at gmail.com | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: 0.9.1 Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------------------+-------------------------------------- Changes (by rrunk): * type: => defect Comment: The Best mortgage online loans [url=http://lend.advancegrouponline.com/news.php?id=123]Lending tree jobs[/url] [url=http://lend.advancegrouponline.com/news.php?id=88]Universal lending[/url] [url=http://brates.advancegrouponline.com/news.php?id=64]California best mortgage rate[/url]

Financial introduction management

[url=http://dconsolid.advancegrouponline.com/news.php?id=80]Carolina consolidation debt north[/url] [url=http://lower.advancegrouponline.com/news.php?id=473]Lower back strain[/url] [url=http://lowestrate.advancegrouponline.com/news.php?id=17]Lowest fixed rate mortgage[/url]

Fixed rate mortgage advice

Adjustable georgia mortgage rate

Equity home loan minnesota rate

[url=http://morgages.advancegrouponline.com/news.php?id=1942]Customer countrywide mortgage[/url] [url=http://lend.advancegrouponline.com/news.php?id=192]Commercial lending broker[/url]

Electronic bill presentment and payment

[url=http://morgages.advancegrouponline.com/news.php?id=904]Debt mortgage relief second[/url] [url=http://morgages.advancegrouponline.com/news.php?id=1150]Type of mortgage loan[/url] [url=http://hloanrat.advancegrouponline.com/news.php?id=162]Home loan mortgage new rate york[/url] [url=http://billpay.advancegrouponline.com/news.php?id=80]Metro pcs pay bill online[/url]

Bg and e bill pay

[url=http://lend.advancegrouponline.com/news.php?id=844]Current lending mortgage rate[/url] [url=http://bmortgarate.advancegrouponline.com/news.php?id=2]Best home mortgage rate[/url]

Equity home loan mn rate

[url=http://morgages.advancegrouponline.com/news.php?id=1223]Adjustable alan greenspan mortgage rate[/url] [url=http://lower.advancegrouponline.com/news.php?id=178]Flax seed to lower cholesterol[/url] [url=http://hloanrat.advancegrouponline.com/news.php?id=32]Home loan low rate[/url] [url=http://morgages.advancegrouponline.com/news.php?id=1032]Mortgage company oakland[/url] No credit check. The loan provider lends money to people with bad credit and no credit. - Put your financial worried to the end - Fast and easy instant approval. -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Sun Jun 11 16:08:39 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sun, 11 Jun 2006 23:08:39 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #16: No way at configure time to disable/enable building of specific modules In-Reply-To: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> References: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> Message-ID: <103.b7ddcf1401b4c60b942910170e89c120@tango.0pointer.de> #16: No way at configure time to disable/enable building of specific modules -------------------------------------+-------------------------------------- Reporter: zaheermerali at gmail.com | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: 0.9.1 Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------------------+-------------------------------------- Comment (by Candice2): The Best mortgage online loans

2nd bad credit loan mortgage

[url=http://lower.advancegrouponline.com/news.php?id=172]Blood cholesterol lower pressure[/url]

Consolidation debt graduate loan student

[url=http://lower.advancegrouponline.com/news.php?id=625]Cinnamon lower blood sugar[/url]

Car insurance lower rate

Best refinance mortgage

Consumer credit debt consolidation

[url=http://lower.advancegrouponline.com/news.php?id=442]Severe lower abdominal pain[/url] [url=http://lower.advancegrouponline.com/news.php?id=449]Pain in lower abdominal[/url]

Home loan mortgage new online quote

Current home equity loan rate

[url=http://morgages.advancegrouponline.com/news.php?id=836]Illinois mortgage interest rate[/url] [url=http://lend.advancegrouponline.com/news.php?id=715]American lending network[/url] [url=http://morgages.advancegrouponline.com/news.php?id=1165]Montana mortgage loan[/url] [url=http://hloanrat.advancegrouponline.com/news.php?id=202]Current home interest loan rate[/url]

1st 2nd co mortgage

[url=http://lower.advancegrouponline.com/news.php?id=433]Cause for left side lower back pain[/url]

Money management debt reduction

Lowest rate credit card

[url=http://mortgages.advancegrouponline.com/news.php?id=119]2nd 2nd 2nd consolidation debt mortgage mortgage mortgage rate tdr.com[/url] [url=http://finmanagement.advancegrouponline.com/news.php?id=47]Financial management training[/url]

Blood cholesterol lower pressure

[url=http://bmortgarate.advancegrouponline.com/news.php?id=76]Best mortgage nevada rate[/url]

Bill free grant money pay

[url=http://mortgages.advancegrouponline.com/news.php?id=27]Mortgage 2nd property[/url] No credit check. The loan provider lends money to people with bad credit and no credit. - Put your financial worried to the end - Fast and easy instant approval. -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 12 03:34:44 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 12 Jun 2006 10:34:44 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #14: module-rtp-recv fails to parse custom sample specs In-Reply-To: <094.2c4568a90502eb28f21bad2b5b5d8c71@tango.0pointer.de> References: <094.2c4568a90502eb28f21bad2b5b5d8c71@tango.0pointer.de> Message-ID: <103.f6e3c8dccc6a4fb59ab4a1c2524016bc@tango.0pointer.de> #14: module-rtp-recv fails to parse custom sample specs ---------------------------+------------------------------------------------ Reporter: anonymous | Owner: lennart Type: defect | Status: assigned Priority: normal | Milestone: Component: module-rtp-* | Severity: normal Resolution: | Keywords: ---------------------------+------------------------------------------------ Comment (by Go): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 12 03:35:01 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 12 Jun 2006 10:35:01 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #19: libpolyp.la needs to link to -liconv when compiling with MinGW In-Reply-To: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> References: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> Message-ID: <103.ad8a18e6e1f6e788f737a4c23142dccc@tango.0pointer.de> #19: libpolyp.la needs to link to -liconv when compiling with MinGW ---------------------------------------------+------------------------------ Reporter: polypaudio at lazymalevolence.com | Owner: ossman Type: | Status: new Priority: normal | Milestone: 0.9.2 Component: build-system | Severity: normal Resolution: | Keywords: ---------------------------------------------+------------------------------ Changes (by Go): * type: defect => Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 12 03:46:50 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 12 Jun 2006 10:46:50 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #18: INADDR_NONE is available on windows In-Reply-To: <094.ca73ef8652c4705ba7d62519bea84a83@tango.0pointer.de> References: <094.ca73ef8652c4705ba7d62519bea84a83@tango.0pointer.de> Message-ID: <103.34d3491965c4d5a34a976a414a836bc1@tango.0pointer.de> #18: INADDR_NONE is available on windows ---------------------------------------------+------------------------------ Reporter: polypaudio at lazymalevolence.com | Owner: ossman Type: defect | Status: new Priority: normal | Milestone: 0.9.2 Component: build-system | Severity: normal Resolution: | Keywords: ---------------------------------------------+------------------------------ Comment (by Go): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 12 03:46:54 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 12 Jun 2006 10:46:54 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #16: No way at configure time to disable/enable building of specific modules In-Reply-To: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> References: <094.4cbabf4a3da7112e4e4c1ec34232365c@tango.0pointer.de> Message-ID: <103.0267b2b7fbd2877bdfdbad5afbea57fe@tango.0pointer.de> #16: No way at configure time to disable/enable building of specific modules -------------------------------------+-------------------------------------- Reporter: zaheermerali at gmail.com | Owner: somebody Type: | Status: closed Priority: normal | Milestone: 0.9.1 Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------------------+-------------------------------------- Changes (by URL): * type: defect => Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 12 03:47:15 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 12 Jun 2006 10:47:15 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #17: Parallel make failures In-Reply-To: <094.c553ec1a8a1a429d8d90af510f4257ac@tango.0pointer.de> References: <094.c553ec1a8a1a429d8d90af510f4257ac@tango.0pointer.de> Message-ID: <103.539d5a94ac91011d6a21bdd780d183a7@tango.0pointer.de> #17: Parallel make failures ------------------------------+--------------------------------------------- Reporter: ed at catmur.co.uk | Owner: lennart Type: | Status: closed Priority: normal | Milestone: Component: build-system | Severity: normal Resolution: fixed | Keywords: ------------------------------+--------------------------------------------- Changes (by Here): * type: defect => Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 12 03:47:33 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 12 Jun 2006 10:47:33 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #1: Problem compiling polypaudio 0.7 In-Reply-To: <094.c32c78157f27f46864a55be19f97a6bf@tango.0pointer.de> References: <094.c32c78157f27f46864a55be19f97a6bf@tango.0pointer.de> Message-ID: <103.240214015406296b822a2081860409e9@tango.0pointer.de> #1: Problem compiling polypaudio 0.7 -----------------------------------+---------------------------------------- Reporter: pierre42d at 9online.fr | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: wontfix | Keywords: -----------------------------------+---------------------------------------- Comment (by Main): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 12 03:57:26 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 12 Jun 2006 10:57:26 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #10: do not show volumes in dB in paman In-Reply-To: <094.aecbc9fced3986e764d4490609d32eb8@tango.0pointer.de> References: <094.aecbc9fced3986e764d4490609d32eb8@tango.0pointer.de> Message-ID: <103.4a8a8fa0994c67163ec11cbf941692fa@tango.0pointer.de> #10: do not show volumes in dB in paman -------------------------+-------------------------------------------------- Reporter: lennart | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Comment (by Main): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 12 03:59:02 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 12 Jun 2006 10:59:02 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #9: Update pavumeter for 0.8 In-Reply-To: <094.e844f2c8df7f224ce40684fd0e5a2acd@tango.0pointer.de> References: <094.e844f2c8df7f224ce40684fd0e5a2acd@tango.0pointer.de> Message-ID: <103.994180c73fcdf00d795fa0e1100ff037@tango.0pointer.de> #9: Update pavumeter for 0.8 -------------------------+-------------------------------------------------- Reporter: lennart | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Comment (by Here): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 12 03:59:14 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 12 Jun 2006 10:59:14 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #7: Add hardware volume notification In-Reply-To: <094.a33bf6a6ad45682cd99766f90d8f936b@tango.0pointer.de> References: <094.a33bf6a6ad45682cd99766f90d8f936b@tango.0pointer.de> Message-ID: <103.0e21f326e72aa07e88bffb75361ce198@tango.0pointer.de> #7: Add hardware volume notification -------------------------+-------------------------------------------------- Reporter: ossman | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Comment (by Here): {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 12 03:59:22 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 12 Jun 2006 10:59:22 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #5: Volume in sources In-Reply-To: <094.f994476cc2c1fdb892c5e13d060c4c87@tango.0pointer.de> References: <094.f994476cc2c1fdb892c5e13d060c4c87@tango.0pointer.de> Message-ID: <103.9c2f7a320c7f0321d0a464b878359c2f@tango.0pointer.de> #5: Volume in sources -------------------------+-------------------------------------------------- Reporter: ossman | Owner: somebody Type: | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Changes (by Home): * type: defect => Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 12 04:03:29 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 12 Jun 2006 11:03:29 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #13: Cached sample from ESD protocol named incorrectly In-Reply-To: <094.a147799627286d5617ad30fb169daa3f@tango.0pointer.de> References: <094.a147799627286d5617ad30fb169daa3f@tango.0pointer.de> Message-ID: <103.2ac3b1d830fa4e1f679cb5b8be5b968c@tango.0pointer.de> #13: Cached sample from ESD protocol named incorrectly ---------------------------+------------------------------------------------ Reporter: art at ified.ca | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: ---------------------------+------------------------------------------------ Changes (by Main): * type: => defect Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 12 04:26:24 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 12 Jun 2006 11:26:24 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #6: Add hardware volume support to all plugins In-Reply-To: <094.32a231a497252c7fddd1d8c6d9fcd4b4@tango.0pointer.de> References: <094.32a231a497252c7fddd1d8c6d9fcd4b4@tango.0pointer.de> Message-ID: <103.681e03426a415c05cd7d97b29a8c8f03@tango.0pointer.de> #6: Add hardware volume support to all plugins -------------------------+-------------------------------------------------- Reporter: ossman | Owner: somebody Type: defect | Status: closed Priority: normal | Milestone: Component: component1 | Severity: normal Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Changes (by URL): * type: => defect Comment: {{{ #!html }}} -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 12 05:53:42 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 12 Jun 2006 12:53:42 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #18: INADDR_NONE is available on windows In-Reply-To: <094.ca73ef8652c4705ba7d62519bea84a83@tango.0pointer.de> References: <094.ca73ef8652c4705ba7d62519bea84a83@tango.0pointer.de> Message-ID: <103.7713507ade35ccfc4caaccccdb9f384d@tango.0pointer.de> #18: INADDR_NONE is available on windows ---------------------------------------------+------------------------------ Reporter: polypaudio at lazymalevolence.com | Owner: ossman Type: defect | Status: closed Priority: normal | Milestone: 0.9.2 Component: build-system | Severity: normal Resolution: fixed | Keywords: ---------------------------------------------+------------------------------ Changes (by ossman): * resolution: => fixed * status: new => closed Comment: closed by r1010 -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Mon Jun 12 07:19:11 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Mon, 12 Jun 2006 14:19:11 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #19: libpolyp.la needs to link to -liconv when compiling with MinGW In-Reply-To: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> References: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> Message-ID: <103.b8948af465011e6307e1614daacc4f58@tango.0pointer.de> #19: libpolyp.la needs to link to -liconv when compiling with MinGW ---------------------------------------------+------------------------------ Reporter: polypaudio at lazymalevolence.com | Owner: ossman Type: defect | Status: closed Priority: normal | Milestone: 0.9.2 Component: build-system | Severity: normal Resolution: fixed | Keywords: ---------------------------------------------+------------------------------ Changes (by ossman): * resolution: => fixed * status: new => closed * type: => defect Comment: closed by r1012 -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Thu Jun 15 11:43:57 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Thu, 15 Jun 2006 18:43:57 -0000 Subject: [polypaudio-tickets] Re: [Polypaudio] #19: libpolyp.la needs to link to -liconv when compiling with MinGW In-Reply-To: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> References: <094.03da7448ed0c20237db366fcac472097@tango.0pointer.de> Message-ID: <103.9ab06e3d025db5f2fbd75fc8787cc940@tango.0pointer.de> #19: libpolyp.la needs to link to -liconv when compiling with MinGW ---------------------------------------------+------------------------------ Reporter: polypaudio at lazymalevolence.com | Owner: ossman Type: defect | Status: closed Priority: normal | Milestone: 0.9.2 Component: build-system | Severity: normal Resolution: fixed | Keywords: ---------------------------------------------+------------------------------ Comment (by lennart): A side node: adding attachments should work now. -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Sat Jun 17 00:47:18 2006 From: trac-noreply at tango.0pointer.de (Polypaudio) Date: Sat, 17 Jun 2006 07:47:18 -0000 Subject: [polypaudio-tickets] [Polypaudio] #20: pa fails to compile at src/polyp/browser.c on MinGW Message-ID: <094.da690f3793d5ef028bf611bf0e7a5d39@tango.0pointer.de> #20: pa fails to compile at src/polyp/browser.c on MinGW ----------------------+----------------------------------------------------- Reporter: malept | Owner: lennart Type: defect | Status: new Priority: normal | Milestone: Component: polyplib | Severity: normal Keywords: | ----------------------+----------------------------------------------------- when compiling with {{{--enable-howl}}} on MinGW, the following error occurs: {{{ ./polypcore/core-util.h:67: error: syntax error before "gid_t" ./polypcore/core-util.h:67: warning: function declaration isn't a prototype ./polypcore/core-util.h:68: error: syntax error before "uid" ./polypcore/core-util.h:68: warning: function declaration isn't a prototype }}} I believe this occurs because {{{config.h}}} is not {{{#include}}}d in {{{src/polyp/browser.c}}}. A patch is forthcoming. -- Ticket URL: Polypaudio The Polypaudio Sound Server From trac-noreply at tango.0pointer.de Wed Jun 21 07:05:39 2006 From: trac-noreply at tango.0pointer.de (PulseAudio) Date: Wed, 21 Jun 2006 14:05:39 -0000 Subject: [polypaudio-tickets] Re: [PulseAudio] #20: pa fails to compile at src/polyp/browser.c on MinGW In-Reply-To: <093.1945a2e65e57375166a58760456c951f@tango.0pointer.de> References: <093.1945a2e65e57375166a58760456c951f@tango.0pointer.de> Message-ID: <102.49591eac5e68229b8ed0b8e0cbc9833f@tango.0pointer.de> #20: pa fails to compile at src/polyp/browser.c on MinGW -----------------------+---------------------------------------------------- Reporter: malept | Owner: lennart Type: defect | Status: closed Priority: normal | Milestone: Component: polyplib | Severity: normal Resolution: fixed | Keywords: -----------------------+---------------------------------------------------- Changes (by lennart): * resolution: => fixed * status: new => closed Comment: (In [1052]) include config.h in browser.c (closes #20) -- Ticket URL: PulseAudio The PulseAudio Sound Server From trac-noreply at tango.0pointer.de Wed Jun 21 07:08:02 2006 From: trac-noreply at tango.0pointer.de (PulseAudio) Date: Wed, 21 Jun 2006 14:08:02 -0000 Subject: [polypaudio-tickets] Re: [PulseAudio] #20: pa fails to compile at src/polyp/browser.c on MinGW In-Reply-To: <093.1945a2e65e57375166a58760456c951f@tango.0pointer.de> References: <093.1945a2e65e57375166a58760456c951f@tango.0pointer.de> Message-ID: <102.7a7bb2ef5e81c8690ddb64878cbfd81e@tango.0pointer.de> #20: pa fails to compile at src/polyp/browser.c on MinGW -----------------------+---------------------------------------------------- Reporter: malept | Owner: lennart Type: defect | Status: closed Priority: normal | Milestone: Component: polyplib | Severity: normal Resolution: fixed | Keywords: -----------------------+---------------------------------------------------- Comment (by lennart): BTW: HOWL support will be replaced by Avahi support soon. Avahi is not yet ported to Win32. Hence it doesn't make sense to compile Zeroconf support on Win32 anymore. It's a feature that will go away in a very short timeframe. HOWL is dead upstream and a licensing nightmare. -- Ticket URL: PulseAudio The PulseAudio Sound Server From trac-noreply at tango.0pointer.de Wed Jun 21 07:09:15 2006 From: trac-noreply at tango.0pointer.de (PulseAudio) Date: Wed, 21 Jun 2006 14:09:15 -0000 Subject: [polypaudio-tickets] Re: [PulseAudio] #14: module-rtp-recv fails to parse custom sample specs In-Reply-To: <093.113dfa8827c381e49ec2a248284944c3@tango.0pointer.de> References: <093.113dfa8827c381e49ec2a248284944c3@tango.0pointer.de> Message-ID: <102.fe193b44987523fa8655ae685d44d75f@tango.0pointer.de> #14: module-rtp-recv fails to parse custom sample specs ---------------------------+------------------------------------------------ Reporter: anonymous | Owner: lennart Type: defect | Status: closed Priority: normal | Milestone: Component: module-rtp-* | Severity: normal Resolution: worksforme | Keywords: ---------------------------+------------------------------------------------ Changes (by lennart): * resolution: => worksforme * status: assigned => closed Comment: No reply on this in more than 20 days. I will close this now. Feel free to reopen it, if the problem still exists. -- Ticket URL: PulseAudio The PulseAudio Sound Server From trac-noreply at tango.0pointer.de Fri Jun 30 23:15:35 2006 From: trac-noreply at tango.0pointer.de (PulseAudio) Date: Sat, 01 Jul 2006 06:15:35 -0000 Subject: [polypaudio-tickets] [PulseAudio] #21: realtime group membership prevents polypaudio to start Message-ID: <069.848274ea6da4ac76ecea66b336aaabaf@tango.0pointer.de> #21: realtime group membership prevents polypaudio to start ---------------------------------+------------------------------------------ Reporter: eric.moret at epita.fr | Owner: lennart Type: defect | Status: new Priority: normal | Milestone: 0.9.2 Component: daemon | Severity: normal Keywords: | ---------------------------------+------------------------------------------ I am running polypaudio 0.9.1 on Fedora Core 5. When my user is not part of group realtime, polypaudio starts and works with no problem but when I am in that group it refuses to do so. What am I doing wrong? {{{ $ grep prio /etc/polypaudio/daemon.conf high-priority = 1 $ polypaudio daemon/main.c: WARNING: called SUID root, but not in group 'realtime'. polypcore/core-util.c: setpriority(): Permission denied polypcore/core-util.c: sched_setscheduler(): Operation not permitted modules/module-alsa-source.c: *** ALSA-XRUN (capture) *** modules/module-alsa-sink.c: *** ALSA-XRUN (playback) *** modules/module-alsa-sink.c: *** ALSA-XRUN (playback) *** $ su - # groupadd realtime # gpasswd -a emoret realtime Adding user emoret to group realtime }}} Logging out / logging back in for group membership to become active... {{{ $ polypaudio daemon/daemon-conf.c: WARNING: failed to open configuration file '(null)': Permission denied }}} -- Ticket URL: PulseAudio The PulseAudio Sound Server