tvtime 0.9.13 has been released. Several bug fixes, support for PAL-DK users who use the cx88 driver Attached tested ebuild based on 0.9.12 marked ~arch by default I could like this commited :)
Created attachment 41050 [details] tvtime-0.9.13.ebuild bumped ebuild tvtime-0.9.13.ebuild
Created attachment 41054 [details] revised tvtime-0.9.13.ebuild I've revised the ebuild by removing USE flags (directfb sdl) as they are deprecated within tvtime, and added a warning to the **very** few users that may be using the said flags in tvtime. Straight from the horses mouth (tvtime changelog) "vektor: Removed SDL, MGA, and DirectFB output drivers, since they are unmaintained and all have various problems. Removed the command line parameters for selecting an output driver as well." http://sourceforge.net/project/shownotes.php?group_id=64301&release_id=270645
I too am interested in using 0.9.13. I've dropped in my portage overlay directory and it seems to work w/o a problem.
Created attachment 42617 [details] revised tvtime-0.9.13.ebuild (with "pic" USE flag)
I have upgraded tvtime-0.9.13.ebuild to use "pic" USE flag, because if you don't specify "--without-pic", it won't compile with gcc-3.4 (linux26-headers and nptl-enabled glibc). Now you can just specify USE="-pic" and everything will be OK.
tvtime-0.9.14 is out, ebuild coming soon
Created attachment 42830 [details] tvtime-0.9.14.ebuild Changenotes. http://sourceforge.net/project/shownotes.php?release_id=278693 Hopefully this will build with "pic" in useflags, can someone test it out. media-tv: can you commmit this to portage please.
can't build it with gcc 3.4.2 getting next error (for 0.9.12 and 0.9.15 versions) cpu_accel.c: In function `mm_accel': cpu_accel.c:81: error: can't find a register in class `BREG' while reloading `asm' cpu_accel.c:87: error: can't find a register in class `BREG' while reloading `asm' cpu_accel.c:95: error: can't find a register in class `BREG' while reloading `asm' cpu_accel.c:99: error: can't find a register in class `BREG' while reloading `asm' gcc 3.3.4 is ok
Max, I do not have gcc 3.4.2 however are you saying it doesn't compile even when you use USE="-pic" emerge tvtime ?
Created attachment 43374 [details] tvtime-0.9.15.ebuild AMD64 compile fixes tvtime-0.9.15 fixes some AMD64 compile problems. Still investigation the error max reported. Are you using AMD64 or just x86?
Max, the problem with the error you post with gcc3.4.2 is with libmpeg2 which is part of tvtimes code. THe author of tvtime now knows about the issue, and I hope the gang at libmpeg2 have a fix. Till then could you try this... add -fomit-frame-pointer to your CFLAGS and try compile tvtime again iwth gcc 3.4.2 hopefully that works
Max I just compiled tvtime 0.9.15 with gcc 3.4.2-r3 WITH and without PIC and it worked fine...
build's fine with gcc-3.4.3
*** Bug 72143 has been marked as a duplicate of this bug. ***
Created attachment 46118 [details] Ebuild with nls USE-flag The attached ebuild adds the nls flag to tvtime.
Is this ever going to make it into portage? The latest version available is still 0.9.12.
Created attachment 50587 [details] Ebuild with nls and fixed icons This ebuild installs the three scaled version of the icons into hicolor tree, and make .desktop entry to use them instead of the .xpm icon installed into pixmaps. It also removes that file.
Just wanted to add: works perfectly on my machine. Pure 64bit ~amd64 on 2005.0 profile. This should go in portage asap because all newer versions contain sse/mmx support for amd64 and thus do not disable all the better deinterlacers if compiled for 64bit.
*** Bug 79536 has been marked as a duplicate of this bug. ***
Thanks for all your help here, especially Surakshan and Diego. I've added a 0.9.15 ebuild, and included the PIC/__PIC__ patches from bug 74227. Thanks for all your work, I'll be maintaining tvtime from now on.
much appreciated