Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.29_16 30 Jun 2023 21:04:56 |
Rene Ladan (rene) |
cleanup: Remove expired multimedia/vdr ports:
2023-06-30 multimedia/vdr-plugin-osdteletext: Depends on abandoned fork of VDR
2023-06-30 multimedia/vdr-plugin-wirbelscan: Depends on abandoned fork of VDR
2023-06-30 multimedia/vdr-plugin-control: Depends on abandoned fork of VDR
2023-06-30 multimedia/vdr-plugin-markad: Depends on abandoned fork of VDR
2023-06-30 multimedia/vdr-plugin-iptv: Depends on abandoned fork of VDR
2023-06-30 multimedia/vdr-plugin-femon: Depends on abandoned fork of VDR
2023-06-30 multimedia/vdr-plugin-sleeptimer: Depends on abandoned fork of VDR
2023-06-30 multimedia/vdr-plugin-remote: Depends on abandoned fork of VDR
2023-06-30 multimedia/vdr-plugin-infosatepg: Depends on abandoned fork of VDR
2023-06-30 multimedia/vdr-plugin-reelchannelscan: Depends on abandoned fork of
VDR
2023-06-30 multimedia/vdr-plugin-extrecmenu: Depends on abandoned fork of VDR
2023-06-30 multimedia/vdr-plugin-vdrmanager: Depends on abandoned fork of VDR
2023-06-30 multimedia/vdr-plugin-vnsiserver: Depends on abandoned fork of VDR (Only the first 15 lines of the commit message are shown above ) |
1.7.29_16 04 Jun 2023 16:21:24 |
Dimitry Andric (dim) |
multimedia/vdr: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because multimedia/vdr's Makefile does not explicitly set its C++
standard, this leads to an error:
util.c:269:4: error: ISO C++17 does not allow 'register' storage class
specifier [-Wregister]
register int i;
^~~~~~~~~
Because the port's own Makefile is rather non-standard it does not
respect USE_CXXSTD=, so patch away the 'register' keyword instead.
PR: 271707
Approved by: fernape
MFH: 2023Q2 |
1.7.29_15 03 Jun 2023 18:39:26 |
Daniel Engberg (diizzy) |
multimedia/vdr*: Deprecate including plug-ins and set expiration date to
2023-06-30
Upstream is still alive however our "work in progress" fork got abandoned
in 2015 and been unmaintained since. Several emergency patches have
been applied to keep various things building but it's in a state where so
old it's no longer maintainable and upstream have diverged too much. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7.29_15 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.7.29_15 20 Jul 2022 14:22:30 |
Tobias C. Berner (tcberner) |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.7.29_15 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
1.7.29_15 04 Jun 2021 05:53:21 |
Gerald Pfeifer (gerald) |
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj |
1.7.29_15 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.7.29_15 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.29_15 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.7.29_14 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.7.29_13 29 Sep 2018 08:04:27 |
riggs |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
1.7.29_12 04 Sep 2018 13:42:13 |
tobik |
*/vdr-plugin-*: Attempt to fix build with Clang 6 |
1.7.29_12 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.7.29_11 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.7.29_10 06 Jan 2018 05:07:24 |
jbeich |
multimedia/vdr: unbreak build with Clang 6 (C++14 by default)
dvbsubtitle.c:854:43: error: invalid suffix on literal; C++11 requires a space
between literal and identifier
[-Wreserved-user-defined-literal]
dbgconverter("Converter PTS: %"PRId64"\n", pts);
^
dvbsubtitle.c:890:43: error: invalid suffix on literal; C++11 requires a space
between literal and identifier
[-Wreserved-user-defined-literal]
dbgconverter("Converter PTS: %"PRId64"\n", pts);
^
dvbsubtitle.c:949:45: error: invalid suffix on literal; C++11 requires a space
between literal and identifier
[-Wreserved-user-defined-literal]
dbgconverter("PTS: %"PRId64" STC: %"PRId64" (%"PRId64")
timeout: %d\n", sb->Pts()... (Only the first 15 lines of the commit message are shown above ) |
1.7.29_10 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.7.29_9 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
1.7.29_8 01 Feb 2017 05:24:48 |
jbeich |
multimedia/vdr: unbreak with clang 4.0
recording.c:2090:17: error: ordered comparison between pointer and zero
('cUnbufferedFile *' and 'int')
if (Open() >= 0) {
~~~~~~ ^ ~
PR: 216058
Reported by: antoine (via exp-run) |
1.7.29_7 13 Dec 2016 12:15:33 |
amdmi3 |
- Pet portlint
- Switch to options helpers
- Cosmetic fixes
- Remove broken extra patch
- Turn non-optional extra patch to regular patch
- Fix Makefile.plugins to not override PLIST_SUB |
1.7.29_7 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
1.7.29_6 20 Jul 2016 15:33:20 |
mat |
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight |
1.7.29_6 09 Apr 2016 10:14:49 |
riggs |
Fix build with libc++ 3.8.0
PR: 208468
Submitted by: dim
MFH: 2016Q2 (build fix blanket) |
1.7.29_6 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.7.29_6 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.7.29_6 14 Dec 2015 02:52:14 |
eadler |
Reset maintainer |
1.7.29_6 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.7.29_6 16 May 2015 08:09:27 |
amdmi3 |
- Add CPE info
- Add LICENSE
Approved by: portmgr blanket |
1.7.29_6 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
1.7.29_6 24 Jan 2015 19:36:30 |
nox |
Fix build with the upcoming v4l_compat update. [1]
https://reviews.freebsd.org/D1482 [1] |
1.7.29_6 31 Oct 2014 23:29:55 |
bapt |
Simplify plist |
1.7.29_6 23 Oct 2014 08:57:19 |
marino |
multimedia/vdr: IGNORE on DragonFly which is missing some drivers |
1.7.29_6 12 Aug 2014 16:47:48 |
nox |
- Turns out the 10.0-R clang crashes I couldn't reproduce (on amd64) were
in fact on i386 - since this was the first report I got of this kind
(and I don't have an i386 box anymore myself) let's assume it's an
i386 issue. So change the USE_GCC=any to be i386-only.
- Bump PORTREVISION.
PR: 192583 |
1.7.29_5 12 Aug 2014 16:07:27 |
nox |
- Add USE_GCC=any to fix crashes on 10.0 . (which I cannot reproduce tho)
- Bump PORTREVISION.
PR: 192583
Submitted by: martin.dieringer@gmx.de |
1.7.29_4 15 Jul 2014 16:27:54 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.7.29_4 20 May 2014 19:32:39 |
tijl |
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de> |
1.7.29_4 11 May 2014 16:04:28 |
nox |
- Add RUN_DEPENDS on x11-fonts/xorg-fonts-truetype.
- Add USES= shebangfix for svdrpsend.
- Use @sample.
- Pet check-plist.
- Bump PORTREVISION. |
1.7.29_3 15 Mar 2014 15:36:00 |
nox |
Switch my ports to USES= tar:... |
1.7.29_3 13 Mar 2014 17:28:09 |
nox |
Really depend on libiconv. (fixes packaging, doh!) |
1.7.29_3 01 Mar 2014 23:15:14 |
nox |
Somehow multimedia/vdr itself was list in the previous commit. Sorry... :( |
1.7.29_3 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
1.7.29_3 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
1.7.29_3 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.7.29_3 10 Jul 2013 17:44:45 |
nox |
- Fix multimedia/vdr-plugin-markad build by fixing .include order.
- Switch to USES= gmake.
- Remove 7.x cruft.
Submitted by: pointyhat via miwi |
1.7.29_3 04 May 2013 21:44:33 |
bapt |
Make post-patch-plugin target compatible with both bmake and make |
1.7.29_3 03 May 2013 18:03:28 |
nox |
(Attempt to) fix build on recent head.
Submitted by: pointyhat via bapt |
1.7.29_3 01 May 2013 18:33:17 |
bapt |
include <bsd.port.options.mk> in Makefile.plugins because it has been converted
to new options framework so all plugins needs it. |
1.7.29_3 01 May 2013 18:17:36 |
jgh |
- adoption of USES
Approved by: portmgr (bapt@) |
1.7.29_3 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
1.7.29_3 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
1.7.29_3 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.7.29_3 19 Mar 2013 18:03:03 |
nox |
- Add fix for crashes when cutting. [1]
- Convert Makefile header.
- Bump PORTREVISION.
Reported by: gb+ML-2011@derbrauer.homelinux.net (Gerhard Brauer) [1] |
1.7.29_2 20 Feb 2013 20:20:24 |
nox |
Add two fixes for device bonding. (locking and OSD LNB setup menu)
Obtained from: upstream author via vdr mailinglist |
1.7.29_1 28 Jul 2012 09:00:18 |
nox |
Convert to USE_PKGCONFIG. |
1.7.29_1 22 Jul 2012 09:25:08 |
nox |
- Update multimedia/vdr to 1.7.29 .
- Bump PORTREVISION for all plugins. |
1.7.28_1 28 Jun 2012 17:49:52 |
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) |
1.7.28 19 Jun 2012 18:42:12 |
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. |
1.7.27_3 03 Jun 2012 11:33:30 |
nox |
- Convert this to OPTIONng too.
- Pet portlint. |
1.7.27_3 23 May 2012 20:02:47 |
nox |
- Add fix for fontconfig 2.9.0 .
- Bump PORTREVISION. |
1.7.27_2 11 May 2012 17:17:24 |
nox |
- Further fixes to the signal quality display, especially SNR.
- Bump PORTREVISION. |
1.7.27_1 10 May 2012 19:21:20 |
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. |
1.7.27 21 Apr 2012 14:10:58 |
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. |
1.7.22 23 Mar 2012 23:53:02 |
nox |
Add missing USE_ICONV to fix WITHOUT_NLS.
Feature safe: yes |
1.7.22 21 Jan 2012 17:32:54 |
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 . |
1.7.19_3 14 Jan 2012 08:57:23 |
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. |
1.7.19_3 10 Dec 2011 17:14:43 |
nox |
Fix startup crash without setup.conf by merging fix from upstream.
Feature safe: yes |
1.7.19_2 20 Aug 2011 19:45:34 |
nox |
- Add diseqc fix.
- Bump PORTREVISION.
Reported by: hselasky
Obtained from: vdr mailinglist |
1.7.19_1 09 Aug 2011 19:29:49 |
nox |
Actually fix build with clang. (Sub-Makefiles were still using g++...)
Submitted by: pointyhat |
1.7.19_1 15 Jul 2011 22:37:00 |
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. |
1.7.19 25 Jun 2011 19:02:08 |
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. |
1.7.18_3 10 Jun 2011 17:33:03 |
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. |
1.7.18_2 23 May 2011 12:50:00 |
jadawin |
- Remove empty patches files.
Approved by: pav@ (portmgr) |
1.7.18_2 11 May 2011 19:46:03 |
nox |
- Fix detection of tuners on higher than /dev/dvb/adapter8.
- Bump PORTREVISION. |
1.7.18_1 09 May 2011 18:29:50 |
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. |
1.7.18 19 Apr 2011 19:36:24 |
nox |
- Update multimedia/vdr to 1.7.18 .
- Bump PORTVERSION for all plugins.
- Add markad plugin to multimedia/vdr-plugins metaport. |
1.7.17_1 07 Apr 2011 19:28:04 |
nox |
Fix build WITHOUT_NLS. (Oops!)
Reported by: lme |
1.7.17_1 27 Mar 2011 16:20:53 |
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 |
1.7.17_1 26 Mar 2011 19:13:50 |
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/ |