Package Details: freetuxtv 0.6.8-1

Git Clone URL: https://aur.archlinux.org/freetuxtv.git (read-only, click to copy)
Package Base: freetuxtv
Description: WebTV vlc player to watch tv/radio playlists on the internet
Upstream URL: https://github.com/freetuxtv/freetuxtv
Licenses: GPL3
Conflicts: freetuxtv-svn
Submitter: icarios
Maintainer: obayhan
Last Packager: berbae
Votes: 85
Popularity: 0.000000
First Submitted: 2009-09-06 01:07 (UTC)
Last Updated: 2019-09-02 14:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

mrbit commented on 2012-05-03 15:44 (UTC)

update....thanks

berbae commented on 2012-02-10 13:04 (UTC)

I built this package without svn package installed on my machine.

erufu commented on 2012-02-05 23:31 (UTC)

svn is needed and not in the deps.

berbae commented on 2011-11-29 16:16 (UTC)

This release uses gtk3. To get playlists see the FreetuxTV WebTV Manager web site : http://freetuxtv.net/webtv-manager/

LeCrayonVert commented on 2011-06-29 21:06 (UTC)

Up ?

LeCrayonVert commented on 2011-05-22 19:17 (UTC)

Can't compile either : libtool: link: gcc -Wall -g -march=x86-64 -mtune=generic -O2 -pipe --export-dynamic -Wl,--hash-style=gnu -Wl,--as-needed -o freetuxtv gtk-progress-dialog.o freetuxtv-cellrenderer-channelslist.o freetuxtv-channel-infos.o freetuxtv-channels-group-infos.o freetuxtv-channels-list.o freetuxtv-db-sync.o freetuxtv-fileutils.o freetuxtv-models.o freetuxtv-recordings-list.o freetuxtv-tv-channel-infos.o freetuxtv-tv-channels-list.o freetuxtv-utils.o freetuxtv-window-add-channels-group.o freetuxtv-window-channel-properties.o freetuxtv-window-main.o freetuxtv-window-recording.o lib-gmmkeys.o lib-m3uparser.o main.o -pthread -ldbus-glib-1 -ldbus-1 -lpthread ../lib/libvlc-gtk/.libs/libvlc-gtk.a -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng14 -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 ../lib/libdbevolution/.libs/libdbevolution.a -lgobject-2.0 -lrt -lglib-2.0 -lnotify -lcurl -lsqlite3 -lgthread-2.0 -lvlc -pthread gcc: error: unrecognized option '--export-dynamic' distcc[9372] ERROR: compile (null) on localhost failed make[2]: *** [freetuxtv] Error 1 make[2]: Leaving directory `/dev/shm/freetuxtv/src/freetuxtv-0.5.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/dev/shm/freetuxtv/src/freetuxtv-0.5.2' make: *** [all] Error 2 Seems there is an unrecognized option with gcc 4.6

Andyvec commented on 2011-04-11 01:09 (UTC)

Still does not compile

mathieu.clabaut commented on 2011-04-02 08:39 (UTC)

The following patch make it xompiles against libnotify 7.1 : --- freetuxtv-0.5.2/src/main.c.orig 2011-04-02 10:36:14.000000000 +0200 +++ freetuxtv-0.5.2/src/main.c 2011-04-02 10:37:03.000000000 +0200 @@ -1553,7 +1553,7 @@ // Initialize notifications notify_init("FreetuxTV"); - app->current.notification = notify_notification_new ("FreetuxTV", NULL, NULL, NULL); + app->current.notification = notify_notification_new ("FreetuxTV", NULL, NULL); mmkeys = g_mmkeys_new ("FreetuxTV", freetuxtv_log); g_mmkeys_activate (mmkeys);

<deleted-account> commented on 2011-03-20 11:06 (UTC)

Hi, I get this compilation error message: main.c:1556:4: erreur: too many arguments to function ‘notify_notification_new’ Could it be that it does not compile against current libnotify version in ArchLinux ?

LeCrayonVert commented on 2011-01-11 09:34 (UTC)

0.5.2 available ;)