pkgsrc-wip/mythtv/TODO
grant beattie 087bbf6542 Initial import of mythtv-0.11.
MythTV is a personal video recording package, which includes the
following main features:

* Basic 'live-tv' functionality. Pause/Fast Forward/Rewind "live" TV.
* Support for multiple tuner cards and multiple simultaneous recordings.
* Distributed architecture allowing multiple recording machines and
  multiple playback machines on the same network, completely transparent
  to the user.
* Compresses video in software using rtjpeg (from Nuppelvideo) or mpeg4
  (from libavcodec). Full support for Hardware MPEG-2 encoder cards
  (Hauppauge PVR-250 / PVR-350). Preliminary support for DVB cards and
  the new pcHDTV tuner card.
* Completely automatic commercial detection/skipping
* Grabs program information using xmltv.
* A fully themeable menu to tie it all together.
2003-11-13 19:22:37 +00:00

18 lines
692 B
Text

this has only been build tested and is at the stage where it builds
with a couple of hacks.
- ${WRKSRC}/filters/{invert,linearblend}/Makefile
-rpath needs an argument, and what gets put in the Makefile doesn't
expand to anything. I don't know the qt/qmake/gmake magic needed to
make it work. workaround is to hack the Makefiles and pass
-rpath $(QTPREFIX)/lib
- hack the Makefiles and set MKDIR (mkdir) and CHK_DIR_EXISTS
(test -d) to fix the install stage
- need to call libtool --install to install the resulting
binaries/libraries (currently it installs the libtool wrappers, not
the real binaries)
I suspect all of these can be fixed by playing with qt3/qmake somehow.