summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2000-02-17Location of distfile changed.jlam1-2/+2
2000-02-15On Solaris, explicitly set the CPPFLAGS, so that the Zoularis environment isagc1-2/+2
ignored - we're really compiling for Solaris, after all.
2000-02-15When multi-line dependencies occur, use a "DEPENDS+= package" formatagc2-7/+7
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
2000-02-14Add suse_linux depends for i386.dmcmahill1-4/+2
2000-02-14correct HOMEPAGE URL to latest oneitojun1-2/+2
2000-02-13avoid compile problems when libggi is installed by not using itwiz1-1/+2
2000-02-12remove share/aclocal during deinstall if gimp was the only program in itwiz1-1/+2
2000-02-12be more autoconf-friendly, link *.m4 to ${LOCALBASE}/share/aclocalwiz2-2/+9
2000-02-09Add mirror on "ftp.fu-berlin.de".tron1-2/+3
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron15-30/+30
2000-02-09comment out examples from manpage, as man(1) will not run pic.itojun3-2/+316
2000-02-09add prag to subdir.itojun1-1/+2
2000-02-09prag, a preprocessor for picitojun5-0/+48
2000-02-09Make sure that instapkg.tcl can be executed by adding the execute bitsagc1-1/+4
for all as part of the post-patch stage.
2000-02-09Update "png" package to version 1.0.5. This version mostly fixes bugstron4-8/+8
discovered since version 1.0.3. A complete list of the changes can be found under "ftp://ftp.uu.net/graphics/png/src/libpng-1.0.5-README.txt".
2000-02-09Use wildcard dependence for "png" package.tron9-18/+18
2000-02-09Update "png" package to version 1.0.5. This version mostly fixes bugstron1-3/+3
discovered since version 1.0.3. A complete list of the changes can be found under "ftp://ftp.uu.net/graphics/png/src/libpng-1.0.5-README.txt".
2000-02-09Use wildcard dependence for "png" package.tron3-6/+6
2000-02-09updated pngcrush to 1.3.4. ChangeLog says:wiz3-5/+9
* Version 1.3.4 (built with libpng-1.0.5m) * Do not allow pngcrush to overwrite the input file.
2000-02-09adjusthubertf1-2/+1
2000-02-06update from tgif-4.1.25 to 4.1.26. Changes (from the HISTORY file) are:dmcmahill2-4/+4
-----------------------> tgif-4.1.25 => tgif-4.1.26 <----------------------- 1) Fix a bug with special characters in the page file name. Thanks to Kyle Bateman <kyle@actarg.com> for pointing out the problem. 2) Fix NLS bugs for status line. Thanks to Jun Nishii <jun@flatout.org> for the patch. 3) Fix an offset problem for obj file generated by pstoedit. Thanks to Wolfgang Glunz <Wolfgang.Glunz@icn.siemens.de> for pointing out the problem. 4) Precise Scale Everything now flushes undo buffer and cannot be undone. Thanks to Heiko Scheit <Heiko.Scheit@mpi-hd.mpg.de> for pointing out the problem. 5) Add context menu for the edit text box (Move Edit Text Box can be select to move the edit text box). 6) Add Recently Used Files submenu under the File Menu. The size can be controlled by the Tgif.MaxRecentFiles X default. 7) Include "tgif.spec.in" for creating RPM files. Thanks to Tomasz Koczko <kloczek@rudy.mif.pg.gda.pl> and Roberto A. Oppedisano <rao@penguinpowered.com> for the contribution. 8) Assign Cntrl+1 and Cntrl+2 to Screen Capture and Full Screen Capture. 9) In a multipage drawing, will not change drawing mode when moving from page to page. 10) Freehand drawing mode will be entered automatically when entering slideshow mode. The can be overridden with the Tgif.GoHyperSpaceInSlideShow X default. A new X default, Tgif.LineWidthIndexInSlideShow, is added to override the default line width of 4 in slideshow mode. 11) Add a new X default, Tgif.ResetOriginOnAdvancePage, so that tgif can be forced to scroll to the left-top corner of the page with no zoom when pages are advanced. 12) Add a new X default, Tgif.FreeHandCursor, to override the default pencil curosr in the freehand drawing mode.
2000-02-04add quotes around the IGNORE string to prevent the "(8)" from causing problemsdmcmahill1-2/+2
2000-01-31reenable, update to 4.0.8drochner5-684/+22
2000-01-31cvs tag/regendrochner2-2/+4
2000-01-31"extern int errno;" doesn't work anymore, at least in C++drochner1-0/+11
2000-01-31upgrade to 4.0.10 (no changelog available, bugfixes only afaics)drochner7-36/+27
rebove BROKEN label - whoever wants to mark it BROKEN again, please tell what platform you had problems with (and consider (NOT/ONLY_FOR...)
2000-01-26Update xsane to 0.51rh3-5/+6
Changes are: xsane-0.48 -> 0.49: ------------------- - added support for different x/y resolutions and zoom factors, the y-resolution slider is added to the xsane main dialog now - in gimp mode x- and y-resolution infos are set correct now - added resolution and zoom icons for x- and y-dimension - added fax_width and fax_height to preferences - added paper size frame in fax mode preview - added czech translation - thanks to by Stanislav Brabec <utx@k332.feld.cvut.cz> - changed gimp_install_procedure(...): "RGB, GRAY" -> 0 - changed printer geometry setup from 1/72 ich to mm - added setup entries for fax- width, height, left_offset and bottom_offset - corrected terminating \0 of strings in sane_choose_device - when button "Negative" is pressed the white/gray/black points are also inverted - split preview_restore_image into preview_restore_image and preview_restore_image_from_file, it can zoom into a saved image now. - zoom functions are done now without a new preview scan. 3 different zoom levels are stored. - in xsane_scan_start the output file is only opend once in multi pass scan three pass scan does work now again. - added several missing routines for gamma correction in three pass scan xsane-0.49 -> 0.50: ------------------- - removed bug in calculation of paper size in copy and fax mode - added support for rotate image in xsane_save_ps - added support for rotate (landscape mode) in copy mode and save-ps mode and added preferences menu "Rotate Postscript" - added bugfix for gtk_tooltips_set_colors as long as it does not work in gtk - improved memory allocation routines and error handling in preview - after the main window is created the resolution, resolution_x and resolution_y are made up to date now - changed dynamic menue list definition in xsane_setup for TIFF_COMPRESSION menu xsane-0.50 -> 0.51: ------------------- - added some rangechecks to histogram->gamma calculation it is done as histogram->gamma->histogram now - changed redraw frame in preview_display_partial_image(), now the old image is completely overpainted! - added xsane_set_all_resolutions() to xsane_printer_callback, now paper size frame is updated when printer is changed - corrected wrong error message in setting of scansource_selection from "unknown type" to "unknown constraint type" - moved xsane.header_size = 0; to the end of xsane_scan_done so it is called in each case the missing command was responsible for a segfault when starting a scan after xsane_cancel has been called - moved progress_bar from it's own window to the bottom of the main window progress_bar texts are displayed in info frame and in progress bar - added size in mm/cm/in to progress bar when not scanning - in scales the number of digits is defined by quantization now, if no quantization is given by backend (quant=0, SANE_TYPE_FIXED) x.2 digits are displayed - corrected page_setp for scales - selection_active is reset in preview_display_partial_image instead of preview_paint_image
2000-01-22Updated homepage URLwulf1-2/+2
2000-01-19Remove redundant dependences.tron1-4/+1
2000-01-19Add missign "@dirrm" for "lib/gphoto".tron1-1/+2
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-15Update "mtv" package to version 1.1.0.7.tron2-5/+5
2000-01-13Depend on suse_linux>=6.1, not >=6.1p1.soren2-4/+4
2000-01-13Update pngcrush to 1.3.3. Changes are:rh2-4/+4
Version 1.3.3: - Restored ability to enter gamma as a float even when floating point arithmetic is not enabled. Version 1.3.2: - Fixed "PNG_NO_FLOAING_POINT" typo in pngcrush.h - Renamed "dirname" to "directory_name" to avoid conflict with "dirname" that appears in string.h on some platforms. - #ifdef'ed out parts of the help screen for options that are unsupported.
2000-01-11The distfile changed on the master site, adjust.hubertf1-3/+3
(Distfile on the ftp server was removed also)
2000-01-11Allow newer versions of SuSE Linux libraries.soren2-4/+4
2000-01-10be consistent on which version to wildcardhubertf2-4/+4
2000-01-06Update xsane to 0.48. Changes are as follows:rh6-43/+8
- No longer requires patches ac and ad thanks to author's quick reaction to feedback. xsane-0.46 -> 0.47: ------------------- - if helpfile viewer is netscape-remote and netscape is not running it is started - replaced ENODATA (used for EOF detection in xsane-rc-io and xsane-device-preferences) by XSANE_EOF (=-1) (ENODATA is not defined on all systems) - If faxproject does not exist, project data entries are made insensitive and buttons "send project" and "delete project" are replaced by "create project" - Added missing "&" in xsane_device_preferences_save_values: xsane_rc_io_w_array(w, &len, (void **) &word_array, (WireCodecFunc) xsane_rc_io_w_word, sizeof(SANE_Word)); that cause segmentation fault when writing bool, int or fixpoint arrays. xsane-0.47 -> 0.48: ------------------- - "START" button is made insensitive in fax mode if project does not exist. - Preview window is created at the same time as the main dialog and it is destroyed at program end. Disabling "show preview" hides the preview window. This way the preview window placement does work correct. - set default values in xsane_device_preferences_load_file(char *filename) before reading the saved values, show_preview default = true - Mouse pointers display relevant mode icons in preview window now. - In copy mode the maximum selectable size that fits to the selected printer is drawn by a rect now. Selection is limited to the printer size. - if no local xsane.rc, xsane-style.rc or DEVICE.drc file exists it is loaded from SANE_DATA_DIR/xsane - all xsane rc files are placed in a subdirectory xsane now (~/.sane/xsane, SANE_DATA/DIR/xsane) - temporary files (previews, conversions) are saved in /tmp (defined in SANE_PATH_TMP in xsane.h) now - added window decoration icon (top left) to each xsane window (does work with kwm, does not work with fvwm2) - added warning icon and error icon - removed xsane_files_exit_callback, now xsane_scan_win_delete is used for all exit program calls - conversion-* and preview-* files are created with permission "-rw-------", images- and project-files are created with "preferences.image_umask" xsane.rc and *.drc are created with XSANE_DEFAULT_UMASK defined in xsane.h
2000-01-06Update gif2png to 2.3.0. This version cleans up some glitches in therh2-4/+4
documentation.
2000-01-06tiff library upgraded from 3.5.2 to 3.5.4. LZW compression part is nowwiz11-28/+127
optional and controlled by USE_GIF in mk.conf, decompression is unchanged. Comment for USE_GIF in mk.conf has been updated. Some HTML documentation gets installed now, too. Changes: A Y2K bugfix in ras2tiff, removal of LZW compression, new Pixar tags, and Adobe ZIP support, as well as removal of some compiler warnings and minor fixes.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs49-49/+49
2000-01-04Make it compile on solaris. While I'm there merge patch-ag in patch-af; it'sbouyer4-22/+17
bad to patch the same file 2 times.
2000-01-04Make PLIST match reality.agc4-625/+453
Make install target work in the presence of a file named "install".
2000-01-04Update pivray (persistence of vision ray tracing utility) to version 3.1g.agc6-738/+745
Changes in version 3.1: The scene description language in POV-Ray 3.1 is not entirely backwards-compatible with earlier versions of the POV-Ray scene description language. The 'halo' feature in earlier versions is obsolete and has been entirely replaced with a 'media' feature which works better. Because older files making use of 'halo' will not render in POV-Ray 3.1 without substantial modification, you may wish to rename executables for pre-3.1 versions of POV-Ray if you would like to be able to render such older files. It should be noted that .povrayrc as described below can only refer to one version.
2000-01-04upgraded pnmtopng part of netpbm from 2.37.2 to 2.37.3.wiz2-5/+5
Changes: Version 2.37.3 fixes a minor bug w.r.t. error exits and generally does cleaner error exits (close files, etc.)
2000-01-02Adapt to new directory structure on GNOME ftp sites.tron1-2/+2
2000-01-02Add and enable libgdgeda.rh1-1/+2
2000-01-02Initial import of libgdgeda-1.6, a modified gd library for use with gEDA.rh5-0/+57
2000-01-02Initial import of gdk-pixbuf, the GNOME image loading library.rh7-0/+97
2000-01-02Add and enable gdk-pixbuf.rh1-1/+2