HOWTO: PyKaraoke
Fitzcarraldo (Talk | contribs) (Updated for latest version (0.7.3) of PyKaraoke, and KDE 4) |
Latest revision as of 20:05, 21 June 2010
How to install the PyKaraoke application for playing karaoke files under Sabayon Linux
PyKaraoke can play CDG (.mp3+.cdg, .ogg+.cdg, .wav+.cdg), MIDI (.mid/.kar) and MPEG (.mpg) karaoke files. You can read about PyKaraoke (Python Powered Karaoke) on its home page http://www.kibosh.org/pykaraoke/
Open a Terminal window, log-in as the root user and follow the steps below.
1. Install the Timidity MIDI player if it is not already installed:
emerge -1v timidity++
2. Install the Timidity patches required by PyKaraoke:
emerge -1v timidity-eawpatches
3. Install sdl-mixer with the timidity USE flag (and mp3 USE flag if you will want to play mp3 files using PyKaraoke):
USE="mp3 timidity" emerge -1v sdl-mixer
4. Use your favourite text editor and add the following line to /etc/make.conf if it's not there already:
PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage/"
5. Create a directory to store a local ebuild for PyKaraoke:
mkdir -p /usr/local/portage/media-sound/pykaraoke
6. Download the ebuild file pykaraoke-0.7.1.ebuild from Gentoo Bugzilla Report No. 137415 and copy it to /usr/local/portage/media-sound/pykaraoke/pykaraoke-0.7.3.ebuild (notice that it is renamed).
7. Download the file pykaraoke-0.7.3.zip from the Download page of the above-mentioned PyKaraoke Web site and copy it to the directory /usr/portage/distfiles/
8. Install the PyKaraoke package:
emerge -1v pykaraoke
If an error message is displayed stating that the pakage is masked by missing keyword, edit as root user the file /etc/portage/package.keyword and add the following line:
~media-sound/pykaraoke-0.7.3 **
Article created by Fitzcarraldo on 10 April 2009.