summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2001-08-19It's AVIFILE_CONFIG, not AVIFILE-DEVEL_CONFIG what needs to be passedzuntum1-4/+4
to MAKE_ENV and CONFIGURE_ENV Not apla gets AVIFILE_CONFIG via MAKE_ENV and uses it, doesn't have to fall back to ${LOCALBASE}/bin/avifile-config as specified in AVIFILE_CONFIG?= in apla's Makefile.
2001-08-19o move files that build only when qt is enabled to separate file - pkg/PLIST.qt,zuntum4-23/+33
and use this file *in addition to pkg/PLIST* when AVIFILE_WITH_QT is set to "YES" # it would be more logical to set PLIST_SRC to PLIST first and then add PLIST.qt to it, # but @dirrm lib/avifile-0.6 will fail while processing pkg/PLIST, # because the directory still contains files (they are listed in PLIST.qt) and isn't empty, # thus can't be removed o rename "WITH_QT" to "AVIFILE_USE_QT", and add this variable to mk.conf.example o reorder things in Makefile so we don't have to check AVIFILE_USE_QT twice Should fix pkg/13750 by Matthias Scheler <tron@netbsd.org>
2001-08-19XFree86 4.x has freetype2 built-in, but it doesn't have freetype-config scriptzuntum1-1/+2
that exists in 3.3.6. There's a workaround for this in freetype2 package that creates freetype-config script in ${BUILDLINK_DIR}/bin so the packages can find it, but this doesn't work when package that wants to use freetype-config doesn't .include freetype's buildlink.mk directly, but pulls in freetype2 dependency by including the buildlink of another package (which depends on freetype2).
2001-08-19Simplify things: when deciding whether to use qt2 or not, only checkzuntum1-5/+3
if the WITH_QT is defined, don't check its value.
2001-08-17Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} injlam1-5/+1
MAKE_ENV as they are now added by the buildlink files themselves.
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam6-12/+18
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-08-16Let gdk-pixbuf and gdk-pixbuf-gnome share distinfo.wiz2-8/+2
2001-08-16Use USE_XPM instead of DEPENDS for xpm for XF4 users.wiz1-2/+2
[Should be buildlinked instead, but some dependencies are still missing.]
2001-08-16Add and enable fehrh1-1/+2
2001-08-16Initial import of feh-1.0.1, an advanced image viewer.rh6-0/+103
2001-08-16Add and enable imlib2rh1-1/+2
2001-08-16Initial import of imlib2-1.0.3, an image manipulation library (therh6-0/+178
successor to imlib).
2001-08-15fix description - this package is just a meta package that pulls in stuff.hubertf1-8/+2
2001-08-14Update avifile-devel to 0.6.20010814zuntum3-17/+12
2001/08/13 * Huge update in AviPlayer class - moving towards much easier runtime configuration - everything should be fully modifiable in runtime (For now you could at least switch renderer (x11 & xv) but note the whole replacement is usually without soundskip!) * fixed ASF parsing (Ann Lee - Two Times.asf) * skip to next key frame is not performed if the last one passed * added ordering of decoders - for now its still not that easy to select codec - but you could do it. * player shows the time of seek bar, as obviously user wants to know to which time he is seeking * fixed couple gcc3.0 things o remove post-patch target -- my avifile-config.in fix has been applied o fix libmjpeg* entries in PLIST
2001-08-14Update librsvg to 1.0.1. Changes are bugfixes only.rh3-7/+7
2001-08-13Autoconf apparently no longer uses "ltconfig" to configure libtool. As arh1-1/+2
workaround, create a dummy "ltconfig" for the buildlink autoconf to pick up. Fixes a build problem with buildlink-x11 and xpgwedge pointed out in private mail by David Brownlee <abs@netbsd.org> XXX: in the long run, the buildlink autoconf macros probably need to be updated and fixed to prevent similar problems in other packages.
2001-08-13Update imlib to 1.9.11. Changes are bugfixes and the addition of man pagesrh8-77/+56
2001-08-12Add & enable gfractzuntum1-1/+2
2001-08-12Initial import of gfract-0.21zuntum6-0/+396
Gfract is a GTK-based fractal program that currently implements the standard Mandelbrot and Julia sets. It features infinite image size with infinite anti-aliasing if you have the memory for it (well, at least 2^31 x 2^31 image sizes), Julia instant preview mode and PNG support. For palette files it uses the same format as Fractint does. Package provided by Ben Collver <collver@linuxfreemail.com> in pkg/13696
2001-08-12Use $GLIB_CONFIG in configure script, not "glib-config"jlam2-1/+17
2001-08-10Update MASTER_SITESzuntum1-2/+2
2001-08-10Update avifile-devel to 0.6.20010810zuntum4-46/+58
Sorry, aviplay still does not work as expected. Please use "apla" package from graphics category. Changes: 2001/08/08 * large set of various minor improvments in configure and autogen.sh * much better library versioning * ffmpeg CVS update * renamed few programs qtrecompress -> avirecompress qtvidcap -> avicap benchmark -> avibench 2001/08/04 * decoding ALaw & uLaw audio tracks * using AC3 decoding from FFMPEG (seems to there are few modified ac3 libraries available - mplayer seem to be using different version - probably heavily optimized - but as it doesn't take to much CPU we stay with the current version for a moment - API seems to be differnet * autoquality implemeneted into OpenDivX (or should I say ClosedDivX :) anyway this code is about 25% faster and it works with autoquality * during cleaning bugs and improving functionality of benchmark fixed some bug in detection of Eof in Avi stream * benchmark will now give also similar number as you could get from benchmarking mplayer (just to be sure we are still faster :) for now with -direct -yuv - but buffered mode seems to be slower - maybe there is something on the fastmemcpy... * renderer disables mouse after 1sec of inactivity in aviplayer window 2001/08/04 * fixed problem with 0 frame numbering actual information about the current frame are available after ReadFrame (e.g. Time, Position,...) * huge set of improvements in qtrecompress - now it really works (with few filters which are not available in VirtualDub :)) 2001/08/03 * subtitle code update (support for SAMI - .smi) * cleanup of various makefiles (suggest by some users) * Debian package slightly modified
2001-08-10Sodipodi is an open source vector graphics drawing program using SVG as ↵manu1-1/+2
native format
2001-08-10Open source vector graphics drawing program using SVG as native formatmanu5-0/+270
2001-08-10Add ftp://ftp.mostang.com/pub/sane/old-versions/ to allow successfuldavid1-1/+2
downloads when the current distfile is obsoleted.
2001-08-09Fix runtime library path problem on systems where "xpkwedge" is nottron2-6/+6
installed.
2001-08-09Include "png" buildling glue code to fix build problem.tron1-1/+2
2001-08-09Remove patches obsoleted by update to version 3.2.3.4.tron2-108/+0
2001-08-09Update to 3.2.3d, provided by Jim Bernard in pkg/13325.wiz6-314/+859
Extract of changes since 3.2.3: o Lots of new libraries (UML objects, knitting symbols, network devices, Chen's model of Entity Relations, widgets, aircraft, maps, chemical process flowshooets, PMOS&NMOS FET, and others) o Object library now shows icons of all objects. The size of the icons is selectable from 40 pixels to 120 via a pulldown menu and resource (Fig.library_icon_size). The the old "list" view is also available. o Simplistic super/subscripting by typing Ctrl-^ for superscript and Ctrl-_ for subscript. It creates a new string in the proper size and position for super- or subscripting. May be nested. Does NOT work for centered or right-justified text. o New export shortcut Shift-Alt-x or Shift-Meta-x to export using current settings without popping up the panel o New print shortcut Shift-Alt-p or Shift-Meta-p to print using current settings without popping up the panel o Support for importing PNG image files added o GIF transparency for imported images honored by fig2dev now o New option to print only active layers when exporting or printing (see printing/exporting section in html docs). o When loading a compressed Fig file that is either read-only, or is on a read-only file system (e.g. a CDROM), xfig uncompresses it into the temp directory (env TMPDIR, or /tmp if TMPDIR environvment variable is undefined). o xfig recalculates the bounds of compound objects read in from the file, ignoring the bounds values in the file. This makes it easier for Fig file generators to produce compound objects since they don't have to know how to calculate the bounds themselves. fig2dev doesn't even use those values but recalculates them upon reading the file. o Increased maximum number of libraries to 100 as well as countless bug fixes (see CHANGES file in distribution).
2001-08-09Revert previous change as the actual problem was a bad interaction betweenjlam1-3/+1
buildlink-x11 and lesstif that has since been fixed in those two packages. Many thanks to Matthias Scheler for helping to track this down. This fixes pkg/13638.
2001-08-08Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-08-07Use wildcard dependence on "transfig" package.tron1-2/+2
2001-08-06Create directories one by one because Solaris's "/usr/ucb/install" commandtron2-8/+10
doesn't like multiple directory names in conjuction with "-d" option.
2001-08-06Fix build on systems without "xpkwedge" installed.tron1-4/+6
2001-08-05add & enable ppmtoxvpichubertf1-1/+2
2001-08-05ppmtoxvpic-0.99.9 added:hubertf5-0/+40
Utilities to create files that can be used as preview files for xv and gimp, usually stored in .xvpics directory. These utilities are part of the "dfm" package, but not installed by default.
2001-08-03Update to 1.0.12. Extract of changes since 1.0.11:wiz4-10/+10
. Added some never-to-be-executed code in pnggccrd.c to quiet compiler warnings. . Added a check for attempts to read or write PLTE in grayscale PNG datastreams. . Eliminated the png_error about apps using png_read|write_init(). Instead, libpng will reallocate the png_struct and info_struct if they are too small. This achieves future binary compatibility for old applications written for libpng-0.88 and earlier. Expanded the warnings about incompatible library and application. . Modified png_create_struct so it passes user mem_ptr to user memory allocator. . Check for missing profile length field in iCCP chunk and free the chunk_data in case of truncated iCCP chunk.
2001-08-03Update package version because of png fix.wiz1-2/+2
2001-08-03Adapt png handling to latest spec. Requested in pkg/13597.wiz4-4/+121
2001-08-02* Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. We nowjlam3-45/+37
avoid a hidden dependency on libiconv.so if it's installed in ${LOCALBASE}. It's also possible now to build gimp without accidentally pulling in older gimp headers from an installed gimp package. Also allow gnome-libs/buildlink.mk to pull in much of the dependencies. * Remove patch to pass $(INTLDEPS) to the compiler in modules/Makefile as the gettext headers are found in ${BUILDLINK_DIR}/include which is already passed through in CFLAGS. * Remove GNOME_CONFIG=no from CONFIGURE_ENV. This was a leftover from when there was a separate gimp-helpbrowser package that depended on gnome-libs while the main gimp package only needed GTK+ and graphics libs. Since there is only one consolidated gimp package now, we need the gnome-libs dependency (more specifically, libgtkxhtml.so) to be correctly found for the helpbrowser plugin to be built. * Add settings for MPEG, LIBMPEG, and GAP_DECODE_MPEG to properly support the MPEG library from graphics/mpeg-lib that changed it's name. * Change -Wl,-E (conditionalized on ELF) to -Wl,--export-dynamic which works across both the ELF and a.out linkers.
2001-08-02Update mpeg-lib to 1.3.1. The only relevant changes from version 1.2.1jlam20-153/+224
are "some small, but glaring, bug fixes". Also add a HOMEPAGE to the package. Most of the changes to the files in the patches directory are just fuzz- or offset-related. Change the name of the installed library from libmpeg to libmpeg_lib to avoid conflicting with audio/kdemultimedia2 (pkg/13589 by Matthias Scheler <tron@colwyn.zhadum.de>).
2001-08-02This seems to depend on glib, too. Add dependency. Noted by recent bulk build.wiz1-3/+3
2001-08-01Add a patch to modernize the X11 visual detection and colorhe2-1/+70
allocation, so that this program gives color also on TrueColor displays. The use of color plane masks is however removed.
2001-08-01msgfmt or bust!wiz1-2/+3
Make pkgname dewey while I'm here.
2001-08-01Add and enable jasperrh1-1/+2
2001-08-01Initial import of jasper-1.500.0, a JPEG-2000 reference implementation.rh5-0/+111
2001-07-31* Add a some more graphics capability to magicpoint by adding a dependency onjlam3-9/+72
graphics/mng. * Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. * Replace definition of XMKMF with one that takes xpkgwedge/buildlink into account. Fixes pkg/13588 by Luke Mewburn <lukem@wasabisystems.com>.
2001-07-29Remove duplicate dependence on "mpeg" package which is now added by thetron1-2/+1
buildlink glue file.
2001-07-29Don't try to remove locale directories because they are shared.tron1-28/+1
2001-07-29Include buildlink glue for "mpeg-lib" so that detection of MPEG Librarytron1-1/+2
works on system where "kdemultimedia" version 2.x is installed.