# HG changeset patch # User nenolod # Date 1150434030 25200 # Node ID 3a2b28206f1273579e3f5883c2941eb17e43c590 # Parent a8bc96423631e31bc3f6b9e0d995454ce3ae78a5 [svn] - hookup musepack tuple builder (oopsies) - rename glade/Makefile.in to glade/Makefile diff -r a8bc96423631 -r 3a2b28206f12 ChangeLog --- a/ChangeLog Thu Jun 15 21:57:35 2006 -0700 +++ b/ChangeLog Thu Jun 15 22:00:30 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-16 04:57:35 +0000 William Pitcock <nenolod@nenolod.net> + revision [1442] + - create fileinfo window + + + Changes: Modified: + +3 -0 trunk/audacious/main.c + + 2006-06-16 04:55:45 +0000 William Pitcock <nenolod@nenolod.net> revision [1440] some minor tweaks diff -r a8bc96423631 -r 3a2b28206f12 Plugins/Input/musepack/libmpc.cpp --- a/Plugins/Input/musepack/libmpc.cpp Thu Jun 15 21:57:35 2006 -0700 +++ b/Plugins/Input/musepack/libmpc.cpp Thu Jun 15 22:00:30 2006 -0700 @@ -33,6 +33,7 @@ mpcGetSongInfo, //Get Title String callback [CALLBACK] mpcFileInfoBox, //Show File Info Box [CALLBACK] NULL, //Output Plugin Handle OutputPlugin output + mpcGetSongTuple, }; extern "C" diff -r a8bc96423631 -r 3a2b28206f12 audacious/glade/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/audacious/glade/Makefile Thu Jun 15 22:00:30 2006 -0700 @@ -0,0 +1,9 @@ +include ../../mk/rules.mk +include ../../mk/objective.mk + +gladexmldir = $(pkgdatadir)/glade + +OBJECTIVE_DATA = \ + fileinfo.glade:$(gladexmldir) \ + prefswin.glade:$(gladexmldir) \ + addfiles.glade:$(gladexmldir) diff -r a8bc96423631 -r 3a2b28206f12 audacious/glade/Makefile.in --- a/audacious/glade/Makefile.in Thu Jun 15 21:57:35 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -include ../../mk/rules.mk -include ../../mk/objective.mk - -gladexmldir = $(pkgdatadir)/glade - -OBJECTIVE_DATA = \ - fileinfo.glade:$(gladexmldir) \ - prefswin.glade:$(gladexmldir) \ - addfiles.glade:$(gladexmldir) diff -r a8bc96423631 -r 3a2b28206f12 configure.ac --- a/configure.ac Thu Jun 15 21:57:35 2006 -0700 +++ b/configure.ac Thu Jun 15 22:00:30 2006 -0700 @@ -841,7 +841,6 @@ audacious.spec audacious.pc audacious/audacious.desktop - audacious/glade/Makefile audacious/images/Makefile libaudacious/Makefile libguess/Makefile