Processed: tagging as pending bugs that are closed by packages in NEW

2011-07-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Thu Jul 14 08:03:08 UTC 2011
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: csound
 tags 632256 + pending
Bug #632256 [src:csound] csound: FTBFS if built twice in a row: cp: cannot stat 
`doc/html': No such file or directory
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
632256: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


packaging supercollider for debian

2011-07-14 Thread Robin Gareus
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

I was in need for a supercollider [1] debian package and since I could
not find one..
..I took Dan 'MCLD' Stowell's Ubuntu package [2], more specifically the
Natty-2 version [3] and helped myself.

After two small patches (a fix for wiimote + gcc4.6 [4], and override to
shlibdeps [5]) it compiles, installs and works on debian/wheezy+sid.

All the hard work is done already: debianization, separate -emacs -gedit
and -vim plugins, debian-readme's and whatnot. I don't know if Dan
(CCed) is the sole author of the packaging (it looks like Free Ekanayaka
and Paul Brossier had their fingers in there years ago) but it's a job
well done and pretty much lintian clean though there are some scattered
warnings.

It's be great to get supercollider into debian [again]!
Is anyone here interested and qualified to push this forward?!

Cheers!
robin


[1] http://supercollider.sourceforge.net/
[2] https://launchpad.net/~supercollider/+archive/ppa
[3]
https://launchpad.net/~supercollider/+archive/ppa/+files/supercollider_3.4.3-0ubuntu1%7Enatty2.tar.gz
[4] http://rg42.org/_media/wiki/sc_wiimote_gcc46.diff
[5] http://rg42.org/_media/wiki/sc_debian_shlibs.diff
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk4e5bAACgkQeVUk8U+VK0JJhwCfV3D/jrpnufe6IuzBf+6YnlYi
SDcAnAvfXduUvtYNBJjLQpKmAow6lWrv
=gCtt
-END PGP SIGNATURE-

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


Re: packaging supercollider for debian

2011-07-14 Thread Felipe Sateler
Hi,
(CCing you because I don't know if you are subscribed)

On Thu, Jul 14, 2011 at 08:48, Robin Gareus ro...@gareus.org wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi all,

 I was in need for a supercollider [1] debian package and since I could
 not find one..
 ..I took Dan 'MCLD' Stowell's Ubuntu package [2], more specifically the
 Natty-2 version [3] and helped myself.

 After two small patches (a fix for wiimote + gcc4.6 [4], and override to
 shlibdeps [5]) it compiles, installs and works on debian/wheezy+sid.

 All the hard work is done already: debianization, separate -emacs -gedit
 and -vim plugins, debian-readme's and whatnot. I don't know if Dan
 (CCed) is the sole author of the packaging (it looks like Free Ekanayaka
 and Paul Brossier had their fingers in there years ago) but it's a job
 well done and pretty much lintian clean though there are some scattered
 warnings.

 It's be great to get supercollider into debian [again]!
 Is anyone here interested and qualified to push this forward?!



I've been a bit MIA the past few weeks/months, but we already have a
package in the works. Please check it out of our git repository[1] and
check if any of your fixes still apply. We would be very happy to have
you join us in maintaining this package!

[1] 
http://anonscm.debian.org/gitweb/?p=pkg-multimedia/supercollider.git;a=summary


-- 

Saludos,
Felipe Sateler

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


Re: packaging supercollider for debian

2011-07-14 Thread Robin Gareus
Hi Felipe,

On 07/14/2011 03:30 PM, Felipe Sateler wrote:
 Hi,
 (CCing you because I don't know if you are subscribed)

I am subscribed though mostly lurking.

 On Thu, Jul 14, 2011 at 08:48, Robin Gareus ro...@gareus.org wrote:
[..]
 
 I've been a bit MIA the past few weeks/months, but we already have a
 package in the works. Please check it out of our git repository[1] and
 check if any of your fixes still apply. We would be very happy to have
 you join us in maintaining this package!
 
 [1] 
 http://anonscm.debian.org/gitweb/?p=pkg-multimedia/supercollider.git;a=summary
 

Thanks for this link. Of course I searched around but this one was
hidden from view.

To build the debian-git-checkout both patches [1,2] are still needed
here. Without the wiimote fix it I get:

  Source/lang/LangPrimSource/SC_Wii.cpp: In member function
'cwiid_wiimote_t* SC_WIIManager::discover()':
  Source/lang/LangPrimSource/SC_Wii.cpp:364:12: error: taking address
of temporary [-fpermissive]
  scons: *** [Source/lang/LangPrimSource/SC_Wii.os] Error 1

and without overriding the shlibdeps:

  dh_shlibdeps -psupercollider
  dpkg-shlibdeps: error: no dependency information found for /usr/lib
/libstdc++.so.6 (used by debian/supercollider/usr/bin/sclang).
  dh_shlibdeps: dpkg-shlibdeps -Tdebian/supercollider.substvars
debian/supercollider/usr/bin/sclang returned exit code 2
  make: *** [binary-predeb-IMPL/supercollider] Error 2
  dpkg-buildpackage: error: fakeroot debian/rules binary gave error
exit status 2

The latter may be specific to my system.. overriding it was a pragmatic
solution to actually make some music instead of playing with dpkg.
I suppose you guys know how to properly fix this in a jiffy. I'll watch
and learn.

As for joining the maintainer-team: Alas, I have to refuse. I am already
tied up in too many projects.

ciao,
robin


[1] http://rg42.org/_media/wiki/sc_wiimote_gcc46.diff
[2] http://rg42.org/_media/wiki/sc_debian_shlibs.diff

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


64652通胀时期看好中国经济

2011-07-14 Thread rciv



- 如意广告代发 
%{TIME} 
-您好!我司可通�^�P�S��惠�_各地��/\票,有�资�家遍布一��城市的合作公司一般的�M用都可找到��口公司�_具。擅�L代理�r�g�L,�M用支出�}�s的票/\��包真��後付款!�峋�:I35-38I-470-70林生 
Q:47-66-3OI-22
 
-中�A、芙蓉�S、�K��、大小熊��、�S�Q�恰⒁季乓剂�、冬�x夏草等!
本商行香��都是精仿系列.包�b和真品�e�o���樱ㄓ蟹��未a) 口感��正.95%都是真���z.
正���S家加工制作.【精仿】 �S的要求很�栏�.���~全部特殊加工�c制作真正�_到了高���实囊�求!(批量�r格另�h)交易零���L�U!
是自抽,招待,送�Y,批�l,零售,公司,酒店, �鏊�等首�x, 
�r格更合理,口味更��正! 付款,��放心���I! �氐鬃�您�o後��之�n!
 ��系Q:I5-853-483-56 张*生 I3I-68O-495-53
以“�\信..高效.共�A”�樽谥寂c您�L期合作, 
打�_��解
ÈçÒâ¹ã¸æ´ú·¢
 %{LIST_MARO1}

¨X¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨h¨T¨[
¨U£´©¦£¯©¦ºÅ©¦¡¡©¦¡¡©¦Á¿©¦¹ú©¦¦à©¦¦à©¦£»©¦¦á©¦º×©¦»ª©¦µµ©¦¡¡©¦Ö¤©¦£²©¦£³©¦£³©¦×°©¦Ôö©¦´ú©¦½ø©¦Ò»©¦¡¡¨U
¨U£±©¦£¯©¦Â멦Èý©¦×É©¦¹Ø©¦¸÷©¦Èí©¦½ð©¦ÄÏ©¦£»©¦Â¥©¦£»©¦Æ·©¦¡¡©¦»ò©¦£¶©¦£µ©¦¡¡©¦¡¢©¦Öµ©¦Àí©¦É穦£º©¦¡¡¨U
¨U¡¡©¦£÷©¦¡¡©¦£º©¦Ñ¯©¦Ïµ©¦µØ©¦°ü©¦É³©¦¾©©¦½ð©¦¦à©¦»Æ©¦ÅÆ©¦¡¡©¦¹ó©¦¡£©¦£µ©¦£´©¦²»©¦Ë°©¦¸÷©¦»á©¦Ç£©¦¡¡¨U
¨U£Ñ©¦£÷©¦¡¡©¦Ìᩦµç©¦µ½©¦¶¼©¦¦á©¦Èí©¦¾Å©¦ºÐ©¦Æ·©¦º×©¦Ï㩦¡¡©¦Ë¾©¦£ã©¦¡¡©¦¡¡©¦¶¯©¦¡¢©¦µØ©¦¾­©¦ÊÖ©¦¡¡¨U
¨U£Ñ©¦£÷©¦ÓÊ©¦¹©©¦»°©¦³¤©¦¿É©¦£»©¦°ü©¦Î婦װ©¦µÀ©¦Â¥©¦ÑÌ©¦¡¡©¦Ö±©¦£ï©¦¡¡©¦£¶©¦²ú©¦ÉÌ©¦·½©¦¼Ã©¦Æ󩦡¡¨U
¨U£º©¦¡£©¦¼þ©¦¾«©¦£±©¦¾Ã©¦ÒÔ©¦´ó©¦¦á©¦Ö®©¦µö©¦¦á©¦¦à©¦£¬©¦¡¡©¦½Ó©¦£í©¦Ç멦¡¡©¦¡¢©¦Æ·©¦Òý©¦ºÍ©¦Òµ©¦¡¡¨U
¨U¡¡©¦£ñ©¦µØ©¦×¼©¦£³©¦µÄ©¦»õ©¦ÐÜ©¦£»©¦×ð©¦Ó㩦£»©¦£±©¦±¾©¦¡¡©¦È¥©¦È穦±£©¦£°©¦Ë°©¦Ïú©¦Ë°©¦Ð³©¦Ó멦¡¡¨U
¨U£³©¦£é©¦Ö·©¦È«©¦£±©¦ºÏ©¦µ½©¦Ã¨©¦Ü½©¦¡¢©¦Ì¨©¦»Æ©¦£¹©¦²ú©¦¡¡©¦Ë°©¦¹ó©¦´æ©¦¡¡©¦Îñ©¦ÊÛ©¦Òµ©¦·¢©¦Ë°©¦¡¡¨U
¨U£·©¦£ù©¦´ó©¦¹¤©¦£¶©¦×÷©¦¸¶©¦¦à©¦ÈØ©¦×ꩦ£»©¦º×©¦£±©¦Æ·©¦¶þ©¦Îñ©¦Ë¾©¦Áª©¦£¶©¦´ú©¦¡¢©¦Îñ©¦Õ¹©¦Îñ©¦Ö¨U
¨U£²©¦£å©¦È«©¦ÉÌ©¦£¸©¦£¬©¦¿î©¦Ê±©¦Íõ©¦Ê¯©¦ºÍ©¦Â¥©¦£¶©¦Ïú©¦£º©¦¾Ö©¦ÔÚ©¦Ïµ©¦¡¡©¦¿ª©¦¹ã©¦£¬©¦£¬©¦²¿©¦Æó¨U
¨U£µ©¦£í©¦¡¡©¦Æ󩦣°©¦ÆÚ©¦£¬©¦´ú©¦¦à©¦Ü½©¦Ì쩦Âþ©¦¦á©¦ÊÛ©¦µÍ©¦µÖ©¦·¢©¦·½©¦£²©¦Í³©¦¸æ©¦Îª©¦ºÏ©¦ÃÅ©¦Òµ¨U
¨U£¸©¦£ì©¦¶¨©¦Òµ©¦£´©¦´ý©¦·½©¦°æ©¦À¶©¦ÈØ©¦Ï©¦Ì쩦£»©¦Åú©¦¼Û©¦¿Û©¦Æ±©¦Ê½©¦¡¡©¦Ò»©¦¡¢©¦Æó©¦Àí©¦£¬©¦¸º¨U
¨U£¶©¦¡£©¦ÖÆ©¦Ãû©¦£¹©¦Äú©¦±ã©¦Ô°©¦Èí©¦Íõ©¦¦à©¦ÓΩ¦»Æ©¦·¢©¦Åú©¦ºË©¦µÄ©¦ÒÔ©¦£·©¦·¢©¦ÔË©¦Òµ©¦±Ü©¦´î©¦Ôð¨U
¨U£³©¦£ã©¦¸÷©¦Â¼©¦£µ©¦µÄ©¦¿ì©¦½Ç©¦°ü©¦¡¢©¦Ó²©¦£»©¦º×©¦ËÍ©¦·¢©¦¶Ô©¦Õ橦·À©¦¡¡©¦Æ±©¦Ê䩦¡¢©¦Ë°©¦½¨©¦È˨U
¨U£·©¦£ï©¦ÖÖ©¦¡¡©¦£µ©¦À´©¦½Ý©¦Ó²©¦¦á©¦£»©¦ºÐ©¦»Æ©¦Â¥©¦Àñ©¦¸ß©¦¡£©¦Î±©¦±¸©¦ÁÖ©¦¡¢©¦·¢©¦µ¥©¦ÓЩ¦ÓЩ¦»ò¨U
¨U£¹©¦£í©¦Æ󩦡¡©¦£³©¦µç©¦¡£©¦ºÐ©¦¡¢©¦»Æ©¦¦á©¦º×©¦¦à©¦×Ô©¦µµ©¦¡¡©¦·½©¦Ó馾­©¦²Í©¦Æ±©¦Î»©¦Ð§©¦Æ󩦲ƨU
¨U¡¡©¦£¯©¦Òµ©¦Æ󩦡¡©¦£¡©¦ÐÅ©¦¦á©¦¦à©¦Ì쩦¡¢©¦Â¥©¦ÐÅ©¦Óé¦Ï㩦¡¡©¦Ã橦£¡©¦Àí©¦Òû©¦¡¢©¦´ú©¦Ê¹©¦Ö®©¦Îñ¨U
¨U¡¡©¦¡¡©¦Ãû©¦Òµ©¦ÕÅ©¦£Ñ©¦Ó馣»©¦À¶©¦×Ó©¦Ó¡©¦Âú©¦Ì쩦µÄ©¦ÑÌ©¦¡¡©¦ÓЩ¦¡¡©¦Áª©¦¶¨©¦Æ䩦¿ª©¦¹«©¦ÇÅ©¦Ò»¨U
¨UÏú©¦¡¡©¦Â¼©¦´«©¦Éú©¦£Ñ©¦£«©¦¸ü©¦Ó²©¦£»©¦Ïó©¦Ì쩦ÓΩ¦¼Ñ©¦ÌÇ©¦¡¡©¦ÈΩ¦ÓÊ©¦Ïµ©¦¶î©¦Ëü©¦Ëù©¦Ë¾©¦£¬©¦·â¨U
¨UÊÛ©¦µç©¦¡¡©¦Õ橦¡¡©¦£º©¦·þ©¦¶à©¦ºÐ©¦¶¬©¦ÔÆ©¦ÐÇ©¦¦á©¦Æ·©¦ÑÌ©¦¡¡©¦ºÎ©¦Ï䩦µç©¦·¢©¦·þ©¦Ð試Ôö©¦Ðû©¦ÐŨU
¨U¡¢©¦»°©¦¡¡©¦ºÅ©¦¡¡©¦£±©¦Îñ©¦Æ·©¦¦á©¦³æ©¦ÑÌ©¦£»©¦£»©¦£¬©¦¾Æ©¦¡¡©¦ÒÉ©¦£º©¦»°©¦Æ±©¦Îñ©¦Òª©¦Öµ©¦´«©¦¡¡¨U
¨UÒµ©¦£±©¦¹Ù©¦Â멦¡¡©¦£µ©¦ÊÇ©¦ÅÆ©¦£»©¦ÏÄ©¦¡¢©¦×¨©¦»Æ©¦Ô­©¦¹«©¦¡¡©¦ÂÇ©¦£ø©¦£º©¦µÈ©¦¡¢©¦µÄ©¦¡£©¦Ë°©¦¡¡¨U
¨UÎñ©¦£³©¦·½©¦´ó©¦¡¡©¦£¸©¦×ö©¦»¶©¦¦à©¦²Ý©¦¾³©¦¹©©¦º×©¦³§©¦Ë¾©¦¡¡©¦»ò©¦£é©¦£±©¦¡£©¦×⩦·¢©¦×Ý©¦·¨©¦¡¡¨U
¨UÔ±©¦£¶©¦Íø©¦È«©¦¡¡©¦£µ©¦Éú©¦Ó­©¦»Æ©¦¦à©¦½ç©¦¹ú©¦Â¥©¦ÑÌ©¦³¤©¦¡¡©¦µ£©¦£å©¦£³©¦£Ñ©¦ÁÞ©¦Æ±©¦ºá©¦£¬©¦¡¡¨U
¨UÀû©¦£¸©¦Õ¾©¦¡¡©¦¡¡©¦£³©¦Ò⩦À´©¦Ó²©¦Ó²©¦Óñ©¦±ö©¦¦à©¦Ë¿©¦ÆÚ©¦¡¡©¦ÐÄ©¦£ã©¦£µ©¦£º©¦¡¢©¦£º©¦Ë°©¦·þ©¦¡¡¨U
¨U½£©¦£²©¦£è©¦¡¡©¦¡¡©¦£´©¦Ö®©¦µç©¦ºÐ©¦ºÐ©¦Ïª©¦¹Ý©¦ÎÊ©¦Èí©¦Åú©¦¡¡©¦£¬©¦£ú©¦£³©¦£±©¦¹¤©¦´ú©¦Îñ©¦Îñ©¦¡¡¨U
¨U¡¡©¦£´©¦£ô©¦³µ©¦¡¡©¦£¸©¦¸ù©¦Ñ¯©¦¦á©¦¦á©¦¡¢©¦¦à©¦µÀ©¦¦à©¦·¢©¦¡¡©¦¿É©¦£¸©¦£¸©¦£°©¦³Ì©¦¿ª©¦´ú©¦Æ󩦡¡¨U
¨U¡¡©¦£²©¦£ô©¦Ö÷©¦¡¡©¦£³©¦±¾©¦¼Û©¦£»©¦£»©¦ºì©¦µö©¦¦á©¦Ó²©¦¸÷©¦¡¡©¦ÉÏ©¦£¸©¦£±©¦¡¡©¦½¨©¦·¶©¦Àí©¦Òµ©¦¡¡¨U
¨U¡¡©¦£µ©¦£ð©¦ÊÖ©¦¡¡©¦£µ©¦£¬©¦£»©¦Óñ©¦ËÕ©¦ºÓ©¦Ó㩦£»©¦¦á©¦ÖÖ©¦¡¡©¦Íø©¦£À©¦£¶©¦£¹©¦Öþ©¦Î§©¦¹«©¦£¬©¦¡¡¨U
¨U¡¡©¦£¸©¦£º©¦»ú©¦¡¡©¦£¶©¦ÖÊ©¦È«©¦Ïª©¦ÑÌ©¦µÀ©¦Ì¨©¦»Æ©¦ÖЩ¦¸ß©¦¡¡©¦²é©¦£±©¦£¶©¦¡¡©¦°²©¦£º©¦Ë¾©¦´Ù©¦¡¡¨U
¨^¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨k¨T¨a
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

ois 1.3.0+dfsg0-3 MIGRATED to testing

2011-07-14 Thread Debian testing watch
FYI: The status of the ois source package
in Debian's testing distribution has changed.

  Previous version: 1.2.0-2
  Current version:  1.3.0+dfsg0-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


Bug#633815: jackd2: High CPU usage following sleep (top reports 190% on quad-core)

2011-07-14 Thread Adrian Knoth
On 07/14/11 01:49, Joel Roth wrote:

Hi!

 Package: jackd2
 Version: 1.9.6~dfsg.1-2
 Severity: normal
 
 Observed when running jackd with user privileges.
 
 System is extremely sluggish until I kill jackd.

Can we have some numbers, please?

Many people run jackd2 with user privileges, that's actually the
recommended way, and none of them experiences a substantial slowdown.

So we need to find out what's wrong with your system or particular
setup.

I suggest a procedure like this:

   0. Update to the current package version
   1. Stop jackd (killall -9 jackd, if need be)
   2. Start top, htop or another CPU
   3. Start jackd -d dummy

This must not trigger an considerable increase in CPU usage. Then, stop
this jackd and start your real jackd. Which parameters do you use? Which
soundcard is it?

Increasing the buffer size will ease the timing and hence lower the CPU
load. Assuming you use ALSA:

   $ jackd -d alsa -p 2048  -- relaxed timing
   $ jackd -d alsa -p 128   -- stresses the CPU a bit more

In case of firewire audio interfaces, there has been made a fix recently
that triggered tons of error messages to be printed on the console, thus
making the entire system awfully slow. The newest package has the fix.


Cheers



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


Processed: tagging 633815

2011-07-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 633815 + moreinfo
Bug #633815 [jackd2] jackd2: High CPU usage following sleep (top reports 190% 
on quad-core)
Added tag(s) moreinfo.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
633815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633815
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Bug#633815: jackd2: High CPU usage following sleep (top reports 190% on quad-core)

2011-07-14 Thread Jonas Smedegaard
On 11-07-14 at 07:25pm, Adrian Knoth wrote:
 On 07/14/11 01:49, Joel Roth wrote:
 
 Hi!
 
  Package: jackd2
  Version: 1.9.6~dfsg.1-2
  Severity: normal
  
  Observed when running jackd with user privileges.
  
  System is extremely sluggish until I kill jackd.
 
 Can we have some numbers, please?
 
 Many people run jackd2 with user privileges, that's actually the 
 recommended way, and none of them experiences a substantial slowdown.

Important detail from subject seems missing in the email content: 
Problem occurs after *sleep*.

I experience the same (just have been lazy and not reported it).

It does not occur always, but I have experienced it with both alsa, 
firewire and net backends.


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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

csound_5.13.0~dfsg-4_amd64.changes ACCEPTED into unstable

2011-07-14 Thread Debian FTP Masters



Accepted:
csladspa_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/csladspa_5.13.0~dfsg-4_amd64.deb
csound-data_5.13.0~dfsg-4_all.deb
  to main/c/csound/csound-data_5.13.0~dfsg-4_all.deb
csound-gui_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/csound-gui_5.13.0~dfsg-4_amd64.deb
csound-utils_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/csound-utils_5.13.0~dfsg-4_amd64.deb
csound_5.13.0~dfsg-4.debian.tar.gz
  to main/c/csound/csound_5.13.0~dfsg-4.debian.tar.gz
csound_5.13.0~dfsg-4.dsc
  to main/c/csound/csound_5.13.0~dfsg-4.dsc
csound_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/csound_5.13.0~dfsg-4_amd64.deb
libcsnd-dev_5.13.0~dfsg-4_all.deb
  to main/c/csound/libcsnd-dev_5.13.0~dfsg-4_all.deb
libcsnd-java_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/libcsnd-java_5.13.0~dfsg-4_amd64.deb
libcsnd5.2_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/libcsnd5.2_5.13.0~dfsg-4_amd64.deb
libcsound64-5.2_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/libcsound64-5.2_5.13.0~dfsg-4_amd64.deb
libcsound64-dev_5.13.0~dfsg-4_all.deb
  to main/c/csound/libcsound64-dev_5.13.0~dfsg-4_all.deb
libcsound64-doc_5.13.0~dfsg-4_all.deb
  to main/c/csound/libcsound64-doc_5.13.0~dfsg-4_all.deb
libcsoundac-dev_5.13.0~dfsg-4_all.deb
  to main/c/csound/libcsoundac-dev_5.13.0~dfsg-4_all.deb
libcsoundac5.2_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/libcsoundac5.2_5.13.0~dfsg-4_amd64.deb
liblua5.1-luacsnd5.2_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/liblua5.1-luacsnd5.2_5.13.0~dfsg-4_amd64.deb
pd-csound_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/pd-csound_5.13.0~dfsg-4_amd64.deb
python-csound_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/python-csound_5.13.0~dfsg-4_amd64.deb
python-csoundac_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/python-csoundac_5.13.0~dfsg-4_amd64.deb
tclcsound_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/tclcsound_5.13.0~dfsg-4_amd64.deb


Override entries for your package:
csladspa_5.13.0~dfsg-4_amd64.deb - optional sound
csound-data_5.13.0~dfsg-4_all.deb - optional sound
csound-gui_5.13.0~dfsg-4_amd64.deb - optional sound
csound-utils_5.13.0~dfsg-4_amd64.deb - optional sound
csound_5.13.0~dfsg-4.dsc - source sound
csound_5.13.0~dfsg-4_amd64.deb - optional sound
libcsnd-dev_5.13.0~dfsg-4_all.deb - extra libdevel
libcsnd-java_5.13.0~dfsg-4_amd64.deb - optional java
libcsnd5.2_5.13.0~dfsg-4_amd64.deb - optional sound
libcsound64-5.2_5.13.0~dfsg-4_amd64.deb - optional libs
libcsound64-dev_5.13.0~dfsg-4_all.deb - extra libdevel
libcsound64-doc_5.13.0~dfsg-4_all.deb - extra doc
libcsoundac-dev_5.13.0~dfsg-4_all.deb - extra libdevel
libcsoundac5.2_5.13.0~dfsg-4_amd64.deb - optional sound
liblua5.1-luacsnd5.2_5.13.0~dfsg-4_amd64.deb - optional sound
pd-csound_5.13.0~dfsg-4_amd64.deb - optional sound
python-csound_5.13.0~dfsg-4_amd64.deb - optional python
python-csoundac_5.13.0~dfsg-4_amd64.deb - optional python
tclcsound_5.13.0~dfsg-4_amd64.deb - optional sound

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 632256 


Thank you for your contribution to Debian.

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


Bug#632256: marked as done (csound: FTBFS if built twice in a row: cp: cannot stat `doc/html': No such file or directory)

