Amarok 2.2 rc1 was released today. It needs taglib 1.6 with asf support. I tried to build taglib 1.6, using this patch to add ASF support : --- CMakeLists.txt 2009-09-08 10:52:57.000000000 +0200 +++ CMakeLists2.txt 2009-09-23 18:43:12.767847589 +0200 @@ -8,8 +8,8 @@ OPTION(BUILD_EXAMPLES "Build the examples" OFF) OPTION(NO_ITUNES_HACKS "Disable workarounds for iTunes bugs" OFF) -OPTION(WITH_ASF "Enable ASF tag reading/writing code" OFF) -OPTION(WITH_MP4 "Enable MP4 tag reading/writing code" OFF) +OPTION(WITH_ASF "Enable ASF tag reading/writing code" ON) +OPTION(WITH_MP4 "Enable MP4 tag reading/writing code" ON) add_definitions(-DHAVE_CONFIG_H) After building an ASF enabled taglib 1.6 and installing it, Amarok is still not being built : Début de la compilation... mkdir: ne peut créer le répertoire `build': Le fichier existe -- Taglib found: -L/usr/lib -ltag CMake Error at CMakeLists.txt:27 (message): TagLib does not have ASF support compiled in. What to do to get Amarok 2.2 rc1 and of course 2.2 final on archlinux ? -- Frederic Bezies fredbezies@xxxxxxxxx