Commit Graph

1008 Commits

Author SHA1 Message Date
Volker Grabsch 19d526f10c improved "See also" section and added a list of projects which use mingw-cross-env 2010-02-23 18:51:14 +01:00
Volker Grabsch 9c0a69607a update version of package glib 2010-02-23 17:48:16 +01:00
Volker Grabsch ec8be2b6b0 update version of package pango 2010-02-23 17:18:33 +01:00
Volker Grabsch 4a6b6d0945 bugfix: use the correct glib-* tools in packages gstreamer, gst-plugins-base and gst-plugins-good 2010-02-23 17:01:11 +01:00
Volker Grabsch 1f1be6d2ac bugfix patch to use the correct pkg-config for package gst-plugins-good 2010-02-23 16:59:42 +01:00
Volker Grabsch b51556ae0c add missing dependency for package gst-plugins-good 2010-02-23 16:44:42 +01:00
Volker Grabsch bb6351cb64 update version of package libgsf 2010-02-23 16:21:29 +01:00
Volker Grabsch d07d2e93b7 implemented version recognition and corrected website URLs for packages gst-plugins-base, gst-plugins-good, gstreamer, liboil and libshout 2010-02-23 14:08:36 +01:00
Volker Grabsch 50558ec09c update release notes 2010-02-23 13:48:36 +01:00
Mark Brand 02e00fc493 new packages: liboil, libshout, gstreamer, gst-plugins-base and gst-plugins-good 2010-02-21 21:52:21 +01:00
Volker Grabsch d3b0379329 update version of package cairo 2010-02-21 18:41:46 +01:00
Volker Grabsch 6a98c52524 update release notes 2010-02-21 14:08:17 +01:00
Volker Grabsch 99c1a42aac bugfix: add test scripts as dependency files, and put them into the distribution tarball 2010-02-21 13:51:41 +01:00
Mark Brand 7f68c53a0b do not introduce QtCore4 in ssl.pri
It is not correct to add QtCore4 in ssl.pri when -lz is removed
for qt-zlib.

In mingw-cross-env we add QtCore4 to OPENSSL_LIBS so the zlib
dependency of openssl is satisfied in case of qt-zlib. This
is necessary for the time being because the QtCore4 in the link
command that qmake generates appears before the contents of
OPENSSL_LIBS.
2010-02-21 11:14:53 +01:00
Volker Grabsch ac9c343857 merge 2010-02-21 14:22:32 +01:00
Volker Grabsch c1eb33294f increase version number to 2.13 2010-02-21 14:22:05 +01:00
Volker Grabsch 98816b62ad Release 2.12 2010-02-21 14:08:25 +01:00
Volker Grabsch 1c9ba996f6 bugfix: provide the full path to pg_config in package gdal 2010-02-21 02:11:55 +01:00
Volker Grabsch f2e3b1cb78 merge 2010-02-21 00:47:22 +01:00
Volker Grabsch 28de5bb452 increase version number to 2.12 2010-02-20 04:57:16 +01:00
Volker Grabsch 8febab8fbe Release 2.11 2010-02-20 23:31:50 +01:00
Volker Grabsch 2abbf6d5e7 improved installation instructions for Open Solaris (by Tony Theodore) 2010-02-20 23:30:42 +01:00
Volker Grabsch c9a699c872 again improved installation instructions for Solaris 2010-02-20 16:03:20 +01:00
Volker Grabsch 7471d8ba7d require at least Autoconf 2.62 because of package popt (by Tony Theodore) 2010-02-20 13:27:29 +01:00
Volker Grabsch 45bbbc16f3 improved installation instructions for Solaris 2010-02-20 13:26:19 +01:00
Volker Grabsch ad82b4ae78 fixed the list of years 2010-02-20 12:08:22 +01:00
Volker Grabsch e00693be9c update release notes 2010-02-20 04:51:49 +01:00
Mark Brand 8373ee4e4e add missing dependencies for package qt
Now the compile test works, qt detects and uses libiconv and glib.
Added these to the dependency list for consistent builds.
2010-02-20 00:41:12 +01:00
Mark Brand 6ab12f652e fixed compile tests in ./configure of package qt
-fixed compile test for win32-g++
 -removed compile test hacks since compile test works now
 -fixed odbc test for mingw32
 -fixed iconv compile test for win32-g++
 -fix ipv6 detection on win32-g++
 -fix largefile detection on win32-g++
 -fix getaddrinfo detection on win32-g++. Result is still
  negative, apparently correctly.
 -fix opengl  detection on win32-g++
 -removed obsolee opengl error hack
 -improved exempting win32-g++ from XLib test
 -improved zlib treatment when compiling on MAC for win32-g++
 -finished rtti support
 -restored replacement of -lz with -lQtCore4 on ssl.pri
 -specifed "-no-fontcnfig" because this gets enabled now
  by default thanks to working freetype detection.
 -restored -openssl-linked, setting OPENSSL_LIBS and
  zlib fix in ssl.pri. Previous conclusion that these
  were unnecessary was apparently an experimental error.

