Commit graph

23 commits

Author SHA1 Message Date
rh
4e687431bf Update gdk-pixbuf and gdk-pixbuf-gnome to 0.17. Changes include:
* Merged the endianness conversion fixes from the GDK version into the
  Xlib version; oops (Federico).

* Merged fixes from GTK+ 2.0

* Minor documentation improvements (Federico).

* Fixed endianness conversion in the 16-bit gdk-pixbuf-drawable
  functions (Federico).

* Minor fixes for the IBM/AIX compiler (Christian Schaller).

* The image loaders are now linked against the pixbuf and GTK+
  libraries so that the Python bindings work (Johan Dahlin).

* Backported the BMP loader from GTK+ 1.3 (Federico).

* Added support for BI_BITFIELDS coding to the BMP loader [Ximian bug
  #12125] (Federico).

* Fixed stupid bug in the ICO loader.  ICO pixbufs should always have
  an alpha channel [Ximian bug #11224].  (Federico)

* Slight tweaks to the documentation Makefile.  (Federico)

* Added support for 16-bpp BMPs and ICOs (Federico).

* Added support for 32-bpp ICOs (Federico).

* Use the correct visual and colormap for the pixbuf-demo widgets

* Install the headers in a versioned directory so that they don't
  collide with the GNOME 2 platform (Havoc).
2002-05-11 11:56:58 +00:00
jlam
7acc16dcb7 Move the inclusion of Makefile.common below the definition of
USE_BUILDLINK_ONLY so that the buildlink.mk files included by
Makefile.common will trigger the correct Makefile logic.  Also strongly
buildlinkify while I'm here.
2002-04-10 01:32:22 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
f25f9d2824 bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
2001-10-03 22:36:37 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
rh
af05a91fc3 Add buildlink.mk 2001-10-01 06:57:25 +00:00
rh
19a51fb6b8 Update gdk-pixbuf and gdk-pixbuf-gnome to 0.11.0. Changes are:
* Made the GdkPixbufLoader headers usable by C++ compilers by
    replacing "private" with "priv"

  * Replaced the documentation Makefile with one similar to that in GTK+
    HEAD
2001-09-30 21:17:58 +00:00
jlam
99c293f270 Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
2001-09-09 03:37:00 +00:00
wiz
9f7c3122d1 Let gdk-pixbuf and gdk-pixbuf-gnome share distinfo. 2001-08-16 22:19:08 +00:00
jlam
31d1b3af60 Use REPLACE_BUILDLINK instead of repeating the post-build same code over
and over again in the pkgsrc tree.
2001-06-26 16:30:55 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
jlam
8f39419491 Regularize fixes to config scripts to use the same code. 2001-06-18 20:49:00 +00:00
jlam
259afe8a04 Converted to use buildlink.mk files. 2001-06-16 19:51:51 +00:00
jlam
d2dc7915ee Move CPPFLAGS and LDFLAGS settings from ../gdk-pixbuf/Makefile.common to
here.  These may not be needed, but we'll keep them here till we can be
sure one way or the other.
2001-06-15 08:29:37 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
mjl
a939347756 Update to 0.10.1, which fixes quite a few bugs since 0.9. 2001-03-18 04:33:53 +00:00
tron
74fdb36d0a Move documentation from "gdk-pixbuf" to "gdk-pixbuf-gnome" package because
the documentation is part of the GNOME documentation. Bump version number
of both packages to "0.9.0nb2".
2001-03-04 18:27:34 +00:00
wiz
a2a4d06c6f Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:22:13 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
wiz
ac70939dc0 Actually, we have to depend on gdk-pixbuf-0.9.0nb1, because that's
where gnome part was split off.
2000-11-29 17:26:48 +00:00
wiz
3bed978472 Split of gnome-part of gdk-pixbuf, so that not all programs using gdk-pixbuf
have to depend on gnome-libs.
2000-11-29 17:23:53 +00:00