Commit Graph

880 Commits

Author SHA1 Message Date
Volker Grabsch cb64a061d1 bugfix: disable X11 support in package gst-plugins-base (by Tony Theodore) 2010-04-08 11:22:39 +02:00
Volker Grabsch 4b39d9e296 simplified #include in test of package qt 2010-03-28 04:16:10 +02:00
Volker Grabsch 1a8f8ac92b check whether the correct Q_OS_* and Q_WS_* macros are set in package qt 2010-03-28 04:15:44 +02:00
Volker Grabsch d0eb0e0c91 bugfix: unset the QMAKESPEC environment variables which causes trouble 2010-03-28 03:19:53 +02:00
Volker Grabsch 8f139affdb bugfix patch for package exiv2
This patch has been provided to upstream:
http://dev.exiv2.org/issues/show/690
2010-03-25 01:26:27 +01:00
Volker Grabsch ab42439c64 update package zlib 2010-03-15 16:10:16 +01:00
Volker Grabsch e15e6b91f3 test program for package sdl_net 2010-03-06 14:15:07 +01:00
Mark Brand 7faf8a1c89 bugfix: phonon backend does not depend on glib and gstreamer in package qt
The configure script assumes that gstreamer is the phonon backend
but ds9 is used for mingw32. This patch fixes this in the configure
script. We now invoke configure with -no-glib and -no-gstreamer.

Also fixed case of GL include directory reference.

Some syntactic improvements suggested upstream.
2010-03-01 00:45:03 +01:00
Mark Brand adbf2733ce do not add QtCore4 to OPENSSL_LIBS for static builds of package qt
I assumed that having -lQtCore4 in OPENSSL_LIBS was harmless for
static Qt. That is false. Although building Qt succeeds, this
also causes an application's makefile generated by qmake to mention
-lQtCore4. For static Qt, the actual library is called "libQtCore.a"
(without the "4"), which caueses linking to fail.

Therefore, I removed this library from OPENSSL_LIBS and included
a reminder for people who want to build shared Qt with qt-zlib.

Also, OPENSSL_LIBS and PSQL_LIBS are probably more than "harmless"
for static Qt. They help qmake generate appropriate makefiles
for applications.
2010-02-26 16:56:01 +01:00
Volker Grabsch ad894eaa63 update version of packages gtk, libpng, openssl and pixman 2010-02-27 15:33:04 +01:00
Volker Grabsch a32fec1ef4 avoid all old 1.2.x versions of package libpng 2010-02-27 13:41:07 +01:00
Volker Grabsch 981a708ff5 merge 2010-02-24 17:42:32 +01:00
Volker Grabsch f55a2550e4 bugfixes for package fribidi 2010-02-24 17:42:11 +01:00
Volker Grabsch adb797f51a new package: fribidi 2010-02-24 15:01:38 +01:00
Volker Grabsch e3dbffbf77 include the API additions of Guillaume Cottenceau for package sdl_pango
The original source of the API additions is:
http://zarb.org/~gc/t/SDL_Pango-0.1.2-API-adds.patch
2010-02-24 14:54:35 +01:00
Volker Grabsch e3534c7d70 new package: libcroco 2010-02-24 13:55:41 +01:00
Volker Grabsch 73bf1eddc0 bugfix for the pkg-config file of package libxml2
The patch is also provided to upstream:
https://bugzilla.gnome.org/show_bug.cgi?id=610937
2010-02-24 13:52:09 +01:00
Volker Grabsch ccaafdf203 new package: libpaper 2010-02-24 12:47:05 +01:00
Volker Grabsch cda13b60a6 merge 2010-02-24 01:35:17 +01:00
Volker Grabsch ab6eceffe3 improved list of projects which use mingw-cross-env 2010-02-24 01:34:47 +01:00
Volker Grabsch f50af1ef5f bugfix: don't use WINAPI in package bzip2 2010-02-23 23:36:18 +01:00
Volker Grabsch 0d10fe470d merge 2010-02-23 18:51:51 +01:00
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