Commit graph

2276 commits

Author SHA1 Message Date
mycroft
c858b5c1cd Update to 1.0.8 to match sane-backends. 2002-08-19 19:18:31 +00:00
mycroft
10b29d06f4 Update to 1.0.8.
* Network backend and saned update
     * Documentation updates
     * Bugfixes
     * updated backends: artec, avision, canon,
       dc240, epson, gphoto2, mustek, mustek_pp,
       mustek_usb, plustek, sharp, sm3600,
       snapscan, nec, umax, v4l
     * new backends: canon630u, canon_pp,
       coolscan2, fujitsu, leo, matsushita,
       sceptre, teco1, test
2002-08-19 19:17:03 +00:00
mycroft
489a8cec3f Update to 0.8.5. Several navigation bugs fixed, MPEG and LPCM audio support
added.
2002-08-19 18:57:57 +00:00
wiz
c00596a350 Sync with mplayer's DESCR. 2002-08-13 12:39:49 +00:00
wiz
686aff068a Whitespace nit. 2002-08-13 12:38:41 +00:00
wiz
4eb04efb52 Improve. 2002-08-13 12:35:52 +00:00
wiz
2ffba2ee7d Fix a typo, and improve grammar. 2002-08-13 12:32:41 +00:00
dmcmahill
89ec0a1c17 netbsd uses time_t not int for the time functions. Fixes compilation on
64 bit systems.
2002-08-11 14:34:16 +00:00
drochner
ee8f65ee26 don't use filename as format string, should fix PR pkg/17750 by
Christian Biere
2002-08-09 18:06:35 +00:00
jlam
27cae62d46 These packages install libraries that differ from previous versions if they
are built using the hard-syscall-enabled pth.  Bump the PKGREVISION so we
can distinguish these packages from the previous ones.
2002-08-08 16:17:04 +00:00
veego
9231969069 I modified the local patch-ab but forgot to copy it and now I have to
regernate all distinfos.
2002-08-07 13:06:43 +00:00
veego
62926a3a32 Update from 0.90pre5 (rc5) to 0.90pre6 (rc6).
Local changes:
- Restore the dependency to win32codecs which was lost 4 month ago (Hi Rene)
- Depends on audio/realplayer if MPLAYER_USE_REALMEDIA is set to YES
- Add a patch which was commited after the release to fix crashes while
  muting the sound.

Changelog:
- WMV1, Sorenson v1 (SVQ1) and RealPlayer 8.0 (RV20/30, Cook) codecs support
- libavcodec M1 direct rendering, IPB support with Xv
- libavcodec improvements, bugfixes - both encoder & decoder side
- Raw DV demuxer, libdv-based DV audio/video decoder
- Various MOV/MP4, RM and ASF/WMV demuxer bugfixes, improvements
- Detection of AVI files which needs -ni, workaround for some Nandub bugs
- Support for live.com RTP/RTSP streaming libraries
- Support to rip DVD subs in VobSub format, bugfixes of mpsub/srt converter
- Closed Captioning (ascii subs on RC1 DVDs) support
- Massive directfb updates
- Vidix fixes/updates, including fixes of all known radeon bugs
- dithered 1/4/8 bpp support with -vo svga (EGA rulez:))
- AO: alsa9 fixes/improvements, native ARTS driver
- various endianess and 64-bit fixes, including mencoder and -ao pcm
- tons of small compatibility/portability fixes, better cygwin, darwin support
- GUI fixes, new features - playlist, audio/video equalizer, preferences
- Skins: fixed many small glitches, few new skins
- 'mencvcd' script - helps creating VCD/SVCD with mencoder
- html DOCS updates, manpage & README restructured (again :))
2002-08-07 12:53:04 +00:00
wiz
9cabd58341 Fix LIBS line. Fixes bulk build problem. 2002-08-07 12:47:51 +00:00
jlam
88aee464c5 Add some necessary REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED
lines so that -Ixxx/include/freetype2 will properly translate into
-I${BUILDLINK_DIR}/include/freetype2.  This should fix problems with not
finding the freetype2 headers.
2002-08-06 06:48:10 +00:00
wiz
82e603bb86 Add DEPENDS on p5-IO-String so that 'make test' succeeds. Closes pkg/17800
by Eric Jacoboni.
2002-08-05 14:28:43 +00:00
jdolecek
eab3e0c240 update to jhead-1.8.
changes:

