Commit graph

2903 commits

Author SHA1 Message Date
drochner
3437eb515c -update to 0.90 release (no changes from rc5, except documentation fixes,
they even forgot to update the version string)
-make sure libfreetype is found by "configure"
-we don't really need GNU libintl - this avoids a conflict with libmad
2003-04-09 14:57:31 +00:00
grant
7219a9452a revert previous; I had netpbm-9.25 and BUILDLINK_DEPENDS was
still >=9.24, causing this breakage.

bump BUILDLINK_DEPENDS to 10.11.6.
2003-04-08 13:17:10 +00:00
grant
853def732a update to reflect libs installed by netpbm-10.11.6 (hi tron!).
noted by pooka.
2003-04-08 13:02:28 +00:00
wiz
915696e1dc Replace patch-ab with the version that will be in the next release. 2003-04-06 15:42:46 +00:00
rh
0342c7e855 Add and enable gxine 2003-04-06 11:08:56 +00:00
rh
ea4a4919e6 Initial import of gxine-0.3.2, a gtk2-based media player. 2003-04-06 11:08:14 +00:00
rh
ca79a6227b Add and enable xine-lib 2003-04-06 11:06:53 +00:00
rh
863bfbfd21 Initial import of xine-lib-1.0rc9, a multimedia player library. 2003-04-06 11:06:01 +00:00
rh
d49d1de3fd Add and enable xvidcore 2003-04-06 11:03:34 +00:00
rh
c601a56c01 Initial import of xvidcore-0.9.1, an ISO MPEG-4 compliant video codec. 2003-04-06 11:02:55 +00:00
wiz
14e80a1f16 Add CONFLICTS line with SDL-image. 2003-04-05 19:03:54 +00:00
salo
4d65726a45 Remove platform restriction entirely.
It's been reported to work just fine on NetBSD/sparc (thanks mrg!).
2003-04-04 01:02:39 +00:00
salo
265b381875 - fixed MASTER_SITES
- added HOMEPAGE
- removed NetBSD-only restriction, allow install on all i386 systems
- shortened DESCR
- delint
2003-04-03 17:25:11 +00:00
salo
8e71ffc92b Bump PKGREVISON:
- fixed MASTER_SITES
- added HOMEPAGE
- removed NetBSD-only restriction, allow install on all i386,
  powerpc and alpha systems
- removed bogus fix for powerpc
- splitted MESSAGE into MESSAGE.common and MESSAGE.powerpc
- delint
2003-04-03 17:01:36 +00:00
markd
2f097db93e If sane-config is on your path, the build tries to make use of sane
so add a dependency on sane-backends so this will always work.
Also means that kooka and libkscan are built.
From PR 20981 by Wojciech Puchar.
Bump PKGREVISION.
2003-04-03 14:39:31 +00:00
wiz
f5d8f9b7e4 Finish renaming of SDL-image to SDL_image. 2003-04-03 08:28:14 +00:00
wiz
1a7ebaad6c User SDL_mixer/SDL_image instead of SDL-mixer/SDL-image.
Bump PKGREVISION.
2003-04-03 08:25:33 +00:00
wiz
7b93f06600 Re-import SDL-image as SDL_image (original name). 2003-04-03 08:20:01 +00:00
wiz
938c902624 Update to 2.0.3:
New in libggi 2.0.3:
 * X-target:
     * Fixed a bug, where a ggiFlush() call was missed, which makes
       directbuffer content visible when releasing it.
     * Fixed a clipping bug, causing to let disappear characters or
       whole strings.
     * Fixed clipping on multiple frames.
     * Add -keepcursor option, which keeps the default cursor.
     * Fixed crash when used 8bit characters
     * Fixed endless loop when X11 server provides only and only
       the same sort of X visuals
 * Demo: Improved pageflip demo to test all primitives in a
   multi-frame environment
 * merged some compiler fixes from the OpenBSD ports tree
 * fixed a crash, when a drawing primitive (i.e. a line) crossed
   two borders of the clipping rectangle
 * added 64bit fixes to wrap and cube3d demos
 * minor improvements to checkmode and struct check tool
   (important for target developers though)
 * manpage fixes

