From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Maqpw-000727-QA for garchives@archives.gentoo.org; Tue, 11 Aug 2009 12:52:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1D42E049D; Tue, 11 Aug 2009 12:52:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8D942E049D for ; Tue, 11 Aug 2009 12:52:19 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2D03364154 for ; Tue, 11 Aug 2009 12:52:19 +0000 (UTC) Received: from lack by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Maqpu-0003dH-BC for gentoo-commits@lists.gentoo.org; Tue, 11 Aug 2009 12:52:18 +0000 From: "Jim Ramsay (lack)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, lack@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/f-spot/files: f-spot-0.6.0.0-sandbox-violation.patch f-spot-0.6.0.0-parallel-build.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: f-spot-0.6.0.0-sandbox-violation.patch f-spot-0.6.0.0-parallel-build.patch X-VCS-Directories: media-gfx/f-spot/files X-VCS-Committer: lack X-VCS-Committer-Name: Jim Ramsay Content-Type: text/plain; charset=utf8 Message-Id: Sender: Jim Ramsay Date: Tue, 11 Aug 2009 12:52:18 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a9a76523-3601-44c5-aa2c-9675391dddd7 X-Archives-Hash: a16ad240473690ff737c198ee3e30e40 lack 09/08/11 12:52:18 Added: f-spot-0.6.0.0-sandbox-violation.patch f-spot-0.6.0.0-parallel-build.patch Log: Version bump: f-spot-0.6.0.0 is released (Portage version: 2.1.6.13/cvs/Linux x86_64) Revision Changes Path 1.1 media-gfx/f-spot/files/f-spot-0.6.0.0-sandbox-violat= ion.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f= iles/f-spot-0.6.0.0-sandbox-violation.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f= iles/f-spot-0.6.0.0-sandbox-violation.patch?rev=3D1.1&content-type=3Dtext= /plain Index: f-spot-0.6.0.0-sandbox-violation.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >From 82322bb8461eca5a06e2ec05a5705bc52fada244 Mon Sep 17 00:00:00 2001 From: Jim Ramsay Date: Mon, 10 Aug 2009 14:03:38 -0400 Subject: [PATCH 19/19] Make install-data-hook respect DESTDIR --- extensions/Exporters/FlickrExport/Makefile.am | 2 +- extensions/Exporters/PicasaWebExport/Makefile.am | 2 +- extensions/Exporters/SmugMugExport/Makefile.am | 2 +- extensions/Exporters/TabbloExport/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/Exporters/FlickrExport/Makefile.am b/extensions/E= xporters/FlickrExport/Makefile.am index 2535352..46c70e6 100644 --- a/extensions/Exporters/FlickrExport/Makefile.am +++ b/extensions/Exporters/FlickrExport/Makefile.am @@ -45,7 +45,7 @@ $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST= ) plugindir =3D $(pkglibdir)/extensions =20 install-data-hook: - rm -f $(plugindir)/$(PLUGIN_NAME).addin.xml + -rm -f "$(DESTDIR)$(plugindir)/$(PLUGIN_NAME).addin.xml" =20 plugin_DATA =3D \ $(PLUGIN_ASSEMBLY) diff --git a/extensions/Exporters/PicasaWebExport/Makefile.am b/extension= s/Exporters/PicasaWebExport/Makefile.am index 4b39ee2..25d0322 100644 --- a/extensions/Exporters/PicasaWebExport/Makefile.am +++ b/extensions/Exporters/PicasaWebExport/Makefile.am @@ -46,7 +46,7 @@ $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST= ) plugindir =3D $(pkglibdir)/extensions =20 install-data-hook: - rm -f $(plugindir)/$(PLUGIN_NAME).addin.xml + -rm -f "$(DESTDIR)$(plugindir)/$(PLUGIN_NAME).addin.xml" =20 plugin_DATA =3D \ $(PLUGIN_ASSEMBLY) diff --git a/extensions/Exporters/SmugMugExport/Makefile.am b/extensions/= Exporters/SmugMugExport/Makefile.am index 5e2d8b6..bed9b68 100644 --- a/extensions/Exporters/SmugMugExport/Makefile.am +++ b/extensions/Exporters/SmugMugExport/Makefile.am @@ -46,7 +46,7 @@ $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST= ) plugindir =3D $(pkglibdir)/extensions =20 install-data-hook: - rm -f $(plugindir)/$(PLUGIN_NAME).addin.xml + -rm -f "$(DESTDIR)$(plugindir)/$(PLUGIN_NAME).addin.xml" =20 plugin_DATA =3D \ $(PLUGIN_ASSEMBLY) diff --git a/extensions/Exporters/TabbloExport/Makefile.am b/extensions/E= xporters/TabbloExport/Makefile.am index b4ffd33..233ba73 100644 --- a/extensions/Exporters/TabbloExport/Makefile.am +++ b/extensions/Exporters/TabbloExport/Makefile.am @@ -55,7 +55,7 @@ $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST= ) plugindir =3D $(pkglibdir)/extensions =20 install-data-hook: - rm -f $(plugindir)/$(PLUGIN_NAME).addin.xml + -rm -f "$(DESTDIR)$(plugindir)/$(PLUGIN_NAME).addin.xml" =20 plugin_DATA =3D \ $(PLUGIN_ASSEMBLY) --=20 1.6.3.3 1.1 media-gfx/f-spot/files/f-spot-0.6.0.0-parallel-build= .patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f= iles/f-spot-0.6.0.0-parallel-build.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f= iles/f-spot-0.6.0.0-parallel-build.patch?rev=3D1.1&content-type=3Dtext/pl= ain Index: f-spot-0.6.0.0-parallel-build.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >From be3757a0924a4f56390e979e7feed7c163779f6a Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sat, 8 Aug 2009 13:03:56 +0200 Subject: [PATCH 03/19] Fix parallel build issue, "make -j2" now works --- src/Makefile.am | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index dc2f8ea..5bafde7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -473,30 +473,44 @@ NULL_PLATFORM_CSFILES =3D $(NULL_PLATFROM_CSDISTFIL= ES) F_SPOT_CSFILES =3D $(F_SPOT_CSDISTFILES) \ AssemblyInfo.cs =20 +Cms.dll.mdb: Cms.dll + Cms.dll: $(CMS_CSFILES) @echo -e "\n*** Compiling $@" $(CSC_LIB) -out:$@ $(EXTRAFLAGS) $(UNSAFE) $(CMS_CSFILES) $(CMS_ASSEMBL= IES) =20 +FSpot.Core.dll.mdb: FSpot.Core.dll + FSpot.Core.dll: $(CORE_CSFILES) FSpot.Utils.dll Cms.dll @echo -e "\n*** Compiling $@" $(CSC_LIB) -out:$@ $(EXTRAFLAGS) $(CORE_CSFILES) $(CORE_ASSEMBLIES) =20 +FSpot.Query.dll.mdb: FSpot.Query.dll + FSpot.Query.dll: $(QUERY_CSFILES) FSpot.Utils.dll FSpot.Core.dll @echo -e "\n*** Compiling $@" $(CSC_LIB) -out:$@ $(EXTRAFLAGS) $(QUERY_CSFILES) $(QUERY_ASSEMBLIES) =20 +FSpot.Utils.dll.mdb: FSpot.Utils.dll + FSpot.Utils.dll: $(UTILS_CSFILES) @echo -e "\n*** Compiling $@" $(CSC_LIB) -out:$@ $(EXTRAFLAGS) $(UTILS_CSFILES) $(UTILS_ASSEMBLIES) =20 +FSpot.JobScheduler.dll.mdb: FSpot.JobScheduler.dll + FSpot.JobScheduler.dll: $(JOBSCHEDULER_CSFILES) FSpot.Utils.dll @echo -e "\n*** Compiling $@" $(CSC_LIB) -out:$@ $(EXTRAFLAGS) $(JOBSCHEDULER_CSFILES) $(JOBSCHEDULER= _ASSEMBLIES) =20 +FSpot.Bling.dll.mdb: FSpot.Bling.dll + FSpot.Bling.dll: $(BLING_CSFILES) @echo -e "\n*** Compiling $@" $(CSC_LIB) -out:$@ $(EXTRAFLAGS) $(BLING_CSFILES) $(BLING_ASSEMBLIES) =20 +FSpot.Widgets.dll.mdb: FSpot.Widgets.dll + FSpot.Widgets.dll: $(WIDGETS_CSFILES) FSpot.Utils.dll FSpot.Core.dll @echo -e "\n*** Compiling $@" $(CSC_LIB) -out:$@ $(EXTRAFLAGS) $(WIDGETS_CSFILES) $(WIDGETS_ASSEMBLIE= S) @@ -504,10 +518,14 @@ FSpot.Widgets.dll: $(WIDGETS_CSFILES) FSpot.Utils.d= ll FSpot.Core.dll PLATFORM_CSFILES =3D $(GNOME_PLATFORM_CSFILES) PLATFORM_ASSEMBLIES =3D $(GNOME_PLATFORM_ASSEMBLIES) =20 +FSpot.Platform.dll.mdb: FSpot.Platform.dll + FSpot.Platform.dll: $(PLATFORM_CSFILES) FSpot.Utils.dll @echo -e "\n*** Compiling $@" $(CSC_LIB) -out:$@ $(EXTRAFLAGS) $(PLATFORM_CSFILES) $(PLATFORM_ASSEMBL= IES) =20 +f-spot.exe.mdb: f-spot.exe + f-spot.exe: $(F_SPOT_CSFILES) FSpot.Utils.dll FSpot.Core.dll FSpot.Query= .dll FSpot.JobScheduler.dll FSpot.Bling.dll FSpot.Widgets.dll Cms.dll FSp= ot.Platform.dll $(F_SPOT_RESOURCES) @echo -e "\n*** Compiling $@" $(CSC) -target:winexe -out:$@ $(EXTRAFLAGS) $(UNSAFE) $(NOWARN) $(NUNIT= _DEFINES) $(F_SPOT_CSFILES) $(F_SPOT_ASSEMBLIES) $(RESOURCES) --=20 1.6.3.3