| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
04 May 2013 21:44:33
1.7.29_3
|
bapt  |
Make post-patch-plugin target compatible with both bmake and make |
03 May 2013 18:03:28
1.7.29_3
|
nox  |
(Attempt to) fix build on recent head.
Submitted by: pointyhat via bapt |
01 May 2013 18:33:17
1.7.29_3
|
bapt  |
include <bsd.port.options.mk> in Makefile.plugins because it has been converted
to new options framework so all plugins needs it. |
01 May 2013 18:17:36
1.7.29_3
|
jgh  |
- adoption of USES
Approved by: portmgr (bapt@) |
27 Apr 2013 11:59:29
1.7.29_3
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
26 Apr 2013 10:44:29
1.7.29_3
|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
23 Apr 2013 14:20:28
1.7.29_3
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
19 Mar 2013 18:03:03
1.7.29_3
|
nox  |
- Add fix for crashes when cutting. [1]
- Convert Makefile header.
- Bump PORTREVISION.
Reported by: gb+ML-2011@derbrauer.homelinux.net (Gerhard Brauer) [1] |
20 Feb 2013 20:20:24
1.7.29_2
|
nox  |
Add two fixes for device bonding. (locking and OSD LNB setup menu)
Obtained from: upstream author via vdr mailinglist |
28 Jul 2012 09:00:18
1.7.29_1
|
nox  |
Convert to USE_PKGCONFIG. |
22 Jul 2012 09:25:08
1.7.29_1
|
nox  |
- Update multimedia/vdr to 1.7.29 .
- Bump PORTREVISION for all plugins. |
28 Jun 2012 17:49:52
1.7.28_1
|
nox  |
- Fix two linux/dvb ioctls in multimedia/v4l_compat , multimedia/webcamd ,
and multimedia/linux_dvbwrapper : CA_GET_SLOT_INFO and CA_GET_MSG
need to be _IOWR not _IOR.
- Bump PORTREVISION for multimedia/vdr too since it uses one of the ioctls.
(This fixes the CI slot of at last the TT CT-3650 DVB-C/T tuner.)
Approved by: hselasky (maintainer of multimedia/webcamd) |
19 Jun 2012 18:42:12
1.7.28
|
nox  |
- Update multimedia/vdr and multimedia/vdr-plugins to 1.7.28 .
- Update xineliboutput XKeySym.Pause key in example remote.conf.
("space" instead of "Space")
- Add multimedia/vdr-plugin-extrecmenu 1.2.2 to vdr-plugins metaport.
- Update multimedia/vdr-plugin-skinenigmang to 0.1.2s20120606 git snapshot.
- Update www/vdr-plugin-live to 0.2.0s20120325 git snapshot.
- Bump PORTREVISION for all other plugins and add api fixes where necessary.
- Add HISTORY to PORTDOCS for most plugins. (those that have it)
- Remove shlib major versions from LIB_DEPENDS to pet portlint. |
03 Jun 2012 11:33:30
1.7.27_3
|
nox  |
- Convert this to OPTIONng too.
- Pet portlint. |
23 May 2012 20:02:47
1.7.27_3
|
nox  |
- Add fix for fontconfig 2.9.0 .
- Bump PORTREVISION. |
11 May 2012 17:17:24
1.7.27_2
|
nox  |
- Further fixes to the signal quality display, especially SNR.
- Bump PORTREVISION. |
10 May 2012 19:21:20
1.7.27_1
|
nox  |
- Remove s2apiwrapper patch now that multimedia/v4l_compat was
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. |
21 Apr 2012 14:10:58
1.7.27
|
nox  |
- Update multimedia/vdr and multimedia/vdr-plugins to 1.7.27 .
- Update multimedia/vdr-plugin-epgsearch to 1.0.1s20120322 git snapshot.
- Update multimedia/vdr-plugin-femon to 1.7.15 .
- Update multimedia/vdr-plugin-iptv to 0.5.0 .
- Update multimedia/vdr-plugin-osdteletext to 0.9.2 .
- Update multimedia/vdr-plugin-streamdev to 0.5.1p20120311 git snapthot.
- Update multimedia/vdr-plugin-xineliboutput to 1.0.90s20111129.1002
cvs snapshot.
- Bump PORTREVISION for all other plugins and add vdr 1.7.27
compatibility/bugfix patches where necessary. |
23 Mar 2012 23:53:02
1.7.22
|
nox  |
Add missing USE_ICONV to fix WITHOUT_NLS.
Feature safe: yes |
21 Jan 2012 17:32:54
1.7.22
|
nox  |
- Update multimedia/vdr to 1.7.22 .
- Add startup script that the rc.d script invokes to wait for
/dev/dvb nodes to appear, can be disabled by setting vdr_waitdvb="NO"
in rc.conf(5). (This turned out to be necessary in some situations
because devd starts webcamd only later in the boot process.)
- One more fix for changing OSD language when using UTF-8.
- Update multimedia/vdr-plugin-femon to 1.7.11 .
- Update multimedia/vdr-plugin-ttxtsubs to 0.2.4 .
- Bump PORTREVISION for all other plugins.
- Update www/vdradmin-am to 3.6.9 . |
14 Jan 2012 08:57:23
1.7.19_3
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
10 Dec 2011 17:14:43
1.7.19_3
|
nox  |
Fix startup crash without setup.conf by merging fix from upstream.
Feature safe: yes |
20 Aug 2011 19:45:34
1.7.19_2
|
nox  |
- Add diseqc fix.
- Bump PORTREVISION.
Reported by: hselasky
Obtained from: vdr mailinglist |
09 Aug 2011 19:29:49
1.7.19_1
|
nox  |
Actually fix build with clang. (Sub-Makefiles were still using g++...)
Submitted by: pointyhat |
15 Jul 2011 22:37:00
1.7.19_1
|
nox  |
- If vdr is started without a locale query login.conf(5) for
a lang setting. (This helps at least "service vdr start" which
doesn't pass a LANG and thus left vdr falling back to the C locale
and e.g. showing non-ASCII chars as '?' in the osd.)
- Bump PORTREVISION. |
25 Jun 2011 19:02:08
1.7.19
|
nox  |
- Update multimedia/vdr to 1.7.19 (with parts of the update reverted
to avoid a known bug.)
- Fix build with clang for vdr and plugins, and also fix a few bugs it
uncovered.
- Bump PORTREVISION for all plugins. |
10 Jun 2011 17:33:03
1.7.18_3
|
nox  |
- Add support patches for teletext subtitle plugin to multimedia/vdr
with knob defaulted to on. (multimedia/vdr-plugin-ttxtsubs, to be
committed next.)
- Bump PORTVERSION for vdr, and also for its plugins because this
is an ABI change. |
23 May 2011 12:50:00
1.7.18_2
|
jadawin  |
- Remove empty patches files.
Approved by: pav@ (portmgr) |
11 May 2011 19:46:03
1.7.18_2
|
nox  |
- Fix detection of tuners on higher than /dev/dvb/adapter8.
- Bump PORTREVISION. |
09 May 2011 18:29:50
1.7.18_1
|
nox  |
- Add `y' to keyboard mappings as alternate key for `Play' to workaround
vdr-sxfe --hotkeys already hardcoding `p' as `Power'.
- Directly link to the wiki page http://wiki.freebsd.org/VDR from the main
vdr and vdr-plugins ports' pkg-descr.s
- Bump PORTREVISIONs. |
19 Apr 2011 19:36:24
1.7.18
|
nox  |
- Update multimedia/vdr to 1.7.18 .
- Bump PORTVERSION for all plugins.
- Add markad plugin to multimedia/vdr-plugins metaport. |
07 Apr 2011 19:28:04
1.7.17_1
|
nox  |
Fix build WITHOUT_NLS. (Oops!)
Reported by: lme |
27 Mar 2011 16:20:53
1.7.17_1
|
nox  |
Add optional workaround patch and knob for North American DVB-S AC3
audio. (default off for now since it doesn't seem to be a `proper' fix.)
Submitted by: VDR User <user.vdr@gmail.com> on -multimedia |
26 Mar 2011 19:13:50
1.7.17_1
|
nox  |
Preliminary port of the vdr development branch, use at your own risk! :)
See vdr/webcamd dvb thread(s) on the freebsd-multimedia list for FreeBSD
notes, some links are here:
http://people.freebsd.org/~nox/dvb/
and see these links for general vdr info:
http://www.linuxtv.org/vdrwiki/index.php/Main_Page
http://www.vdr-portal.de/
WWW: http://www.tvdr.de/ |