summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv3-5/+5
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-29/+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-05-09No longer used.snj1-44/+0
2004-04-25s/USE_X11BASE/USE_X11/ in graphics/gdk-pixbuf. Bump PKGREVISION.xtraeme1-3/+3
2004-04-11Add missing BUILDLINK_CPPFLAGS as was present in bl2, needed to buildxtraeme1-1/+3
some apps.
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-7/+10
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-17enable pkgviews for this pkgdmcmahill1-1/+3
2004-02-15bl3ifyjlam2-7/+27
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
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-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-23s/packages@/tech-pkg@/gjschauma1-2/+2
(Forgot the last time we did this. Pointed out by Sergey Svishchev (svs at ropnet dot ru))
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-01-15Update to 0.22. Remove dependency on auto* by adding patches for thewiz6-118/+70
generated files. (Not portability) changes since 0.18: * Made the GIF loader handle animations with frames whose bounds go outside of the base image's bounds (Federico). * Made the GIF loader handle zero-sized frames that GifBuilder and similar crap spits sometimes (Federico). * The PNM loader doesn't abort() anymore if it cannot allocate memory (Federico). * Fixed a g_object_unref() -> gdk_pixbuf_unref() thinko (Federico). * Merged the patch from Red Hat Linux 8.0 to fix the crash on corrupted/short GIFs - Ximian 29040 (patch by Elliot Lee). * Fixed the RGB 565 LSB -> MSB case in gdk-pixbuf-drawable - 79463 (Federico). * Fixed the update region notification in the BMP loader (Federico). * Merged the BMP loader changes from GTK+ HEAD -- check all reallocs, fix 16bpp BI_RGB thinko, properly handle BI_RLE4 and skips and jumps (changes by Matthias Clasen). * Merged the ICO loader changes from GTK+ HEAD (changes by Matthias Clasen). * Merged changes from gtk+/gdk-pixbuf HEAD into the JPEG loader -- fixes CMYK JPEG problems (changes by Matthias Clasen).
2002-10-20Regen: rearrange patch-aa to keep solaris9's patch happy.bouyer1-2/+2
2002-10-20Rearrange patch-aa to keep Solaris9's patch happy.bouyer1-7/+9
2002-10-17regen patch, so that it should work on Solaris. Addresses PR 18640.wiz2-5/+4
2002-10-08Unused.wiz1-95/+0
2002-10-02Use automake.mk and autoconf.mk.wiz1-8/+8
2002-09-23Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location ofjlam1-2/+4
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg> variables whose values are appended to CPPFLAGS, which are automatically passed to the configure and build processes. BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are now told that the software may be found where it really is installed, not in ${BUILDLINK_DIR} as was the case with buildlink1. Eventually, these variables will be declared unsupported by buildlink2.
2002-09-11buildlink2.mk files don't need to symlink *Conf.sh files.jlam1-3/+1
2002-09-11Move the USE_BUILDLINK2 definition to the common Makefile as we need tojlam2-6/+5
include buildlink2.mk files from there.
2002-09-02-make this build if gnome libs are installeddrochner3-7/+8
-being here, update to 0.18.0 changes: * Fixed the RGB 565 MSB -> MSB case in gdk-pixbuf-drawable - #79190 * Fixed alignment issues in the BMP loader - #84083 (Federico). * Merged pixops.c from GTK+ HEAD as of 2002/Jun/18 (Federico).
2002-08-28Convert gdk-pixbuf-gnome from buildlink1 to buildlink2, and remove thejlam1-8/+1
special buildlink1 handling in the common Makefile.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam10-30/+69
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-07-19Work around a gcc-2.95.3/m68k optimization bug, reported by Klaus Heinzfredb2-1/+33
in PR pkg/17553.
2002-05-14Add a missing SPACE, which was gone in the last commit and would result inveego1-2/+2
build errors due to two -I's with no space between them.
2002-05-14Make sure that include files appear under well known locations in thetron1-1/+6
buildlink directory. This fixes build problems in e.g. the "gnome-games" package.
2002-05-12Add an explicit dependency on autoconf-2.13. This closes PR 16764 byrh1-1/+2
<jaco@teaser.fr>
2002-05-11Update gdk-pixbuf and gdk-pixbuf-gnome to 0.17. Changes include:rh6-50/+85
* 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-03-15Remove reduntant setting of PKGREVISION.fredb1-2/+1
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb3-4/+6
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-02-27Change the way in which the autotools are invoked to match the example injlam1-2/+4
Packages.txt. This seems to prevent a recompilation of most of the libraries during the installation phase.
2002-02-27* We use automake, so we must patch configure.in, not configure.jlam3-15/+32
* Fix the path to the rgb.txt file, which wasn't being set properly due to x11-links.
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam1-2/+1
to list them both when we listing just automake will do.
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-3/+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-09-30Update gdk-pixbuf and gdk-pixbuf-gnome to 0.11.0. Changes are:rh2-5/+5
* 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-22Fix typo (gkd-pixbuf --> gdk-pixbuf). Overriding the dependency patternjlam1-3/+3
variable BUILDLINK_DEPENDS.gdk-pixbuf in gqview now works properly.
2001-09-22gdk-pixbuf uses GTK+ librariesjlam1-1/+2
2001-09-09Move USE_BUILDLINK_ONLY definition out of Makefile.common and into thejlam2-3/+3
individual package Makefiles.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-1/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.