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

[Git][xorg-team/lib/mesa][debian-experimental] Build and package d3dadapter9-mesa



Title: GitLab

Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa

Commits:

4 changed files:

Changes:

  • debian/control
    ... ... @@ -81,6 +81,36 @@ Description: X acceleration library -- development files
    81 81
      This package provides the development environment for compiling programs
    
    82 82
      against the xatracker library.
    
    83 83
     
    
    84
    +Package: libd3dadapter9-mesa
    
    85
    +Section: libs
    
    86
    +Architecture: linux-any kfreebsd-any
    
    87
    +Depends:
    
    88
    + ${shlibs:Depends},
    
    89
    + ${misc:Depends},
    
    90
    + libudev1 [linux-any],
    
    91
    +Pre-Depends: ${misc:Pre-Depends}
    
    92
    +Multi-Arch: same
    
    93
    +Description: state-tracker for Direct3D9
    
    94
    + This package contains a Gallium3D state tracker that implements the Direct3D9
    
    95
    + API.  Combined with the gallium-nine branch of Wine, programs using D3D9 can
    
    96
    + achieve native (or better) graphics performance.
    
    97
    +
    
    98
    +Package: libd3dadapter9-mesa-dev
    
    99
    +Section: libs
    
    100
    +Architecture: linux-any kfreebsd-any
    
    101
    +Depends:
    
    102
    + ${shlibs:Depends},
    
    103
    + ${misc:Depends},
    
    104
    + libudev1 [linux-any],
    
    105
    +Pre-Depends: ${misc:Pre-Depends}
    
    106
    +Multi-Arch: same
    
    107
    +Description: state-tracker for Direct3D9 -- development files
    
    108
    + This package contains a Gallium3D state tracker that implements the Direct3D9
    
    109
    + API.  Combined with the gallium-nine branch of Wine, programs using D3D9 can
    
    110
    + achieve native (or better) graphics performance.
    
    111
    + .
    
    112
    + Development files
    
    113
    +
    
    84 114
     Package: libgbm1
    
    85 115
     Section: libs
    
    86 116
     Architecture: linux-any kfreebsd-any
    

  • debian/libd3dadapter9-mesa-dev.install
    1
    +usr/lib/*/pkgconfig/d3d.pc
    
    2
    +usr/include/d3dadapter/d3dadapter9.h
    
    3
    +usr/include/d3dadapter/drm.h
    
    4
    +usr/include/d3dadapter/present.h
    
    5
    +

  • debian/libd3dadapter9-mesa.install
    1
    +usr/lib/*/d3d/d3dadapter9.so*

  • debian/rules
    ... ... @@ -139,6 +139,7 @@ confflags += \
    139 139
     	--with-vulkan-drivers="$(VULKAN_DRIVERS)" \
    
    140 140
     	--enable-libglvnd \
    
    141 141
     	--enable-osmesa \
    
    142
    +	--enable-nine \
    
    142 143
     	--enable-glx-tls \
    
    143 144
     	--enable-shared-glapi \
    
    144 145
     	--enable-texture-float \
    


  • Reply to: