summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2002-11-12Pullup a fix from -current pkgsrc to the netbsd-1-6 pkgsrc branchagc1-1/+14
for pkgsrc/graphics/glu/Makefile. Requested by Manuel Bouyer. "I discovered a problem with graphics/glu: its buildlink.mk checks if glu is already part of base system, but not the Makefile itself, so during a bulk build the base system libglu will be overwritten by the package. Our base system has libglu.1 where the package installs libglu.3, in the same place. This results in some packages having an effective dependancy to the glu package (because of the lib majuor number difference), which is not recorded in the package. So installing e.g. kde2 won't pullup glu, but it won't run because of the missing libglu.so.3 The attached patch solves this problem. The code comes from pkgsrc-current,"
2002-10-24Pull the following up to the 1.6 branch (requested by agc):wiz4-16/+12
Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 to generalise the linker flags used to export symbols by setting them on a per-OS basis. > many packages force -Wl,-export-dynamic which is not portable outside GNU ld > and cause problems e.g. on Solaris. some of these packages use if > conditionals either only for NetBSD or except SunOS, but the state is not > coherent and it may complicate later when support for new OS is added to > pkgsrc (e.g. ongoing work on HP-UX support). > > jlam proposed the following framework in discussion on tech-pkg: > > http://mail-index.netbsd.org/tech-pkg/2002/06/21/0009.html > > now, ${EXPORT_SYMBOLS_LDFLAGS} is used instead of directly defining > -Wl,-export-dynamic which is set in appropriate defs.*.mk to reasonable > values. packages should be converted to this framework by: > > 1) replacing LDFLAGS+= -Wl,-export-dynamic and LIBS+= -export-dynamic with: > > LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} > > 2) for use in patchfiles, add this variable to MAKE_ENV if needed: > > MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS} > > 3) replace occurances of -Wl,-export-dynamic and -export-dynamic in patch > files with: > > $(EXPORT_SYMBOLS_LDFLAGS)
2002-09-25Pullup version 1.14 of graphics/blender/Makefile to the 1.6 pkgsrc branch.agc1-7/+12
Requested by Dan McMahill. > Correctly sets PLIST_ARCH on sparc systems so that the package installs > and deinstalls cleanly. In addition, only check for compat_svr4 on > NetBSD systems as it clearly isn't needed on a SunOS system.
2002-08-20Pullup revisions 1.58 and 1.59 to the 1.6 pkgsrc branch.agc17-214/+238
Requested by Thomas Klausner. > Date: Mon, 19 Aug 2002 18:17:57 +0300 (EEST) > From: Thomas Klausner <wiz@netbsd.org> > > Module Name: pkgsrc > Committed By: wiz > Date: Mon Aug 19 15:17:56 UTC 2002 > > Modified Files: > pkgsrc/security/openssl: Makefile > > Log Message: > Compile no-shared on 1.4.x. This makes the package install and work for me > on 1.4.2/i386. Approved by agc. > Date: Mon, 19 Aug 2002 19:00:07 +0300 (EEST) > From: Thomas Klausner <wiz@netbsd.org> > > Module Name: pkgsrc > Committed By: wiz > Date: Mon Aug 19 16:00:07 UTC 2002 > > Modified Files: > pkgsrc/security/openssl: Makefile > > Log Message: > Fix a comment, and improve pattern to also work on netbsd-1-4.
2002-08-19Update to 0.86. Many, many changes, including bug fixes, /tmp race problems,mycroft3-86/+112
performance improvements, etc. See xsane.CHANGES for details.
2002-08-19Update to 1.0.8 to match sane-backends.mycroft2-5/+4
2002-08-19Update to 1.0.8.mycroft5-119/+69
* 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-19Update to 0.8.5. Several navigation bugs fixed, MPEG and LPCM audio supportmycroft7-28/+29
added.
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