comparison ChangeLog @ 579:22a80841acd0 trunk

[svn] - added audacious osd in configure.ac
author giacomo
date Tue, 30 Jan 2007 08:24:40 -0800
parents 550c9e382cf8
children 2419d6928017
comparison
equal deleted inserted replaced
578:550c9e382cf8 579:22a80841acd0
1 2007-01-30 16:04:43 +0000 Giacomo Lozito <james@develia.org>
2 revision [1242]
3 - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS
4 trunk/configure.ac | 16 +++++++++++++---
5 trunk/mk/rules.mk.in | 2 ++
6 trunk/src/CoreAudio/Makefile | 4 ++--
7 trunk/src/OSS/Makefile | 4 ++--
8 trunk/src/aac/src/Makefile | 4 ++--
9 trunk/src/adplug/Makefile | 6 +++---
10 trunk/src/alac/Makefile | 3 ++-
11 trunk/src/alarm/Makefile | 4 ++--
12 trunk/src/alsa/Makefile | 4 ++--
13 trunk/src/amidi-plug/Makefile | 4 ++--
14 trunk/src/aosd/Makefile | 4 ++--
15 trunk/src/arts/Makefile | 4 ++--
16 trunk/src/audiocompress/Makefile | 4 ++--
17 trunk/src/blur_scope/Makefile | 4 ++--
18 trunk/src/cdaudio/Makefile | 3 ++-
19 trunk/src/console/Makefile | 6 +++---
20 trunk/src/cue/Makefile | 4 ++--
21 trunk/src/curl/Makefile | 4 ++--
22 trunk/src/disk_writer/Makefile | 4 ++--
23 trunk/src/echo_plugin/Makefile | 4 ++--
24 trunk/src/esd/Makefile | 4 ++--
25 trunk/src/evdev-plug/Makefile | 4 ++--
26 trunk/src/flac112/Makefile | 4 ++--
27 trunk/src/flac113/Makefile | 4 ++--
28 trunk/src/jack/Makefile | 4 ++--
29 trunk/src/ladspa/Makefile | 4 ++--
30 trunk/src/lirc/Makefile | 4 ++--
31 trunk/src/m3u/Makefile | 4 ++--
32 trunk/src/metronom/Makefile | 3 ++-
33 trunk/src/mms/Makefile | 4 ++--
34 trunk/src/modplug/Makefile | 6 +++---
35 trunk/src/modplug/archive/Makefile | 2 +-
36 trunk/src/modplug/gui/Makefile | 4 ++--
37 trunk/src/mpg123/Makefile | 6 +++---
38 trunk/src/musepack/Makefile | 4 ++--
39 trunk/src/paranormal/Makefile | 4 ++--
40 trunk/src/pls/Makefile | 4 ++--
41 trunk/src/projectm/Makefile | 4 ++--
42 trunk/src/pulse_audio/Makefile | 4 ++--
43 trunk/src/rocklight/Makefile | 4 ++--
44 trunk/src/rovascope/Makefile | 4 ++--
45 trunk/src/scrobbler/Makefile | 4 ++--
46 trunk/src/sexypsf/Makefile | 3 ++-
47 trunk/src/sid/Makefile | 6 +++---
48 trunk/src/song_change/Makefile | 4 ++--
49 trunk/src/spectrum/Makefile | 4 ++--
50 trunk/src/statusicon/Makefile | 4 ++--
51 trunk/src/stdio/Makefile | 4 ++--
52 trunk/src/stereo_plugin/Makefile | 4 ++--
53 trunk/src/sun/Makefile | 4 ++--
54 trunk/src/timidity/libtimidity/Makefile | 2 +-
55 trunk/src/timidity/src/Makefile | 4 ++--
56 trunk/src/tonegen/Makefile | 3 ++-
57 trunk/src/tta/Makefile | 6 +++---
58 trunk/src/voice_removal/Makefile | 4 ++--
59 trunk/src/vorbis/Makefile | 4 ++--
60 trunk/src/wav/Makefile | 4 ++--
61 trunk/src/wavpack/Makefile | 4 ++--
62 trunk/src/wma/Makefile | 4 ++--
63 trunk/src/wma/libffwma/Makefile | 2 +-
64 trunk/src/xspf/Makefile | 4 ++--
65 61 files changed, 136 insertions(+), 119 deletions(-)
66
67
1 2007-01-30 02:35:59 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> 68 2007-01-30 02:35:59 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [1240] 69 revision [1240]
3 - don't percent encode urls beginning with http:// or https:// for now. 70 - don't percent encode urls beginning with http:// or https:// for now.
4 71
5 trunk/src/xspf/xspf.c | 10 ++++++++-- 72 trunk/src/xspf/xspf.c | 10 ++++++++--