mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
- Removed obsolete text from pkg-descr [1]
- Fixed mtree problem [2] Reported by: Bernhard Frohlich <decke at bluelife dot at> [1] Reported by: QAT & erwin (pointyhat) [2]
This commit is contained in:
parent
b705a12b25
commit
3df712c8f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230247
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $FreeBSD: /tmp/pcvs/ports/multimedia/mythtv/files/Attic/pkg-install.in,v 1.1 2009-03-10 21:08:51 glarkin Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/multimedia/mythtv/files/Attic/pkg-install.in,v 1.2 2009-03-16 19:10:54 glarkin Exp $
|
||||
|
||||
PW=%%PW%%
|
||||
DATADIR=%%DATADIR%%
|
||||
@ -29,7 +29,7 @@ POST-INSTALL)
|
||||
echo "You already have a user \"${MYTHTVUSER}\", so I will use it."
|
||||
else
|
||||
if ${PW} useradd ${MYTHTVUSER} -u ${MYTHTVUID} -g ${MYTHTVGROUP} -h - \
|
||||
-d ${MYTHTVDIR} -m -s /bin/sh -c "MythTV"
|
||||
-d ${MYTHTVDIR} -s /bin/sh -c "MythTV"
|
||||
then
|
||||
echo "Added user \"${MYTHTVUSER}\"."
|
||||
else
|
||||
|
@ -1,21 +1,13 @@
|
||||
MythTV is a "Personal Video Recorder", i.e. a computer-based video
|
||||
recorder. It supports pausing and rewinding live TV, multiple tuner
|
||||
cards, hardware or software video compression, onscreen program guides
|
||||
and a distributed architecture.
|
||||
|
||||
The current distributed version of MythTV
|
||||
(http://www.mythtv.org/modules.php?name=Downloads&d_op=viewdownload&cid=1)
|
||||
is out of date for just about all platforms. It is also protocol
|
||||
incompatible with the "bug fix" version, which is maintained under
|
||||
subversion, rather like the FreeBSD -STABLE branch. This port is a
|
||||
snapshot of svn version 13053, dated 15 March 2007. Later versions of
|
||||
this tree are no longer compatible with this port.
|
||||
cards, hardware or software video compression, onscreen program
|
||||
guides and a distributed architecture.
|
||||
|
||||
MythTV requires tuner drivers which support the V4L standard.
|
||||
Currently no official FreeBSD driver does so, but the latest version
|
||||
of a beta version of the cxm driver is available from
|
||||
http://usleepless.110mb.com/pvrxxx_port-10042007.tgz. Problems have
|
||||
been reported with this port; if you use it, you should join the
|
||||
FreeBSD-multimedia mailing list and report where appropriate.
|
||||
http://usleepless.110mb.com/pvrxxx_port-10042007.tgz. Problems
|
||||
have been reported with this port; if you use it, you should join
|
||||
the FreeBSD-multimedia mailing list and report where appropriate.
|
||||
|
||||
WWW: http://www.mythtv.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user