New in 2:2:0 (2.0.2): 2002-12-26
* Misc bugfixes (see ChangeLog)
* Huge documentation updates
* Major build system update
  - adds builds fixes for many platforms
* memory-target
  - add -pixfmt option
  - added missing support for reporting physical screen sizes.
* X-target
  - rewritten (x/xlib splitting is obselete now)
  - added dirty region management
* xlib-target
  - disabled. Will be removed later
* fbdev-target
  - DirectFB driver works with directfb 0.9.13
  - added mach64 accelerator
* KGI-target
  - big update (works with KGI-0.9 now)
  - added mach64 accelerator
  - added radeon accelerator
  - still experimental, thus disabled in configure

New in 2:1:0 (2.0.1): 2001-08-26
* More documentation updates.
* Prelimiary support for using DirectFB drivers under display-fbdev
* Many corrections/improvements to build files
* Started move towards using libtool versioning, as interface is stable.

New in 2.0: 2001-08-11
* Huge documentation updates.
* svgalib-target
  - added frame support
  - misc bug-fixes

New in 2.0beta4: 2001-07-10
* Misc bugfixes (see ChangeLog).
* Huge documentation updates.
* finished support for reporting physical screen sizes.
* splitted libggimisc off
* New API: ggiDetachInput()
* fbdev-target
  - Acceleration of Matrox G400 (matrox fb)
* directX-target
  - Update
  - Highly experimental target for Win ... Use at your own risk !
* ipc-target
  - New target for interprocess communication (experimental)

New in 2.0beta3: 2000-12-18
* Misc bugfixes (see ChangeLog).
* Minor documentation updates.
* Major rewrite of the internal sublib handling.
* Some fixes for PowerPC compatibility.
* preliminary support for reporting physical screen sizes.
* Made all headers C++ compatible.

* lcd823-target
  - Target for the Motorola MPC823 builtin LCD controler, using
    the /dev/lcd823 Linux kernel device.
* fbdev-target
  - Better detection of kgicon-type fb-devices and old fb implementations.
  - Better usage of fbdev mode infos in fb.modes
  - Better acceleration for the Matrox fb.
* glide-target
  - Added directbuffer support.
* aalib-target
  - Better mode handling.
* X-target
  - Propagated X dpi values to give physical screen dimensions.
  - Various fixes to properly init several values.
* tele-target
  - Updated much to make it work again.
* vgl-target
  - New target for FreeBSD's VGL library.
* directX-target
  - Highly experimental target for Win ... Use at your own risk !
2003-04-02 12:05:25 +00:00
wiz
e4b9ad3f90 Update to 0.8.3:
New in 0.8.3:
 * The two hotfixes for libgii 0.8.2
 * manpage fixes
 * several minor fixes

New in 0.8.2: 2002-12-??;
* Misc bugfixes (see ChangeLog).
* Huge Documentation update.
* Threadsafety fixes
* LibGG: New supported platform: Darwin
* Major build system update
  - autoconf 2.5x works now
  - build fixes for many platforms
* input-kii
  - new input target. Works for many KGI users, but
    still not for everyone.
  - still very experimental, thus disabled by default
* input-x/input-xwin
  - handle GraphicExpose events
* input-ipaq
  - new touchscreen input for Compaq iPaq from Tobias
* input-zaurus
  - new touchscreen input for Sharp Zaurus from Tobias

New in 0.8.1: 2001-08-26;
* Nothing much in the code except the usual minor fixes.
* The build process is improved.

New in 0.8: 2001-07-10;
* Misc bugfixes (see ChangeLog).
* Huge Documentation update.
* New API: giiSplitInputs()
* input-linux-evdev
  - Bugfixes from Stephan
