On 23/09/2009 18:49, Frederic Bezies wrote:
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 ?
Looks like I found the answer with taglib-svn aur package : "Comment by: amirs on Wed, 23 Sep 2009 08:31:30 +0000 needs "-DWITH_MP4=ON -DWITH_ASF=ON" for it to work amarok 2.2rc1" Will try this and report it to see if it works for me ;) -- Frederic Bezies - fredbezies@xxxxxxxxx