You are not logged in.

#1 2010-01-24 17:21:29

thefatprecious
Member
From: Austin, TX
Registered: 2009-02-13
Posts: 98

What happened to tvtime?

It's no longer found in the AUR, and I don't see it in any of the other repo's or notes about it's recent status in the forums. Why was it deleted instead of just being orphaned? Or am I just missing something obvious here?


ILoveCandy

Offline

#2 2010-01-24 19:24:05

Ultraman
Member
Registered: 2009-12-24
Posts: 242

Re: What happened to tvtime?

Wow, indeed where is it? I used it on another box not that long ago, worked fine perfectly.
In AUR there is: http://aur.archlinux.org/packages.php?ID=24031

Grrr, I don't longer have that other box here... So I don't have the package. Perhaps it's still on an old version mirror like schlunix.

[Edit]
Yup, schlunix still has it:
i686: http://www.schlunix.org/archlinux/extra … pkg.tar.gz
x86_64: http://www.schlunix.org/archlinux/extra … pkg.tar.gz

Last edited by Ultraman (2010-01-24 19:25:51)

Offline

#3 2010-01-24 19:37:37

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: What happened to tvtime?

tvtime was removed from repos 5 days ago. i think is because it didn't built against libjpeg/libpng and was unmaintained upstream

Last edited by wonder (2010-01-25 15:28:15)


Give what you have. To someone, it may be better than you dare to think.

Offline

#4 2010-01-25 00:52:58

thefatprecious
Member
From: Austin, TX
Registered: 2009-02-13
Posts: 98

Re: What happened to tvtime?

Being a heavy user of it, that really sucks....I'm under the opinion that there isn't another tv app even remotely comparable in linux.

Being that I already have it installed, what are the odds that it continues to function over time?


ILoveCandy

Offline

#5 2010-01-25 02:34:05

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: What happened to tvtime?

like they said. it does not build against libjpeg/libjpng so when the next stream of updates come along...it will break.

Offline

#6 2010-01-25 02:44:40

thefatprecious
Member
From: Austin, TX
Registered: 2009-02-13
Posts: 98

Re: What happened to tvtime?

I'm assuming you mean libpng.

I understand that it won't build against the lib in the future but it would be helpful if someone could explain why a previously built package like the one currently installed would be impacted.


ILoveCandy

Offline

#7 2010-01-25 03:01:27

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: What happened to tvtime?

Disclaimer: I don't use this software. In fact, I don't even watch television.

I just grabbed the PKGBUILD and files from above to see where the build was failing and it compiled fine. Then I went to start it and it starts fine.

Offline

#8 2010-01-25 14:43:42

thefatprecious
Member
From: Austin, TX
Registered: 2009-02-13
Posts: 98

Re: What happened to tvtime?

I guess that means that it's still a mystery as to why it was removed. Is there anyway to see who removed it so they can clarify?


ILoveCandy

Offline

#9 2010-01-25 15:23:00

hbekel
Member
Registered: 2008-10-04
Posts: 311

Re: What happened to tvtime?

thefatprecious wrote:

I understand that it won't build against the lib in the future but it would be helpful if someone could explain why a previously built package like the one currently installed would be impacted.

Because the installed binary is still explicitly linked against the version of the lib that was present when the program was compiled. If the library version is increased, then the library file gets replaced by a file with a different version number, but the old binary will still request the (now missing) previous version.

Note that a rebuild will only fail if the libraries api changes in a substantial way that makes the code incompatible with the new api (e.g. changes function names or arguments, removes functions completely, etc.) If this is not the case, a simply rebuild will be sufficient to make the program work with a new library version.

Last edited by hbekel (2010-01-25 15:23:42)

Offline

#10 2010-01-25 17:24:20

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: What happened to tvtime?

the reason was remove is that is not building anymore(not because of libpng) and the last version released was in 2005.


Give what you have. To someone, it may be better than you dare to think.

Offline

#11 2010-01-25 18:52:20

Gusar
Member
Registered: 2009-08-25
Posts: 3,607

Re: What happened to tvtime?

The folks at kernellabs, particularly Devin Heitmueller, are working on modernizing tvtime. The latest blog post says progress is slow currently. But there should be a modern tvtime in the near future.

Offline

#12 2010-01-25 21:08:25

thefatprecious
Member
From: Austin, TX
Registered: 2009-02-13
Posts: 98

Re: What happened to tvtime?

wonder wrote:

