File disable_ipod.patch of Package songbird
--- Songbird1.4.3/extensions/Makefile.in~ 2010-01-10 19:33:03.014084152 +0100
+++ Songbird1.4.3/extensions/Makefile.in 2010-01-10 19:33:03.042083105 +0100
@@ -34,20 +34,6 @@ DEFAULT_EXTENSIONS = xpcom_helloworld \
mockcdcontroller \
$(NULL)
-# The ipod extension should build out-of-the-box on Linux and Mac, but needs
-# the DDK on Windows; this is a new build requirement, so to make it so
-# all the contributors' builds don't break, don't build ipod on Win32
-# by default; there's some configure.ac goo that goes with this to ensure
-# we have the right header files here...
-
-ifeq (windows,$(SB_PLATFORM))
- ifeq (1,$(HAS_EXTRAS))
- DEFAULT_EXTENSIONS += ipod
- endif
-else
- DEFAULT_EXTENSIONS += ipod
-endif
-
# AlbumArt is not on the list because it's used internally by the bird, so
# we need to build it regardless of platform
NOARCH_EXTENSIONS = shoutcast \