summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2004-01-25version.mk no longer defines MESA_VERSION. Put the version number of thejlam3-10/+6
required package in its place. Thanks to Jan Schaumann for diagnosing the problem.
2004-01-25Let build depend on "flex" package as suggested by Georg Schwarz ontron1-2/+2
the "tech-pkg" mailing list.
2004-01-25Add build dependency on perl.kristerw1-1/+2
2004-01-25Fix build problem on NetBSD systems without native pthread support.tron2-1/+26
2004-01-25Regen, missed in previous (hi tron! :-)xtraeme2-4/+6
2004-01-25replace BUILD_DEPENDS m4 and M4 definition with USE_GNU_TOOLS+=m4.grant1-4/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant68-136/+136
2004-01-24Fix Posix Threads locking problem as suggested by Min Sik Kim on thetron1-0/+18
"current-users" mailing list.
2004-01-24Fix Posix Threads locking problem as suggested by Min Sik Kim on thetron3-4/+7
"current-users" mailing list.
2004-01-24Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw1-2/+2
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-24Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw1-2/+2
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-24Missed during update to 1.6.1.93.jmmv1-0/+12
2004-01-24Update to mjpegtools-1.6.1.93. I haven't been able to find a list of changes,jmmv5-55/+83
what I've found from diffing since 1.6.1.90 are mostly bug fixes. While here, disable GTK support, so that we don't get a dependancy on GTK 1 when installing GNOME2. This only removes the 'glav' program anyway, which may be later added in an independant package if needed.
2004-01-24Undo last change, this is the wrong "buildlink2.mk" file.tron1-2/+1
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam13-26/+26
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-24Support BUILDLINK_DEPENDS.<pkg> being a list of values.jlam4-20/+36
2004-01-24If we use the XFree86-supplied GL and GLU libraries, then we are using X11.jlam2-2/+4
2004-01-24Using xpm implies using X11.jlam1-1/+2
2004-01-24Make sure that <freetype/freetype.h> is found. Also if we use thejlam1-1/+3
XFree86-supplied freetype2, then set USE_X11.
2004-01-24Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw1-2/+2
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-24bl3ifyjlam4-7/+48
2004-01-24The mastersite has changed the name of the distfile.kristerw2-5/+6
2004-01-24Include buildlink 2 glue code for "libiconv" package to fix build problemstron1-1/+2
in the "xine-arts" package.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv25-47/+50
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23Move the MESA_VERSION definition from version.mk into Makefile.common, andjlam2-8/+8
don't include version.mk from Makefile.common. version.mk's sole purpose now is to figure out which version of the OpenGL specification is implemented by the XFree86-provided Mesa and to deduce a likely version of Mesa from the OpenGL specification implemented.
2004-01-23Update to 1.3.8.snj2-6/+5
Changes since 1.3.7: * Updated translations for fi, ja, and sv. * Revert to old pageup/down key behavior for main window. * EXIF sidebar state and size are now retained. * Added N key to go to next image, to supplement B for previous image. * Fix selection of next image when deleting current image. * Fix image size display in properties window. * Fix display of file sizes and counts greater than 2 gigabytes. * Fix failure to complete thumbnails after encountering corrupt image. * Fix incorrect name display when creating a folder in the tree view. * Fix clear list crash in find duplicates window when comparing 2 sets. * Fix use of freed memory in thumbnail loader. * Fix invalid utf-8 warning in help window. * Fix output of --help to non-utf-8 terminals. * Grammar and spelling fixes. * Misc. bug fixes. Okayed by wiz.
2004-01-23graphics/gd uses X11, so all packages that link against gd use X11.jlam1-1/+3
2004-01-23graphics/gd requires USE_X11.jlam1-1/+3
2004-01-22The CONFLICTS line is useless here; we depend on a version newer than thejmmv2-6/+2
specified on it.
2004-01-22Fix path to OSS audio device in multiple places. Bump PKGREVISION to 1.jmmv1-1/+10
2004-01-22This package uses xine-lib and we know arts is already installed, so dependjmmv1-1/+3
on xine-arts to get sound support under KDE.
2004-01-22Do not install the esound audio plugin. While here, split the Makefilejmmv3-38/+45
in two parts in preparation for the shortcoming xine-arts and xine-esound packages. Bump PKGREVISION to 3.
2004-01-22USE_GMAKE is not necessary, sorry about the mistakeadam1-2/+1
2004-01-22Do not install example source code, because it does not build correctly ↵adam1-0/+13
(developers can still use the gle distribution)
2004-01-22Changes 3.0.5:adam6-53/+112
- Added documentation and examples Changes 3.0.6: - Ship some files that were missing in 3.0.5 Changes 3.0.7: - Fixes a configure bug, where libglut was not detected Changes 3.1.0: - Added support for alpha blending - Fix minor memory leak
2004-01-22MesaDemos-6.0 fixed linking problemadam3-13/+9
2004-01-22Mesa-6.0 packages now use LIBTOOL and finally buildadam6-78/+14
2004-01-22Mesa-6.0 packages now use LIBTOOL and finally buildadam15-91/+186
2004-01-22Bump PKGREVISION due to librsvg2 and swfdec updates.jmmv1-2/+2
2004-01-22Add and enable librsvg2-gtk2 and swfdec-gtk2.jmmv1-1/+3
2004-01-22Initial import of swfdec-gtk2, version 0.2.1:jmmv3-0/+31
Swfdec is a library for rendering Flash(R) animations and games. It was originally designed as a basis library for creating Flash plugins for GStreamer, but it is a fully standalone library which only use the libart library for drawing. Swfdec is released under the LGPL. This package provides an SWF based pixbuf-loader for GTK.
2004-01-22Do not install the GTK2 pixbuf loader from this package. This makes thisjmmv8-48/+51
package pkgviews friendly WRT module handling. While here, split common parts of Makefile into Makefile.common, in preparation for the shortcoming swfdec-gtk2 package. Bump PKGREVISION to 7.
2004-01-22Initial import of librsvg2-gtk2, version 2.5.0:jmmv3-0/+34
librsvg is Raph's scalable vector graphics library. It provides support for SVG graphics, and is used by the GNOME 2 desktop. This package provides the RSVG pixbuf loader and the RSVG theme engine for the GTK2 toolkit.
2004-01-22Do not install the GTK2 pixbuf loader nor the theme engine from this package.jmmv10-56/+102
This makes this package pkgviews friendly WRT module handling. While here, split common parts of Makefile into Makefile.common, in preparation for the shortcoming librsvg2-gtk2 package. Bump PKGREVISION to 4.
2004-01-22+ php-jpgraphxtraeme1-1/+2
2004-01-22Initial import of php-jpgraph 1.13, packaged by Adrian Portelli viaxtraeme4-0/+436
pkgsrc-wip. JpGraph is an OO class library for PHP (ver >=4.04) JpGraph makes it easy to draw both "quick and dirty" graphs with a minimum of code and complex professional looking graphs which requires a very fine grain of control. The library assigns context sensitive default values for most parameters which helps minimize the learning curve. The only requirement is that the PHP installation needs to have the GD library setup correctly (most PHP installations do).
2004-01-22bl3ifyjlam2-12/+35
2004-01-22buildlink3.mk file for netpbmjlam1-0/+19
2004-01-22bl3ifyjlam1-4/+6
2004-01-21On IRIX systems, assume that Xpm is built-in.jlam1-1/+3