FreshPorts -- The Place For Ports Sun, 21 Mar 2010 11:53 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
mythtv 0.22_2 multimedia on this many watch lists=2 search for ports that depend on this port
MythTV is a homebrew PVR project
Maintained by: decke@bluelife.at search for ports maintained by this maintainer
Port Added: 20 Dec 2006 00:07:48


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.

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.

WWW: http://www.mythtv.org
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: textproc/p5-XML-SAX-Expat, lang/python26, devel/gmake, x11-toolkits/qt4-gui, misc/qt4-l10n, devel/qt4-linguist, devel/qt4-moc, net/qt4-network, devel/qmake4, devel/qt4-rcc, devel/qt4-script, databases/qt4-sql, devel/qt4-uic
Required To Run: textproc/p5-xmltv, databases/qt4-mysql-plugin, ftp/wget, lang/python26, x11-toolkits/qt4-gui, misc/qt4-l10n, net/qt4-network, devel/qt4-script, databases/qt4-sql
Required Libraries: audio/lame, print/freetype2, databases/mysql41-client

To install the port: cd /usr/ports/multimedia/mythtv/ && make install clean
To add the package: pkg_add -r mythtv


Configuration Options
===> The following configuration options are available for mythtv-0.22_2:
     LIRC=Off (default) "Native LIRC Support"
     MYSQL_LOCAL=Off (default) "RUN_DEPEND on selected MySQL server"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.osuosl.org/pub/mythtv/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2009-03-10
    Affects: users of multimedia/mythtv
    Author: glarkin@FreeBSD.org
    Reason: 
      The upgrade from version 0.20 to version 0.21 should be transparent.
      Any changes to the database structure should be applied automatically.
    
      However, it is strongly recommended that you back up your database before
      installing a new version of MythTV.
    
      For example:
    
    	$ mysqldump -u mythtv -pmythtv mythconverg -c > mythtv_backup.sql
    
      To restore (assuming that you've dropped the database):
    
    	$ mysql -u root
    	mysql>create database mythconverg;
    	mysql>exit
    	$ mysql -u mythtv -pmythtv mythconverg < mythtv_backup.sql
    
    

Number of commits found: 40

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
08 Feb 2010 15:04:22
Original commit files touched by this commit  0.22_2
miwi search for other commits by this committer
- Fix mysql support

PR:             143535
Submitted by:   maintainer
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.22_1
dinoex search for other commits by this committer
- update to jpeg-8
19 Dec 2009 13:03:53
Original commit files touched by this commit  0.22
miwi search for other commits by this committer
- Update to 0.22

PR:             141722 141723 141724
Submitted by:   Bernhard Froehlich <decke@bluelife.at> (maintainer)
15 Nov 2009 22:29:08
Original commit files touched by this commit  0.21_2
glarkin search for other commits by this committer
- Pass MAINTAINER to Bernhard Froehlich in preparation for the upcoming
  0.22 release. He has done exemplary work porting MythTV to FreeBSD!

Approved by:            Bernhard Froehlich <decke@bluelife.at>
05 Aug 2009 02:52:23
Original commit files touched by this commit  0.21_2
glarkin search for other commits by this committer
- Fixes to respect LOCALBASE

PR:             ports/136629
Submitted by:   Bernhard Froehlich <decke at bluelife dot at>
31 Jul 2009 14:57:52
Original commit files touched by this commit  0.21_2
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
25 Apr 2009 02:13:39
Original commit files touched by this commit  0.21_1
glarkin search for other commits by this committer
- Added missing patches to fix compilation problems with installed
  ffmpeg port
- Bumped PORTREVISION

Reported by:    Torfinn Ingolfsen <torfinn dot ingolfsen at broadpark dot no>
Submitted by:   Bernhard Frohlich <decke at bluelife dot at>
19 Mar 2009 14:33:11
Original commit files touched by this commit  0.21
glarkin search for other commits by this committer
- Added directives to clean up the locale-related env variables. MythTV's
  configure script creates an invalid mythconfig.h with some locale settings.
  Seems to be a similar problem as described in this PR:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=76585&cat=

Reported by:    Maciej Milewski <milu at dat dot pl>
16 Mar 2009 19:10:54
Original commit files touched by this commit  0.21
glarkin search for other commits by this committer
- 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]
10 Mar 2009 21:08:51
Original commit files touched by this commit  0.21
glarkin search for other commits by this committer
- Updated to 0.21
- Fixed user handling
- Added entry to UPDATING for 0.21 to 0.21 version upgrade
- Enable build on amd64
- Unbreak, undeprecate, and unexpire

PR:             ports/126343
Submitted by:   Anders Troback <freebsd at troback dot com>
31 Dec 2008 21:10:25
Original commit files touched by this commit  0.20_3
linimon search for other commits by this committer
glarkin is working on an update, so give expiration a longer grace period.
07 Aug 2008 09:58:31
Original commit files touched by this commit  0.20_3
linimon search for other commits by this committer
Reset grog@FreeBSD.org: last commit was more than 6 months ago, and
PRs are outstanding.
19 Jun 2008 03:54:54
Original commit files touched by this commit  0.20_3
pav search for other commits by this committer
- This port has been BROKEN for more than 6 months.  It will be removed unless
  fixed in next two months.

