and LibVLC.
The goal of this project is to create a WebTV player.
It can be used by french people to watch ADSL TV on the PC with ISPs or by
other people to watch WebTV and Web Radio in many languages. The GUI is
developed in GTK2+ and is using the VLC engine to display the channels.
Features :
- Play TV (Free, SFR and WebTV)
- Play in full screen mode
- Play in miniature Mode
- Support for multimedia keys
- Add new groups of channels from M3U playlists
WWW: https://code.google.com/p/freetuxtv/wiki/HomePage?wl=en
PR: ports/171881
Submitted by: nemysis <nemysis@gmx.ch>
- make ruby a buildonly dependency
- use gcc 46+ as code is now C++11
- remove shlib numbers
PR: ports/171887
Submitted by: Horance Chou <horance@gmail.com>
- Create ${PREFIX}/share/applications, which is not part of the
default mtree.
- Update pkg-descr a little.
PR: ports/171819
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
- Trim Makefile Headers
New in this version:
- Enable MSIs by default for PCIe devices
- Add dynamic port and timer configuration to capture app
- Add cx88d rc script to automatically create DVB interfaces
PR: ports/171480
Submitted by: Jason Harmening <jason.harmening@gmail.com>
Approved by: crees (mentor)
user already head www/py-beautifulsoup (4.x) installed, while the port
needs an exactly 3.2.x version.
- bump PORTREVISION because of dependency change
Approved by: portmgr (beat)
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko
File "setup.py", line 2, in <module>
from periscope import version
File "periscope/__init__.py", line 1, in <module>
from periscope import *
File "periscope/periscope.py", line 38, in <module>
import plugins
File "periscope/plugins/__init__.py", line 20, in <module>
from Subtitulos import Subtitulos
File "periscope/plugins/Subtitulos.py", line 20, in <module>
from BeautifulSoup import BeautifulSoup
ImportError: No module named BeautifulSoup
Reported by: pointyhat
- Set CPP= clang-cpp in that case too.
- Fix windows codecs dir configure arg.
- Bump PORTREVISIONs.
PR: ports/171249
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
- Add --disable-mmx to i386 case too as I got a report --disable-sse
was not enough for at least one guy.
Approved by: jsa (previous maintainer) [1]
Noticed by: wxs [1]
- Pet portlint.
An overview of the changes:
* OpenGL surface painting now works properly (used in, for example,
Gwenview);
* fixed the hue adjustment;
* fixes to errors found by the static code analysis tool Krazy;
* fixes for compatibility with newer VLC versions;
* Blu-Ray support;
* QML support;
* lots of fixes for crashes, memory leaks, etc.