- Ignore undefined bits of "flash used" tag, as cannon sets them nonzero,
  causing jhead to indicate flash used when it wasn't with some Canon models.
- Automatic rotation using jpegtran & clear rotation element
- Option to put a file in as comments (as opposed to edit file)

This adresses pkg/17816 by Eric Jacoboni
2002-08-04 21:54:50 +00:00
veego
1cdbd92074 Add me as an Maintainer. 2002-08-04 08:44:47 +00:00
veego
9cf7860dd9 Build it also on Solaris.
Apply patch from pkg/17260, which should now work after the recent
buildlink changes.
2002-08-04 08:43:57 +00:00
dmcmahill
2bf8d91fd6 add sparc PLIST and enable in Makefile. Also change the check to look
for a compat_svr4 setup rather than compat_sunos as its a solaris-2.6
binary.  Finally, add a mirror site.
2002-08-03 14:02:00 +00:00
jlam
6114321176 Convert to use pthread.buildlink.mk. 2002-08-01 06:40:50 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
wiz
84108f34ab Add devel/flex to BUILD_DEPENDS for SunOS, per pkg/17770 by
Valeriy E. Ushakov.
2002-07-30 22:30:05 +00:00
jlam
dc71fa7c4a Fix error in creation of the freetype-config wrapper script. Now, we
generate the wrapper if the original config scripts exists, otherwise we
create our own config script freom buildlink-freetype-config.in.
2002-07-30 02:15:42 +00:00
tron
72b0862ad5 Stop "xv" from executing files starting with a "!" when they are selected
in the directory box. This is inconsistent with the command line handling
and can turn into a security problem. This change fixed PR pkg/17751
by Christian Biere. Bump package revision to reflect this change.
2002-07-29 13:02:24 +00:00
rh
33945fe3b8 Remove a couple of empty patches that accidentially got created during
pkgconfig cleanup.
2002-07-29 01:48:12 +00:00
wiz
d55aba06cc Add and enable compface. 2002-07-25 10:54:57 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
agc
5cc6d0471a Add a buildlink file for this package. 2002-07-24 08:22:03 +00:00
kent
48ee5242a4 DEPENDS=freetype2 -> freetype2/buildlink.mk 2002-07-20 11:36:02 +00:00
fredb
75f1730606 Update to version 1.2.4. Two new functions since 1.2.1, png_malloc_warn()
and png_set_text_2(), call for a minor version bump in the shared library.
Update "BUILDLINK_DEPENDS" to current level. Also make the shared library
versions visible in the top-level "Makefile", and add a top-level "test"
target to invoke "pngtest" in ${WRKSRC}.

The following is culled from the extensive "CHANGES" file, ommitting
all make system and doc changes, and some bug fixes for bugs that weren't
present in 1.2.1. See "CHANGES" for complete details:

  Added setjmp() at the end of png_create_*_struct_2() in case user forgets
    to put one in their application.
  Exported png_zalloc(), png_zfree(), png_default_read(), png_default_write(),
    png_default_flush(), and png_push_fill_buffer() and included them in
    module definition files.
  Revised prototype for png_default_flush()
  Typos in *.def files (png_default_read|write -> png_default_read|write_data)
  Once more restored png_zalloc and png_zfree to regular nonexported form.
  Restored png_default_read|write_data, png_default_flush, png_read_fill_buffer
    to nonexported form, but with PNGAPI, and removed them from module def files.
  Removed "PNGAPI" from png_zalloc() and png_zfree() in png.c
  Plugged various memory leaks; added png_malloc_warn() and png_set_text_2()
    functions.
  Plugged memory leak of png_ptr->current_text (Matt Holgate).
  Check for buffer overflow before reading CRC in pngpread.c (Warwick Allison)
  Plugged memory leak of row_buf in pngtest.c when there is a png_error().
  Detect buffer overflow in pngpread.c when IDAT is corrupted with extra data.
  Changed png_warning() to png_error() when width is too large to process.
