From: arvenil Date: Mon, 26 May 2008 20:13:16 +0000 (+0000) Subject: - up to 1.5.1 X-Git-Tag: auto/th/audacious-1_5_1-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Faudacious.git;a=commitdiff_plain;h=62f381f26c2738c645ba5aa07cddc4f0d88598c3 - up to 1.5.1 Changed files: audacious-desktop.patch -> 1.8 audacious-home_etc.patch -> 1.7 --- diff --git a/audacious-desktop.patch b/audacious-desktop.patch index 701c210..3fc7475 100644 --- a/audacious-desktop.patch +++ b/audacious-desktop.patch @@ -1,12 +1,14 @@ ---- audacious-1.4.0-beta1/audacious.desktop 2007-10-15 08:13:41.000000000 +0000 -+++ audacious-1.4.0-beta1/audacious.desktop 2007-10-15 19:12:40.000000000 +0000 -@@ -1,12 +1,14 @@ +--- audacious-1.5.1/audacious.desktop 2008-05-23 22:00:33.000000000 +0000 ++++ audacious-1.5.1/audacious.desktop 2008-05-26 19:39:44.000000000 +0000 +@@ -1,13 +1,15 @@ [Desktop Entry] Name=Audacious GenericName=Audio Player +GenericName[pl]=Odtwarzacz muzyki Comment=Play music - Comment[hu]=Zene lejátszása +-Comment[hu]=Zene lejátszása + Comment[de]=Musik abspielen ++Comment[hu]=Zene lejátszása +Comment[pl]=Odtwarzacz muzyki Exec=audacious %U Icon=audacious diff --git a/audacious-home_etc.patch b/audacious-home_etc.patch index b49e76d..61764ca 100644 --- a/audacious-home_etc.patch +++ b/audacious-home_etc.patch @@ -1,23 +1,23 @@ ---- audacious-1.5.0/src/audacious/Makefile 2008-03-13 22:19:27.000000000 +0000 -+++ audacious-1.5.0/src/audacious/Makefile 2008-03-15 10:04:11.000000000 +0000 -@@ -180,6 +180,7 @@ - ${DBUS_LIBS} \ - ${MOWGLI_LIBS} \ - ${LIBMCS_LIBS} \ -+ -lhome_etc \ - ${REGEX_LIBS} +--- audacious-1.5.1/src/audacious/Makefile 2008-03-13 22:19:27.000000000 +0000 ++++ audacious-1.5.1/src/audacious/Makefile 2008-03-15 10:04:11.000000000 +0000 +@@ -188,6 +188,7 @@ + ${DBUS_LIBS} \ + ${MOWGLI_LIBS} \ + ${LIBMCS_LIBS} \ ++ -lhome_etc \ + ${REGEX_LIBS} LDFLAGS += ${PROG_IMPLIB_LDFLAGS} ---- audacious-1.3.0/src/audacious/configdb.h 2007-01-26 18:58:10.000000000 +0100 -+++ audacious-1.3.0/src/audacious/configdb.h 2007-01-26 19:01:51.000000000 +0100 -@@ -2,6 +2,7 @@ - #define CONFIGDB_H +--- audacious-1.5.1/src/audacious/configdb.h 2008-05-23 22:00:34.000000000 +0000 ++++ audacious-1.5.1/src/audacious/configdb.h 2008-05-26 19:48:09.000000000 +0000 +@@ -3,6 +3,7 @@ #include + #include +#include - /** - * ConfigDb: + G_BEGIN_DECLS + --- audacious-1.3.0/src/audacious/main.c 2007-01-23 03:21:22.000000000 +0100 +++ audacious-1.3.0/src/audacious/main.c 2007-01-26 19:08:25.000000000 +0100 @@ -490,13 +490,13 @@ @@ -56,9 +56,9 @@ else datadir = g_build_filename( tmp , "audacious" , NULL ); ---- audacious-1.5.0/src/audacious/skin.c 2008-03-13 22:19:27.000000000 +0000 -+++ audacious-1.5.0/src/audacious/skin.c 2008-03-15 10:07:26.000000000 +0000 -@@ -1482,10 +1482,10 @@ +--- audacious-1.5.1/src/audacious/ui_skin.c 2008-05-23 22:00:34.000000000 +0000 ++++ audacious-1.5.1/src/audacious/ui_skin.c 2008-05-26 20:03:25.000000000 +0000 +@@ -1447,10 +1447,10 @@ /* the way GTK does things can be very broken. --nenolod */