1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: mingw-w64
Section: devel
Priority: extra
Maintainer: Stephen Kitt <skitt@debian.org>
Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, automake (>= 1:1.14)
Build-Depends-Indep:
gcc-mingw-w64-i686 | gcc-mingw-w64-bootstrap (>= 4.6.0),
gcc-mingw-w64-x86-64 | gcc-mingw-w64-bootstrap (>= 4.6.0)
Standards-Version: 3.9.5
Homepage: http://mingw-w64.sf.net
Vcs-Git: git://anonscm.debian.org/collab-maint/mingw-w64.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/mingw-w64.git;a=summary
Package: mingw-w64-common
Architecture: all
Depends: ${misc:Depends}
Description: Common files for Mingw-w64
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This package contains files common to both 32- and 64-bit targets.
Package: mingw-w64-i686-dev
Architecture: all
Depends: ${misc:Depends}, mingw-w64-common
Breaks: gcc-mingw-w64 (<< 4.6.0), mingw-w64-dev (<< 2.0.3-1), mingw-w64-dev (= 3.0~svn4933-1), libpthreads-mingw-w64
Replaces: mingw-w64-dev (<< 2.0.3-1), mingw-w64-dev (= 3.0~svn4933-1), libpthreads-mingw-w64
Suggests: wine
Description: Development files for MinGW-w64 targeting Win32
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This package contains the headers and libraries required to build
32-bit software using MinGW-w64.
.
The wine package can be used to test software built using MinGW-w64
without using Windows.
Package: mingw-w64-x86-64-dev
Architecture: all
Depends: ${misc:Depends}, mingw-w64-common
Breaks: gcc-mingw-w64 (<< 4.6.0), mingw-w64-dev (<< 2.0.3-1), mingw-w64-dev (= 3.0~svn4933-1), libpthreads-mingw-w64
Replaces: mingw-w64-dev (<< 2.0.3-1), mingw-w64-dev (= 3.0~svn4933-1), libpthreads-mingw-w64
Suggests: wine64
Description: Development files for MinGW-w64 targeting Win64
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This package contains the headers and libraries required to build
64-bit software using MinGW-w64.
.
The wine64 package can be used to test software built using MinGW-w64
without using Windows.
Package: mingw-w64
Architecture: all
Depends: gcc-mingw-w64, g++-mingw-w64, ${misc:Depends}
Description: Development environment targeting 32- and 64-bit Windows
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This metapackage provides the MinGW-w64 development environment,
including C and C++ compilers. Ada, Fortran, Objective-C and
Objective-C++ compilers are available respectively in the
gnat-mingw-w64, gfortran-mingw-w64, gobjc-mingw-w64 and
gojbc++-mingw-w64 packages.
Package: mingw-w64-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pkg-config
Provides: pkg-config-mingw-w64-i686, pkg-config-mingw-w64-x86-64
Description: Development tools for 32- and 64-bit Windows
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This package contains:
* gendef, which extracts DLL exports from Windows executables;
* genidl, which extracts IDL information from Windows executables;
* genpeimg, which manipulates PE flags in Windows executables;
* widl, which generates build files from IDL descriptions;
* pkg-config symlinks to allow .pc-based libraries to be used.
|