summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2002-08-13Sync with mplayer's DESCR.wiz1-7/+8
2002-08-13Whitespace nit.wiz1-1/+1
2002-08-13Improve.wiz1-7/+8
2002-08-13Fix a typo, and improve grammar.wiz1-2/+2
2002-08-11netbsd uses time_t not int for the time functions. Fixes compilation ondmcmahill2-1/+15
64 bit systems.
2002-08-09don't use filename as format string, should fix PR pkg/17750 bydrochner2-5/+14
Christian Biere
2002-08-08These packages install libraries that differ from previous versions if theyjlam1-2/+2
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
2002-08-07I modified the local patch-ab but forgot to copy it and now I have toveego5-13/+17
regernate all distinfos.
2002-08-07Update from 0.90pre5 (rc5) to 0.90pre6 (rc6).veego9-58/+55
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-07Fix LIBS line. Fixes bulk build problem.wiz1-2/+2
2002-08-06Add some necessary REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SEDjlam1-1/+6
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-05Add DEPENDS on p5-IO-String so that 'make test' succeeds. Closes pkg/17800wiz1-1/+3
by Eric Jacoboni.
2002-08-04update to jhead-1.8.jdolecek2-9/+9
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-04Add me as an Maintainer.veego1-2/+2
2002-08-04Build it also on Solaris.veego2-4/+7
Apply patch from pkg/17260, which should now work after the recent buildlink changes.
2002-08-03add sparc PLIST and enable in Makefile. Also change the check to lookdmcmahill2-5/+38
for a compat_svr4 setup rather than compat_sunos as its a solaris-2.6 binary. Finally, add a mirror site.
2002-08-01Convert to use pthread.buildlink.mk.jlam3-6/+9
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam2-5/+4
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-07-30Add devel/flex to BUILD_DEPENDS for SunOS, per pkg/17770 bywiz1-1/+2
Valeriy E. Ushakov.
2002-07-30Fix error in creation of the freetype-config wrapper script. Now, wejlam1-25/+18
generate the wrapper if the original config scripts exists, otherwise we create our own config script freom buildlink-freetype-config.in.
2002-07-29Stop "xv" from executing files starting with a "!" when they are selectedtron3-3/+40
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-29Remove a couple of empty patches that accidentially got created duringrh2-2/+1
pkgconfig cleanup.
2002-07-25Add and enable compface.wiz1-1/+2
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam2-4/+4
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-07-24Add a buildlink file for this package.agc1-0/+41
2002-07-20DEPENDS=freetype2 -> freetype2/buildlink.mkkent1-2/+2
2002-07-19Update to version 1.2.4. Two new functions since 1.2.1, png_malloc_warn()fredb5-34/+47
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-19Enable this on arm, because it works fine on my hpcarm device (jornada720).toshii1-3/+3
2002-07-19`@unexec ${RMDIR}' needs the %D prefix. Doh.mycroft1-2/+2
2002-07-19Work around a gcc-2.95.3/m68k optimization bug, reported by Klaus Heinzfredb2-1/+33
in PR pkg/17553.
2002-07-19Fix LP64 printf() problems.mycroft2-1/+37
2002-07-19Add compface 1.4: 48x48x1 image compression and decompression (X-face utility)hubertf5-0/+69
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-18Patch the various pkgconfig files to include proper -Wl,-R options.rh4-2/+16
Bump PKGREVISION
2002-07-17Update to KDE 3.0.2skrll2-5/+5
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-16Depend on the fixed version of Hermes external interface.agc3-2/+19
Fix the scope of a variable in "new" C++.
2002-07-16Add const-poisoning in external interface, to allow OpenPTC to compile.agc4-3/+33
Bump NetBSD revision level of the package accordingly.
2002-07-14Add i386 platform. Bump PKGREVISION. This closes PR pkg/17598 byrh2-3/+40
Julio Merino <jmmv@hispabsd.org>
2002-07-14Buildlinkify. Should fix i386 bulk build failure.wiz1-8/+7
2002-07-13update MASTER_SITES.grant1-3/+2
2002-07-12Set USE_X11BASE, primarily so that the .oafinfo file goes in the right place.mycroft1-1/+2
2002-07-12Update to gphoto 2.1.0. Major changes is added support for several new Kodakmycroft3-125/+141
and Canon cameras (e.g. ELPH S200, DX-4900).
2002-07-12Update to ogle 0.8.4. Miscellaneous bug fixes, mostly to navigation.mycroft6-40/+36
2002-07-11Updated libflash to 0.4.10nb3abs13-160/+174
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-08Make tcm compile with lesstif and new toolchain.wiz6-18/+63
Closes pkg/14897.
2002-07-08Fix buildlink, and add config wrapper for libart2-config.wiz1-4/+17
Patch provided by Julio Merino in pkg/17425.
2002-07-07Add ${.CURDIR} to the start of DISTINFO_FILE, FILESDIR and PATCHDIR sosimonb1-4/+4
this actually works.
2002-07-05Add dependency on netpbm for pnmscale and pnmdepth.wiz1-1/+2
Requested in pkg/17485 by Hideyuki Suzuki.
2002-07-02Make nice version number.wiz1-2/+2
2002-07-02Add RCS Id.wiz1-1/+1
2002-07-02More pkglint friendly.wiz1-8/+6