Video decoder CPU / VA-API / VDPAU
Video output VA-API / VDPAU
Audio FFMpeg / Alsa / Analog
Audio FFMpeg / Alsa / Digital
Audio FFMpeg / OSS / Analog
HDMI/SPDIF pass-through
YaepgHD support
Software deinterlacer Bob (VA-API only)
Autocrop
Grab image (VDPAU only)
Suspend
Letterbox, Stretch and Center cut-out video display modes
Note: currently doesn't support XV, only VDPAU or (optionally) VAAPI
WWW: http://projects.vdr-developer.org/projects/plg-softhddevice
updated.
- Add patch to fix cSVDRP::Send() failing due to EAGAIN, like when
vdradmin-am downloads EPG. (A socket was O_NONBLOCK when it
shouldn't be.)
- Add OPTION to fix STB0899 signal strength display for e.g.
pctv452e-based DVB-S2 tuners (like TT S2-36?0), this is a knob
since I don't know if there are other STB0899-based tuners where
the patch is wrong.
- Bump PORTREVISION.
- update to 1.4.2
- switch to using of PYTHON_PKGNAMEPREFIX for python dependencies
- strict python versions to 2.x (doesn't yet works with python3)
- adjust local patches for new version
changelog:
http://www.openshotvideo.com/2012/02/version-142-released.html
PR: 166935
Submitted by: rm (myself)
Approved by: Rodrigo OSORIO <rodrigo at bebik dot net> (maintainer)
- remove mygpoclient parts, because it's now a separate port
- drop COVERART and IPOD options - they are not yet ported to 3.1.0
- MP3TAG options has changed with MUTAGEN (user also need to enable
corresponding extension to make it work)
- drop SHOWNOTES option - it's now require python-webkit package,
that we lack in the ports tree
- make py-notify dependency optional (default off)
- make GTK GUI optional (default on), there is also working CLI with
web-server
- add patch-setup.py - ugly hack to stop installing man-page with
setup.py, they are now installed manually into correct location
Differences in 2.x/3.x are listed here:
http://blog.gpodder.org/2011/11/gpodder-300-397d-released.html
- Change PORTNAME from "xfce4-parole" to "parole" to avoid setting DATADIR and
DISTNAME
- Replace some gstramer plugins with the core gstreamer plugin which also
provides the pango plugin needed for subtitles.
- Remove x264 gstreamer plugin (encoder only).
- Replace cdio gstreamer (ugly) plugin with cdparanoia gstreamer (base) plugin.
- Remove broken cdaudio gstreamer plugin (redundant with cdparanoia plugin).
- Make soup gstreamer plugin optional because it pulls in GNOME components.
- Makefile cleanups
- Fix portlint warnings
PR: ports/166980
Submitted by: Tijl Coosemans