2011-07-14 Thread Debian Bug Tracking System
Your message dated Thu, 14 Jul 2011 19:32:30 +
with message-id e1qhrea-0007ro...@franck.debian.org
and subject line Bug#632256: fixed in csound 1:5.13.0~dfsg-4
has caused the Debian Bug report #632256,
regarding csound: FTBFS if built twice in a row: cp: cannot stat `doc/html': No 
such file or directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
632256: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Source: csound
Version: 1:5.13.0~dfsg-3.1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

csound FTBFS if build twice in a row with the following error:
| dh_installdocs -plibcsound64-doc readme-csound5.txt AUTHORS
| cp: cannot stat `doc/html': No such file or directory
| dh_installdocs: cp -a doc/html 
debian/libcsound64-doc/usr/share/doc/libcsound64-doc returned exit code 1

--
Jakub Wilk


---End Message---
---BeginMessage---
Source: csound
Source-Version: 1:5.13.0~dfsg-4

We believe that the bug you reported is fixed in the latest version of
csound, which is due to be installed in the Debian FTP archive:

csladspa_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/csladspa_5.13.0~dfsg-4_amd64.deb
csound-data_5.13.0~dfsg-4_all.deb
  to main/c/csound/csound-data_5.13.0~dfsg-4_all.deb
