# HG changeset patch # User Matti Hamalainen # Date 1082511120 0 # Node ID 2ae878523164d5e9e62d6c63ffa56a2fc8912b3e # Parent 38acbe230d2eb501e74362631b8d4fbb61a6fd33 Minor fixes diff -r 38acbe230d2e -r 2ae878523164 README --- a/README Tue Mar 09 21:25:00 2004 +0000 +++ b/README Wed Apr 21 01:32:00 2004 +0000 @@ -62,11 +62,21 @@ Also see FAQ for more tips, notes and such. -Contacting and where to get new versions -======================================== +License +======= +XMMS-SID is distributed under GNU General Public License version 2, +see COPYING for more information. + +If you like XMMS-SID, you can thank me by distributing message +about it's existence and voting it on freshmeat.net. + + +Contact, support and new versions +================================= New releases of this plugin should be available at TNSP's WWW- homepages, see below for address. Bug-reports, suggestions, -patches, etc. should be sent to ccr. +patches, etc. should be sent to ccr at least for now, please see +the homepage for latest information. IRC : #xmms-sid at irc.freenode.net (see http://www.freenode.net/) diff -r 38acbe230d2e -r 2ae878523164 THANKS --- a/THANKS Tue Mar 09 21:25:00 2004 +0000 +++ b/THANKS Wed Apr 21 01:32:00 2004 +0000 @@ -14,7 +14,7 @@ Creators and developers of libSIDPlay 2 and reSID. Gerfried 'Alfie' Fuchs - My trusted Debian packager-slave ;) + My trusted Debian packager ;) All the users of XMMS-SID Thanks for support, bug-reports and ideas! diff -r 38acbe230d2e -r 2ae878523164 configure.in --- a/configure.in Tue Mar 09 21:25:00 2004 +0000 +++ b/configure.in Wed Apr 21 01:32:00 2004 +0000 @@ -6,11 +6,11 @@ AC_PREREQ(2.56) dnl Initialize -AC_INIT(XMMS-SID, 0.8.0beta10, ccr@tnsp.org) +AC_INIT([XMMS-SID], [0.8.0beta11], [ccr@tnsp.org]) AC_COPYRIGHT([[(C) 2003-2004 Matti 'ccr' Hämäläinen]]) -AC_CONFIG_SRCDIR(src/xmms-sid.h) +AC_CONFIG_SRCDIR([src/xmms-sid.h]) AM_INIT_AUTOMAKE -AC_CONFIG_HEADERS(src/config.h) +AC_CONFIG_HEADERS([src/config.h]) dnl *** @@ -47,8 +47,8 @@ dnl *** dnl *** Checks for generic libraries dnl *** -AM_PATH_GLIB(1.2.5,,AC_MSG_ERROR([*** GLib >= 1.2.5 not found. You either don't have GLib at all or your GLib is too old. Latest GLib can be found from Gtk+ homepages (http://www.gtk.org/)])) -AM_PATH_GTK(1.2.5,,AC_MSG_ERROR([*** Gtk+ >= 1.2.5 not found. You either don't have Gtk+ at all or your Gtk+ is too old. Latest Gtk+ can be found from Gtk+ homepages (http://www.gtk.org/)]), gthread) +AM_PATH_GLIB([1.2.5],,AC_MSG_ERROR([*** GLib >= 1.2.5 not found. You either don't have GLib at all or your GLib is too old. Latest GLib can be found from Gtk+ homepages (http://www.gtk.org/)])) +AM_PATH_GTK([1.2.5],,AC_MSG_ERROR([*** Gtk+ >= 1.2.5 not found. You either don't have Gtk+ at all or your Gtk+ is too old. Latest Gtk+ can be found from Gtk+ homepages (http://www.gtk.org/)]), gthread) dnl *** diff -r 38acbe230d2e -r 2ae878523164 xmms-sid.spec.in --- a/xmms-sid.spec.in Tue Mar 09 21:25:00 2004 +0000 +++ b/xmms-sid.spec.in Wed Apr 21 01:32:00 2004 +0000 @@ -61,5 +61,5 @@ ########################################################### %files %defattr(-, root, root) -%doc AUTHORS COPYING FAQ NEWS README* THANKS TODO BUGS +%doc AUTHORS COPYING FAQ NEWS README* THANKS TODO BUGS xmms-1.2.10-songpos.patch /