From owner-freebsd-questions@FreeBSD.ORG Sun Apr 16 23:53:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C71EA16A400 for ; Sun, 16 Apr 2006 23:53:00 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq2.groni1.gr.home.nl (smtpq2.groni1.gr.home.nl [213.51.130.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BC5F43D45 for ; Sun, 16 Apr 2006 23:52:59 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.130.188] (port=48973 helo=smtp3.groni1.gr.home.nl) by smtpq2.groni1.gr.home.nl with esmtp (Exim 4.30) id 1FVH35-0002hk-1W; Mon, 17 Apr 2006 01:52:59 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:59684 helo=desktop.homenet) by smtp3.groni1.gr.home.nl with esmtp (Exim 4.30) id 1FVH33-0003hv-1z; Mon, 17 Apr 2006 01:52:57 +0200 From: Danny Pansters To: freebsd-questions@freebsd.org Date: Mon, 17 Apr 2006 01:52:31 +0200 User-Agent: KMail/1.9.1 References: <80f4f2b20604160539v2d82fcb7sac33ee9e62dfa3bf@mail.gmail.com> In-Reply-To: <80f4f2b20604160539v2d82fcb7sac33ee9e62dfa3bf@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604170152.32179.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: Jim Stapleton Subject: Re: TV Tuner viewing software suggestions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 23:53:01 -0000 On Sunday 16 April 2006 14:39, Jim Stapleton wrote: > I'm trying to use my TV Tuner (A Leadtek Brooktree chipset tuner), and > I have gotten FXTV to work great with one exception: It appears to > only work in something that looks to be about 320x240, when I go > fullscreen or anything larger than what it opens as, it only draws to > part of the screen... providing something, that while rather cool > looking, is not productive for watching tv or playing console games. > > I tried getting kbtv to work, but I'm getting an error installing py-kde. If you do so please try version 1.0 from http://freebsd.ricin.com/kbtv (no port yet sorry, use install/deinstall). the one currently in ports is two releases behind. > the last of the py-kde compile: > c++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 > -fno-strict-aliasing -pipe -march=athlon-mp -Wall -W -DQT_NO_DEBUG > -DQT_THREAD_SUPPORT -I. -I../extra/kde350 -I/usr/local/include > -I/usr/local/include/python2.4 -I/usr/X11R6/include -o > sipkdecorepart0.o sipkdecorepart0.cpp > sip/kdecore/ktimezones.sip: In function `PyObject* > convertFrom_ZoneMap(void*)': /usr/local/include/ktimezones.h:191: error: > `KTimezone::KTimezone(const KTimezone&)' is private > sip/kdecore/ktimezones.sip:209: error: within this context > sipkdecorepart0.cpp: In function `void* init_KTimezones(sipWrapper*, > PyObject*, sipWrapper**)': > /usr/local/include/ktimezones.h:340: error: > `KTimezones::KTimezones(const KTimezones&)' is private > sipkdecorepart0.cpp:9497: error: within this context > sipkdecorepart0.cpp: In function `void* init_KTimezone(sipWrapper*, > PyObject*, sipWrapper**)': > /usr/local/include/ktimezones.h:191: error: > `KTimezone::KTimezone(const KTimezone&)' is private > sipkdecorepart0.cpp:10450: error: within this context > sip/kdecore/kmountpoint.sip: In function `PyObject* > convertFrom_KMountPoint_List(void*)': > sip/kdecore/kmountpoint.sip:151: warning: taking address of temporary > sipkdecorepart0.cpp: In function `PyObject* convertFrom_Display(void*)': > sipkdecorepart0.cpp:34478: warning: unused variable 'sipCpp' > sip/kdecore/kconfigbase.sip: In function `PyObject* > convertFrom_ulonglong(void*)': > sip/kdecore/kconfigbase.sip:307: warning: unused variable 'LongLong' > sip/kdecore/kwinmodule.sip: In function `PyObject* > convertFrom_QValueList_2100(void*)': > sip/kdecore/kwinmodule.sip:111: warning: unused variable 'inst' > sipkdecorepart0.cpp: At global scope: > sipkdecorepart0.cpp:34440: warning: unused parameter 'sipPy' > sipkdecorepart0.cpp:34440: warning: unused parameter 'sipIsErr' > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/py-kde/work/PyKDE-snapshot20060122/kdecore. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/py-kde/work/PyKDE-snapshot20060122. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/py-kde. I'm aware of this problem and can now reproduce it (just updated KDE from 3.5.1 to 3.5.2 and now it shows up). I'm looking into it. There's also a new py-kde to be released one of these days, and then I'm planning to update the sip/py-qt/py-kde ports altogether. Dan