Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111390 - media-tv/ontv-1.8.0.ebuild (New Package)
Summary: media-tv/ontv-1.8.0.ebuild (New Package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://johan.svedberg.com/projects/co...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-11-03 12:10 UTC by Benoît "UBIK" Collet-Billon
Modified: 2018-06-09 22:29 UTC (History)
11 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ontv-1.8.0.ebuild (ontv-1.8.0.ebuild,733 bytes, text/plain)
2005-11-03 12:11 UTC, Benoît "UBIK" Collet-Billon
Details
ontv-1.8.0.ebuild (ontv-1.8.0.ebuild,704 bytes, text/plain)
2005-11-04 01:57 UTC, Benoît "UBIK" Collet-Billon
Details
ontv-1.8.4.ebuild (ontv-1.8.4.ebuild,821 bytes, text/plain)
2006-02-18 08:11 UTC, Arif Lukito
Details
ontv-1.8.4.ebuild (ontv-1.8.4.ebuild,789 bytes, text/plain)
2006-02-20 23:24 UTC, Arif Lukito
Details
ontv-1.8.6.ebuild (ontv-1.8.6.ebuild,815 bytes, text/plain)
2006-02-22 17:29 UTC, Arif Lukito
Details
ontv-2.0.0.ebuild (ontv-2.0.0.ebuild,878 bytes, text/plain)
2006-03-25 12:20 UTC, Benoît "UBIK" Collet-Billon
Details
ontv-2.0.0.ebuild (ontv-2.0.0.ebuild,878 bytes, text/plain)
2006-03-25 12:20 UTC, Benoît "UBIK" Collet-Billon
Details
ontv-2.2.0.ebuild (ontv-2.2.0.ebuild,878 bytes, application/text)
2006-08-07 08:53 UTC, sybille
Details
ontv-2.2.0.ebuild (ontv-2.2.0.ebuild,878 bytes, text/plain)
2006-08-07 08:57 UTC, sybille
Details
ontv-2.2.0.ebuild (ontv-2.2.0.ebuild,878 bytes, text/plain)
2006-11-22 00:09 UTC, Adrian Frith
Details
ontv-2.4.0.ebuild (ontv-2.4.0.ebuild,1006 bytes, text/plain)
2007-04-01 15:06 UTC, Bernhard Reiter
Details
ontv-2.6.0.ebuild (ontv-2.6.0.ebuild,1006 bytes, text/plain)
2007-04-01 15:06 UTC, Bernhard Reiter
Details
New upstream release (ontv-3.0.0.ebuild,1.27 KB, text/plain)
2009-01-15 14:18 UTC, Jeremy Guitton
Details
ontv-2.6.0.ebuild (ontv-3.2.0.ebuild,1.31 KB, text/plain)
2010-11-11 13:17 UTC, Martin Andres Gomez Gimenez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benoît "UBIK" Collet-Billon 2005-11-03 12:10:20 UTC
OnTV is a GNOME Applet written in Python using PyGTK, it uses XMLTV files to
monitor current and upcoming TV programs.

An ebuild for ontv-1.8.0 is attached, it was tested (and works) on both x86 and
amd64 platforms.
I'm not sure about the "pyorbit" dep but i had to rebuild it in order to make
ontv work on my x86 box (which isn't very up to date).
Comment 1 Benoît "UBIK" Collet-Billon 2005-11-03 12:11:41 UTC
Created attachment 72043 [details]
ontv-1.8.0.ebuild

ontv-1.8.0.ebuild
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-11-03 14:03:51 UTC
- inheriting euitls is not necessary
- remove DEPEND="${RDEPEND}"
Comment 3 Benoît "UBIK" Collet-Billon 2005-11-04 01:57:56 UTC
Created attachment 72091 [details]
ontv-1.8.0.ebuild

Fixed ebuild according to comment #2
Comment 4 Arif Lukito 2005-11-07 12:38:56 UTC
it should depend on gnome-python >= 2.12
Comment 5 Norman Jonas 2006-02-03 11:50:48 UTC
Version 1.8.2 has been released - ebuild just needs to be renamed.
Comment 6 Raimondo Giammanco 2006-02-03 16:38:41 UTC
It seems wanting libnotify as from http://gentoo.zugaina.org/gentopia/dev-libs.html.en to compile.
Comment 7 Norman Jonas 2006-02-04 04:14:59 UTC
Oh sorry - I didn't notice because I have it installed. Is it a hard dependancy ?

That would make the case a bit complicated due to the fact that libnotify is not in the gentoo tree right now.

However, there is an ebuild for it at https://svn.breakmygentoo.org/bmg-main/dev-libs/libnotify/
Comment 8 Raimondo Giammanco 2006-02-04 16:13:13 UTC
(In reply to comment #7)
> Oh sorry - I didn't notice because I have it installed. Is it a hard dependancy
> ?
> 

The configure phase stops when it does not find libnotify, so I 
would say it is a show stopper.

Comment 9 Arif Lukito 2006-02-18 08:11:03 UTC
Created attachment 80106 [details]
ontv-1.8.4.ebuild

ontv-1.8.4.ebuild
copied from 1.8.0 ebuild
updated DEPEND:
>=gnome-python-2.12
>=libnotify-0.3.2
>=notification-daemon-0.3.2
>=dbus-0.60
dropped ~amd64 since I can't test it
Comment 10 Norman Jonas 2006-02-18 08:51:02 UTC
I am using it on amd64 and confirm that it woks without any problems. If that changes for any future version I will post it.
Comment 11 Norman Jonas 2006-02-18 08:58:47 UTC
BTW: The notification daemon is not a hard dependancy ( libnotify is sufficant ). However, without it one won't see any notificatins I assume.
Comment 12 Arif Lukito 2006-02-18 11:57:35 UTC
(In reply to comment #11)
> BTW: The notification daemon is not a hard dependancy ( libnotify is sufficant
> ). However, without it one won't see any notificatins I assume.
> 
I'm not sure about this, without it the remainder becomes pointless (you can set remainder but nothing happening).
Comment 13 Norman Jonas 2006-02-20 11:14:37 UTC
You are right.

BTW: The depend should not be 

>=dev-libs/libnotify-0.3.2

but

>=x11-libs/libnotify-0.3.2

as thats the location of libnotify in the gentoo tree. ( its in dev-libs in bmg's tree, but now that libnotify is part of gentoo's tree the ebuild should use that one ).
Comment 14 Norman Jonas 2006-02-20 11:18:25 UTC
The notification-daemon now resides in x11-misc - that dependancy should be changed as well.
Comment 15 Arif Lukito 2006-02-20 23:24:11 UTC
Created attachment 80346 [details]
ontv-1.8.4.ebuild

updated ebuild
- readded ~amd64 keyword
- changed libnotify category to x11-libs
- removed notification-daemon dependency (libnotify depends on this now)

thx Norman
Comment 16 Arif Lukito 2006-02-22 17:29:31 UTC
Created attachment 80486 [details]
ontv-1.8.6.ebuild

new dependency added dev-python/celementtree
Comment 17 Norman Jonas 2006-03-21 13:43:26 UTC
ebuild can just be renamed to reflect update to 1.8.8
Comment 18 Benoît "UBIK" Collet-Billon 2006-03-25 12:17:26 UTC
ontv-2.0.0 is out
changes:
* Added a Details button in notifications.
* Fixed sensitivity bug for the Add reminder button in the search dialog.
* Added a program dialog which can be accessed from the search dialog.
* Updated translations (es, fi, pt_BR, sv, vi).
Comment 19 Benoît "UBIK" Collet-Billon 2006-03-25 12:20:19 UTC
Created attachment 83106 [details]
ontv-2.0.0.ebuild

no change in the ebuild.
I just added a new mirror because the dev's page seems to be down.
Comment 20 Benoît "UBIK" Collet-Billon 2006-03-25 12:20:29 UTC
Created attachment 83107 [details]
ontv-2.0.0.ebuild

no changes in the ebuild.
I just added a new mirror because the dev's page seems to be down.
Comment 21 Benoît "UBIK" Collet-Billon 2006-03-25 12:24:08 UTC
Comment on attachment 83106 [details]
ontv-2.0.0.ebuild

sorry, double post...
Comment 22 Norman Jonas 2006-03-25 12:25:34 UTC
For me ontv doesn't show any programs anymore. I am on amd64 and am currently checking whats the reason for this.
Comment 23 sybille 2006-08-07 08:53:59 UTC
Created attachment 93666 [details]
ontv-2.2.0.ebuild

Updated ebuild: no changes other than the version bump in the file name.
Comment 24 sybille 2006-08-07 08:56:08 UTC
Comment on attachment 93666 [details]
ontv-2.2.0.ebuild

Fixed the mime-type on the attachment. Woops.
Comment 25 sybille 2006-08-07 08:57:53 UTC
Created attachment 93667 [details]
ontv-2.2.0.ebuild

OK, now it's fixed (I hope, lol). Sorry for the spam, folks.
Comment 26 Adrian Frith 2006-11-22 00:09:42 UTC
Created attachment 102516 [details]
ontv-2.2.0.ebuild

Fixed the SRC_URI in the ebuild (2.0 -> 2.2).
Comment 27 Bernhard Reiter 2007-04-01 15:06:07 UTC
Created attachment 115159 [details]
ontv-2.4.0.ebuild

Ebuild for version 2.4.0

* Makes changing the path on ftp.gnome.org in the SRC_URI manually obsolete by using the versionator eclass instead
* Updates some dependencies
Comment 28 Bernhard Reiter 2007-04-01 15:06:51 UTC
Created attachment 115161 [details]
ontv-2.6.0.ebuild

Update dependencies for 2.6.0. Untested.
Comment 29 Jeremy Guitton 2009-01-15 14:18:43 UTC
Created attachment 178586 [details]
New upstream release

Rework ebuild complety for this new release.
Comment 30 Jeremy Guitton 2009-01-15 15:20:50 UTC
For now, you need the patch from https://bugs.gentoo.org/show_bug.cgi?id=255043 to ontv work correctly.
Comment 31 Martin Andres Gomez Gimenez 2010-11-11 13:17:02 UTC
Created attachment 253991 [details]
ontv-2.6.0.ebuild

New version. Some parts of the "ebuild" were rewritten for the new requirements of python eclass.
Comment 32 Olof Kindgren 2012-08-14 13:24:19 UTC
Hi! I was the most recent maintainer for OnTV.

3.2.0 was released about two years ago, so this bug should probably target that version. Also, the URL should be http://live.gnome.org/OnTV

Unfortunately I don't have time to maintain it anymore, and it is in desperate need of some porting (python3, gtk3, new dbus interface and other things), so I'm a bit reluctant to add this to the main tree as it will pull in a lot of packages that are going to be obsolete soon.

So if someone doesn't come up with a 3.2.0 ebuild, I would like this bug to be closed as a WONTFIX
Comment 33 Olof Kindgren 2018-06-09 22:29:24 UTC
FYI, I still believe the best thing to do is just close the issue and not add this package. It seems like the source repo was dropped after the gnome gitlab migration