Commit graph

1743 commits

Author SHA1 Message Date
david
90749447ab Add ftp://ftp.mostang.com/pub/sane/old-versions/ to allow successful
downloads when the current distfile is obsoleted.
2001-08-10 01:59:40 +00:00
tron
ce171237f3 Fix runtime library path problem on systems where "xpkwedge" is not
installed.
2001-08-09 15:59:51 +00:00
tron
57e7d81256 Include "png" buildling glue code to fix build problem. 2001-08-09 15:39:04 +00:00
tron
7610110228 Remove patches obsoleted by update to version 3.2.3.4. 2001-08-09 15:35:42 +00:00
wiz
ed7bab20f1 Update to 3.2.3d, provided by Jim Bernard in pkg/13325.
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-09 14:34:56 +00:00
jlam
3751cb9dbc Revert previous change as the actual problem was a bad interaction between
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-09 01:40:53 +00:00
jlam
3b682b6b3a Mark as USE_BUILDLINK_ONLY. 2001-08-08 07:15:03 +00:00
tron
547a4d0d5f Use wildcard dependence on "transfig" package. 2001-08-07 11:58:41 +00:00
tron
8db818d96c Create directories one by one because Solaris's "/usr/ucb/install" command
doesn't like multiple directory names in conjuction with "-d" option.
2001-08-06 15:00:31 +00:00
tron
68ee306500 Fix build on systems without "xpkwedge" installed. 2001-08-06 08:11:41 +00:00
hubertf
78bd036ab4 add & enable ppmtoxvpic 2001-08-05 01:51:41 +00:00
hubertf
fe786c05cb ppmtoxvpic-0.99.9 added:
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-05 01:51:08 +00:00
wiz
f0aca6ea72 Update to 1.0.12. Extract of changes since 1.0.11:
. 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-03 23:19:25 +00:00
wiz
25d67db5cb Update package version because of png fix. 2001-08-03 09:45:25 +00:00
wiz
b0ecb8d919 Adapt png handling to latest spec. Requested in pkg/13597. 2001-08-03 09:43:18 +00:00
jlam
7b4939bd8e * Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. We now
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-02 13:33:09 +00:00
jlam
ffa2af40b3 Update mpeg-lib to 1.3.1. The only relevant changes from version 1.2.1
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-02 13:28:44 +00:00
wiz
d5020b35b0 This seems to depend on glib, too. Add dependency. Noted by recent bulk build. 2001-08-02 12:16:05 +00:00
he
2efc95c931 Add a patch to modernize the X11 visual detection and color
allocation, so that this program gives color also on TrueColor
displays.  The use of color plane masks is however removed.
2001-08-01 20:56:30 +00:00
wiz
509993cef5 msgfmt or bust!
Make pkgname dewey while I'm here.
2001-08-01 15:50:22 +00:00
rh
916f8ddcdc Add and enable jasper 2001-08-01 14:56:58 +00:00
rh
d6476bfa0e Initial import of jasper-1.500.0, a JPEG-2000 reference implementation. 2001-08-01 14:56:31 +00:00
jlam
cf0199f109 * Add a some more graphics capability to magicpoint by adding a dependency on
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-31 05:27:30 +00:00
tron
1d768795f5 Remove duplicate dependence on "mpeg" package which is now added by the
buildlink glue file.
2001-07-29 14:54:56 +00:00
tron
29f5d2f5e7 Don't try to remove locale directories because they are shared. 2001-07-29 14:18:55 +00:00
tron
decf7822c5 Include buildlink glue for "mpeg-lib" so that detection of MPEG Library
works on system where "kdemultimedia" version 2.x is installed.
2001-07-29 14:18:09 +00:00
hubertf
257b43c091 Update gimp to 1.2.2:
This release fixes a large number of bugs, adds a couple of new
translations, and features a complete rewrite of the help pages
2001-07-29 01:27:01 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
zuntum
2b4dd7f1e8 add & enable GUIlib 2001-07-27 09:36:43 +00:00
zuntum
c3e41b659e Initial import of GUIlib-1.1.0
GUIlib is a very simple GUI framework library.  This isn't a full GUI interface
library - it's just something quickly whipped up for some demos.
2001-07-27 09:30:22 +00:00
zuntum
044bd36a30 Add buildlink.mk file for use by other packages (at the moment only apla requires this) 2001-07-26 15:23:14 +00:00
zuntum
5417f66ca9 Update avifile-devel to 0.6.20010726
Thanks for Zdenek Kabelac <kabi@i.am> for playing with avifile on my NetBSD box
and making it compile after recent changes in the avifile code!

