1d52f0de64
* CDG (MP3+G, OGG+G, WAV+G) playback - Play standard CDG karaoke files * MIDI (.MID/.KAR) playback - Play MIDI format karaoke files * MPEG playback - Play karaoke songs and movies in MPEG format * Other formats - Play any other video formats by launching an external media player * Playlist - Queue up songs, sit back and enjoy * Searchable song database - Easily find your songs from the main screen * Search inside ZIP files - Play MP3+G/MIDI files wrapped in ZIP files * Cross-platform - Runs on Windows, Linux, BSD, OSX and GP2X * Mini Frontend - Additional mini-frontend for low res displays and handhelds * Export to MPEG - Convert CDG and KAR files to MPG files (command line only)
11 lines
381 B
Plaintext
11 lines
381 B
Plaintext
$OpenBSD: patch-setup_cfg,v 1.1.1.1 2009/10/15 22:19:04 phessler Exp $
|
|
--- setup.cfg.orig Thu Apr 16 02:11:41 2009
|
|
+++ setup.cfg Thu Oct 15 23:33:52 2009
|
|
@@ -27,4 +27,5 @@ group = Applications/Multimedia
|
|
requires=python,pygame,numeric,wxpython,timidity,freepats
|
|
|
|
[build_ext]
|
|
-include_dirs = /usr/include/SDL
|
|
+sdl-location = ${LOCALBASE}
|
|
+include_dirs = ${LOCALBASE}/include/SDL
|