Trim configure options to reflect new defaults.
Make i18n package conflict/replace. Not my first choice.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33506
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
libwxgtk wxGTK runtime shared libraries, including selected
contrib libs.
libwxgtk wxGTK runtime shared libraries, including selected
contrib libs.
-libwxgtk-dev extra files and static libs for building wxGTK apps
+libwxgtk-dev extra files required for building wxGTK apps
libwxgtk-dbg wxGTK libraries built with -g and __WXDEBUG__
libwxgtk-python Python binding to wxGTK (from 2.2.3 onward, this
libwxgtk-dbg wxGTK libraries built with -g and __WXDEBUG__
libwxgtk-python Python binding to wxGTK (from 2.2.3 onward, this
wx-i18n message catalogs for native language support
wx-i18n message catalogs for native language support
+ Note that static libraries are no longer supplied in these
+ packages. Please read, or have understood:
+ http://people.redhat.com/drepper/no_static_linking.html
+ among others before reporting this as a bug.
+
The following binaries can be built from the source package
with the mingw32 cross compiler, but are not currently
distributed by Debian. If you feel that should change,
The following binaries can be built from the source package
with the mingw32 cross compiler, but are not currently
distributed by Debian. If you feel that should change,
+wxwidgets2.5 (2.5.5.1) unstable; urgency=low
+
+ * Last chance.
+ * Conflict with wxwin2.4-i18n. Due to inertia, it really
+ does. Sorry if you are not a gringo and want both 2.4 and
+ 2.5 apps localised on the same machine. Maybe for 2.6.1.
+ Bitch upstream if you want it fixed.
+ * Don't package the static libs anymore for wxGTK.
+ Blame drepper for encouraging their obsolescence If you dare.
+ * Trim the configure options to reflect the new defaults.
+
+ -- Ron Lee <ron@debian.org> Mon, 11 Apr 2005 22:43:58 +0930
+
wxwidgets2.5 (2.5.4.0) unstable; urgency=low
* Experimental snapshot.
wxwidgets2.5 (2.5.4.0) unstable; urgency=low
* Experimental snapshot.
* Fixes lack of version checking in wxPython examples.
Closes: #287772
* Fixes FTBFS on ppc. Closes: #285186
* Fixes lack of version checking in wxPython examples.
Closes: #287772
* Fixes FTBFS on ppc. Closes: #285186
+ * Enable gnomeprint, Closes: #284943 satisfactorily I hope.
-- Ron Lee <ron@debian.org> Sun, 13 Feb 2005 16:52:38 +1030
-- Ron Lee <ron@debian.org> Sun, 13 Feb 2005 16:52:38 +1030
Package: wx=V-i18n
Architecture: all
Section: libs
Package: wx=V-i18n
Architecture: all
Section: libs
-Conflicts: wx-i18n, wxwin-i18n
-Replaces: wx-i18n, wxwin-i18n
+Conflicts: wx-i18n, wxwin-i18n, wx2.4-i18n
+Replaces: wx-i18n, wxwin-i18n, wx2.4-i18n
Provides: wx-i18n
Description: wxWidgets Cross-platform C++ GUI toolkit (i18n support)
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
Provides: wx-i18n
Description: wxWidgets Cross-platform C++ GUI toolkit (i18n support)
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
set -e
update-alternatives --install /usr/bin/wx-config wx-config /usr/lib/wx/config/gtk2-unicode-release-=V 80
set -e
update-alternatives --install /usr/bin/wx-config wx-config /usr/lib/wx/config/gtk2-unicode-release-=V 80
-update-alternatives --install /usr/bin/wx-config wx-config /usr/lib/wx/config/gtk2-unicode-release-=V-static 75
set -e
update-alternatives --remove wx-config /usr/lib/wx/config/gtk2-unicode-release-=V
set -e
update-alternatives --remove wx-config /usr/lib/wx/config/gtk2-unicode-release-=V
-update-alternatives --remove wx-config /usr/lib/wx/config/gtk2-unicode-release-=V-static
# Build directories:
objdir_gtk_shared = objs_gtk_sh
# Build directories:
objdir_gtk_shared = objs_gtk_sh
-objdir_gtk_static = objs_gtk_st
objdir_gtk_debug = objs_gtk_d
objdir_gtk_install = objs_gtk_install
objdir_doc_cruft = objs_doc_con
objdir_gtk_debug = objs_gtk_d
objdir_gtk_install = objs_gtk_install
objdir_doc_cruft = objs_doc_con
objdir_msw_dbg = objs_msw_d
objdir_msw_install = objs_msw_install
objdir_msw_dbg = objs_msw_d
objdir_msw_install = objs_msw_install
-objdirs = $(objdir_gtk_shared) $(objdir_gtk_static) $(objdir_gtk_debug) \
- $(objdir_gtk_install) \
+objdirs = $(objdir_gtk_shared) $(objdir_gtk_debug) $(objdir_gtk_install) \
$(objdir_doc_cruft) $(objdir_doc) $(objdir_examples) \
$(objdir_msw_shared) $(objdir_msw_static) $(objdir_msw_dbg) \
$(objdir_msw_install)
$(objdir_doc_cruft) $(objdir_doc) $(objdir_examples) \
$(objdir_msw_shared) $(objdir_msw_static) $(objdir_msw_dbg) \
$(objdir_msw_install)
# Build stamps:
build_arch_stamps = build-gtk-shared-stamp build-gtk-shared-contrib-stamp \
# Build stamps:
build_arch_stamps = build-gtk-shared-stamp build-gtk-shared-contrib-stamp \
- build-gtk-static-stamp build-gtk-static-contrib-stamp \
build-gtk-debug-stamp build-gtk-debug-contrib-stamp \
build-i18n-stamp build-gtk-py-stamp
build-gtk-debug-stamp build-gtk-debug-contrib-stamp \
build-i18n-stamp build-gtk-py-stamp
--cache-file=$(config_cache) \
--with-flavour=$(DEBIAN_WXFLAVOUR) \
--with-gtk \
--cache-file=$(config_cache) \
--with-flavour=$(DEBIAN_WXFLAVOUR) \
--with-gtk \
- --enable-unicode \
- --with-opengl \
--with-zlib=sys \
--with-libjpeg=sys \
--with-libpng=sys \
--with-zlib=sys \
--with-libjpeg=sys \
--with-libpng=sys \
- --with-libtiff=sys \
- --with-gnomeprint \
- --enable-dynamic-loader \
- --enable-std_iostreams
touch $@
build-gtk-shared-stamp: configure-gtk-shared-stamp
touch $@
build-gtk-shared-stamp: configure-gtk-shared-stamp
cd $(objdir_gtk_shared) && $(FAST_MAKE)
touch $@
cd $(objdir_gtk_shared) && $(FAST_MAKE)
touch $@
-configure-gtk-static-stamp:
- dh_testdir
- mkdir -p $(objdir_gtk_static)
- cd $(objdir_gtk_static) \
- && ../configure --prefix=/usr \
- --cache-file=$(config_cache) \
- --with-flavour=$(DEBIAN_WXFLAVOUR) \
- --with-gtk \
- --enable-unicode \
- --with-opengl \
- --disable-shared \
- --with-zlib=sys \
- --with-libjpeg=sys \
- --with-libpng=sys \
- --with-libtiff=sys \
- --with-gnomeprint \
- --enable-dynamic-loader \
- --enable-std_iostreams
- touch $@
-
-build-gtk-static-stamp: configure-gtk-static-stamp
- dh_testdir
- cd $(objdir_gtk_static) && $(FAST_MAKE)
- touch $@
configure-gtk-debug-stamp:
dh_testdir
configure-gtk-debug-stamp:
dh_testdir
--cache-file=$(config_cache) \
--with-flavour=$(DEBIAN_WXFLAVOUR) \
--with-gtk \
--cache-file=$(config_cache) \
--with-flavour=$(DEBIAN_WXFLAVOUR) \
--with-gtk \
- --enable-unicode \
- --with-opengl \
--enable-debug \
--with-zlib=sys \
--with-libjpeg=sys \
--with-libpng=sys \
--enable-debug \
--with-zlib=sys \
--with-libjpeg=sys \
--with-libpng=sys \
- --with-libtiff=sys \
- --with-gnomeprint \
- --enable-dynamic-loader \
- --enable-std_iostreams
touch $@
build-gtk-debug-stamp: configure-gtk-debug-stamp
touch $@
build-gtk-debug-stamp: configure-gtk-debug-stamp
#cd $(objdir_gtk_shared)/contrib/utils/wxrcedit && $(FAST_MAKE)
touch $@
#cd $(objdir_gtk_shared)/contrib/utils/wxrcedit && $(FAST_MAKE)
touch $@
-build-gtk-static-contrib-stamp: build-gtk-static-stamp
- dh_testdir
- cd $(objdir_gtk_static)/contrib/src && $(FAST_MAKE)
- touch $@
build-gtk-debug-contrib-stamp: build-gtk-debug-stamp
dh_testdir
build-gtk-debug-contrib-stamp: build-gtk-debug-stamp
dh_testdir
dh_install $(objdir_gtk_install)/lib/libwx_*.so.* usr/lib
install-gtk-dev: DH_OPTIONS=-p$(package_gtk_dev)
dh_install $(objdir_gtk_install)/lib/libwx_*.so.* usr/lib
install-gtk-dev: DH_OPTIONS=-p$(package_gtk_dev)
-install-gtk-dev: build-gtk-static-stamp build-gtk-static-contrib-stamp install-gtk-shared-stamp
+install-gtk-dev: install-gtk-shared-stamp
dh_testdir
dh_testroot
dh_clean -k
dh_testdir
dh_testroot
dh_clean -k
dh_install $(objdir_gtk_install)/lib/libwx_*.so usr/lib
dh_install $(objdir_gtk_install)/lib/wx/include usr/lib/wx
dh_install $(objdir_gtk_install)/lib/wx/config/gtk* usr/lib/wx/config
dh_install $(objdir_gtk_install)/lib/libwx_*.so usr/lib
dh_install $(objdir_gtk_install)/lib/wx/include usr/lib/wx
dh_install $(objdir_gtk_install)/lib/wx/config/gtk* usr/lib/wx/config
- dh_install $(objdir_gtk_static)/lib/libwx*.a usr/lib
- dh_install $(objdir_gtk_static)/lib/wx/include usr/lib/wx
- dh_install $(objdir_gtk_static)/lib/wx/config/gtk* usr/lib/wx/config
install-gtk-dbg: DH_OPTIONS=-p$(package_gtk_dbg)
install-gtk-dbg: build-gtk-debug-stamp build-gtk-debug-contrib-stamp
install-gtk-dbg: DH_OPTIONS=-p$(package_gtk_dbg)
install-gtk-dbg: build-gtk-debug-stamp build-gtk-debug-contrib-stamp
will be preferred, but any type may match in the absence of a stricter
specification. Static linking is mainly useful still for cross ports
not natively supported by Debian, and can be hazardous in conjunction
will be preferred, but any type may match in the absence of a stricter
specification. Static linking is mainly useful still for cross ports
not natively supported by Debian, and can be hazardous in conjunction
+with the gtk toolkits. Note that static libraries are no longer supplied
+in the wxGTK packages any more.
.SS Compiler options
These options generate output required to build an application using
.SS Compiler options
These options generate output required to build an application using