Now audio/video should be in sync again. Several new tools are available:
avicat, avimake, avitype. You need to build avifile-devel with WITH_QT=YES
if you want to build those.

aviplay still does not work, please use pkgsrc/graphics/apla instead.
apla has been switched to use avifile-devel (it required avifile in the past).

Changes:

2001/07/22
* TrueType Font Rendering (using Xft extension - with the help of Lukas Hejtmanek)
* smarter DirectRendering mode - should work all the time with necessary conversions

2001/07/21
* very extensive cleanup of conversion modes of images
* cleaned some hacks in Win32 VideoDecoder class
* added some hack for correct playing of several not very used codecs
  like huffyuv, asv1, asv2, vcr2
* large speedup of C-version routines for conversion  RGB 24b->16b

2001/07/18
* fixed bug in Subviewer reader
* fixed two memory leaks discovered by mprotector
* added support for few more codecs

2001/07/17
* lots of code cleanup
* started to cleanup some types - transformation to uint32...
* some fixies in DirectShow code
* fixed several MAJOR bugs in qtrecompressor - now it even works - though
  it's still rather a toy application and I would not advice to use it for
  any serious thing yet
* ffmpeg 0.4.4
* autoconf2.50 compatible - anyone dissagree ???

2001/07/14
* another speedup of resumpling code - should be now very efficient
* -ljpeg for avimake

2001/07/11
* added libmp3lamebin plugin which as able to load libmp3lame at runtime

2001/07/10
* 4 times faster resampling - using just interger arithmetic
* scanning WIN32_PATH, /usr/lib/win32, /usr/local/lib/win32 paths for dll

2001/07/09
* able to use ffmpeg library - version 0.4.3 is now in avifile CVS
  - original CVS seems to be now the tree of the mplayer.
  for now we could use it to play OpenDivX - it could also play DivX :-)
* minor redesing of videodecoder API - now we have Start/StopInternal
* cleaned mjpeg_plugin
* started to clean DirectShow directory to make it C-compilable
  (so it could be used by mplayer and others...)
* also made quite a few cleanups in other places
* fixed WIN32_PATH support
* added AVIPLUGIN_PATH shell variable
* fixed AVIPLAY_MUTE_VIDEO, AVIPLAY_MUTE_AUDIO
* few fixes for debian

2001/06/28
* another change in constants in scheduler
* interface change! - GetHeader(void* header, size_t n)

2001/06/26
* Locker.h and VideoDPMS.h are now public
* fixed few problems in frame elimination in video decoder class

2001/06/23
* complete rewrite of players' thread - is it now FreeBSD safe ??
  - also we are no longer using avi_usleep for audio synchronization and
  instead we use timed condition which has adwantage that we have
  immediate hangup when thread is sleeping
* added NextFrame aviplay method - usable with 'Return' key in aviplayer
* implemented initial 'hacked' support for better priority handling
  - if you set uid.gid to root.root together with 'suid' bit,
  that video thread will use -10 priority for better timing - however
  BIG WARNING is here - you are using closed-source windows binary dll
  codecs - during their execution aviplayer is using user uid & gid
  - however you never know what could happen!
* for this reason it looks like the best is to lower the priority if
  audio & video decoding threads so video thread gets its needed CPU when
  necessery.

2001/06/21
* complex GUI update for configuration of aviplayer
  (some of buttons now even works in runtime so you don't have to restart
  player - ok I know - still not perfect...)
