# HG changeset patch # User Matti Hamalainen # Date 1054989725 0 # Node ID 469efc05e01ed33848e816261436f862b1e312ef # Parent ac2972a7ccd58b1693879c85f9204d4bd9a264e2 Updated documentation diff -r ac2972a7ccd5 -r 469efc05e01e FAQ --- a/FAQ Wed Jun 04 21:22:04 2003 +0000 +++ b/FAQ Sat Jun 07 12:42:05 2003 +0000 @@ -83,7 +83,7 @@ HVSC version 4.0 and more are coming. HVSC also contains the STIL database (SID Tune Information List) that contains lots of information about many of the tunes included in HVSC. - XMMS-SID supports the STIL database and info about the playing + XMMS-SID supports the STIL database and info about the selected tune can be viewed with the "XMMS fileinfo" window (CTRL+3). STIL information can contain comments from composers, notice if the tune is a cover and historically interesting facts @@ -122,7 +122,7 @@ a composing program. There are many available, I know only few of them: - - JCH's editor + - JCH's editor (search with google) - Cybertracker (http://noname.c64.org/) - GoatTracker (http://covertbitops.c64.org/) @@ -130,6 +130,7 @@ collection which is an excellent place to look for info on games and other Commodore-related software. The URL is: http://www.lemon64.com/ + You should also check http://www.c64.com/ Besides the above, you'll need some skill in using the diff -r ac2972a7ccd5 -r 469efc05e01e INSTALL --- a/INSTALL Wed Jun 04 21:22:04 2003 +0000 +++ b/INSTALL Sat Jun 07 12:42:05 2003 +0000 @@ -8,16 +8,12 @@ no idea whether this compiles with any other compilers ... sorry. -- You need either or both of the following: - * libsidplay1 v1.36.xx (or later version) - * libsidplay2 v2.0.7 (NO LATER OR EARLIER VERSIONS!) +- You need either one or both of the following: + * libsidplay1 + * libsidplay2 - NOTICE! You need at least v1 or v2, OR BOTH. - - -Earlier versions may or may not work; you may try, -but you'll need to edit configure.in for smaller -version numbers and then run autogen.sh. + Not both are required, but having both is supported. + See below for more information about them. Where to get XMMS? @@ -30,8 +26,8 @@ on it's usage and installation (etc). -Where to get libSIDPlay? -======================== +Where to get libSIDPlay1? +========================= The library is available at SIDPlay's homepage: http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/ @@ -39,14 +35,17 @@ You only need libsidplay, the sidplay-base is not necessary if you are sure that you don't need the commandline player. + Where to get libSIDPlay2? ========================= The library is available at SourceForge: http://sidplay2.sourceforge.net/ -NOTICE! Compiling sidplay2 may or may not be cumbersome, -since it is still heavily under development. Take care. +You need the following packages: + - sidplay-libs-2.1.x (earlier versions DON'T WORK) + - resid + - libsidutils-1.0.x Installing XMMS-SID diff -r ac2972a7ccd5 -r 469efc05e01e README --- a/README Wed Jun 04 21:22:04 2003 +0000 +++ b/README Sat Jun 07 12:42:05 2003 +0000 @@ -1,6 +1,6 @@ XMMS-SID - SIDPlay input plugin for X MultiMedia System (XMMS) ============================================================== -(C) Copyright 2002-2003 Matti 'ccr/TNSP' Hämäläinen +(C) Copyright 2001-2003 Matti 'ccr/TNSP' Hämäläinen (versions from v0.5 up to current) (C) Copyright 1999 Willem Monsuwe diff -r ac2972a7ccd5 -r 469efc05e01e configure.in --- a/configure.in Wed Jun 04 21:22:04 2003 +0000 +++ b/configure.in Sat Jun 07 12:42:05 2003 +0000 @@ -6,7 +6,7 @@ AC_PREREQ(2.54) dnl Initialize -AC_INIT(xmms-sid, 0.8.0rc1, ccr@tnsp.org) +AC_INIT(XMMS-SID, 0.8.0rc1, ccr@tnsp.org) AC_COPYRIGHT([[(C) 2002 Michael Schwendt, Matti 'ccr' Hämäläinen]]) AC_CONFIG_SRCDIR(src/xmms-sid.h) AM_INIT_AUTOMAKE