summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf-gnome/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-06-04Create required directories in the depot for pkgviews installation.minskim1-1/+3
2004-02-15bl3ifyjlam1-8/+7
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-09-18Specify the category when including other files and when depending on otherjmmv1-2/+2
packages. From PR pkg/21864 by ccatrian at eml.cc.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-01-16Style fixes, and remove an obsolete BUILDLINK_DEPENDS* line.wiz1-5/+5
2002-11-28avoid picking up gtk-doc - otherwise we'd need an X DISPLAY during builddrochner1-1/+3
2002-09-11Move the USE_BUILDLINK2 definition to the common Makefile as we need tojlam1-4/+4
include buildlink2.mk files from there.
2002-08-28Convert gdk-pixbuf-gnome from buildlink1 to buildlink2, and remove thejlam1-5/+6
special buildlink1 handling in the common Makefile.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
buildlink2.mk files back into the main trunk.
2002-05-11Update gdk-pixbuf and gdk-pixbuf-gnome to 0.17. Changes include:rh1-3/+2
* 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-04-10Move the inclusion of Makefile.common below the definition ofjlam1-3/+4
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-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
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".]
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam1-2/+1
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-09-09Move USE_BUILDLINK_ONLY definition out of Makefile.common and into thejlam1-1/+2
individual package Makefiles.
2001-06-26Use REPLACE_BUILDLINK instead of repeating the post-build same code overjlam1-14/+2
and over again in the pkgsrc tree.
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-6/+4
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-18Regularize fixes to config scripts to use the same code.jlam1-2/+3
2001-06-16Converted to use buildlink.mk files.jlam1-6/+17
2001-06-15Move CPPFLAGS and LDFLAGS settings from ../gdk-pixbuf/Makefile.common tojlam1-1/+4
here. These may not be needed, but we'll keep them here till we can be sure one way or the other.
2001-03-18Update to 0.10.1, which fixes quite a few bugs since 0.9.mjl1-4/+4
2001-03-04Move documentation from "gdk-pixbuf" to "gdk-pixbuf-gnome" package becausetron1-8/+13
the documentation is part of the GNOME documentation. Bump version number of both packages to "0.9.0nb2".
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+3
2000-11-29Actually, we have to depend on gdk-pixbuf-0.9.0nb1, because that'swiz1-2/+2
where gnome part was split off.
2000-11-29Split of gnome-part of gdk-pixbuf, so that not all programs using gdk-pixbufwiz1-0/+19
have to depend on gnome-libs.