summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-19Regen.jlam1-2/+2
2001-06-19It's ${BUILDLINK_DIR}/lib, not ${BUILDLINK_LIBDIR}.jlam1-3/+3
2001-06-19Mirror changes in libungif/Makefilejlam1-2/+4
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam3-3/+8
2001-06-18Convert to use buildlink.mk fileszuntum1-17/+7
2001-06-18Convert to use buildlink.mk files.jlam3-9/+23
2001-06-18Mark gdk-pixbuf and gdk-pixbuf-gnome as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-18Mark these packages as USE_BUILDLINK_ONLY.jlam3-11/+9
2001-06-18Instead of explicitly including ${includedir} in header search path,jlam3-13/+10
just use Mesa's buildlink.mk file to handle all possible combinations of XFree86 versions and xpkgwedge installations.
2001-06-18Update avifile-devel to 0.6.20010618zuntum2-4/+4
* a lot of fixes in asf parsing code - finally we are able to correctly detect end of file * redesigned and simplified event handling in aviplayer * a-v sync is now 100% better then it ever was * maximize return to its previous size when switching of fullscreen * hopefully fixed problem with mpg sound which could occasionaly get broken * GUI updates * added keys '[', ']' to modify a-v sync - (adds, subs 0.1 sec) * UNIQUE frame-dropping technique - now even very slow computers could be used to was movies in sync !!!!
2001-06-18Regularize fixes to config scripts to use the same code.jlam2-4/+6
2001-06-18Add ${includedir} aka $(PREFIX)/include to make it work with xpkgwedge.veego2-7/+11
2001-06-17Rename xpm-{1,2} to xpm-{x11base,localbase} to be more informative.jlam1-14/+14
2001-06-17Define USE_MESA if this file is included and remove unused MESA_REQD.jlam1-20/+19
Also rename Mesa-{1,2} to Mesa-{x11base,localbase} to be more informative.
2001-06-17Use HAVE_BUILTIN_GLU from <bsd.prefs.mk> to exclude the dependency for gluveego1-3/+8
on XFree86 4.1.0, which now comes with this library. Bump the version number for this package to ${DISTNAME}nb1 (3.4.2nb1).
2001-06-16Converted to use buildlink.mk files.jlam1-14/+18
2001-06-16Regen.jlam1-2/+3
2001-06-16Refer to glib-config as $GLIB_CONFIG in configure script, and add X_LDFLAGSjlam1-83/+49
variable for X libraries linker flags.
2001-06-16Use gtk-config, not @GTK_CONFIG@ to avoid putting buildlink referencesjlam1-0/+25
in config script. Also add X_LDFLAGS for X libraries linker flags.
2001-06-16Converted to use buildlink.mk files.jlam4-14/+48
2001-06-16Convrt to use buildlink.mk.jlam3-15/+15
2001-06-16Use ${XARGS}, not find/-execjlam1-2/+2
2001-06-16Add buildlink.mk files for use by other packages.jlam4-0/+171
2001-06-16add & enable avifile-develzuntum1-1/+2
2001-06-16Initial import of avifile-devel 20010616zuntum4-0/+141
An MPEG-4 (aka DivX) player library built around the Windows binaries, that does not need Wine. There is also a xmps plugin you can build (manually). This package is based on avifile-0.6 source from CVS as of 20010616
2001-06-16add & enable aplazuntum1-1/+2
2001-06-16Initial import of apla-1.0zuntum4-0/+36
apla is temporary replacement for aviplay player. It uses avifile library. If you have slow CPU/framebuffer you can try -s option to reduce count of frames displayed (all frames have to be decoded in most video formats though). Using 16 bit video mode may help as well. Absolutely mandatory for optimal performance is use of write-combining access to framebuffer memory on i386 hardware, see memconfig(8). This great program was written by Witold J. Wnuk <w.wnuk@zodiac.mimuw.edu.pl> Thanks Witold!
2001-06-15A buildlink.mk file for use by other packagesjlam1-0/+37
2001-06-15Use buildlink.mk files to get dependencies, CPPFLAGS, and LDFLAGS forjlam1-6/+5
png, tiff, and jpeg. Remove the now unneeded explicit CPPFLAGS and LDFLAGS settings.
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-06-14added support to fix the path to perl.kei3-2/+18
It seems that we need more generic way to replace the symbols (e.g. paths) in the various files.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam4-10/+7
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam18-40/+26
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam4-16/+8
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-11Use bsd.buildlink.mk instead of duplicating code all over the place.jlam5-232/+70
2001-06-10Update to 1.5.5mjl2-5/+5
Reset reduce_to_gray and it_is_opaque flags prior to processing each image. Enable removal of safe-to-copy chunks that are being handled as unknown Added 262 to the length of uncompressed data when calculating required_window_size, to account for zlib/deflate implementation. Added "-bit_depth n" to the help screen. Call png_set_packing() when increasing bit_depth to 2 or 4. Added warning about not overwriting an existing tRNS chunk. Reduced the memory usage Write 500K IDAT chunks even when system libpng is being used. Ignore all-zero gAMA and cHRM chunks, with a warning. Added "-loco" option (writes MNG files with filter_method 64) "-dir" and "-ext" options are no longer mutually exclusive, e.g.: pngcrush -loco -dir Crushed -ext .mng *.png Added "-iccp" option Increased the zlib memory level to 9, which improves compression Enabled the "-max max_idat_size" option, even when max_idat_size exceeds the default 1/2 megabyte size. Added missing "png_ptr" argument to png_error() call Revised the "-help" output slightly and improved the "-version" output. The "-already[_crushed]" option is now ignored if the "-force" option is present or if chunks are being added, deleted, or modified. Improved "things_have_changed" behavior (now, when set in a particular file, it is not set for all remaining files)
2001-06-10Use cookies (.*_done) to determine whether headers and libs have beenjlam5-37/+67
linked from a particular package, and add a pre-configure target to the buildlink.mk file to more painlessly use buildlink.mk files. A ${BUILDLINK_TARGETS} variable still exists in case a package _must_ define NO_CONFIGURE.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam3-9/+3
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-09' ' -> '\t'wiz1-2/+2
2001-06-09' '->'\t'wiz3-6/+6
2001-06-09Solve problem caused by "xpkwedge" support showing up under Solaris in atron2-11/+12
better way. Patch supplied by Johnny C. Lam in private e-mail.
2001-06-08Fix path of include files on systems using OpenWindows.tron2-3/+9
2001-06-08Don't shift graphics higher, which makes them drop off the page in letterwiz2-15/+1
style. pkg/13056 by Ben Wong.
2001-06-08Fix broken "xpkwedge" patch which unconditionally modifiestron2-8/+10
"USRLIBDIRPATH" causing build problems under Solaris.
2001-06-07Add conflict with freetype<1.3.1 to freetype-lib and freetype-utils.jlam1-1/+3
Fixes pkg/13084 by Bill Squier <groo@old-ones.com>.
2001-06-02Add support for ACER ScanPrisa 620ST.tron2-1/+14
2001-05-31Ignore pthread.h even if found.skrll2-1/+15
This fixes pkg/13025 from Greg A. Woods <woods@weird.com>
2001-05-31Remove "ftp.mesa3d.org" from master list because it is an alias name fortron3-9/+6
"download.sourceforge.net" these days.