Code

ChangeLog update because of the fixed search screen
authorAndreas Obergrusberger <tradiaz@yahoo.de>
Sat, 5 Aug 2006 08:17:26 +0000 (08:17 +0000)
committerAndreas Obergrusberger <tradiaz@yahoo.de>
Sat, 5 Aug 2006 08:17:26 +0000 (08:17 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@4554 09075e82-0dd4-0310-85a5-a0d7c8717e4f

ChangeLog
configure.ac

index 2a17888db37172d4f354a05c35bf154ce814775c..eacd2423d20256021e760f9540df2d3014653700 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,24 @@
-2006-09-5
-        * the 5th of august... it's dark around me... there are still flies constantly shitting
-          onto my screen's display surface and the search screen works now with new api
+2006-09-5 Andreas Obergrusberger <tradiaz@yahoo.de>
+        * the 5th of august... it's dark around me... 
+         there are still flies constantly shitting
+          onto my screen's display surface and the search 
+          screen works now with new api
           of libmpdclient. enabled by default.
+       * building with lyrics screen on gentoo now works... thanks avuton :)
 
-2006-09-4
+2006-09-4 Anderas Obergrusberger <tradiaz@yahoo.de>
         * tradiaz is temporary maintainer of a special branch of ncmpc now
           https://svn.musicpd.org/mpd/ncmpc/branches/tradiaz
           the development will go on there till kaw shows up again
-           contact him: tradiaz .AT. yahoo .DOT. de
+          contact him: tradiaz@yahoo.de
 
-        * added a lyrics screen. it downloads and shows lyrics from leoslyrics.com
-          (storing and reading lyrics to come)
+        * added a lyrics screen. it downloads and shows lyrics 
+         from leoslyrics.com (storing and reading lyrics to come)
           have a look at the manpage for the lyrics_timeout config file option
         * catching signal SIGHUP now
         * host and port of mpd can be specified in the config file now     
-        * libmpdclient update (the experimental search screen is making problems with the it)
+        * libmpdclient update (the experimental search screen 
+          is making problems with the it)
         * enhanced compatibility of Makefile.am for automake       
         * jat fixed a bug that occured when being in a non existing
           directory in the browse screen
index 957db949d4e0638840eee526cd1cafc1cae6af83..3f8e222dc27c428dd6f6b26e20913adc2c6551b1 100644 (file)
@@ -137,11 +137,13 @@ PKG_CHECK_MODULES([GTHREAD],
                  [gthread-2.0],
                  [gthread=yes],
                  [AC_MSG_WARN([gthread-2.0 >= 0.20 is required the lyrics screen])])
+AC_SUBST(GTHREAD_LIBS)
+AC_SUBST(GTHREAD_CFLAGS)
                  
 dnl check for libcurl
 PKG_CHECK_MODULES([libcurl], 
                  [libcurl],
-                 [libcurl=yes],
+                 [libcurl=yes,LIBS="$LIBS -lcurl"],
                  [AC_MSG_WARN([libcurl is required for the lyrics screen])])
                  
 dnl check for expat