csound-gui_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/csound-gui_5.13.0~dfsg-4_amd64.deb
csound-utils_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/csound-utils_5.13.0~dfsg-4_amd64.deb
csound_5.13.0~dfsg-4.debian.tar.gz
  to main/c/csound/csound_5.13.0~dfsg-4.debian.tar.gz
csound_5.13.0~dfsg-4.dsc
  to main/c/csound/csound_5.13.0~dfsg-4.dsc
csound_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/csound_5.13.0~dfsg-4_amd64.deb
libcsnd-dev_5.13.0~dfsg-4_all.deb
  to main/c/csound/libcsnd-dev_5.13.0~dfsg-4_all.deb
libcsnd-java_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/libcsnd-java_5.13.0~dfsg-4_amd64.deb
libcsnd5.2_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/libcsnd5.2_5.13.0~dfsg-4_amd64.deb
libcsound64-5.2_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/libcsound64-5.2_5.13.0~dfsg-4_amd64.deb
libcsound64-dev_5.13.0~dfsg-4_all.deb
  to main/c/csound/libcsound64-dev_5.13.0~dfsg-4_all.deb
libcsound64-doc_5.13.0~dfsg-4_all.deb
  to main/c/csound/libcsound64-doc_5.13.0~dfsg-4_all.deb
