Commit graph

2859 commits

Author SHA1 Message Date
salo
f9df6352b4 Updated to version 0.90rc15 (well, 0.90rc5).
Based on patch sent by Juan RP via PR pkg/20836.

Changes:

DOCS:
=====
- Chinese docs/help translations update
- english manpage updates (new filters, fixes)
- Gui about-box updated

Features:
=========
- new video filters: detc, down3dright, hqdn3d, telecine, tfields
- mpcodecs: SGI image decoding (usable with -mf)
- mpcodecs: NUV _en_coding support (mencoder)
- mpcodecs: RealAudio Win32 DLL support on linux, 'cook' codec crash fixed
- DLL loader: truespeech codec support (tsd32.dll)

Porting:
========
- MacOSX support for quicktime en/decoding, MOV demuxing, video timer
- mpdemux: Dynamic DVD drive selection on Darwin
- dshow, dmo: cbAlign=1 fix for proper win32 support
- mpdvdkit2: HPUX, Cygwin fixes

Fixes:
======
- mpdemux: RealVideo demuxing fixes (better WxH, fps parsing, A-V sync)
- mpdemux: MOV parser fixes: AAC (mp4a) support, variable fourcc
- mpdemux: WAV extra header (cbSize>0) parsing fixed
- mpdemux: mpeg bitrate calculation fixed (still bad for VBR files)
- mpcodecs: TGA decompression fix
- DShow interface: BGR 15bpp support fixed
- X11 fullscreen code: fix detetcion of metacity
- vidix: radeon_vid ecp_div fix
- vidix: mga_vid chroma pitch fix
- drivers/mga_vid.o: fixed G400 16MB detection
- -ao win32 fixes
- -ao alsa9 faster seeking support
- -ao nas (mem?)leak fix
- -ao mpegpes: fix DVB volume mixer (with the HEAD driver)
- -vo directfb2: DFB 0.9.17 support
- -vo directx: 'ontop' option, other fixes
- -vo dxr3: fix subpic placement
- -vo gif89a: VOCTRL_DUPLICATE_FRAME support, YV12 supp. removed
- -vo dfbmga: Update sub-picture layer, support for selecting field parity
- TOOLS/matroxtv: improvements, now it looks much better...
- configure: MacOSX support, better (un)gif, FAAD detection, etc
- configfile parser: better error messages
2003-03-22 03:13:37 +00:00
dillo
830413cb62 fix two bugs in freetype-config that prevent it from working outside
of pkgsrc:
- place -I${LOCALBASE}/freetype2 before -I${LOCALBASE}, since
  otherwise freetype 1 headers might be used
- add -Wl,${RPATH_FLAG}

