Commit graph

62024 commits

Author SHA1 Message Date
grant
513ca5c444 catch up with statvfs on NetBSD 2.0D. 2004-05-26 09:57:20 +00:00
dillo
dc2ac160c1 note xmame/xmess PKGREVISION bump (usb joystick fix) 2004-05-26 09:42:53 +00:00
dillo
061ded3045 Fix usb joystick driver for talkative joysticks: read all available
reports and use the newest one.  Bump PKGREVISION.
2004-05-26 09:34:17 +00:00
adam
dfed217592 Updated dillo to 0.8.1 2004-05-26 08:08:31 +00:00
adam
f07f263926 Changes 0.8.1:
- * Fixed dirent.h includes inside dpid.
- * Fixed a slippery bug with certain interlaced gif images (BUG#500).
- * Fixed libpng-1.2.4 detection in configure.in.
- * Added proxy authentication support through the "http_proxyuser" option
    in dillorc (the password is asked at run time).
- * Moved tooltips to DwStyle, tooltip event handling to DwPage, and applied
    this also to the TITLE attribute of <a> and <abbr>.
- * Fixed a bug related to spaces after anchors and breaks.
- * Removed two "type punning" gcc warnings (dw_gtk_viewport.c).
  * Added some missing "static" qualifiers.
  * Improved a_Strbuf_chars() so no list reversion is required.
  * Removed an unused data list (dns.c), and redundant code (selection.c).
  * Switch one realloc() call to g_realloc(), to match g_free() (dpi.c).
  * Removed unnecessary NULL-checks and NULL initializations.
  * Added Html_get_attr_wdef(), it lets providing a default return value.
- * Fixed configure.in so pthreads are only linked where needed.
- * Modified a_Misc_stuff_chars for simplicity and removed a memory leak.
  * Made the dpi framework send the HTTP query to the https dpi
    (this allows for an SSL-lib dpi and for easier session caching).
  * Cleaned up the int2void and void2int casts in CCC parameters.
  * Added container|inline model information to the HTML element table, and
    made the bug-meter and the parser aware of it. This both improves bug
    detection and rendering.
  * Fixed newly detected HTML bugs in bookmarks dpi and file.c.
  * Fixed opening files with a ':' character in its name (again).
  * Added binaryconst.h (allows for binary constants in C).
  * Fixed The ladder effect with lists (BUG#534).
  * Made the bug-meter detect tags lacking a closing '>' (BUG#532).
  * Made the bug-meter detect excluded inline elements from <PRE>.
  * Eliminated a segfault source with tricky <input> tags (BUG#552).
  * Fixed <address> to render as a block element (BUG#527).
  * Added a content test for "name" and "id" attribute values (BUG#536).
  * Fixed the URL resolver handling of the "//" sequence in <path> (BUG#535).
  * Added "show_extra_warnings" and removed "use_old_parser" (dillorc).
  * Added minor support for the deprecated <MENU> element.
  * Eliminated a race condition that produced segfaults when a dpi transfer
    was cancelled before the contents were sent (a very rare case).
  * Added a test for socklen_t in configure.in.
  * Fixed the downloads dpi to handle both new savenames and target directory.
  * GdkRgb: fixed handling of not usable system default visual and colormap.
  * Made dillo recognize unhandled MIME types, and offer a download dialog!
2004-05-26 08:06:56 +00:00
jlam
8b53371f99 jlam will update cyrus-imapd22 2004-05-26 07:57:00 +00:00
adam
59fee122d5 buildlink3 now requires libgcrypt 1.2.0 or higher 2004-05-26 07:44:58 +00:00
tron
f869e3de69 Remove me as maintainer of this package. 2004-05-26 05:42:28 +00:00
jschauma
de456e1307 Use CFLAGS when creating the archive. This fixes building under IRIX64
using gcc, as we need the ABI specific flags.
2004-05-26 03:20:38 +00:00
reed
b483c36833 Add a HOMEPAGE of http://www.kde.org/areas/multimedia/.
Maybe http://www.arts-project.org/ should be used instead,
but webpage is out-of-date. (As discussed with maintainer, Mark.)
2004-05-26 01:21:10 +00:00
wiz
54e994b816 Add VICE_USE_FFMPEG to BUILD_DEFS, says dillo. 2004-05-25 21:53:11 +00:00
wiz
5861dde662 Note ffmpeg update to 0.4.8. 2004-05-25 21:52:18 +00:00
wiz
2d7f64ccf3 Add VICE_USE_FFMPEG switch to enable ffmpeg support in vice.
Document it in bsd.pkg.defaults.mk.  Defaults to "no".
PKGREVISION not bumped since package does not change (by default).
2004-05-25 21:51:42 +00:00
wiz
c041b228d4 Update to 0.4.8, and install the header files that are customarily
installed.
Changes:
version 0.4.8:

- MPEG2 video encoding (Michael)
- Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
- Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  and Mario Brito)
- Xan DPCM audio decoder (Mario Brito)
- Interplay MVE playback subsystem (Mike Melanson)
- Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)

version 0.4.7:

- RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq
  (originally from public domain player for Amiga at http://www.honeypot.net/audio)
- Current version now also compiles with older GCC (Fabrice)
- 4X multimedia playback system including 4xm file demuxer (Mike
  Melanson), and 4X video and audio codecs (Michael)
- Creative YUV (CYUV) decoder (Mike Melanson)
- FFV1 codec (our very simple lossless intra only codec, compresses much better
  then huffyuv) (Michael)
- ASV1 (Asus), H.264, Intel indeo3 codecs has been added (Various)
- Tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
- ffplay has been replaced with a newer version which uses SDL (optionally)
  for multi platform support (fabrice)
- Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  by anonymous
- AMR format has been added (Johannes Carlsson)
- 3gp support has been added (Johannes Carlsson)
- VP3 codec has been added (Mike Melanson)
- more MPEG-1/2 fixes
- Better Multi platform support, MS Visual Studio fixes (various)
- Altivec optimizations (Magnus Damn and others)
- SH4 processor support has been added (BERO)
- New public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
- VOB Streaming support (Brian Foley)
- Better MP3 Autodetection (Andriy Rysin)
- qpel encoding (Michael)
- 4mv+b frames encoding finally fixed (Michael)
- chroma ME (Michael)
- 5 comparission functions for ME (Michael)
- b frame encoding speedup (Michael)
- wmv2 codec (unfinished - Michael)
- user specified diamond size for EPZS (Michael)
- Playstation STR playback subsystem, still experimental (Mike and Michael)
- ASV2 codec (Michael)
- CLJR decoder (Alex)

.. And lots more new enhances and fixes.

version 0.4.6:

- completely new integer only mpeg audio layer 1/2/3 decoder rewritten
  from scratch.
- recoded dct and motion vector search with gcc (no longer depends on
  nasm).
- fix quantization bug in AC3 encoder.
- added PCM codecs and format. Corrected wav/avi/asf pcm issues.
- added prototype ffplay program.
- added GOB header parsing on H.263/H.263+ decoder. (Juanjo)
- bug fix on MCBPC tables of H.263. (Juanjo)
- bug fix on DC coefficients of H.263. (Juanjo)
- added Advanced Prediction Mode on H.263/H.263+ decoder. (Juanjo)
- now we can decode H.263 streams found on QuickTime files. (Juanjo)
- now we can decode H.263 streams found on VIVO v1 files.(Juanjo)
- preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
- added GOB header for H.263/H.263+ coding on RTP mode. (Juanjo)
- now H.263 picture size is returned on the first decoded frame. (Juanjo)
- added first regression tests
- added MPEG2 TS demux
- new demux API for libav
- more accurate and faster IDCT (Michael)
- faster and entropy controlled motion search (Michael)
- two pass video encoding (Michael)
- new video rate control (Michael)
- added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
- great performance improvement of video encoders and decoders (Michael)
- new and faster bit readers and vlc parsers (Michael)
- high quality encoding mode : tries all macroblock/VLC types (Michael)
- added DV video decoder
- preliminary RTP/RTSP support in ffserver and libavformat
- H.263+ AIC decoding/encoding support. (Juanjo)
- VCD MPEG-PS mode. (Juanjo)
- PSNR stuff. (Juanjo)
- Simple stats output. (Juanjo)
- 16-bit and 15-bit rgb/bgr/gbr support (Bisqwit)
2004-05-25 21:49:26 +00:00
reed
fd896b1aeb Suggest update of xinvest to 2.6.9. It was released in May 2004. 2004-05-25 21:30:27 +00:00
kristerw
62fd4c4b58 Fix a case of bogus extra { and } in array initialization, that makes
gcc 3.3 complain loudly.
2004-05-25 21:13:26 +00:00
kristerw
462981caf8 Fix multi-line strings, to make this package compile with gcc 3.3. 2004-05-25 19:05:12 +00:00
skrll
fa3ac22e78 Remove myself as maintainer of libtool. 2004-05-25 18:59:06 +00:00
epg
5b9cb7019c + rapidsvn-0.6.0
+ trac-0.7
2004-05-25 16:31:00 +00:00
adam
c7a4496bb7 HOMEPAGE and MASTER_SITES updated 2004-05-25 15:23:33 +00:00
grant
722fb191d2 note PKGREVISION bump of libtool-base for OpenBSD shlib name fix. 2004-05-25 15:23:02 +00:00
epg
137a146710 note subversion-1.0.4 update 2004-05-25 15:20:36 +00:00
grant
efda0207ab bump PKGREVISION for OpenBSD shlib name fix. 2004-05-25 15:17:26 +00:00
grant
1de0489d6f fix shared library names on OpenBSD after upgrade to libtool 1.5.x.
fixes PR pkg/25527 from Adrian Portelli.
2004-05-25 15:17:07 +00:00
adam
f898d00459 Updated SDL_gfx to 2.0.11 2004-05-25 15:12:49 +00:00
adam
4943ce6425 Changes 2.0.11:
* added pieRGBA/pieColor primitive (non filled pie)
* added QNX6 build patch
* use $(includedir)/SDL to automake setup
* updated README
* added 2x2 box & pie tests
* added dynamic font setup routine
* added sample font files to the Fonts directory
* added font test program
* string routines changed to use const char
* fixed TestRotozoom clear color bug
2004-05-25 15:10:27 +00:00
adam
e88a0416f7 Updated gd to 2.0.25 2004-05-25 14:56:53 +00:00
adam
040ae95b77 Changes 2.0.25:
* Correction in gdfontl.h

Changes 2.0.24:
* bgd.dll is now compatible with Visual BASIC
* Even more complete freetype version checking
* Binary transparency is now handled correctly in gdImageToPalette
2004-05-25 14:55:34 +00:00
epg
d0940ab8fb Update to Version 1.0.4.
(21 May 2004, from /branches/1.0.4)
http://svn.collab.net/repos/svn/tags/1.0.4

 User-visible-changes:
 * fixed: 'svn up' can delete unversioned data on win32 fs (issue #1854)
 * fixed: pool leaks in 'svnlook diff/changed/dirs-changed'
 * fixed: insecure script example in pre-commit-hook template
 * fixed: inability to do a checkout to '/'
 * officially recommend neon 0.24.6 in all docs.

 Developer-visible changes:
 * fixed: RPM build for Fedora & WBEL3/RHEL3
 * fixed: SWIG-java building problem
 * fixed: javahl bug which can crash JVM
 * fixed: change formatting codes in svn_swig_pl_callback_thunk
 * fixed: properly wrap svn_txdelta_parse_svndiff for perl
2004-05-25 14:55:12 +00:00
grant
2c9869f050 the filename has a -gtk2 suffix. 2004-05-25 13:42:35 +00:00
grant
23275837de add build for NetBSD/i386 2.0. 2004-05-25 13:40:54 +00:00
salo
f1802ebc2e Take over maintainership.
Ok with previous MAINTAINER, michal@pasternak.w.lub.pl.
2004-05-25 13:09:37 +00:00
wiz
cd4bcbd49f Note bittorrent{,-gui} update to 3.4.2 2004-05-25 12:43:03 +00:00
wiz
822df67266 Update to 3.4.2:
* Fixed some bugs, including an important tracker bug
  * Added 'warning message' so trackers can send non-fatal human
    readable messages to clients
  * Fixed problem where some users got 'could not find file' message
2004-05-25 12:42:19 +00:00
salo
1f86d04714 Note update of net/lftp. 2004-05-25 12:05:39 +00:00
salo
a6e4e4febb Update to version 3.0.3.
Changes:

- better DESCR and COMMENT

3.0.3:
======
* cls for sftp can now print symbolic user, group and number of hard links.
* make cd dir/ check if dir exists.
* follow ftp:ssl-force even if ftp server does not advertise AUTH in FEAT reply.
* fixed excessive STAT commands in FXP transfer.
* fixed core dump when disconnecting with active FXP transfer.
* fixed memory leak in sftp uploading and file renaming.
2004-05-25 12:01:16 +00:00
wiz
67ce9d7857 Note mldonkey-2.5.21 update. 2004-05-25 10:38:51 +00:00
wiz
bc334574c3 Update to 2.5.21:
This release fixes a bug that prevented indirect connections. Some
minor bugfixes have also been made in the sources management.
2004-05-25 10:38:18 +00:00
xtraeme
52164f9b0e - gnumeric-1.2.12 (thanks drochner) 2004-05-25 07:10:35 +00:00
simonb
1f739ec866 gimageview and newer versions of GTK disagree on what exactly is
deprecated - make sure we #undef GTK_DISABLE_DEPRECATED.
2004-05-25 06:38:31 +00:00
simonb
1f01b4d1de Add "CONFIGURE_HAS_INFODIR=no" to get this package building. 2004-05-25 04:21:29 +00:00
jschauma
dca008de5a only attempt to remove bmake files if 'cd bmake' was successful. 2004-05-25 02:25:21 +00:00
minskim
aec502047a A package name in DEPENDS should be a shell glob pattern, not a regex. 2004-05-25 01:34:06 +00:00
danw
e9f52e6638 darwin fixes: use ${MAKE_FLAGS} as well as ${MAKE_ENV} in the post-configure
rule (qv bsd.pkg.mk rev 1.1425), rename a function that conflicts with
a system function, and change malloc.h to stdlib.h
2004-05-25 01:30:22 +00:00
xtraeme
9461692df5 Add ${X11BASE}/bin to the PATH when USE_IMAKE is used, without objections
in tech-pkg@.
2004-05-24 20:54:12 +00:00
drochner
1efed1c22f mention updates 2004-05-24 18:21:08 +00:00
drochner
e4094640e7 update to 1.2.1
changes:
-added translations
-bugfixes
-added plugins: cross fade in/out
2004-05-24 18:17:18 +00:00
drochner
c7133c6ae9 update to 1.2.12
The step from 1.0.12 to 1.2.12 is too large to mention all changes.
pkgsrc issues:
-use gnome2
-add python support (python23 provides a shared lib)
-XXX I've enabled libgda/gnomedb, this seems to be completelely
 non-functional to me, but perhaps it is just my setup...
2004-05-24 18:13:19 +00:00
drochner
1786b8331c update to 1.9.1
changes:
* Support DOCTYPE in the simplified xml generator
- fixes and cleanup
2004-05-24 18:07:13 +00:00
kristerw
461ab37836 Make this package compile when using gcc 3.3. 2004-05-24 16:18:58 +00:00