libcsoundac-dev_5.13.0~dfsg-4_all.deb
  to main/c/csound/libcsoundac-dev_5.13.0~dfsg-4_all.deb
libcsoundac5.2_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/libcsoundac5.2_5.13.0~dfsg-4_amd64.deb
liblua5.1-luacsnd5.2_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/liblua5.1-luacsnd5.2_5.13.0~dfsg-4_amd64.deb
pd-csound_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/pd-csound_5.13.0~dfsg-4_amd64.deb
python-csound_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/python-csound_5.13.0~dfsg-4_amd64.deb
python-csoundac_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/python-csoundac_5.13.0~dfsg-4_amd64.deb
tclcsound_5.13.0~dfsg-4_amd64.deb
  to main/c/csound/tclcsound_5.13.0~dfsg-4_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 632...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Felipe Sateler fsate...@debian.org (supplier of updated csound package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 13 Jul 2011 23:31:22 -0400
Source: csound
Binary: csound csound-data csound-gui csound-utils libcsound64-5.2 libcsnd-java 
libcsound64-dev libcsnd-dev libcsoundac-dev pd-csound python-csound libcsnd5.2 
liblua5.1-luacsnd5.2 tclcsound libcsoundac5.2 python-csoundac csladspa 
libcsound64-doc
Architecture: source all amd64
Version: 1:5.13.0~dfsg-4
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Felipe Sateler fsate...@debian.org
Description: 
 csladspa   - LADSPA plugin for Csound
 csound - powerful and versatile sound synthesis software
 csound-data - data files used by the csound library
 csound-gui - GUI interfaces and opcodes for Csound
 csound-utils - miscellaneous utilities for the Csound system
 libcsnd-dev - development files for Csound -- C++ API
 libcsnd-java - Java bindings for the Csound API
 libcsnd5.2 - C++ bindings for the Csound API
 libcsound64-5.2 - 

Processing of streamtuner2_2.0.8-5_amd64.changes

2011-07-14 Thread Debian FTP Masters
streamtuner2_2.0.8-5_amd64.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  streamtuner2_2.0.8-5.dsc
  streamtuner2_2.0.8-5.debian.tar.gz
  streamtuner2_2.0.8-5_all.deb

Greetings,

Your Debian queue daemon (running on host ravel.debian.org)

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


Processing of streamtuner2_2.0.8-5_amd64.changes

2011-07-14 Thread Debian FTP Masters
streamtuner2_2.0.8-5_amd64.changes uploaded successfully to localhost
along with the files:
  streamtuner2_2.0.8-5.dsc
  streamtuner2_2.0.8-5.debian.tar.gz
  streamtuner2_2.0.8-5_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


streamtuner2_2.0.8-5_amd64.changes ACCEPTED into unstable

2011-07-14 Thread Debian FTP Masters



Accepted:
streamtuner2_2.0.8-5.debian.tar.gz
  to main/s/streamtuner2/streamtuner2_2.0.8-5.debian.tar.gz
streamtuner2_2.0.8-5.dsc
  to main/s/streamtuner2/streamtuner2_2.0.8-5.dsc
streamtuner2_2.0.8-5_all.deb
  to main/s/streamtuner2/streamtuner2_2.0.8-5_all.deb


Override entries for your package:
streamtuner2_2.0.8-5.dsc - source sound
streamtuner2_2.0.8-5_all.deb - extra sound

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 633558 


Thank you for your contribution to Debian.

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