[banshee] GStreamerSharp: improve previous commit to fix the build (bgo#724752)



commit 7615c7fdc7ebdcfceaf04151e41346b8d44b3b34
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Thu Jul 17 14:19:50 2014 +0200

    GStreamerSharp: improve previous commit to fix the build (bgo#724752)
    
    Previous commit [1] fixed the build for MonoDevelop in Linux, but
    could likely break the build for Windows, where we don't use pkg-config
    (we just place the dependencies in a directory). So seems like using
    <HintPath> along with <Package> element doesn't generate any conflicts.
    
    [1] https://git.gnome.org/browse/banshee/commit/?id=1ea5969f81f951009202e4884b01eda6ffd671f7

 .../Banshee.GStreamerSharp.csproj                  |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj 
b/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj
index 2c494d3..f101bd9 100644
--- a/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj
+++ b/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj
@@ -34,6 +34,8 @@
     <Reference Include="System.Core" />
     <Reference Include="gstreamer-sharp, Version=0.99.0.0, Culture=neutral, PublicKeyToken=5cbf79803e97ff61">
       <Package>gstreamer-sharp-1.0</Package>
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\..\..\bin\bin\gstreamer-sharp.dll</HintPath>
     </Reference>
     <Reference Include="glib-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
     <Reference Include="Mono.Posix">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]