tvtime was removed from repos 5 days ago. i think is because it didn't built against libjpeg/libpng and was unmaintained upstream

I'm confused by this since skottish mentioned that he is able to still build this.

Either way couldn't this have just been pushed to the AUR for someone to adopt and maintain if they so choose instead of just removing it without any kind of notice/warning?

Thanks for the responses...I know this is just a small tv app but it scares me a bit to think what could happen in the future to other pkgs if a similar process is/is not followed.


ILoveCandy

Offline

#13 2010-01-25 21:11:03

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: What happened to tvtime?


Give what you have. To someone, it may be better than you dare to think.

Offline

#14 2010-01-26 01:29:01

thefatprecious
Member
From: Austin, TX
Registered: 2009-02-13
Posts: 98

Re: What happened to tvtime?

Thanks wonder. I adopted and updated it with this patch: http://sourceforge.net/tracker/?func=de … tid=506987

It compiles successfully.


ILoveCandy

Offline

#15 2010-01-26 02:30:43

mvdvarrier
Member
Registered: 2008-10-04
Posts: 47

Re: What happened to tvtime?

Hai friends
sad
I am very sad to know that tvtime has been removed from repositories. From my experience it is one of the linux software that did not crash even once in my pc's. Absoloutely light on resources and full lirc support for remotes. I am not a programmer but an end user with very limited computing knowledge. I hope  some one can find a way to revive it.
With great disappointment
mvdvarrier


mvdvarrier is a Warrior; Born to Expedite!!!

Offline

#16 2010-02-05 22:06:40

thefatprecious
Member
From: Austin, TX
Registered: 2009-02-13
Posts: 98

Re: What happened to tvtime?

@mvdvarrier: In case the previous posts were confusing, it's been moved to the AUR here: http://aur.archlinux.org/packages.php?ID=33955

Also, if anyone is nervous about the libpng 1.4.0-2 update affecting it, it does not appear to. I updated today (finally) and it still compiles/runs successfully.


ILoveCandy

Offline

#17 2010-02-05 22:32:43

milomak
Member
Registered: 2009-11-04
Posts: 61

Re: What happened to tvtime?

i can also confirm that a rebuild got it working after my last system upgrade.

Did yaourt -S tvtime

Offline

#18 2010-02-13 13:27:15

mvdvarrier
Member
Registered: 2008-10-04
Posts: 47

Re: What happened to tvtime?

Hello,
With the latest upgrade the tvtime stopped working with an error message showing the absense of libpng12.so.0. I am not sure whether it is a correct proceeding or not. I just copied from a 64bit ubuntu-9.10 installation in the same machine that mounted in a folder /mnt/y.
#cp -a /mnt/y/usr/lib/libpng12.so.0.37.0 /usr/lib/
#cp -a /mnt/y/usr/lib/libpng12.a /usr/lib/
#ln -s /usr/lib/libpng12.so.0.37.0 /usr/lib/libpng12.so
# ln -s /usr/lib/libpng12.so.0.37.0 /usr/lib/libpng12.so.0
tvtime worked without any error message.Moreover it now works better with the uasge of less resources! wink Any how I want to know whether there is any danger in the above procedure.
thanks in advance
mvdvarrier

Last edited by mvdvarrier (2010-02-13 13:31:00)


mvdvarrier is a Warrior; Born to Expedite!!!

Offline

#19 2010-02-13 13:41:47

leepesjee
Member
Registered: 2008-11-06
Posts: 57

Re: What happened to tvtime?

mvdvarrier,
Messing around with libraries is a bad habit and will kick you in the ass one day or another.
Tvtime needs to be recompiled to the new libpng library, thats all. It's best to 'undo' your changes to /usr/lib and rebuild and install tvtime from AUR, http://aur.archlinux.org/packages.php?ID=33955

Offline

#20 2010-05-25 14:49:33

thefatprecious
Member
From: Austin, TX
Registered: 2009-02-13
Posts: 98

Re: What happened to tvtime?

Got a notification that it was moved back to the repos today....thanks sergej smile

from    aur-notify@archlinux.org
reply-to    nobody@archlinux.org
to    
date    Tue, May 25, 2010 at 9:40 AM
subject    AUR Comment for tvtime
mailed-by    sigurd.archlinux.org
    
"from http://aur.archlinux.org/packages.php?ID=33955
sergej wrote:

moved to community"

ILoveCandy

Offline

Board footer

Powered by FluxBB