* input-directx
  - Update
* input-vgl
  - small build fix for FreeBSD

New in 0.7: 2000-12-18;
* Portability fixes for non-Linux platforms.
* Preliminary Win32 support.
* All headers should be C++ compatible now.
* Misc bugfixes (see ChangeLog).
* Documentation updates.
* Renamed GGI_ELOCKBUSY to GGI_EBUSY.
* New LibGG functions ggCurTime() and ggConfigExpandAlias().
* LibGG now uses it's own mutexes when compiled with gcc - no more
  pthreads and dynamic linker bugs.
* Support compiler type checking on gii_input_t.
* New command events GII_CMDCODE_PREFER_ABSPTR and GII_CMDCODE_PREFER_RELPTR.

* input-linux-evdev
  - New target to support the new evdev input API present in Linux 2.4 and
    2.2.18. Should handle mice, joysticks and keyboards.
* input-linux-mouse
  - Improved autodetection of mousetype.
* input-mouse
  - 3 button support for MS protocol.
  - 4 button support for IMPS/2 protocol.
* input-x/input-xwin
  - Prevent events from lagging in the socket queue in apps that don't call
    XFLush/XSync frequently.
* input-vgl
  - New inputlib for FreeBSD's VGL library.
* input-directx
  - New inputlib for DirectInput on Win32.
* filter-keytrans
  - Added new filter to arbitrarily remap key events.
2003-04-02 12:03:41 +00:00
markd
1cb1db4a9d Update KDE to 3.1.1.
Changes:

arts

 * Several memory corruption fixes.

kdelibs

 * kdialog: Fix screen numbering problem for centerOnScreen() static method
 * kprogress: Fix math problem in displaying correct percentage for large
   numbers
 * kio_http: Fix data processing for webdav(s) listing of directories and files
 * kate: Many small bugfixes, including:
   + Fixed code completion drop-down box position
   + Fixed "wrap cursor disabled" bugs
   + Fixed vertical scrollbar middle mouse behaviour
   + Fixed remove whitespace feature
   + Now clears the redo history when it is irrelevant
   + Fixed crash after starting up with a non-existant directory in the file
     selector history
 * kparts: Fix extension of transparently downloaded files, this fixes ark
   (used to display temp file instead of archive content)
 * klauncher: Fixed support for "Path=" entry in .desktop files. This entry
   can be used to specify a working directory.
 * kio: Don't let ChModJob's -X emulation interfere with mandatory file locking.
 * kdeui: Fix for alternate background coloring in Konqueror list views.
 * kdeui: Fix to prevent an event loop in conjunction with Qt 3.1.2.
 * kio/bookmarks: Properly handle multiple shown bookmarks with the same URL;
   fixes crash on exit in Konqueror when bookmarkbar is on and some bookmarks
   points to the same place
 * kstyles: Handle focus indicators on label-less checkboxes better
 * kdeprint: Don't freeze when there is no route to the selected CUPS server
 * SSL: add support for OpenSSL 0.9.7
 * SSL: ADH ciphers are now explicitly disabled in all cases
 * SSL: new CA root certificate added
 * Several Xinerama related fixes
 * QXEmbed fixes for various situations that don't handle XEMBED well
 * Java on IRIX with SGI 1.2 VM is fixed
 * khtml: Several major bugfixes, partially incorporated fixes from Safari as well.

kdeaddons

kdeadmin

 * Linux Kernel Configurator: Add details about the lightbulb icon's meaning
 * Linux Kernel Configurator: Support for more incorrect kernel configuration
   files

kdeartwork

