# HG changeset patch # User nenolod # Date 1136322301 28800 # Node ID d7415a106fb674ec7cf1f54b250940a506cdea8c # Parent 5c457dac866af2bc42d06ef45cdf9acfd1ae1c27 [svn] - remove unused "USE_SIMD" crap left over from BMP - add audacious icon (woohoo!) - add hungarian translation for the audacious gnome icon file (per laci) diff -r 5c457dac866a -r d7415a106fb6 audacious/audacious.desktop.in --- a/audacious/audacious.desktop.in Tue Jan 03 12:54:18 2006 -0800 +++ b/audacious/audacious.desktop.in Tue Jan 03 13:05:01 2006 -0800 @@ -1,6 +1,7 @@ [Desktop Entry] Name=Audacious Comment=Play music +Comment[hu]=Zene lejátszása Exec=audacious Icon=audacious.png MimeType=audio/x-scpls;audio/x-mpegurl;audio/mpegurl;audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg; diff -r 5c457dac866a -r d7415a106fb6 configure.ac --- a/configure.ac Tue Jan 03 12:54:18 2006 -0800 +++ b/configure.ac Tue Jan 03 13:05:01 2006 -0800 @@ -181,24 +181,6 @@ [AC_MSG_ERROR([Cannot find libglade])] ) - -dnl x86 SIMD(3DNow!/MMX) instructions support -dnl ======================== - -AC_ARG_ENABLE(simd, - [ --enable-simd build with x86 SIMD(3DNow!/MMX) instructions support (default=no)], - [USE_SIMD=$enableval], - [USE_SIMD=no] -) - -if test "$USE_SIMD" = "yes"; then - AC_DEFINE(USE_SIMD, , [Define if building with ia32 SIMD support]) -fi - -AM_CONDITIONAL(USE_SIMD, test "$USE_SIMD" = "yes") -AC_SUBST(USE_SIMD_TRUE) - - # Check if socklen_t is defined AC_CACHE_CHECK(for socklen_t, beep_cv_type_socklen_t, diff -r 5c457dac866a -r d7415a106fb6 icons/Makefile.am --- a/icons/Makefile.am Tue Jan 03 12:54:18 2006 -0800 +++ b/icons/Makefile.am Tue Jan 03 13:05:01 2006 -0800 @@ -1,4 +1,4 @@ -#pixmapsdir = $(datadir)/pixmaps -#pixmaps_DATA = bmp.png +pixmapsdir = $(datadir)/pixmaps +pixmaps_DATA = audacious.png -#EXTRA_DIST = $(pixmaps_DATA) +EXTRA_DIST = $(pixmaps_DATA) diff -r 5c457dac866a -r d7415a106fb6 icons/audacious.png Binary file icons/audacious.png has changed