~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to build/win32/vs10/clutter-version-paths.props

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2014-03-26 11:51:28 UTC
  • mfrom: (1.5.1) (4.1.30 experimental)
  • Revision ID: package-import@ubuntu.com-20140326115128-timmbsde8734o6wz
Tags: 1.18.0-1
* New upstream release.
* debian/control.in:
  + Bump gtk-doc-tools build dependency.
  + Also break libcogl15.
  + Standards-Version is 3.9.5, no changes needed.
* debian/libclutter-1.0-0.symbols:
  + Drop a few symbols that were accidentally exported in the DSO because
    they had a clutter_ prefix but were not in the public headers.
  + Add one new symbol.
  + Drop unnecessary debian revisions from some symbols.
* debian/control.in,
  debian/rules,
  debian/libclutter-1.0-0.symbols:
  + Temporarily disable evdev input support. It was only enabled in 1.17.6-1
    in experimental and there is nothing using it yet, and I would like to
    wait a bit before uploading libinput to unstable as the ABI isn't stable
    yet.
* d/p/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch:
  + Add missing annotations so that a few symbols are exported in the DSO.

* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup Label="UserMacros">
 
4
    <VSVer>10</VSVer>
 
5
    <GlibEtcInstallRoot>$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
 
6
    <ApiVersion>1.0</ApiVersion>
 
7
    <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
 
8
    <DefDir>$(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\</DefDir>
 
9
    <ClutterLibtoolCompatibleDllPrefix>lib</ClutterLibtoolCompatibleDllPrefix>
 
10
    <ClutterLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</ClutterLibtoolCompatibleDllSuffix>
 
11
    <ClutterSeparateVSDllPrefix />
 
12
    <ClutterSeparateVSDllSuffix>-1-vs$(VSVer)</ClutterSeparateVSDllSuffix>
 
13
    <!-- Change the following 2 entries to ClutterLibtoolCompatibleDllPrefix
 
14
         and ClutterLibtoolCompatibleDllSuffix if the use of LibTool-style
 
15
         DLL names is desired -->
 
16
    <ClutterDllPrefix>$(ClutterSeparateVSDllPrefix)</ClutterDllPrefix>
 
17
    <ClutterDllSuffix>$(ClutterSeparateVSDllSuffix)</ClutterDllSuffix>
 
18
  </PropertyGroup>
 
19
  <PropertyGroup>
 
20
    <_PropertySheetDisplayName>clutterversionpathsprops</_PropertySheetDisplayName>
 
21
  </PropertyGroup>
 
22
  <ItemGroup>
 
23
    <BuildMacro Include="VSVer">
 
24
      <Value>$(VSVer)</Value>
 
25
    </BuildMacro>
 
26
    <BuildMacro Include="GlibEtcInstallRoot">
 
27
      <Value>$(GlibEtcInstallRoot)</Value>
 
28
    </BuildMacro>
 
29
    <BuildMacro Include="CopyDir">
 
30
      <Value>$(CopyDir)</Value>
 
31
    </BuildMacro>
 
32
    <BuildMacro Include="DefDir">
 
33
      <Value>$(DefDir)</Value>
 
34
    </BuildMacro>
 
35
    <BuildMacro Include="ApiVersion">
 
36
      <Value>$(ApiVersion)</Value>
 
37
    </BuildMacro>
 
38
    <BuildMacro Include="ClutterLibtoolCompatibleDllPrefix">
 
39
      <Value>$(ClutterLibtoolCompatibleDllPrefix)</Value>
 
40
    </BuildMacro>
 
41
    <BuildMacro Include="ClutterLibtoolCompatibleDllSuffix">
 
42
      <Value>$(ClutterLibtoolCompatibleDllSuffix)</Value>
 
43
    </BuildMacro>
 
44
    <BuildMacro Include="ClutterSeparateVSDllPrefix">
 
45
      <Value>$(ClutterSeparateVSDllPrefix)</Value>
 
46
    </BuildMacro>
 
47
    <BuildMacro Include="ClutterSeparateVSDllSuffix">
 
48
      <Value>$(ClutterSeparateVSDllSuffix)</Value>
 
49
    </BuildMacro>
 
50
    <BuildMacro Include="ClutterDllPrefix">
 
51
      <Value>$(ClutterDllPrefix)</Value>
 
52
    </BuildMacro>
 
53
    <BuildMacro Include="ClutterDllSuffix">
 
54
      <Value>$(ClutterDllSuffix)</Value>
 
55
    </BuildMacro>
 
56
  </ItemGroup>
 
57
</Project>