On Monday 01,February,2010 02:35 AM, precipitous wrote: > > Chow: > > I am not familiar with the patching process for Banshee. Can you please give > me a simple walk-through? > > Thanks! Download the attached file somewhere accessible. Then in a terminal, cd into your bansheelyricsplugin source directory, and run this: patch -p1 -i <path to the patch you saved> -- Kind regards, Chow Loong Jin
Description: Fix compilation with Banshee 1.5.3 and drop 1.5.2 support Origin; upstream Index: bansheelyricsplugin/src/Makefile.am =================================================================== --- bansheelyricsplugin.orig/src/Makefile.am 2010-02-01 04:00:19.057286459 +0800 +++ bansheelyricsplugin/src/Makefile.am 2010-02-01 04:00:21.892284430 +0800 @@ -1,6 +1,6 @@ ASSEMBLY = Banshee.Lyrics.dll TARGET = library -MCS_FLAGS = -debug /r:System.Web +MCS_FLAGS = -debug ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug CUSTOM_MCS_FLAGS = $(MCS_FLAGS) \ -unsafe @@ -30,7 +30,6 @@ Resources/LyricsMenu.xml REFERENCES = \ - System.Web \ System.Web.Services \ System.Xml \ $(WEBKIT_SHARP_LIBS) \
Attachment:
signature.asc
Description: OpenPGP digital signature