With hat:       portmgr
06 Jun 2008 14:48:22
Original commit files touched by this commit  0.20_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 18:56:05
Original commit files touched by this commit  0.20_2
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
10 Jun 2007 05:19:14
Original commit files touched by this commit  0.20_2
kris search for other commits by this committer
BROKEN: Incorrect handling of user addition
19 May 2007 21:32:57
Original commit files touched by this commit  0.20_2
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
15 Apr 2007 10:33:30
Original commit files touched by this commit  0.20_1
grog search for other commits by this committer
Upgrade to a snapshot of the MythTV fixes tree.

This is necessary to maintain protocol compatibility with Linux
distributions, on which we're generally dependent for tuner
functionality.  Unfortunately, there's no distribution for this
version, and it's already been overtaken.  Watch this space.

Submitted by: dmlb

This also fixes a build error reported by pointyhat.
26 Mar 2007 01:39:27
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Remove extreme breakage.

Marked broken by: kris
25 Mar 2007 05:06:03
Original commit files touched by this commit  0.20
kris search for other commits by this committer
BROKEN: Incorrect pkg-plist
26 Feb 2007 23:02:04
Original commit files touched by this commit  0.20
dougb search for other commits by this committer
Another round of the periodic sweep for removal of the
KEYWORD: FreeBSD scourge. We have ignored this keyword
for a long time now, so this is a non-functional change
(therefore no PORTREVISION bumps).

Insert a $FreeBSD tag where needed, and adjust a comment
in mail/milter-regex to match reality.
24 Feb 2007 02:30:36
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Fix communication between front end and back end.

Submitted by:   usleepless <usleepless@gmail.com>
PR:             ports/108667
23 Feb 2007 23:15:51
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Don't even think of writing to the capture card.
23 Feb 2007 04:51:23
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Unbreak.

Depend on new version of LIRC.
23 Feb 2007 04:50:33
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Clarify that user mythtv needs a password before being ready.
23 Feb 2007 04:49:56
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Make this reflect reality better.

Encouraged by:  pav
20 Feb 2007 03:26:39
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Create ~mythtv directory if it doesn't exist.

Make it clear that you need to initialize as user mythtv.
13 Feb 2007 00:16:29
Original commit files touched by this commit  0.20
pav search for other commits by this committer
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework

Submitted by:   rafan
Tested on:      pointyhat
11 Feb 2007 01:23:35
Original commit files touched by this commit  0.20
kris search for other commits by this committer
Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted.
04 Feb 2007 00:13:36
Original commit files touched by this commit  0.20
kris search for other commits by this committer
BROKEN: Incorrect pkg-plist
18 Jan 2007 21:58:54
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Correct maintainer.

Requested by:   droso

Restrict to i386 until we know it works elsewhere.

Reduce portlint whining: Replace program names with variables.
18 Jan 2007 21:56:31
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Add missing file.

PR: ports/108082
17 Jan 2007 06:01:05
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Install p5-XML-SAX-Expat explicitly; otherwise a parser gets installed
that is subsequently rejected.

Make a better job of configuring what we can.

qt-mysql-plugin is a run dependency, not a build dependency.
17 Jan 2007 05:52:52
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Perform some post-install stuff: add users and create the mythconverg
database if it doesn't already exist.
17 Jan 2007 05:52:05
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Patch defaults.
22 Dec 2006 22:50:23
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Bring up to date.  The previous version was a leftover from 0.17.

This still needs investigation; some of the package targets are not
working properly.
22 Dec 2006 01:20:23
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Take MAINTAINER until it's done.  This is a soft MAINTAINER.

Currently we only know that it builds on i386, and it doesn't on
amd64, so restrict it to i386.
21 Dec 2006 05:55:34
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Use MySQL 5.1, not 4.0.
Make MySQL server an option, not a requirement.  We only need the client to
build.
Install mythbackend in a more conventional manner.

Suggested by: itetcu
21 Dec 2006 05:52:54
Original commit files touched by this commit  0.20
grog search for other commits by this committer
Install the rc.d script in the canonical way.

Suggested by: itetcu
19 Dec 2006 23:55:54
Original commit files touched by this commit  0.20
grog search for other commits by this committer
New port: MythTV.

Currently, the port builds and installs MythTV, but doesn't help much
in configuring it.

Number of commits found: 40

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-seamonkeyMar 19
linux-thunderbirdMar 19
seamonkeyMar 19
seamonkey2Mar 19
thunderbirdMar 19
thunderbird3Mar 19
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28

2 vulnerabilities affecting 8 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21420
Broken 171
Deprecated 46
Ignore 898
Forbidden 2
Restricted 388
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 5
new 48 hours12
new 7 days23
new fortnight55
new month102

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.239 seconds.