kdebase

 * kcmshell: Restored backwards compatibility wrt KDE 3.0 module names
 * klipper: Escape "&" everywhere.
 * konsole:
   + Removed "get prompt back"-hacks, don't assume emacs key shell bindings.
   + Fixed usage of background images with spaces in the filename.
   + Profile support fixes (disabled menubar etc.)
   + Bookmarks invoked from "Terminal Sessions" kicker menu now set correct
     title.
   + Fixed a problem with the "Linux" font that prevented it from being used
     with fontconfig.
 * kdesktop: Made desktop menus pop up in unused Kicker space work.
 * kicker: Fixed empty taskbar sometimes showing scroll buttons.
 * konqueror:
   + Various startup performance improvements
   + Fix crash when sidebar tree expands hidden directory
   + Fix crash when config button hidden from config button's menu
   + Extensive fixes to Netscape plugins, fixing crashes and plugin support
   + Changes to default preview settings, making the defaults safer on various
     platforms
 * Java configuration module: Make it possible to properly configure Java in
   all cases
 * Previews: Fixed a privacy issue where previews of HTML files could access
   files or hosts on the network.

kdeedu

 * KStars:
   + Fixed bug #51708: No longer exits if starting position is below horizon
     (only affected some systems)
   + Fixed bug #52205: Country of Lhasa is China, not Tibet.
   + Fixed too-narrow coordinates field in statusbar.
   + Fixed bug in "length of day" calculator module; it now properly accounts
     for latitude and longitude

kdegames

 * Atlantik: Many small bugfixes, including:
   + Better handling of incoming messages
   + Fixed token animation
 * kbackgammon: Common crash fix.

kdegraphics

 * KIconEdit: Fix the ellipse/circle tool not to leave any "holes" in the
   drawings
 * Kooka: Some UI crashes fixed
 * KViewShell: Default paper size is fixed
 * KGhostView: Fixed wheel-mouse scrolling

kdemultimedia

 * KsCD:
   + Stopped KsCD from pausing after tracks in random mode
   + Correctly associate extra CDDB information with tracks
   + Support non-Latin encodings properly in CDDB entries and elsewhere
   + Proper systemtray behaviour
   + Updated key accel code to avoid depricated calls
 * Movie previews have been removed due to severe unresolved stability problems

kdenetwork

 * Desktop Sharing server (krfb):
   + fix problems on X11 servers with 8 bit depth
   + fix problems on X11 servers with big-endian framebuffer
   + allow X11 servers without XShm (thin clients). Warning: requires a lot
     of bandwidth
   + remove read timeouts. This should solve problems with some clients that
     got disconnected after a minute of inactivity (but increases the time to
     detect dead clients)
   + fix problem with clients that support both RichCursor and SoftCursor
     encodings (like krdc from HEAD)
 * Desktop Sharing client (krdc):
   + fix: when an error occurred in fullscreen krdc did not restore the
     original resolution
   + fix: krdc stopped to repaint the framebuffer after a disconnect while
     the error dialog was displayed
   + the quality setting in medium quality mode has been increased because
     the original setting looked too bad with Keramik

