aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mythtv
Commit message (Collapse)AuthorAgeFilesLines
* - Update again because they rerolled the distfile and fixed the directory ↵Bernhard Froehlich2011-05-222-3/+3
| | | | | | | | | | | | structure - Remove WRKSRC - Bump PORTREVISION Reported by: Ashley Diamond <ash@diamondbsd.com> Notes: svn path=/head/; revision=274459
* - Update to 0.24.1Bernhard Froehlich2011-05-203-6/+9
| | | | | | | - Pet portlint (CPPFLAGS) Notes: svn path=/head/; revision=274370
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* Update to GNU make 3.82 after numerous -exp runs.Ade Lovett2011-04-111-41/+11
| | | | Notes: svn path=/head/; revision=272537
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
| | | | Notes: svn path=/head/; revision=271309
* - Update comms/lirc to 0.9.0p1_4 in order to be able to use the lircJuergen Lock2011-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | support in webcamd svn (for mceusb-based receivers/transmitters and USB DVB tuner remotes supported by the Linux code), and enable support for a few more USB devices while we're at it tho of those only an FTDI-based one was tested: http://www.huitsing.nl/irftdi/ [1] - Fix plist for audio/rhythmbox and multimedia/totem and add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for multimedia/xine when building them with (optional) lirc support. [2] - Chase liblirc_client shlib version bump for ports depdending on it and bump PORTREVISIONs for ports depending on it by default. Approved by: portmgr (miwi) [2] Thanks to: Warren Block <wblock@wonkity.com> for testing [1] Notes: svn path=/head/; revision=269851
* - Update to 0.24Bernhard Froehlich2011-01-0410-336/+845
| | | | | | | | | - Add BINDINGS option (python only, perl not working yet) - Add qt4-imageformats dependency for tmdb and ttvdb to get metadata images working - Remove MD5 checksum Notes: svn path=/head/; revision=267386
* - Update MythTV MASTER_SITES for old releasesBernhard Froehlich2010-12-081-1/+3
| | | | | | | Noticed by: The Distilator Notes: svn path=/head/; revision=265857
* - Fix build with upcoming Qt 4.7Bernhard Froehlich2010-12-023-0/+89
| | | | | | | | | PR: ports/152759 Submitted by: makc Obtained from: mythtv (r26391, r26434) Notes: svn path=/head/; revision=265593
* Switch libvdpau dependency from x11/nvidia-driver to multimedia/libvdpauMax Brazhnikov2010-09-241-3/+2
| | | | | | | | | PR: ports/150383 Submitted by: Anonymous <swell.k at gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=261786
* - Update to 0.23.1Bernhard Froehlich2010-08-063-55/+56
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=258845
* - Update to 0.23Bernhard Froehlich2010-06-2116-2471/+245
| | | | | | | | | | | | | | | | - V4L support enabled for webcamd (works fine with DVB-S2 USB hardware) - Use USERS/GROUPS framework - Removed automatic database creation from POST-INSTALL [1] - Harmonize mythtv and mythtv-frontend Makefiles and patches - Remove incorrect CONFLICTS entry for mythtv-themes Feature safe: yes Discussed with: Mickael Maillot <mickael.maillot (AT) gmail.com> [1] Thanks to: Torfinn Ingolfsen <torfinn.ingolfsen (AT) broadpark.no> Approved by: beat (co-mentor) Notes: svn path=/head/; revision=256785
* - update audio/lame to 3.98.4Alexander Leidinger2010-06-031-1/+1
| | | | | | | | | | | | - use ?= for the portrevision of a master port to make it possible to change it in a slave port which depends upon lame - bump portrevisions of ports which depend upon lame - done via a semi-automated way (manual review and fixup) - I tried to take care to not bump ports which only depend optionaly on lame (with a default of no dependency) Notes: svn path=/head/; revision=255644
* - Fix mythtv on CURRENT after r203862Bernhard Froehlich2010-05-141-0/+13
| | | | | | | | | | | | | | | | | | The commit r203862 indirectly broke mythtv because until that time the missing include of <sys/types.h> caused that mythtv used gettimeofday(2) instead of ftime(3) and nobody noticed that building with ftime is broken in mythtv. So instead of repairing the deprecated ftime usage I've removed it and use the gettimeofday fallback as it was until now but by pure intention now. Approved by: beat (co-mentor) Reported by: pointyhat via erwin Notes: svn path=/head/; revision=254329
* - Change to my FreeBSD email addressBernhard Froehlich2010-04-011-1/+1
| | | | | | | Approved by: miwi (mentor), beat (co-mentor) Notes: svn path=/head/; revision=251968
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Fix mysql supportMartin Wilke2010-02-082-2/+2
| | | | | | | | PR: 143535 Submitted by: maintainer Notes: svn path=/head/; revision=249434
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 0.22Martin Wilke2009-12-1924-973/+3341
| | | | | | | | PR: 141722 141723 141724 Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer) Notes: svn path=/head/; revision=246236
* - Pass MAINTAINER to Bernhard Froehlich in preparation for the upcomingGreg Larkin2009-11-151-1/+1
| | | | | | | | | 0.22 release. He has done exemplary work porting MythTV to FreeBSD! Approved by: Bernhard Froehlich <decke@bluelife.at> Notes: svn path=/head/; revision=244306
* - Fixes to respect LOCALBASEGreg Larkin2009-08-051-2/+6
| | | | | | | | PR: ports/136629 Submitted by: Bernhard Froehlich <decke at bluelife dot at> Notes: svn path=/head/; revision=238932
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Added missing patches to fix compilation problems with installedGreg Larkin2009-04-254-0/+46
| | | | | | | | | | | ffmpeg port - Bumped PORTREVISION Reported by: Torfinn Ingolfsen <torfinn dot ingolfsen at broadpark dot no> Submitted by: Bernhard Frohlich <decke at bluelife dot at> Notes: svn path=/head/; revision=232698
* - Added directives to clean up the locale-related env variables. MythTV'sGreg Larkin2009-03-191-5/+12
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=230402
* - Removed obsolete text from pkg-descr [1]Greg Larkin2009-03-162-15/+7
| | | | | | | | | | - Fixed mtree problem [2] Reported by: Bernhard Frohlich <decke at bluelife dot at> [1] Reported by: QAT & erwin (pointyhat) [2] Notes: svn path=/head/; revision=230247
* - Updated to 0.21Greg Larkin2009-03-1026-934/+1045
| | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=229856
* glarkin is working on an update, so give expiration a longer grace period.Mark Linimon2008-12-311-1/+1
| | | | Notes: svn path=/head/; revision=225073
* Reset grog@FreeBSD.org: last commit was more than 6 months ago, andMark Linimon2008-08-071-1/+1
| | | | | | | PRs are outstanding. Notes: svn path=/head/; revision=218184
* - This port has been BROKEN for more than 6 months. It will be removed unlessPav Lucistnik2008-06-191-0/+2
| | | | | | | | | fixed in next two months. With hat: portmgr Notes: svn path=/head/; revision=215228
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+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) Notes: svn path=/head/; revision=211584
* BROKEN: Incorrect handling of user additionKris Kennaway2007-06-101-0/+2
| | | | Notes: svn path=/head/; revision=193146
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Upgrade to a snapshot of the MythTV fixes tree.Greg Lehey2007-04-157-51/+118
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=189989
* Remove extreme breakage.Greg Lehey2007-03-263-23/+17
| | | | | | | Marked broken by: kris Notes: svn path=/head/; revision=188342
* BROKEN: Incorrect pkg-plistKris Kennaway2007-03-251-0/+2
| | | | Notes: svn path=/head/; revision=188230
* Another round of the periodic sweep for removal of theDoug Barton2007-02-261-1/+3
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=186045
* Fix communication between front end and back end.Greg Lehey2007-02-243-0/+72
| | | | | | | | Submitted by: usleepless <usleepless@gmail.com> PR: ports/108667 Notes: svn path=/head/; revision=185775
* Don't even think of writing to the capture card.Greg Lehey2007-02-231-0/+11
| | | | Notes: svn path=/head/; revision=185773
* Unbreak.Greg Lehey2007-02-231-6/+1
| | | | | | | Depend on new version of LIRC. Notes: svn path=/head/; revision=185722
* Clarify that user mythtv needs a password before being ready.Greg Lehey2007-02-231-1/+2
| | | | Notes: svn path=/head/; revision=185721
* Make this reflect reality better.Greg Lehey2007-02-231-5/+31
| | | | | | | Encouraged by: pav Notes: svn path=/head/; revision=185720
* Create ~mythtv directory if it doesn't exist.Greg Lehey2007-02-201-2/+2
| | | | | | | Make it clear that you need to initialize as user mythtv. Notes: svn path=/head/; revision=185542
* - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkPav Lucistnik2007-02-131-3/+2
| | | | | | | | Submitted by: rafan Tested on: pointyhat Notes: svn path=/head/; revision=185058
* Schedule these broken ports for removal on 2007-04-10 if they are stillKris Kennaway2007-02-111-0/+2
| | | | | | | broken at that time and no fix has been submitted. Notes: svn path=/head/; revision=184837
* BROKEN: Incorrect pkg-plistKris Kennaway2007-02-041-0/+2
| | | | Notes: svn path=/head/; revision=184067
* Correct maintainer.Greg Lehey2007-01-181-7/+7
| | | | | | | | | | | Requested by: droso Restrict to i386 until we know it works elsewhere. Reduce portlint whining: Replace program names with variables. Notes: svn path=/head/; revision=182761
* Add missing file.Greg Lehey2007-01-181-0/+90
| | | | | | | PR: ports/108082 Notes: svn path=/head/; revision=182760
* Install p5-XML-SAX-Expat explicitly; otherwise a parser gets installedGreg Lehey2007-01-171-3/+5
| | | | | | | | | | | that is subsequently rejected. Make a better job of configuring what we can. qt-mysql-plugin is a run dependency, not a build dependency. Notes: svn path=/head/; revision=182589