summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf-gnome
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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-06-04Create required directories in the depot for pkgviews installation.minskim1-1/+3
2004-05-04Unused.wiz1-22/+0
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-5/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-15Initial buildlink3.mk for gdk-pixbuf-gnome.jlam1-0/+19
2004-02-15bl3ifyjlam1-8/+7
2004-01-03Bump package revisions for tiff update.reed2-4/+4
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-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-01-16Style fixes, and remove an obsolete BUILDLINK_DEPENDS* line.wiz1-5/+5
2003-01-16Fix PLIST after last update (hi wiz!)rh1-24/+1
2002-11-28avoid picking up gtk-doc - otherwise we'd need an X DISPLAY during builddrochner1-1/+3
2002-10-08Unused.wiz1-52/+0
2002-09-11Move the USE_BUILDLINK2 definition to the common Makefile as we need tojlam1-4/+4
include buildlink2.mk files from there.
2002-09-02Fix PLIST after 0.18.0 update. Sort.wiz1-10/+13
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 havejlam4-3/+25
buildlink2.mk files back into the main trunk.
2002-05-11Update gdk-pixbuf and gdk-pixbuf-gnome to 0.17. Changes include:rh3-8/+12
* 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 updatefredb2-4/+5
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-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-10-01Add buildlink.mkrh1-0/+50
2001-09-30Update gdk-pixbuf and gdk-pixbuf-gnome to 0.11.0. Changes are:rh1-6/+2
* 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-09Move USE_BUILDLINK_ONLY definition out of Makefile.common and into thejlam1-1/+2
individual package Makefiles.
2001-08-16Let gdk-pixbuf and gdk-pixbuf-gnome share distinfo.wiz1-6/+0
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-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-18Update to 0.10.1, which fixes quite a few bugs since 0.9.mjl2-13/+13
2001-03-04Move documentation from "gdk-pixbuf" to "gdk-pixbuf-gnome" package becausetron2-9/+57
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.wiz2-2/+3
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
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.
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-pixbufwiz4-0/+43
have to depend on gnome-libs.