Thanks, I will~<br><br><div class="gmail_quote">On Mon, May 3, 2010 at 1:16 PM, Michael Lawrence <span dir="ltr"><<a href="mailto:lawrence.michael@gene.com">lawrence.michael@gene.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I'm thinking of dropping support for Phonon, since the Qt version seems to be bitrotting, and QtMultimedia will make it largely redundant with the 4.7 release. Something is weird with cmake's configuration for QtMultimedia, but anyway, consider Phonon dropped.<br>
<br>Michael<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Mon, May 3, 2010 at 11:07 AM, Tengfei Yin <span dir="ltr"><<a href="mailto:yintengfei@gmail.com" target="_blank">yintengfei@gmail.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><div><div></div><div class="h5">
Hi Michael, Thanks, I will check the phonon issue on my system after exams....<br><br><div class="gmail_quote"><div><div></div><div>On Sun, May 2, 2010 at 9:02 PM, Michael Lawrence <span dir="ltr"><<a href="mailto:lawrence.michael@gene.com" target="_blank">lawrence.michael@gene.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><div><div></div><div><br><br><div class="gmail_quote"><div>On Sun, May 2, 2010 at 3:03 PM, Tengfei Yin <span dir="ltr"><<a href="mailto:yintengfei@gmail.com" target="_blank">yintengfei@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
<span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse"><div><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse">Test, this email failed to be sent to this list this afternoon.....</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse">#########</span></div>Hi <div><br></div><div>Sorry for the late reply, I leave my laptop in the office yesternday. </div>
<div><br></div><div>Yihui and me just upgrade our system from Ubuntu 9.10 to Ubuntu 10.04(LTS), which is newly released version on April 29, actually, I forget to install the QT phonon, so I have no problem with installing the qtbase and qtpaint, the 'canvas' demo also works. </div>
<div><br></div><div>I just the checked on my system, the default installed library is <b>'libphonon4'</b>, if you ignore the check message that "Qt PHONON library not found.", I guess you can install both the qtbase and qtpaint, once I installed the <b>libqt4-phonon-dev, libphonon-dev</b>, (I just tried it, which I think you also installed), the message disappear, but you cannot check and install it anymore. The same problem has been solved by Michael for Ubuntu 9.10.</div>
<div><br></div><div>So if you want to install the qtinterface successfully, try use the default 'libphonon4', remove 'libqt4-phonon-dev' and 'libphonn-dev', that should work(at least on my machine), if we want to figure out why libqt4-phonon-dev' and 'libphonn-dev' doesn't work in lucid,I think we can email back and forth again to solve it......</div>
<div><br></div></span></blockquote></div><div> <br><br>There are two distributions of Phonon, one from Qt the other from KDE. Since qtbase is really only interested in Qt (cross-platform) stuff, I'd like to designate the qt variant, i.e., libqt4-phonon(-dev), as the officially supported version. If that does not include a symlink (Phonon->.), then we need to fix something. Also, looks like we'll need support for QtMultimedia, as Phonon sounds like a pretty simplistic API.<br>
<font color="#888888">
<br>Michael<br><br><br></font></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><div><div></div><div><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse"><div>
</div><div>Best wishes</div><div><br></div><div>Tengfei</div></span><div><div></div><div><br><div class="gmail_quote">On Sun, May 2, 2010 at 11:18 AM, Yihui Xie <span dir="ltr"><<a href="mailto:xieyihui@gmail.com" target="_blank">xieyihui@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">OK, I'll make a symlink to solve the problem. Tengfei, do you have the<br>
same problem?<br>
<br>
Regards,<br>
Yihui<br>
--<br>
Yihui Xie <<a href="mailto:xieyihui@gmail.com" target="_blank">xieyihui@gmail.com</a>><br>
Phone: 515-294-6609 Web: <a href="http://yihui.name" target="_blank">http://yihui.name</a><br>
Department of Statistics, Iowa State University<br>
3211 Snedecor Hall, Ames, IA<br>
<br>
<br>
<br>
On Sun, May 2, 2010 at 2:09 AM, Michael Lawrence<br>
<<a href="mailto:lawrence.michael@gene.com" target="_blank">lawrence.michael@gene.com</a>> wrote:<br>
> That's weird. I thought it was working for Teng Fei. Does he not use the<br>
> same version of Ubuntu? I thought Ubuntu had a symlink Phonon -> . inside<br>
> the phonon include directory. It is of course possible to condition on the<br>
> platform, but I'm hoping that's not necessary.<br>
><br>
> On Sat, May 1, 2010 at 9:30 AM, Yihui Xie <<a href="mailto:xieyihui@gmail.com" target="_blank">xieyihui@gmail.com</a>> wrote:<br>
>><br>
>> only little "p" works for me (Ubuntu Lucid): #include <phonon/phonon><br>
>><br>
>> so each time if I find the dir name has been changed to "Phonon", I'll<br>
>> have to modify it to "phonon" in order to build the qtbase binary<br>
>> package successfully.<br>
>><br>
>> Regards,<br>
>> Yihui<br>
>> --<br>
>> Yihui Xie <<a href="mailto:xieyihui@gmail.com" target="_blank">xieyihui@gmail.com</a>><br>
>> Phone: 515-294-6609 Web: <a href="http://yihui.name" target="_blank">http://yihui.name</a><br>
>> Department of Statistics, Iowa State University<br>
>> 3211 Snedecor Hall, Ames, IA<br>
>><br>
>><br>
>><br>
>> On Sat, May 1, 2010 at 5:41 AM, Michael Lawrence<br>
>> <<a href="mailto:lawrence.michael@gene.com" target="_blank">lawrence.michael@gene.com</a>> wrote:<br>
>> > Yes, there are inconsistencies across platforms (Linux and Mac). I<br>
>> > thought<br>
>> > the way it is now works across platforms. Does it not work for you?<br>
>> ><br>
>> > Michael<br>
>> ><br>
>> > On Fri, Apr 30, 2010 at 12:55 PM, Yihui Xie <<a href="mailto:xieyihui@gmail.com" target="_blank">xieyihui@gmail.com</a>> wrote:<br>
>> >><br>
>> >> It seems that the file qtbase/kdebindings/smoke/qt/qt_includes.h has<br>
>> >> been modified back and forth on whether to use 'Phonon' or 'phonon'.<br>
>> >> Under Ubuntu, only 'phonon' works... Is the directory name<br>
>> >> inconsistent across different platforms?<br>
>> >><br>
>> >> Regards,<br>
>> >> Yihui<br>
>> >> --<br>
>> >> Yihui Xie <<a href="mailto:xieyihui@gmail.com" target="_blank">xieyihui@gmail.com</a>><br>
>> >> Phone: 515-294-6609 Web: <a href="http://yihui.name" target="_blank">http://yihui.name</a><br>
>> >> Department of Statistics, Iowa State University<br>
>> >> 3211 Snedecor Hall, Ames, IA<br>
>> >><br>
>> >> --<br>
>> >> You received this message because you are subscribed to the Google<br>
>> >> Groups<br>
>> >> "GGobi core" group.<br>
>> >> To post to this group, send email to <a href="mailto:ggobi-core@googlegroups.com" target="_blank">ggobi-core@googlegroups.com</a>.<br>
>> >> To unsubscribe from this group, send email to<br>
>> >> <a href="mailto:ggobi-core%2Bunsubscribe@googlegroups.com" target="_blank">ggobi-core+unsubscribe@googlegroups.com</a>.<br>
>> >> For more options, visit this group at<br>
>> >> <a href="http://groups.google.com/group/ggobi-core?hl=en" target="_blank">http://groups.google.com/group/ggobi-core?hl=en</a>.<br>
>> >><br>
>> ><br>
>> > --<br>
>> > You received this message because you are subscribed to the Google<br>
>> > Groups<br>
>> > "GGobi core" group.<br>
>> > To post to this group, send email to <a href="mailto:ggobi-core@googlegroups.com" target="_blank">ggobi-core@googlegroups.com</a>.<br>
>> > To unsubscribe from this group, send email to<br>
>> > <a href="mailto:ggobi-core%2Bunsubscribe@googlegroups.com" target="_blank">ggobi-core+unsubscribe@googlegroups.com</a>.<br>
>> > For more options, visit this group at<br>
>> > <a href="http://groups.google.com/group/ggobi-core?hl=en" target="_blank">http://groups.google.com/group/ggobi-core?hl=en</a>.<br>
>> ><br>
>><br>
>> --<br>
>> You received this message because you are subscribed to the Google Groups<br>
>> "GGobi core" group.<br>
>> To post to this group, send email to <a href="mailto:ggobi-core@googlegroups.com" target="_blank">ggobi-core@googlegroups.com</a>.<br>
>> To unsubscribe from this group, send email to<br>
>> <a href="mailto:ggobi-core%2Bunsubscribe@googlegroups.com" target="_blank">ggobi-core+unsubscribe@googlegroups.com</a>.<br>
>> For more options, visit this group at<br>
>> <a href="http://groups.google.com/group/ggobi-core?hl=en" target="_blank">http://groups.google.com/group/ggobi-core?hl=en</a>.<br>
>><br>
><br>
> --<br>
> You received this message because you are subscribed to the Google Groups<br>
> "GGobi core" group.<br>
> To post to this group, send email to <a href="mailto:ggobi-core@googlegroups.com" target="_blank">ggobi-core@googlegroups.com</a>.<br>
> To unsubscribe from this group, send email to<br>
> <a href="mailto:ggobi-core%2Bunsubscribe@googlegroups.com" target="_blank">ggobi-core+unsubscribe@googlegroups.com</a>.<br>
> For more options, visit this group at<br>
> <a href="http://groups.google.com/group/ggobi-core?hl=en" target="_blank">http://groups.google.com/group/ggobi-core?hl=en</a>.<br>
><br>
</blockquote></div><br><br clear="all"><br>-- <br></div></div>Tengfei Yin<br>MCDB PhD student <br>1620 Howe Hall, 2274,<br>Iowa State University<br>Ames, IA,50011-2274<br>Homepage: <a href="http://www.tengfei.name" target="_blank">www.tengfei.name</a><br>
</div></div><font color="#888888">
<br>
<p></p>
-- <br></font><div><div><div></div><div>
You received this message because you are subscribed to the Google Groups "GGobi core" group.<br>
To post to this group, send email to <a href="mailto:ggobi-core@googlegroups.com" target="_blank">ggobi-core@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:ggobi-core%2Bunsubscribe@googlegroups.com" target="_blank">ggobi-core+unsubscribe@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/ggobi-core?hl=en" target="_blank">http://groups.google.com/group/ggobi-core?hl=en</a>.<br>
</div></div></div></blockquote></div></div></div><div><div></div><div><br>
<p></p>
-- <br><div>
You received this message because you are subscribed to the Google Groups "GGobi core" group.<br>
To post to this group, send email to <a href="mailto:ggobi-core@googlegroups.com" target="_blank">ggobi-core@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:ggobi-core%2Bunsubscribe@googlegroups.com" target="_blank">ggobi-core+unsubscribe@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/ggobi-core?hl=en" target="_blank">http://groups.google.com/group/ggobi-core?hl=en</a>.<br>
</div></div></div></blockquote></div><div><div></div><div><br><br clear="all"><br>-- <br>Tengfei Yin<br>MCDB PhD student <br>1620 Howe Hall, 2274,<br>Iowa State University<br>Ames, IA,50011-2274<br>Homepage: <a href="http://www.tengfei.name" target="_blank">www.tengfei.name</a><br>
<br>
</div></div><br></div></div>_______________________________________________<br>
Qtinterfaces-devel mailing list<br>
<a href="mailto:Qtinterfaces-devel@lists.r-forge.r-project.org" target="_blank">Qtinterfaces-devel@lists.r-forge.r-project.org</a><br>
<a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/qtinterfaces-devel" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/qtinterfaces-devel</a><br>
<br></blockquote></div><br>
</blockquote></div><br><br clear="all"><br>-- <br>Tengfei Yin<br>MCDB PhD student <br>1620 Howe Hall, 2274,<br>Iowa State University<br>Ames, IA,50011-2274<br>Homepage: <a href="http://www.tengfei.name">www.tengfei.name</a><br>
<br>