# HG changeset patch # User nenolod # Date 1155266439 25200 # Node ID 71c91ebdb55c42d020074dbaaf6f89d31460cd20 # Parent 079c0268c56c69ecfa9624687c57c4e011cbd4e4 [svn] - further progress diff -r 079c0268c56c -r 71c91ebdb55c ChangeLog --- a/ChangeLog Thu Aug 10 20:13:57 2006 -0700 +++ b/ChangeLog Thu Aug 10 20:20:39 2006 -0700 @@ -1,3 +1,13 @@ +2006-08-11 03:13:57 +0000 William Pitcock + revision [2036] + - bootstrap for ContainerPlugin dir stuff + + + Changes: Modified: + +4 -1 trunk/configure.ac + +1 -0 trunk/mk/rules.mk.in + + 2006-08-11 02:45:21 +0000 William Pitcock revision [2034] - hmm, calling plc->load() might be a good idea! diff -r 079c0268c56c -r 71c91ebdb55c Plugins/Container/Makefile.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/Container/Makefile.in Thu Aug 10 20:20:39 2006 -0700 @@ -0,0 +1,7 @@ +include ../../mk/rules.mk +include ../../mk/objective.mk + +ALL_PLUGINS = pls m3u +SUBDIRS = @CONTAINER_PLUGINS@ + + diff -r 079c0268c56c -r 71c91ebdb55c configure.ac --- a/configure.ac Thu Aug 10 20:13:57 2006 -0700 +++ b/configure.ac Thu Aug 10 20:20:39 2006 -0700 @@ -120,6 +120,7 @@ EFFECT_PLUGINS="audiocompress ladspa voice_removal" GENERAL_PLUGINS="song_change" VISUALIZATION_PLUGINS="blur_scope" +CONTAINER_PLUGINS="m3u pls" dnl Option to change equalizer to the old XMMS one which only works with the mpg123 dnl plugin (or rather, only implemented within the plugin) @@ -1004,6 +1005,7 @@ AC_SUBST(INPUT_PLUGINS) AC_SUBST(OUTPUT_PLUGINS) AC_SUBST(VISUALIZATION_PLUGINS) +AC_SUBST(CONTAINER_PLUGINS) AC_CONFIG_FILES([ audacious.1 @@ -1066,6 +1068,7 @@ Plugins/Effect/ladspa/Makefile Plugins/Effect/stereo_plugin/Makefile Plugins/Effect/voice_removal/Makefile + Plugins/Container/Makefile po/Makefile.in intl/Makefile icons/Makefile @@ -1149,6 +1152,11 @@ echo " Blur Scope: yes" echo " Paranormal Visualization Library: $have_paranormal" echo +echo " Container" +echo " -------------" +echo " Winamp PLS playlist format (pls): yes" +echo " M3U playlist format (m3u): yes" +echo if test "$beep_cv_lib_xlibs_threadsafe" = "no"; then echo "Note: You need to have thread-safe xlibs to use Audacious."