patches/xchat-01-gettext.diff
author tom68
Mon, 04 Jun 2007 22:03:35 +0000
changeset 296 bbd43d46c31e
parent 99 d150c04a806d
child 367 16f801ffc8a1
permissions -rw-r--r--
2007-06-04 Thomas Wagner <[email protected]> * SFEmpd.spec: bump to 0.13.0, re- --enable-flac --enable-oggflac mpd now compiles with newer flac versions (new feature) --enable-shout for streaming:t "the net is the music" if SFEavahi is present, mpd resources will be announced with zeroconf/avahi/mDNS broadcasts patch3: make id3_charset in mpdconf.example default to UTF-8 * SFEavahi.spec: (new) implemetation of service discovery in local LAN (see Rendezvous/Bonjour/Zeroconf and ... nwam in the future) * SFElibdaemon.spec: (new) library for building daemons (for avahi) * SFEgmpc.spec: (new feature) AVAHI zeroconf support (new feature) icecast/shout stream to local client (needs: ogg123) bump to 0.15.0, set compiler to gcc * SFEgmpc-(lyrics|serverstats|coveramazon|autoplaylist|qosd|stopbutton|lastfm|magnatune|osd|mdcover).spec bump to 0.15.0, set compiler to gcc * SFElibmpd.spec: bump to 0.14.0 temporary patch libmpd-01-libmpdclient-include-limits.h.diff * SFExosd.spec: set compiler to gcc * SFEgtodo2.spec: (new) GNOME todo list with priorities and due date * SFEcurl.spec: bump to 7.16.2, --disable-static * SFExchat.spec: bump to 2.8.2 /usr/bin/msgfmt errors, use /opt/sfw/bin/msgfmt reworked patch for 2.8.2 * SFEicecast.spec: (new) stream musik over http to the LAN/WAN network * SFElibshout.spec: (new) Support Library for icecast audio streaming * SFEpulseaudio.spec: (new) first shot. * SFElibsamplerate.spec: (new) samplerate conversion for pulseaudio * SFEpavumeter.spec: (new) volume meter * SFEfont-terminus.spec: (new) nice readably font * SFElynx.spec: bump to 2.8.6, new download-URL since not in /current/-diry

--- xchat-2.8.0/configure.in.patch01	2007-01-02 22:33:58.000000000 -0500
+++ xchat-2.8.0/configure.in	2007-01-07 00:12:44.563299000 -0500
@@ -26,7 +26,13 @@
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Gettext package name])
 
 ALL_LINGUAS="be ca cs de el es fi fr gl hu it ja ko lt nl pa pt ru sq sr sv uk vi zh_CN zh_TW"
-AM_GNU_GETTEXT
+AM_GLIB_GNU_GETTEXT
+USE_INCLUDED_LIBINTL=no
+AC_SUBST(USE_INCLUDED_LIBINTL)
+BUILD_INCLUDED_LIBINTL=no
+AC_SUBST(BUILD_INCLUDED_LIBINTL)
+GETTEXT_PACKAGE=$PACKAGE
+AC_SUBST(GETTEXT_PACKAGE)
 
 dnl displaced from acconfig.h
 AH_VERBATIM([OLD_PERL],[#undef OLD_PERL])
@@ -307,7 +313,7 @@
                         PY_PREFIX=`$pythonpath -c 'import sys; print sys.prefix'`
                         PY_EXEC_PREFIX=`$pythonpath -c 'import sys; print sys.exec_prefix'`
                         if test -f $PY_INC/Python.h; then
-                                PY_LIBS="-L$PY_LIB/config -lpython$PY_VER -lpthread -lutil"
+                                PY_LIBS="-L$PY_LIB/config -lpython$PY_VER -lpthread"
                                 PY_CFLAGS="-I$PY_INC"
                                 AC_MSG_RESULT(ok)
                         else