Releases alpha amd64 arm hppa ia64 mips ppc ppc64 ppc macos s390 sh sparc x86 USE-Flags dependencies ebuild warnings; tslib-1.22 + + + +-+ + evdev sdl uinput. Why don't you create Portable Apps for Mac OS X? Mac is getting popular and popular (and I love Mac too!!!!:D) Top. February 10, 2007 - 10:21am #2. Last seen: 6 years 6 months ago. Joined: 2006-09-25 15:15. Firefox and Thunderbird but they are outdated. 'What about Love?'
Outdated: The information on this page may no longer be relevant to the current release of MythTV, 31.0. Please consider helping to update it.
Using Fink or Portage for Dependencies
Since manually installing and managing dependencies can be a pain, many methods have been devised to manage them for you. Under OS X, there are three main methods. Fink, Darwin Ports and Portage OS X.
Update (11.03.2006, by Andreas Weder) The instructions on how to build mythtv and its plug-ins using Fink have been updated for mythTV version 0.18.1. They might also apply for version 0.19 or a version from the 0.19.1 fixes branch, but I haven't tried that yet. Note that you cannot run a 0.18 frontend against a 0.19 backend.
Setting up Your Package Manager
See the respective manager's home page: Fink, Portage OS X, Darwin Ports.
For Fink, use Fink Commander to get a graphical frontend to the command line tools.
Note: Make sure you allow Fink to use packages from the unstable tree, else you won't be able to install all needed packages for compiling mythtv. For Fink Commander, go to Settings->Fink and check the option to 'use packages from unstable'.
More details to come, if needed!
Steps to compile mythtv
Using Fink
In order to compile mythtv, you'll have to do the following:
Using Portage
Have you installed qt with portage? If so, fill in this information!
Using Darwin Ports
Have you installed qt with darwin ports? If so, fill in this information!
Setting up your environment
Using Fink
Add the following statements to .profile (or another file according to used shell) in your home directory using vi or any other text editor.
Download and compile all manually installed packages into SRCDIR. CPATH and LIBRARY_PATH ensure that libraries installed by Fink as well as manually installed software is found by the linker and the compiler. DYLD_LIBRARY_PATH is for properly locating shared libraries.
Open a new terminal to ensure that the new definitions take effect.
Using Portage
Have you installed qt with portage? If so, fill in this information!
Using Darwin Ports
Have you installed qt with darwin ports? If so, fill in this information!
Freetype2
Suggested version is 2.1.9.
Using Fink
As of this writing, the current version of Freetype offered by Fink is 2.1.3-22, which works on my machine with no issues so far.
Using Portage
freetype version 2.1.5-r1 worked fine, once unmasked for ppc-macos
Using Darwin Ports
sudo port install freetype
LAME
Suggested version is 3.96.1.
Using Fink
As of this writing, the version offered by Fink is 3.93.1-11. No issues with this version and mythtv have been reported so far.
Using Portage
lame version 3.96.1 worked fine, once unmasked for ppc-macos
Using Darwin Ports
sudo port install lame
MySQL Client
Suggested version is 4.1.9.
Using Fink
As of this writing, the version offered by Fink is 4.1.10-100. No issues with this version and mythtv have been reported so far.
(This may be inaccurate, recalled this command from memory)
Using Portage
Have you installed mysql with portage? If so, fill in this information!
Using Darwin Ports
Have you installed mysql with macports? If so, fill in this information!
QT
Suggested version is 3.3.5.
Using Fink
Portage Matc Portage Wi
The QT version offered by Fink uses X11. We need the mac native version, which is available directly from Trolltech. Note that mythTV requires QT3 - QT4 is not supported yet.
I've also used version 3.3.3 and 3.3.4 with no problems. If you do, make sure you adapt QTDIR accordingly.
To build QT, first get the source code:
Next, configure the installation. Qt takes a long time to build, so we turn off everything that's not absolutely necessary. You may want to remove some of the -no-style
flags and try out other styles.
Now build QT. The make process requires a bit of explanation. Qt needs the -single-module
flag to build correctly with our MySQL installation; the first line adds this to the compile instructions. We only build the sub-src
target, as we only need the Qt library; this skips the documentation, examples, and a hundred other things that aren't necessary for working with MythTV.
QT is now compiled. The final step installs everything under /usr/local (as configured previously by the -prefix
option of configure
).
Using Portage
Have you installed qt with portage? If so, fill in this information!
Using Darwin Ports
Have you installed qt with darwin ports? If so, fill in this information!
MythTV
This section installs mythtv 0.18.1.
Using Fink
If you intend to compile version 0.18.1 of mythtv, do the following.
The defaults should work fine:
You must launch the frontend from the command line, as launching it through the Finder will not work properly (unless you completed the Optional section of step 3 of Myth on Mac OS X). Run the frontend with this command:
You'll be prompted for the MySQL connection parameters when it starts up. Enter the hostname for your Linux backend, and change any of the other parameters as appropriate. (This part is not Mac-specific and depends on your backend setup.) You should see the main menu for the frontend after it successfully connects to the MySQL server.
If you intend to also install some plug-ins, please refer to Myth on Mac OS X.
Using Portage
Have you installed mythtv with portage? If so, fill in this information!
Portage Mccolly
Using Darwin Ports
Portage Mac Os Catalina
Have you installed mythtv with darwin ports? If so, fill in this information!