* resampling is now more usable as it could do far more things then
  just pure 44kHz resampling - so why not making it fully usable - its even
  nice feature
* version-info - library has now number 0.0.6  (level 0  version 0.6)
* another streaming bug fixed - so we play more asf stream over the net

2001/06/20
* fixed & tuned resampling to remove clics for unsigned char audio stream
  (but some check for the overflow would help us too)
* extended stream info added (check movie property)

2001/06/18
* some deadlocks in audio renderer - SDL_LockAudio now works somehow better
  but it is still not usable
* no longer processing keyboard events which belongs to other applications
* fixed resampling - that was really stupid bug and not that easy to fix
  but the result is very good

2001/06/18
* minor updates in network asf - it just works - but it's still crashing a lot
* staying compatible with qt2.X
* added hack for NVidia cards - autodetected by looking for NVIDIA-GLX
  extension - could be forced on by setting
  export AVIPLAY_NVIDIA_ENABLE=1
  or off with this shell command executed before aviplayer gets started
  export AVIPLAY_NVIDIA_DISABLE=1
2001-07-26 15:20:49 +00:00
zuntum
a5359a076d Switch to avifile-devel, so it is used in the build step instead avifile 2001-07-26 15:13:04 +00:00
zuntum
f23c10cda3 Allow tcl greater than 8.3.2nb1, too. 2001-07-26 10:38:14 +00:00
wiz
b3604f6c26 add and enable gifsicle 2001-07-23 14:05:16 +00:00
wiz
94de0aede5 Initial import of gifsicle, a program to manipulate GIFs, and in particular
GIF animations.
Package provided by Ben Wong in pkg/13467.
2001-07-23 14:03:11 +00:00
wiz
df83029728 add and enable eog 2001-07-22 01:41:32 +00:00
wiz
769301a2e6 Initial import of eog-0.6, the Eye of Gnome, an image viewing and
cataloging program.
Package provided by Eric Gillespie Jr. in pkg/13517, partially buildlinked
by me.
2001-07-22 01:34:20 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
wiz
be7134c35c Update sketch to 0.6.10, provided by Masao Uebayashi in pkg/13122.
Changes since the last version in pkgsrc include 1.5 years of bugfixes
and enhancements as well as updates to newer python version. Complete
ChangeLog in work/sket*/NEWS or at http://sketch.sourceforge.net/relnotes.html
2001-07-19 00:06:52 +00:00
dmcmahill
511cc48e2e forgot to cvs add first... 2001-07-18 20:28:35 +00:00
dmcmahill
5143039806 work around a compiler bug on alpha which causes arrowheads to not
be displayed.
2001-07-18 20:26:21 +00:00
dmcmahill
3e3c2a4dae update to libgdgeda-1.8
this syncs with the updated gd sources.
2001-07-17 02:51:43 +00:00
jtb
cccb02e28d Update to version 1.20.
This version adds some new features. Embedded troff and pic commands
   are  now  interleaved more rationally with the generated pic commands.
   Grap  is  considerably  more tolerant of using variable names that are
   the  same  as  keywords  or  coordinate  names.  Details  are  in  the
   CHANGES file.
2001-07-15 12:22:43 +00:00
jlam
dae6b56a33 Install the referenced water.txt file. 2001-07-15 09:04:00 +00:00
dmcmahill
82ca96d3de add a patch from Bill Cheng to fix the -exec command.
also add missing USE_X11 to make this link with the new buildlink
stuff in place.
2001-07-15 03:29:22 +00:00
jlam
4406fa2e10 Move inclusion of buildlink.mk files to end of Makefile. 2001-07-14 16:19:08 +00:00
jlam
b5f27bc0db XFree86-installed freetype2 has a different location for the ft2build.h
header.
2001-07-14 15:56:28 +00:00
jlam
70cf5e59c3 Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option
on Solaris' xargs.
2001-07-14 12:37:45 +00:00
jlam
d068dacc38 Move inclusion of buildlink.mk files to end of Makefile. 2001-07-14 03:16:50 +00:00