glib is now detected which I hope is a good thing.
2010-02-19 23:24:55 +01:00
Volker Grabsch 7a4ffb7acc run the ./configure script with bash in package xerces
The reason is a bug in /bin/sh of OpenSolaris:
http://lists.gnu.org/archive/html/mingw-cross-env-list/2010-02/msg00100.html
2010-02-19 20:11:27 +01:00
Volker Grabsch 6bd7bda9b8 improved .hgignore to support symlinked directories 2010-02-19 16:41:15 +01:00
Volker Grabsch 9e4b402825 use $(INSTALL) instead of install in package freeimage 2010-02-19 04:37:27 +01:00
Mark Brand 2d548d4bfb upgrade package vmime to 0.9.1-svn-r534
Fix for invoking bash from bootstrap script.
2010-02-18 02:31:18 +01:00
Volker Grabsch 46d40c81c2 use the correct pg_config tool in package qt 2010-02-20 05:23:09 +01:00
Mark Brand 03dbabd8f4 bugfix: use backquotes instead of $(shell ...) in the build rules of package qt 2010-02-18 09:16:33 +01:00
Mark Brand 902b61d8bc fixed dependencies for the shared psql plugin in package qt
The postgresql library -lpq depends on -lsecure32, -lssl, and so
on. These are static libraries. When we build the psql plugin as
a shared library, linking fails unless we provide the list of
required libraries.

Previously, this was taken care of with a hack in the configure
script. Since that hack is not suitable for an upstream merge
request, I have moved it here.
2010-02-18 01:56:41 +01:00
Mark Brand 4325746a51 revert openssl hacks in configure and use pg_config in package qt 2010-02-17 21:57:56 +01:00
Mark Brand 754f8ef7c3 simplified linking to openssl in package qt
We have been building Qt with "-openssl-linked". A patch was needed to adjust
OPENSSL_LIBS to keep a shared Qt build from failing at the point where
QtNetwork4.dll is linked. The patch is not needed if we use "-openssl" instead.

Because libssl and its dependencies are static libraries in mingw-cross-env,
a simple "-openssl" also causes libssl and dependencies to be embedded
(imported) into QNetwork4.dll, but it does so without requiring the patch.

Details:

The patch solved a problem that is a feature of a specific recipe of
Qt build ingredients:

(1) -shared
(2) -openssl-linked
(3) -qt-zlib

in an environment were:

(4) openssl is static
(5) “system” zlib is static

At least 1-3 are needed to see the problem. I suspect that 4 and 5 are needed as
well.

What I think I understand:

“-shared” means that QtNetwork4.dll will be built, which is the locus of the
problem.

“-openssl-linked” means that libssl and its dependencies are to be embedded in
QtNetwork4.dll. OPENSSL_LIBS supplies the list of dependencies.

“-qt-zlib” means that QtCore4 contains a zlib implementation.

Given this recipe for QtNetwork4.dll, the zlib implementation of “-lz” conflicts
with the zlib implementation of “-lQtCore4”.

The patch removed "-lz" from OPENSSL_LIBS and replaced it with "-lQtCore" in the
same position. Adding "-lQtCore" in this way is not a robust solution. For example,
it will break a debug build.
2010-02-17 16:56:48 +01:00
Volker Grabsch 644262b033 merge 2010-02-20 04:45:09 +01:00
Volker Grabsch 6750ff91bf merge 2010-02-19 04:39:45 +01:00
Volker Grabsch c29ce62e5c install "usr/bin/i686-pc-mingw32-pg_config" instead of "usr/i686-pc-mingw32/bin/pg_config" 2010-02-18 03:03:04 +01:00
Volker Grabsch b5e9d038cc update release notes 2010-02-16 21:54:11 +01:00
Volker Grabsch 48ea4b533e update version of package libgsasl 2010-02-16 21:52:51 +01:00
Volker Grabsch a7cae3a1f7 implemented version recognition for package freeimage 2010-02-16 21:47:03 +01:00
Volker Grabsch 5faa838de4 corrected download URL and version number style of package freeimage 2010-02-16 21:28:49 +01:00
Volker Grabsch 91464c9a5b add missing CR characters to the patch of package freeimage 2010-02-16 21:23:19 +01:00
Mark Brand 456d5a9d68 new package: freeimage 2010-02-16 12:22:34 +01:00
Volker Grabsch 6129e49143 add missing dependency to package librsvg 2010-02-16 11:19:16 +01:00
Volker Grabsch e1ab4466ff changed coding style: make "-i" always the first argument of $(SED) (by Mark Brand) 2010-02-16 04:12:53 +01:00
Volker Grabsch 18316ec7d0 restore all patch headers 2010-02-16 04:07:12 +01:00