changeset 384:d7415a106fb6 trunk

[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)
author nenolod
date Tue, 03 Jan 2006 13:05:01 -0800
parents 5c457dac866a
children 0a19db762240
files audacious/audacious.desktop.in configure.ac icons/Makefile.am icons/audacious.png
diffstat 4 files changed, 4 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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,
--- 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)
Binary file icons/audacious.png has changed