patchを追加 iTunes 10対応
- 2010年10月23日(土) 15:58 JST
- 投稿者: akira
- 表示回数 92
参考URL
http://tutorial.downloadatoz.com/how-...daapd.html
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
$ 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
http://tutorial.downloadatoz.com/how-...daapd.html
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
$ 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