First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 66293
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Television related Applications in Gentoo's Portage <media-tv@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Surakshan Mendis <bug.tracker@surasoft.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
tvtime-0.9.13.ebuild tvtime-0.9.13.ebuild text/plain Surakshan Mendis 2004-10-04 02:54 0000 1.16 KB Details
tvtime-0.9.13.ebuild revised tvtime-0.9.13.ebuild text/plain Surakshan Mendis 2004-10-04 04:31 0000 1.26 KB Details
tvtime-0.9.13.ebuild revised tvtime-0.9.13.ebuild (with "pic" USE flag) text/plain Michal Krenek 2004-10-26 05:24 0000 1.32 KB Details
tvtime-0.9.14.ebuild tvtime-0.9.14.ebuild text/plain Surakshan Mendis 2004-10-28 23:05 0000 1.32 KB Details
tvtime-0.9.15.ebuild tvtime-0.9.15.ebuild AMD64 compile fixes text/plain Surakshan Mendis 2004-11-05 16:56 0000 1.32 KB Details
tvtime-0.9.15.ebuild Ebuild with nls USE-flag text/plain Diego E. 'Flameeyes' Pettenò 2004-12-16 05:30 0000 1.33 KB Details
tvtime-0.9.15.ebuild Ebuild with nls and fixed icons text/plain Diego E. 'Flameeyes' Pettenò 2005-02-06 18:19 0000 1.89 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 66293 depends on: Show dependency tree
Bug 66293 blocks: 67020
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-10-04 02:52 0000
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 :)

------- Comment #1 From Surakshan Mendis 2004-10-04 02:54:34 0000 -------
Created an attachment (id=41050) [edit]
tvtime-0.9.13.ebuild

bumped ebuild tvtime-0.9.13.ebuild

------- Comment #2 From Surakshan Mendis 2004-10-04 04:31:10 0000 -------
Created an attachment (id=41054) [edit]
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

------- Comment #3 From Andy Dalton 2004-10-16 15:59:37 0000 -------
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.

------- Comment #4 From Michal Krenek 2004-10-26 05:24:25 0000 -------
Created an attachment (id=42617) [edit]
revised tvtime-0.9.13.ebuild (with "pic" USE flag)

------- Comment #5 From Michal Krenek 2004-10-26 05:30:57 0000 -------
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.

------- Comment #6 From Surakshan Mendis 2004-10-28 22:56:28 0000 -------
tvtime-0.9.14 is out,
ebuild coming soon

------- Comment #7 From Surakshan Mendis 2004-10-28 23:05:55 0000 -------
Created an attachment (id=42830) [edit]
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.

------- Comment #8 From Max Loparyev 2004-11-05 13:17:06 0000 -------
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

------- Comment #9 From Surakshan Mendis 2004-11-05 16:30:12 0000 -------
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 ?

------- Comment #10 From Surakshan Mendis 2004-11-05 16:56:05 0000 -------
Created an attachment (id=43374) [edit]
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?

------- Comment #11 From Surakshan Mendis 2004-11-05 22:24:29 0000 -------
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

------- Comment #12 From Surakshan Mendis 2004-11-06 04:50:39 0000 -------
Max I just compiled tvtime 0.9.15 with gcc 3.4.2-r3 WITH and without PIC and it
worked fine...

------- Comment #13 From Christoph Brill (egore) 2004-12-12 12:01:08 0000 -------
build's fine with gcc-3.4.3

------- Comment #14 From Diego E. 'Flameeyes' Pettenò 2004-12-16 05:17:51 0000 -------
*** Bug 72143 has been marked as a duplicate of this bug. ***

------- Comment #15 From Diego E. 'Flameeyes' Pettenò 2004-12-16 05:30:46 0000 -------
Created an attachment (id=46118) [edit]
Ebuild with nls USE-flag

The attached ebuild adds the nls flag to tvtime.

------- Comment #16 From Andy Dalton 2005-01-08 12:41:37 0000 -------
Is this ever going to make it into portage?  The latest version available is
still 0.9.12.

------- Comment #17 From Diego E. 'Flameeyes' Pettenò 2005-02-06 18:19:00 0000 -------
Created an attachment (id=50587) [edit]
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.

------- Comment #18 From Matthias Dahl 2005-02-23 10:36:53 0000 -------
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.

------- Comment #19 From Mike Gardiner (RETIRED) 2005-02-23 23:46:38 0000 -------
*** Bug 79536 has been marked as a duplicate of this bug. ***

------- Comment #20 From Mike Gardiner (RETIRED) 2005-02-24 00:18:08 0000 -------
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.

------- Comment #21 From Surakshan Mendis 2005-02-24 02:36:20 0000 -------
much appreciated  

First Last Prev Next    No search results available      Search page      Enter new bug