Contributed by: akira on 2010年10月23日(土) 15:58 JST
Last modified on
参考URL
http://tutorial.downloadatoz.com/how-...daapd.html[*1] 
 Build package to fix iTunes 10 break Firefly:
#記号はコメント
# Get sources and dependencies
$ apt-get source mt-daapd 
$ sudo apt-get build-dep mt-daapd 
# Get patch 
$ cd mt-daapd-0.9~r1696.dfsg 
$ wget -P debian/patches http://www.informaarten.nl/mt-daapd-f...s10.dpatch[*2]  
$ echo 13_itunes10 >> debian/patches/00list 
# Build package 
$ dch -i "Fix for iTunes 10" 
$ debuild -uc -us 
# Install package 
$ cd .. 
$ sudo dpkg -i mt-daapd_0.9~r1696.dfsg-6lenny2.1_i386.deb 
# ubuntuでは、
$ sudo dpkg -i mt-daapd_0.9~r1696.dfsg-15build2_amd64.deb