bump pkgrevision
2003-03-21 22:25:50 +00:00
tron
93f5c1d229 Fix "zlib" configuration in "Makefile.common" so that PNG tools get built.
Bump package revision to reflect this change. This patch was contributed
by Christopher Richards in PR pkg/20809.
2003-03-21 08:30:48 +00:00
tron
92f1d298bd Convert his package to buildlink2 to make it build with the update
"netpbm" package. Bump package revision to reflect change.
2003-03-18 12:13:43 +00:00
tron
43dfa732c6 Update "netpbm" package to latest stable version 10.11.6. Numerous bugs
have been fixed and a lot of features have been added since version 9.25.
2003-03-18 12:11:55 +00:00
wiz
1323d0342f Add dmocodecs; bump PKGREVISION to 2. 2003-03-17 21:05:01 +00:00
dmcmahill
ebabff7080 don't try and do ${XMFMF} -a because that produces 'xmkmf -a -a' which
causes an error.  This builds and runs on alpha now.
2003-03-17 01:19:12 +00:00
dmcmahill
28fc43ca12 use a time_t * as the argument to time(3) to let this compile on 64 bit systems.
Fixes recently noted compile problems on alpha.
2003-03-15 12:24:22 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
jschauma
1940384395 On Linux, we need to include <math.h> in one instance.
Note that after this, the package installs cleanly without a problem,
indicating that jlam's fixes for PR pkg/19735 worked and the PR most likely
can be closed.
2003-03-14 18:32:15 +00:00
atatat
fe8763ca9f Bump BUILDLINK_DEPENDS.xpm from "xpm-3.4k" to "xpm>=3.4k" so that pkgs
that depend on xpm don't get lost trying to install xpm-3.4knb1 when
xpm-3.4knb1 is already installed (because they think they need
xpm-3.4k because that's what the buildlink file said).

Suggested by the wiz.
2003-03-13 17:36:28 +00:00
wiz
e073889e8f Fix Xft detection. Bump PKGREVISION to 1. 2003-03-13 14:33:20 +00:00
wiz
b9488291b9 Fix some more dependencies. 2003-03-13 12:13:17 +00:00
tron
8ba42278c5 Create fake libtool archives to fix build problems on XFree86 4.x system
when programs are supposed to be linked with the included Mesa libraries.
These changes by Johnny C. Lam fix PR pkg/20649 by myself.
2003-03-13 07:01:01 +00:00
jschauma
556dfd66a9 More updates from Mesa:
As with the Makefiles, only include Mesa's buildlink when necessary,
otherwise include MesaLib's and/or glu's buildlink.
2003-03-12 22:07:27 +00:00
markd
9238478044 Update KDE to 3.1.
Many bugfixes and functionality enhancements including:

kdegraphics

 KView:
    Added KImageViewer interface
    Added possibility for plugins
    Added Slideshow plugin
    Enhanced Mousewheel support
    Automatic resizing to fit images with varying size
 kviewshell: added statusbar
 kviewshell: usability improvements
 KuickShow: Digital camera jpeg images obey orientaion information
 KuickShow: General UI improvements, now features a menubar
 KuickShow: Ability to browse image collections on remote servers
 KuickShow: Digital camera jpeg images obey orientaion information
 KPovModeler: Implement support for the missing PovRAY 3.1 primitives,
 zehender at kde org.
 KFax: Rewrite all the UI code to be KDE standards compliant, cleanups.
 (Nadeem Hasan <nhasan@kde.org>)
 libkscan: support for halftoning scan mode where available
 kooka: thumbnail view of scanned images added
 kooka: ported to KDockWidgets to provide a customizable GUI
 kooka: inline image renaming and drag and drop
 NEW IN KDE:KPovModeler, a modeling and composition program for creating
 POV-Ray (tm) scenes
2003-03-11 13:24:56 +00:00
wiz
269130fc55 Update to 0.31. Changes:
0.31:
A fix for an annoying bug that caused full screen to update instead
of only the changed area, a new variable-size, Gaussian-distribution
dropper tool, and a new commandline argument to make SVG icons
default without recompiling.
0.30:
Path corruption in node editing has been fixed. <mask>, <clipPath>,
and <symbol> have been implemented. Viewport and alignments in
<svg> have been implemented. Incorrectly interpreted rectangle
corners have been fixed. The slideshow works again.
0.29:
This release has been ported to the Gtk+ 2 widget set, removes the
GNOME dependencies, makes gnome-print optional, and adds initial
support for the Win32 environment.
2003-03-10 23:02:18 +00:00
jschauma
77dbcbc11a Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-09 19:10:35 +00:00
jschauma
12c7eda41d Update Mesa and friends to version 5.0, using patches provided in PR pkg/19302.
At the same time, move Mesa and friends to LOCALBASE rather than X11BASE, so
that they can be installed regardless of XF version.  Introduce MESA_REQD variable
that can be set to 5.0, thus allowing systems with XF4 to indicate that the
provided version is not good enough.

All packages using Mesa, MesaLib, glu or glut will get a PKGREVISION bump
over the next few days.
2003-03-09 19:04:52 +00:00
dmcmahill
b12ad6e261 update to 2.0.9
detailed list of changes not available, but this update is needed to support
the 20030223 release of the gEDA suite.
2003-03-09 06:05:57 +00:00
jmc
ff65eb1827 Change bison to a BUILD_DEPENDS 2003-03-08 22:25:30 +00:00
jmc
25de315a9d Include bison buildlink2.mk so this can find bison at build time 2003-03-08 21:38:27 +00:00
mycroft
5ff5e4424a Update to ogle 0.9.0. 2003-03-08 18:01:40 +00:00
wiz
ff787e41ff Update to 2003.02.22.
Japanese, Greek, Finnish, British English, Hungarian translations.
Other translation updates.
  * Gave sound effects to more stamps:
    Camera, Saw, Rooster, Checkered Flag, Mallet
  * Using a new set of Euro coin images.  (Have correct ratios)
    John O'Sullivan
  * Created 'Animals' category with 'Birds' and 'Fish' subcategories.
  * Added Drake, Guineafowl, Hen and Rooster to 'Birds'
    John O'Sullivan
  * Added Blue Groper, Butterfly Fish, Clown Fish, Coral Trout,
    Dolphin Fish, Lion Fish, Moon Wrasse and Striped Fish to 'Fish'
    John O'Sullivan
  * Described some undescribed stamps.
    Karl Ove Hufthammer
  * Added hand stamp to 'Shapes.'
  * Added 'Sacagawea' coin to 'US Coins.'
  * Added squeaky sound for 'Rubber Duck' stamp.
  * Created 'Nuts' category under food.
  * Moved Walnut from 'Fruit' to 'Nuts.'
  * Added (shell-less) Pecan, Walnut and Almond to 'Nuts.'
  * Updated README.txt.
2003-03-07 11:45:28 +00:00
wiz
bebb89b9e0 Update to 0.9.10:
Some more platforms supported, new translations and translation
updates, documentation updates, bug fixes, and

2003.February.22 (0.9.10)
  * UTF-8 stamp descriptions word-wrap around spaces.

  * Support for more HTML escape codes in description files.
    [ Not yet working ]

  * ALT+F4 accepted as alternative to [Escape] (to quit)
    by Tux Paint's main loop.  Windows wasn't rending a 'Close Window'
    event on that key combo, like it should (I think).
    John Popplewell


2003.February.1 (0.9.9)
  * When a locale requiring its own font can't be used because the font
    is missing, Tux Paint now CORRECTLY switches back to default
    ($LANG=C, which for Tux Paint is 'American English')

  * Locale-detection code made more robust.  (Check LC_MESSAGES, not LC_ALL)
    TOYAMA Shin-ichi

  * Added support for some useful HTML escape sequences in stamp descriptions
    (e.g., "&acute;" for "á" ("a" with "'" over it))
    Append ".esc" to the locale code (e.g., "fr.esc=...") in the ".txt"
    description files.

  * Wrote "docs/ESCAPES.txt", which covers valid escape sequences.

  * Made 800x600 mode available at runtime, rather than just at compile-time
    (available "--800x600" command-line option and "800x600=yes" in conf. file;
    overridden by "--640x480" option, or "800x600=no" or "640x480=yes" in conf.)
    NOTE: STILL EXPERIMENTAL!  640x480 mode is still default!

  * Fixed 'Magic Tool' selector redraw bug in 800x600 mode.


2003.January.27 (0.9.8)
  * Added some translations to Tux Paint's icon's comment in tuxpaint.desktop.

  * Updated default tuxpaint.conf to mention all of the newest options.

  * Fixed Japanese locale detection.
    TOYAMA Shin-ichi

  * Stamp description translations can be encoded using UTF-8.
    Append ".utf8" to the locale code (e.g., "fr.utf8=...")

  * Removed stamp descriptions from Japanese translation file
    (src/messages/ja.po).  (Will be placed as UTF-8 encoded text in next
    Tux Paint stamps package release.)


2003.January.26 (0.9.7)
  * Fixed translation bugs with some save-related prompts.

  * Polish available as "--lang polski" as well.


2003.January.22 (0.9.6)
  * Save directory can be specified ("--savedir")
    John Popplewell

  * tuxpaint-import now creates the '~/.tuxpaint/saved' directory,
    if it doesn't exist

  * Initial support for arbitrary window sizes.  (#define SVGA for 800x600)
    TOYAMA Shin-ichi

  * Added a few new colors, renamed some old ones.
    TOYAMA Shin-ichi

  * Fixed text tool bug when hitting [Enter]/[Return] past bottom of canvas

  * Indonesian available as "--lang bahasa-indonesia" as well.


2003.January.8  (0.9.4)
  * Changed sparkles so they look less like blobs.
    (Thanks to Dave Nelson for the suggestion.)

  * Added a mode that uses XORs ("rubber-band lines") much less:  --nooutlines
    It should help for very slow machines and using Tux Paint remotely
    over a networked X display.

  * The 'Circle' shape no longer switches into rotation mode
    (since it never affected the shape!)


2003.January.6  (0.9.3)
  * Screen now refreshes when switching back to fullscreen Tux Paint.
    John Popplewell

  * FAQ categorized


2002.December.10  (0.9.2)
  * Added initial attempt at keyboard control support
    (for mouseless environments): "--keyboard"

  * UTF-8 support working.


2002.November.16  (0.9.1)
  * Updated man page.

  * Added some missing "gettext_noop()" wrappers to some strings.

  * Stamp sound effects played when clicked, even if stamp is already selected.

  * Added more translated documentation directories, with dummy docs.


2002.November.12  (0.9.0)
  * Fixed endian issue which caused stamp icons and saved-file thumbnails to
    have messed up colors!  (Tested on Mac laptop running Mac OS X.)

  * Added FAQ item regarding fullscreen not being in 640x480 under Linux.
    (Partially based on libSDL's Linux FAQ:
    http://www.libsdl.org/faq.php?action=listentries&category=3#34 )

  * Added notice about downloading libraries and '-dev' packages under
    compiling/Linux section of INSTALL.txt.

  * Rearranged INSTALL.txt some.

  * Converted titlescreen image from JPEG to PNG
    (so libJPEG would no longer be required).

  * Updated PNG software list (PNG.txt)

  * Added version number and release date to title screen.

  * Fixed strange undo/redo access bug (redo available after open).

  * Uses "Library/Preferences/tuxpaint" instead of hidden ".tuxpaint"
    directory under Mac OS X.
    Darrell Walisser


2002.November.3
  * HTML documentation cleaned up (no warnings or errors from HTML Tidy!)

  * Supports locale-specific fonts for languages that need Unicode.
    e.g., Korean will use "ko.ttf", if found, for translated strings.
2003-03-07 11:40:58 +00:00
wiz
4a72af3c14 Update to 3.7.3, from Jim Bernard in PR 19663.
Changes:
3.7.3
* Major: contributed code to re-add gamma, inverse normal, and
  inverse error function
* Windows specific fixes, most visibly changing the 'pause' command
  to avoid cpu hogging, and updated build procedures
* Improved metapost driver
* Make Linux driver work with devfs
* Numerous bugfixes backported from development version, see ChangeLog
* A large number of documentation misprints have been fixed

3.7.2
* Major: we have removed code that was labeled with a
  non-commercial use clause. The effect is that this
  removes the gamma, inverse normal, and inverse error
  function from platforms that have no native
  implementation.
* Support for BeOS
* New terminal drivers: emf (Enhanced Metafile Format),
  epslatex, ggi (General Graphics Interface), pdf, svg
 (W3C Scalable Vector Graphics)
* Updated png driver: web-friendly palette, transparent
  images, explicit colour specification
* Updated HPGL driver: optional multi-pen support,
  alternative plot sizes, variable font sizes
* Updated gnugraph driver: now requires GNU plotutils 2.2
  or better
* Updated eepic driver: picture environment now scales with
  "set size"
* Updated fig driver to fig file format 3.2
* Updated tkcanvas driver
* Fix font size option in pslatex driver
* configure-alike script for VMS
* Command substitution in double-quoted strings
* Vector clipping style for 2D plots
* Sort terminals by name before displaying
* Numerous bugfixes
2003-03-05 14:01:25 +00:00
seb
e28b1f5eb8 Also bump BUILDLINK_DEPENDS.graphviz 2003-03-04 20:04:10 +00:00
seb
2c43b580dd Fix build for all systems without pthread: the ast_common.h
included in the distribution tarball really should not be there.

Bump PKGREVISION
2003-03-04 20:02:28 +00:00
wiz
11609474df Update to 1.0.5 -- use sources supplied with latest tarball, no changes,
except integration of part of patch-aa.
2003-03-04 13:56:31 +00:00
wiz
45261b6f61 Update to 1.0.5.
1.0.5 (mar 1st 2003)
Only a small fix for progressive jpeg suspension problem.
This is the long-awaited final release containing the new 'dynamic MNG' feature
and bringing MNG compliance to near 100%!
1.0.5-rc3 (jan 20th 2003)
Minor bug-fixes and finalizing the accepted proposal (by official vote) for
the TERM/frame_delay changes on mng-list (nov-dec/2002).
1.0.5-rc2 (dec 9th 2002)
This contains fixes for a few minor details reported by the loyal testers.
It fixes some issues with the goframe/golayer/gotime processing and related
stuff. And it adds a way to disable playback-caching from within the MNG,
which is very useful for streaming-MNG encoders (such as gserver!).
1.0.5-rc1 (nov 1st 2002)
This fixes a few small problems and brings the TERM/MEND processing, with
respect to interframe_delay as per the current discussion on MNG-list,
up-to-date with the latest proposal.
1.0.5-b3 (oct 15th 2002)
Fairly quick after beta2, since that introduced a couple of unfortunate
booboo's and wasn't very workable. It also changes the standard configure
script to build a standard shared object similar to what I intended.
1.0.5-b2 (oct 9th 2002)
Second beta for next 1.0.5 release. This addresses some minor problems
detected during testing. It adds the proposed change to the MNG spec as
discussed on the "mng-list" recently; eg. Adam's option 4.
And it adds a little function to check at run-time if the lib is a beta or not.
1.0.5-b1 (sep 24th 2002)
First beta of a large maintenance release. This completes support of the MNG
specification to nearly 100% (PAST, PROM, delta-images, BACK image+tile).
It adds "dynamic" MNG and a few other neat routines as well as fixes several
bugs reported through SourceForge or to me directly.
2003-03-04 13:50:16 +00:00
wiz
3d55b420ad Update to 1.3.1:
- Translations updated to sync with the stable release.
    * Fixes to exif information display.
    * Fixed copy and move overwrite dialog logic.
    * Fixed path entry in main window.
    * Fixed missing translated text (utf8 warnings, blank menus, etc.).
    * Misc bug fixes, more GTK 2 porting.
2003-03-04 13:31:56 +00:00
wiz
6d1d9a50e1 Update to 1.2.2.
- Updated French and Spanish translations.
    - Added Vietnamese translation.
    - Tweaked behavior of 'view in new window' to honor multiple selections.
    * Fixed copy and move overwrite dialog logic.
2003-03-04 13:15:42 +00:00
seb
4bc7477474 Update to 1.9
Package changes:
- Be a specific/verbose about dependencies' includes and libraries
  directories
- Require Xaw type "standard"
- Install complete html documentation
- Add libiconv dependency
- Remove libgd documentation
- Add upcoming libcurl support in comments

Changes since version 1.8.10:
January 23, 2003
	- declare this version 1.9
		(3-level version numbering has been dropped now
		that we have nightly snapshot builds with their
		own extended numbering.)
	- general
	    - config.h is no longer installed.  config.h is generated by
		./configure for the current build only.  It may not be
		applicable for derivative builds.
	    - improve ICONV configure tests
	    - lots of janitor-work to clean up warning messages from -Wall
	    - use @OBJEXT@ in Makefile.am so that .obj is used under cygwin
	    - fixes for Solaris builds
	    - use libpng-config if available
	    - reduce long build times due to touching ast_common.h too often
	    - improve dependency tracking.  "make -j8" now works with distcc
	    - autogen.sh fixes to work on RH7.3, RH8.0, and Solaris.
	    - eliminate use of suffix rules which confused some makes.
	    - DOT language allows '+' for concatenation of quoted strings
	- dot, neato, twopi
	    - fix bugs 209, 210, 214, 216, 217, 222, 224, 225, 229,
			230, 233, 236, 237
	    - update gd into alignment with gd-2.0.9
	    - change to make libagraph output compatible with libgraph input
	    - add shapes: septagon, pentagon, a_ediamond, rect, rectangle
	    - introduce "ND_...", "ED_...", "GD_...", node/edge/graph-data
		accessor macros in partial preparation for use of
		libagraph in dot.
	    - add libdotneato.so, dotneato.h, dotneato-config
		to aid use of dot libraries by user apps based
	        on installed graphviz-devel rpm and without access
		to graphviz sources.
	    - new xdot output format providing detailed drawing instructions
	    - new -y command line flag, inverts y coordinates
	    - support multple -T when -o given, as in:
			cat xxx.dot | dot -Tpng -Tcmap -o xxx
		which produces xxx.png and xxx.cmap from a single
		layout computation.   Intended for use in CGI programs.
	- agraph
	    - correct callback ordering for deletions
	- tools
	    - add gxl2dot and dot2gxl for GXL language conversions
	    - gvui now provides *map output
	- tcldot, tcldgr, tcldgl
	    - improve tcl8.4 support
	    - extend search path for tcl.h to include /usr/local/include/tcl8.4/
		in support of BSD install conventions.
	- dynagraph
	    - many fixes
	    - change to not build dynagraph by default (use --with-dynagraph)
	- docs
	    - dotguide updates
2003-03-03 11:34:57 +00:00
jschauma
d8f9938d2c Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-03-02 19:47:23 +00:00
grant
bd9ad7a336 use imake man page handling so this now works on Darwin, Linux, etc.
bump PKGREVISION.
2003-03-01 00:06:41 +00:00
grant
d71b2f11c3 fix a broken #ifdef, noted on Linux. 2003-02-28 23:44:37 +00:00
jmmv
7d43b9fff0 Update to 2.2.0.2. Changes in this version:
- Fixed the way the idle loop is set up around the update/redraw flags.
- Fixed event copying.
- Added translations: fa, kn, id.
2003-02-28 10:26:27 +00:00
grant
b6d0106b47 fix indenting and remove some parens. 2003-02-27 17:03:12 +00:00
wiz
011c63c405 Bump PKGREVISION because of library major bump in libdvdread. 2003-02-26 10:13:14 +00:00
grant
6fc6944776 tidy up post-patch and post-configure targets:
- fix sed delimeter, quoting, consistency
- whitespace police
2003-02-25 05:34:39 +00:00
salo
eba9540c55 Updated to version 1.2.5.
Changes:

- Fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=169911
- Start of IPC code, not used yet.
- Experimental speedup for caption editing. Caches the bg pixmap for the
  image (which doesn't change when you're just editing a caption) so only
  the overlay needs to be re-rendered on each change to the caption.
  Definitely makes a difference when editing captions on a large,
  fullscreen image.
- Tweak event handling - don't nuke queued keyevents when we're accepting
  input for caption entry.
- Fixed wrapping for long lines with no spaces
- Caption editing, also requested by David Blackman <david@whizziwig.com>
  Hit 'c', edit caption, enter to confirm the changes or Escape to revert.
  (Only when --captions-path has been specified).
- Spotted a couple of minor bugs as I went through stuff, fixed those two.
- New option --captions-path. Specify a path (relative to each image) to
  a directory with captions in and feh will overlay them on the image. It
  even does text wrapping and centering!
  Example, run feh --captions-path captions testimages for image
  testimages/donna1.jpg, feh will look for a caption in
  testimages/captions/donna1.jpg.txt
2003-02-24 16:10:07 +00:00
fredb
2263db4c91 Enable on NetBSD/alpha, with patches submitted by Dave Huang in PR/20468.
One more platform (maybe NetBSD/amiga?), and I think we could just remove
the platform restriction entirely.
2003-02-22 16:26:17 +00:00
skrll
5945ff7595 Override config.{guess,sub} so that we build on platforms such as CATS.
This is needed now as LTCONFIG_OVERRIDE was changed to LIBTOOL_OVERRIDE.
2003-02-22 12:05:54 +00:00
skrll
af9f34b262 Make sure that we look for the imlib libraries in the right place even
if xpkgwedge is installed.

Fixes PR 19322.
2003-02-21 07:59:09 +00:00
salo
66db970fbc Prevent hidden dependency on bonobo if it's installed prior to gtkam.
Patch from Marc Recht via PR pkg/20428.
2003-02-20 23:47:49 +00:00
jmmv
3a84fed861 GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.

Okay'ed by wiz.
2003-02-18 20:52:05 +00:00
jmmv
dea9abf569 Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
  this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
  last package in the dependancy tree.
- PKGREVISION is bumped.

Reviewed by wiz.
2003-02-18 14:55:54 +00:00
mrg
5ab6450cf4 update mplayer to 0.90rc4, from <juan@xtraeme.dyndns.org> in PR#20307.
changse from rc4:  "FlameCounter"
    DOCS:
    * some clarification and updates in the English DOCS
    * massive translation and help-file updates

    Fixes:
    * -ac hwac3 fixed (was broken in rc3)
    * vo_svga: 4bp & 8bpp fixes
    * various GUI fixes, including some critical bugs
    * rage128 VIDIX PPC fixes
    * libmenu: one crash fixed, some cleanup
    * fixed ./configure --cc="ccache gcc"
    * -loop fixes, now -loop 2 plays it twice :)
    * the volume symbol of OSD fixed (|\ -> /|)
    * 32bpp QT-RLE support
    * Altivec on non-Darwin systems support
    * QuickTime reference file support fixes
    * mp3lib: layer-2 decoding fixes
    * updates to extension->demuxer mapping table
    * libavcodec: DivX 5.03 decoding fix
    * ao_oss: limited channels handling fixed
    * fixed OGM subtitles and iconv
    * fixed -subcp option with unicode truetype fonts
    * -mf: type detection (based on extension), better defaults
    * vo_xv: -fixed-vo support fixed (fullscreen switching)
    * ogg-in-avi (audio format 0xFFFE) demuxing fixed
    * vorbis decoding fixed (outer loop cleanup)
    * swscaler: 4bpp depth 1 pixel/byte format support for -vo svga
    * missing error message in command line parser for missing parameters
    * swscaler: YVU9->YV12 fixes
    * -ao mpegpes + -ac hwac3 fixed
    * -ao pcm bogus wav header fixed
    * -vo x11 + -wid fixed
    * auto-insert the 'palette' filter if needed, support fixed in filters
    * the sig11 when playing second audio-only file fixed
    * configure: detection of cdda, nas, i18n, svgalib, faad2, lame fixed
    * -af/-af-adv support in mencoder fixed
    * libmpdvdkit2: upgraded to use libdvdcss 1.2.5

    Features:
    * raw video support (-rawvideo, similar to -rawaudio)
    * experimental mpeg4-ES support (enable with -demuxer 27 -fps xxx)
    * new video filter: field (cheap deinterlacer)
    * dvd/vobsub improvements: positioning, optional gaussian blur scaler
    * vf_bmovl: 400% speedup :)
    * libavcodec: native DV audio decoder
    * GIF demuxer (for animated GIFs)
    * new noise removal filter: -vop denoise3d
    * per-channel gamma and MMX-opt'ed bri/cont/saturation support in -vop eq2
    * live.com lib support cleanup, support for more stream types
    * importing the playtree into the Gui instead of gui's own playlist hack
    * support for the xvid and divx4/5linux libraries at the same time
    * -fstype option: override priority/layer of the fullscreen switch methods
    * libavcodec: some B-frames related encoding failures/crashes fixed
2003-02-18 11:16:33 +00:00
salo
51092b72bf LTCONFIG_OVERRIDE->LIBTOOL_OVERRIDE
Addresses PR pkg/20402 by Stephen Degler.
2003-02-18 05:32:16 +00:00
dillo
5f4ad95078 convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
2003-02-17 15:27:58 +00:00