diff -Naur DBMix-0.9.8/dbaudiolib/DBAudio_Mute.c DBMix-0.9.8.gcc4/dbaudiolib/DBAudio_Mute.c --- DBMix-0.9.8/dbaudiolib/DBAudio_Mute.c 2002-02-04 07:36:00.000000000 +0100 +++ DBMix-0.9.8.gcc4/dbaudiolib/DBAudio_Mute.c 2006-08-22 23:18:02.000000000 +0200 @@ -28,7 +28,7 @@ #include #include - extern int errno; +#include extern local_channel * ch; int DBAudio_Set_Mute(int value) diff -Naur DBMix-0.9.8/dbaudiolib/DBAudio_Volume.c DBMix-0.9.8.gcc4/dbaudiolib/DBAudio_Volume.c --- DBMix-0.9.8/dbaudiolib/DBAudio_Volume.c 2002-02-04 07:35:30.000000000 +0100 +++ DBMix-0.9.8.gcc4/dbaudiolib/DBAudio_Volume.c 2006-08-22 23:17:21.000000000 +0200 @@ -29,7 +29,7 @@ #include extern local_channel * ch; - extern int errno; +#include /* DBAudio_Set_Volume - sets the volume for the left and right channels for diff -Naur DBMix-0.9.8/dbfsd_src/Makefile.in DBMix-0.9.8.gcc4/dbfsd_src/Makefile.in --- DBMix-0.9.8/dbfsd_src/Makefile.in 2002-02-25 02:05:06.000000000 +0100 +++ DBMix-0.9.8.gcc4/dbfsd_src/Makefile.in 2006-08-22 23:40:10.000000000 +0200 @@ -115,7 +115,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I.. CPPFLAGS = @CPPFLAGS@ -LDFLAGS = @LDFLAGS@ +LDFLAGS = @LDFLAGS@ -L../dbaudiolib/.libs LIBS = @LIBS@ dbfsd_OBJECTS = dbfsd.o debug.o fsadders.o dbaudio.o dbfsd_DEPENDENCIES = diff -Naur DBMix-0.9.8/dbmixer/about.c DBMix-0.9.8.gcc4/dbmixer/about.c --- DBMix-0.9.8/dbmixer/about.c 2001-09-08 12:38:05.000000000 +0200 +++ DBMix-0.9.8.gcc4/dbmixer/about.c 2006-08-22 23:29:40.000000000 +0200 @@ -38,22 +38,22 @@ gtk_container_border_width(GTK_CONTAINER(dialog), 5); sprintf(tempstr, -"DBMixer %s\n\n \ -All Components of DBMix %s\n\n -This program is free software; you can redistribute it and/or modify\n\ -it under the terms of the GNU General Public License as published by\n\ -the Free Software Foundation; either version 2 of the License, or\n\ -(at your option) any later version.\n\ -\n\ -This program is distributed in the hope that it will be useful,\n\ -but WITHOUT ANY WARRANTY; without even the implied warranty of\n\ -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\ -GNU General Public License for more details.\n\ -\n\ -You should have received a copy of the GNU General Public License\n\ -along with this program; if not, write to the Free Software\n\ -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n\ -USA.",DBMIX_VERSION,DBMIX_COPYRIGHT); +"DBMixer %s\n\n " +"All Components of DBMix %s\n\n" +"This program is free software; you can redistribute it and/or modify\n" +"it under the terms of the GNU General Public License as published by\n" +"the Free Software Foundation; either version 2 of the License, or\n" +"(at your option) any later version.\n" +"\n" +"This program is distributed in the hope that it will be useful,\n" +"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" +"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" +"GNU General Public License for more details.\n" +"\n" +"You should have received a copy of the GNU General Public License\n" +"along with this program; if not, write to the Free Software\n" +"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n" +"USA.",DBMIX_VERSION,DBMIX_COPYRIGHT); label = gtk_label_new(tempstr); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox), label, TRUE, TRUE, 0); diff -Naur DBMix-0.9.8/dbplaylist/about.c DBMix-0.9.8.gcc4/dbplaylist/about.c --- DBMix-0.9.8/dbplaylist/about.c 2001-09-08 12:38:06.000000000 +0200 +++ DBMix-0.9.8.gcc4/dbplaylist/about.c 2006-08-22 23:30:24.000000000 +0200 @@ -38,22 +38,22 @@ gtk_container_border_width(GTK_CONTAINER(dialog), 5); sprintf(tempstr, -"DBPlaylist %s\n\n \ -All Components of DBMix %s\n\n -This program is free software; you can redistribute it and/or modify\n\ -it under the terms of the GNU General Public License as published by\n\ -the Free Software Foundation; either version 2 of the License, or\n\ -(at your option) any later version.\n\ -\n\ -This program is distributed in the hope that it will be useful,\n\ -but WITHOUT ANY WARRANTY; without even the implied warranty of\n\ -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\ -GNU General Public License for more details.\n\ -\n\ -You should have received a copy of the GNU General Public License\n\ -along with this program; if not, write to the Free Software\n\ -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n\ -USA.",DBMIX_VERSION,DBMIX_COPYRIGHT); +"DBPlaylist %s\n\n " +"All Components of DBMix %s\n\n" +"This program is free software; you can redistribute it and/or modify\n" +"it under the terms of the GNU General Public License as published by\n" +"the Free Software Foundation; either version 2 of the License, or\n" +"(at your option) any later version.\n" +"\n" +"This program is distributed in the hope that it will be useful,\n" +"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" +"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" +"GNU General Public License for more details.\n" +"\n" +"You should have received a copy of the GNU General Public License\n" +"along with this program; if not, write to the Free Software\n" +"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n" +"USA.",DBMIX_VERSION,DBMIX_COPYRIGHT); label = gtk_label_new(tempstr); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox), label, TRUE, TRUE, 0); diff -Naur DBMix-0.9.8/xmms_plugin/about.c DBMix-0.9.8.gcc4/xmms_plugin/about.c --- DBMix-0.9.8/xmms_plugin/about.c 2001-09-08 12:38:06.000000000 +0200 +++ DBMix-0.9.8.gcc4/xmms_plugin/about.c 2006-08-22 23:23:56.000000000 +0200 @@ -50,25 +50,25 @@ gtk_container_border_width(GTK_CONTAINER(dialog), 5); sprintf(tempstr, -"DBMix Digital Audio Mixing System %s\n\n \ -Based off of the OSS Output plugin for xmms by \n \ -Mikael Alm, Olle Hallnas, Thomas Nillson and 4Front Technologies\n\n -All additional code to allow the plugin to work with\n \ -DBMix %s\n\n -This program is free software; you can redistribute it and/or modify\n\ -it under the terms of the GNU General Public License as published by\n\ -the Free Software Foundation; either version 2 of the License, or\n\ -(at your option) any later version.\n\ -\n\ -This program is distributed in the hope that it will be useful,\n\ -but WITHOUT ANY WARRANTY; without even the implied warranty of\n\ -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\ -GNU General Public License for more details.\n\ -\n\ -You should have received a copy of the GNU General Public License\n\ -along with this program; if not, write to the Free Software\n\ -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n\ -USA.",DBMIX_VERSION,DBMIX_COPYRIGHT); +"DBMix Digital Audio Mixing System %s\n\n " +"Based off of the OSS Output plugin for xmms by \n " +"Mikael Alm, Olle Hallnas, Thomas Nillson and 4Front Technologies\n\n" +"All additional code to allow the plugin to work with\n " +"DBMix %s\n\n" +"This program is free software; you can redistribute it and/or modify\n" +"it under the terms of the GNU General Public License as published by\n" +"the Free Software Foundation; either version 2 of the License, or\n" +"(at your option) any later version.\n" +"\n" +"This program is distributed in the hope that it will be useful,\n" +"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" +"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" +"GNU General Public License for more details.\n" +"\n" +"You should have received a copy of the GNU General Public License\n" +"along with this program; if not, write to the Free Software\n" +"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n" +"USA.",DBMIX_VERSION,DBMIX_COPYRIGHT); label = gtk_label_new(tempstr); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox), label, TRUE, TRUE, 0); diff -Naur DBMix-0.9.8/xmms_plugin/Makefile.in DBMix-0.9.8.gcc4/xmms_plugin/Makefile.in --- DBMix-0.9.8/xmms_plugin/Makefile.in 2002-02-25 02:05:07.000000000 +0100 +++ DBMix-0.9.8.gcc4/xmms_plugin/Makefile.in 2006-08-22 23:41:07.000000000 +0200 @@ -111,7 +111,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I.. CPPFLAGS = @CPPFLAGS@ -LDFLAGS = @LDFLAGS@ +LDFLAGS = @LDFLAGS@ -L../dbaudiolib/.libs libdbmix_la_LIBADD = libdbmix_la_OBJECTS = dbmix.lo mixer.lo about.lo configure.lo audio.lo \ init.lo debug.lo