2002-07-19 14:33:08 +00:00
toshii
2c312329b0 Enable this on arm, because it works fine on my hpcarm device (jornada720). 2002-07-19 08:52:31 +00:00
mycroft
c78670e7fb `@unexec ${RMDIR}' needs the %D prefix. Doh. 2002-07-19 04:54:23 +00:00
fredb
13d78b36ae Work around a gcc-2.95.3/m68k optimization bug, reported by Klaus Heinz
in PR pkg/17553.
2002-07-19 04:33:29 +00:00
mycroft
26b2b82afd Fix LP64 printf() problems. 2002-07-19 03:22:17 +00:00
hubertf
cc7b2e1018 Add compface 1.4: 48x48x1 image compression and decompression (X-face utility)
The programme (two programmes really - but they're just links to each
other) converts 48x48x1 images to and from a compressed format.  The
uncompressed images are expected to contain 48x48/4 (576) hex digits.
All other characters and any `0's followed by `X' or `x' are ignored.
Usually the files are 48 lines of "0x%04X,0x%04X,0x%04X,".  The
compressed images contain some number of printable characters.  Non
printable characters, including ` ' are ignored.  The purpose of the
programme is to allow the inclusion of face images within mail headers
using the field name `X-face: '.

Submitted by Osamu OISHI <oishi@alef.ims.ac.jp> in PR 17541
2002-07-19 01:13:52 +00:00
rh
db7a881c68 Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
2002-07-18 02:19:24 +00:00
skrll
687d6d1cb4 Update to KDE 3.0.2
Also, allow the arts SSE detection code to run on modern NetBSD systems.

Changes are:
arts
	Again Build fixes.
	Realtime priority configuration fix

kdelibs
	dcop: Make it possible to disable the Qt bridge.
	make sure tooltip effects can be configured.
	kbuildsycoca: avoid crash on unreadable directories.
	kdockwidget: fixing reading of configuration.
	kedittoolbar: fix leak.
	khtml: many fixes.
	kded: signal handling fixes.
	kio-http slave: fixes related to form posts and cache handling.
	kjs: added max recursion limit.
	kjs: leak and compatibility fixes.

kdebase
	kicker: &-escaping fix
	audiocd: fix cddb computation
	thumbnail previewer: calculate the number of bytes to read instead
	    of hardcoding it.
2002-07-17 07:54:03 +00:00
agc
00476f053e Depend on the fixed version of Hermes external interface.
Fix the scope of a variable in "new" C++.
2002-07-16 14:55:03 +00:00
agc
fce7a6d9eb Add const-poisoning in external interface, to allow OpenPTC to compile.
Bump NetBSD revision level of the package accordingly.
2002-07-16 14:48:03 +00:00
rh
f0d4dad17d Add i386 platform. Bump PKGREVISION. This closes PR pkg/17598 by
Julio Merino <jmmv@hispabsd.org>
2002-07-14 22:50:33 +00:00
wiz
ff41edfe59 Buildlinkify. Should fix i386 bulk build failure. 2002-07-14 13:49:11 +00:00
grant
57fcd136f3 update MASTER_SITES. 2002-07-13 00:53:35 +00:00
mycroft
b3841addcb Set USE_X11BASE, primarily so that the .oafinfo file goes in the right place. 2002-07-12 22:51:27 +00:00
mycroft
f7ae94e964 Update to gphoto 2.1.0. Major changes is added support for several new Kodak
and Canon cameras (e.g. ELPH S200, DX-4900).
2002-07-12 21:22:21 +00:00
mycroft
445e982ff0 Update to ogle 0.8.4. Miscellaneous bug fixes, mostly to navigation. 2002-07-12 18:29:29 +00:00
abs
b4e0611318 Updated libflash to 0.4.10nb3
Updated moz-flash to 1.0nb2
Updated flashplayer to 0.4.10nb1
    Do not immediately dereference a null pointer after reporting
    'Unsupported depth' - return 0 and let the calling function
    handle it. Avoids coredumps on 8bit displays. They still do
    not display the flash, but at least its more graceful. Fixes
    pkg/14827 from Greg A. Woods
2002-07-11 14:24:00 +00:00
wiz
d3db8b3efa Make tcm compile with lesstif and new toolchain.
Closes pkg/14897.
2002-07-08 02:48:17 +00:00
wiz
1b6363dfce Fix buildlink, and add config wrapper for libart2-config.
Patch provided by Julio Merino in pkg/17425.
2002-07-08 02:14:41 +00:00
simonb
3d995038aa Add ${.CURDIR} to the start of DISTINFO_FILE, FILESDIR and PATCHDIR so
this actually works.
2002-07-07 06:23:49 +00:00
wiz
d0bdb19982 Add dependency on netpbm for pnmscale and pnmdepth.
Requested in pkg/17485 by Hideyuki Suzuki.
2002-07-05 12:16:33 +00:00