kdepim

 * KOrganizer bug fixes:
   + Use correct default duration for events crossing a day boundary (#53477).
   + Correctly save category colors (#54913).
   + Don't show todos more than once in what's next view.
   + Include todos in print output of month view (#53291).
   + Don't restrict maximum size of search dialog (#54912).
   + Make cancel button of template selection dialog work (#54852).
   + Don't break sorting when changing todos by context menu (#53680).
   + Update views on changes of todos directly in the todo list (#43162).
   + Save state of statusbar (#55380).
 * knotes: Escape "&" in note titles

kdesdk

 * Cervisia:
   + Fixed line break in protocol view
   + Fixed timestamp for files that are not in cvs (#55053)
   + Fixed handling of Cervisia's options like 'Update Recursively' when run
     as embedded part in konqueror (#55665)

kdetoys

 * kworldclock: Fixed that all clocks show the same time.
 * kweather: Made it work again with non-english locales. (#52147)
 * kweather: Prevent KWeather from looping and freezing Kicker when not
   connected to the internet.(#49191)

kdeutils

 * klaptopdaemon: Fix serious stalling problems on GNU/Linux with ACPI
 * kcalc: Now a KMainWindow instead of a KDialog to fix various UI
   inconsistencies
 * kdf: Support escapes in fstab

quanta

 * Bugfixes:
   + Allow resizing of the main window even with large user toolbars [#53230]
   + Insert valid DTD definitions [#53274]
   + Honor the View Default settings from Settings->Configure Editor [#53569]
   + Be less braindead regarding the Show DTD Toolbar setting [#53739]
   + Be able to select also directories in tag dialogs [#54819]
   + Do not complain about text files being binary ones on a system with
     broken mimetypes [#54924]
   + Bring up the "File Changed" dialog only, when the file content has
     changed[#55678]
   + Select Tag Area behaviour fixed for optional tags
   + Insert non-translated string in CSS code parts
   + Insert "border-top", "border-right", etc. correctly in CSS
   + Don't quote the script line more than once in the action configuration
     dialog
   + Memory leak fixed: editor parts were not deleted when a file was closed
   + Fix insertion of "img" tags in HTML documents
   + Upload/rescan project/add to new project tree view behaviour fixed
   + Fix renaming of file in the Project Tree, when a file with the new name
     was already present in the project
   + Rename only what has to be renamed in the project and enable project
     saving after a rename
   + Use the correct encoding for newly created files
   + Saving of Author and E-Mail project options was broken in some cases
   + Fix the numbering of new documents
   + Fix the execution of actions
   + Fix crash when deleting an action
   + Insert valid single tags from the toolbar
 * Enhancements:
   + Show the tag attributes (Alt-Down) menu lower than the current line
   + "Insert in cursor position" for script actions replaces the selection if
     there was some text selected
   + New DCOP interface (WindowManagerIf) added to enable the modification of
     the opened documents from a script
   + DTD for Quanta tags (DTD definition) added
   + XHTML 1.0 Strict DTD added
2003-04-01 12:27:04 +00:00
rh
22445160e8 Make this compile with Mesa 5.0 2003-04-01 10:00:20 +00:00
rh
a0a36d3bd2 Make this compile with Mesa 5.0 2003-04-01 09:36:11 +00:00
rh
cda544afc3 Add distinfo left out in previous commit 2003-04-01 09:29:15 +00:00
rh
94dc548770 Make this compile with Mesa 5.0 2003-04-01 09:24:54 +00:00
mrg
a60b46c1bc oops, give this package a version. 2003-04-01 08:07:41 +00:00
mrg
d10ff30e75 make MPLAYER_USE_REALMEDIA used on powerpc & alpha as well as i386... 2003-04-01 08:04:54 +00:00
mrg
f278e62dd9 initial import of the realplayer-codecs package 2003-04-01 08:02:48 +00:00
jschauma
c9e8407af7 Make this compile and install cleanly under Linux. 2003-04-01 04:50:46 +00:00
jmc
5f1fd476b9 This needs glut in order to make kpovmodeler 2003-03-30 09:04:41 +00:00
jmc
74c2eb723e Test Mesa version and set shared library version in PLIST accordingly 2003-03-30 08:54:39 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
wiz
92445eb1ed Remove superfluous whitespace. 2003-03-28 20:28:56 +00:00
jmc
9adb8d76f6 Ok...Finally get this right. The 5.0 Mesa needs LIBTOOL_OVERRIDE which works
correctly on install now when tested.
2003-03-28 09:42:32 +00:00
jmc
1a8ee99bc4 Oops. This applied before, not with the last update to Mesa. 2003-03-28 07:43:49 +00:00
jmc
8d43155db2 Needs LIBTOOL_OVERRIDE, not LTCONFIG_OVERRIDE as it turns out 2003-03-28 07:37:09 +00:00
jschauma
d928b8f223 De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.
2003-03-26 04:05:37 +00:00
jschauma
9b827e7fc0 "PKGREVISION++, since more files are installed..."
- Wiz
2003-03-24 18:54:21 +00:00
jschauma
7ac417c66c Add distinfo for and facilitate using of MESA_REQD=3.4.2; 2003-03-24 18:23:25 +00:00
jschauma
795177db77 Fix PR pkg/20685 by changing the if-statements to allow creation of a fake
package for clean-depends-list purposes.
While here, also remove the no longer necessary CFLAGS after previous commit
in MesaLib and also add distinfo for MesaLib for non Mesa-5.0.
2003-03-24 18:07:07 +00:00
jschauma
d0c3378eef Also install glxext.h, as suggested by Joachim Koenig-Baltes in
PR pkg/20878.
2003-03-24 18:03:33 +00:00
rh
7051c4d898 Update cdlabelgen to 2.5.0. Changes include:
cdlablegen:
  * added support for long options
  * added some options to choose different colors for plaque background,
    category, subcategory and text
  * added a man page
  * add /opt/lib/cdlabelgen/ to template search paths
  * added: -M option, to print out envelope for a CD
  * -v <very large number> is no longer an error, instead, all
    items are printed on cover, none on the tray card.
  * also added .spec file, from other sources on web, for RPM installs.
    Use:
    rpm -ta cdlabelgen-n.n.n.tgz
    to create RPM [not tested]
  * -v option to support splitting items array into items for cover,
    and items for tray
  * word wrap could result in 0 items, now ensures that #items >= 1
  * fixed bug where -f <file> containing one item only was being skipped;
    also added code to handle all kinds of end-of-line delimiters in the
    items file - each line is considered to be one item, so need to
    handle all kinds of EOLN characters.
  * -w word wrap was not working, now should work better in all cases
  * added -p option, pass to template.ps option to clip items
    instead of auto_reducing them to fit to a column
  * allow skipping either -c or -s option (or both)
  * minor change to insert \n in @items - keeps PostScript DSC
    compliant (as far as possible!) - line length should be < 255 chars
    done to keep warning messages away when using GSview

  template.ps:
  * added support for plaque background color, category text color,
    subcategory text color and text color
  * increased normal cd case insert dimensions very slightly for better
    fit
  * removed the ISOLatin1 recoding of fonts; added %%BeginProlog DSC
    comment - this allows piping output through the ogonkify program
    which can recode in a number of encodings. see man page for more
    information.
  * fill2 background should fill two endcaps only, do not fill the extreme
    right-hand tongue-cap, since the tongue-cap does not exist in normal
    cd inserts
  * added optional image translate arguments for -S and -T to
    offset cover/tray image as required
  * added -y: move entire printout up or down; ex: -y 1.5, for A4 paper size
  * added -l: control width of cover/tray edge lines, 0 skips printing
    edge lines entirely
  * support printing of CD envelopes, merged in envelope template sent
    by Ronald Rael Harvest <number6@cox.net>
  * added variables to control left/right margins for both cover and tray
  * both cover and tray can print list of items, uses two different
    arrays containing the items
  * add "fill2" option to fill image in tray and end-caps too
    in addition to just filling the interior of the tray card
  * -s <subban_string> would not print along the spine even when it would fit,
    Rewrote make_endcap function.
  * added larger bottom page offset - hopefully, will work on most
    printers using A4 size (Europe)
  * -p option now actually clips text (instead of just clipping
    graphically - used to leave partial letters on the printout)
    now full characters at the end of the string are omitted if needed
    to fit the column
  * major change to the font size and number of columns
    computation for list of items
    Added option to clip text instead of auto_reducing text to
    fit to column
  * images can be scaled to completely fill cover and tray card - so
    they can be used as background images.
  * added support directives {#BI} {#B} {#I}, appearing in input text,
    make a line bold-italic, or bold, or italic respectively.
    Directives must appear in column 1 of line.
  * bug fix: in n columns output,  if number of items was not a multiple
2003-03-23 02:02:33 +00:00
wiz
c399005561 Wildcard urt dependency. 2003-03-22 15:53:22 +00:00
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