Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
after the recent update of the "libflash" package.
|
|
|
|
|
|
|
|
Flash plugin for mozilla (and galeon).
Contributed by Johan Danielsson <joda@pdc.kth.se> in PR #14794
|
|
Add a patch needed for moz-flash so this package can also be used from
X11BASE.
Patch contributed by Johan Danielsson <joda@pdc.kth.se> in PR #14794
|
|
set to '${ECHO_MSG} "=>"' for now.
|
|
to list them both when we listing just automake will do.
|
|
|
|
rectangles and ellipses by using your mouse and/or keyboard. The
shapes are made up with the ascii characters |, -, / and \.
Provided by Hiramatsu Yoshifumi in pkg/13799
|
|
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
|
|
Provided by Shell Hung in pkg/14708.
|
|
^
|
|
"mogrify -rotate 90 foo.tiff") used to leave the result in
/tmp/magickXXXXXXX with an in-file image comment of
/tmp/magickXXXXXXX.mgk.
Now it writes back to foo.tiff and the in-file comment is correct.
For some reason, working on jpg's didn't exhibit this problem
- Some operations that generate new files from some formats (e.g,
"mogrify -format jpg -rotate 90 foo.tiff") used to leave the result
in /tmp/magickXXXXXXX.jpg.
Now foo.jpg is generated.
For some reason, converting jpg->tiff didn't exhibit this problem.
|
|
|
|
|
|
|
|
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
|
|
|
|
processes.
|
|
|
|
- "man/man1/rletotarga.1" should be world readable.
- There is no reason why the example directory and the files in it should
be group writable.
|
|
resulted in
convert foo.jpg foo.tiff.gz
(or any other conversions involving an encode compression) dumping core.
|
|
This is a workaround to avoid totally breaking the pkg system on platforms
which are not supported (pkg system *requires* setting DISTNAME)
|
|
|
|
targets, otherwise the LIBTOOL definition doesn't get passed on.
|
|
submitted by Masao Uebayashi <uebayasi@soum.co.jp> in PR 14328.
Sketch 0.6.12 (July 5th, 2001)
==============================
* View->Load Palette... also supports Gimp palette files.
Bug fixes:
* The PostScript generator now handles RGBA images used as tiles
correctly. Reported by Andy Grimberg.
* Modifying objects that lay far outside the window could lead to X
Errors.
* Loading AI files sometimes raised exceptions with an AttributeError
"'None' object has no attribute 'guess_continuity'". This is now
fixed. Reported by Eric Faurot.
* The CMX import filter handles empty groups gracefully. Bug reported
by Yuri Shchedov.
* Fix some typos in skshow's doc-string. This is basically what's
already done with the Debian packages.
* Changing the paper format could lead to an inconsistent mapping
between document and window coordinates. Reported by Antoon Pardon.
Sketch 0.6.11 (June 9th, 2001)
==============================
* Updated Spanish translation by Esteban Manchado Velázquez
* Add /usr/lib/ghostscript/fonts to the default list of font
directories (for debian).
* Include the .spec file in the tarball and distribute the Misc
directory with the RPMs as documentation.
Bug fixes:
* The find_include_dir function in setup.py now catches and ignores
OSError exceptions, too. Pointed out by Pierre HANSER.
* The russian translation are now properly contained in the archive as
*.mo files too.
* Drawings that contained non-ASCII characters in strings were not read
back correctly when saved under Python 2.1
* The import filters now remove empty curve objects. The implementation
of 0.6.9 didn't cover all special cases. The new one works
differently but shuld catch all cases.
|
|
|
|
during the build, so add it to the package Makefile.
|
|
Added ability to reorder images within a collection using drag and drop.
Added Ukrainian translation.
Updated Dutch translation.
Closing a modified collection window now prompts to save first.
Changed list colors in find duplicates and collection windows.
Selecting remove old thumbnails and clear thumbnails now shows a
dialog displaying the progress of the selected action.
Several minor bugs fixed.
|
|
substituted by configure instead of hardcoding.
|
|
I haven't a clue why this worked before and stopped now,
but I think I'm okay as this shouldn't break things.
|
|
single instance of ${PAX}.
|
|
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
|
|
|
|
|
|
|
|
Guppi is a GNOME-based framework for graphing and interactive data analysis.
Guppi is a library that can be used to extend other programs. Programs can
either link directly to Guppi's shared libraries, or can embed Guppi plots
via Bonobo, GNOME's component architecture.
|
|
* 75 * '='
* RCS ID
* blank line
* message text
* optional blank line
* 75 * '='
|
|
|
|
|
|
script. This was causing the configure process to break.
|
|
Changes since 2.91:
* Fixed a small bug in the PSD code, and added a test to the suite using an
image supplied by Alex Weslowski <aweslowski@rpinteractive.com>.
* Added a routine to provide Flash support, provided by Dmitry Dorofeev
<dima@yasp.com>.
* Added a patch from Dan Klein to make certain that imgsize() closes any
file descriptors it opens.
|
|
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
|