summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.5.tobez2002-01-223-4/+3
|
* Don't compile/install useless statically conpiled versions of shared modules.sobomax2002-01-222-17/+15
|
* Add flasm-1.32; Command line assembler/disassembler of flash actionscriptkuriyama2002-01-228-0/+105
| | | | bytecode.
* Obey hier(7) by installing the include files intomi2002-01-213-13/+13
| | | | | | | ${LOCALBASE}/include, rather than include/gd. Each file is named gd*.h anyway. Bump the PORTREVISION. Other ports should be fine, because the have the -I${LOCALBASE}/include anyway, but should keep the -I${LOCALBASE}/include/gd for a while too.
* This will build with any -lfreetype, any -ljpeg, and any -lpng.mi2002-01-214-8/+8
| | | | Remove the major version numbers from LIB_DEPENDS...
* Remove major-number specifications from most of the entries inmi2002-01-211-9/+9
| | | | | | | | | | | | | | LIB_DEPENDS. ImageMagick will compile with any version of -ljpeg, -ljbig, -lmpeg2, -lbz2, -lfpx, -lfreetype, -lxml2, -lpng, -llcms. I'm not sure about -ltiff (we had the old, incompatible version ported for a while as recently as a few years ago) and -lltdl (libtool). This should make this port more resilient to upgrades to the other ports and make it easier to build by people, who already have earlier versions of the other libraries installed. The idea -- of not requiring particular versions in some/most cases -- in general was discussed on -ports.
* Update version number of freetype2 shared library.sobomax2002-01-2110-10/+10
|
* Update to 0.15.0.sobomax2002-01-213-25/+27
|
* Update to 20011010_4.02lioux2002-01-204-12/+12
|
* Fix a building error.okazaki2002-01-191-2/+2
| | | | | | Don't update the timestamp of "${WRKSRC}/acconfig.h". PR: 33680
* Fix location of detection filelioux2002-01-191-1/+1
| | | | | PR: 34065 Submitted by: Philippe CASIDY <pcasidy@casidy.com>
* o Update to 0.6.0.20011220. Therefore, since this version is smallerlioux2002-01-179-134/+131
| | | | | | | | | | | | | | than former, bump PORTEPOCH (will) o Reorganize items inside Makefile to help with maintainance o Both remove ONLY_FOR_ARCHS=i386 and add tweaks to hopefully enable this port outside of i386 o This port no longers USE_AUTOMAKE (will) o New defaults: build with libmad and with optimized cflags. Thus, add both WITHOUT_MAD and WITHOUT_OPTIMIZED_CFLAGS options Submitted by: will Reviewed by: pat, Thomas E. Zander <riggs@rrr.de>, MAINTAINER
* o Update to 0.60.1lioux2002-01-175-164/+157
| | | | | | | | | | | o Add additional MASTER_SITES o Depend on mplayer-skins if WITH_GUI since GUI does not work without a skin o Added option WITH_XANIM PR: 33604 Submitted by: MAINTAINER, Alan Eldridge <ports@geeksrus.net> Reviewed by: pat
* o New port mplayer-skins version 1.0.0: Skins for MPlayer's Graphicallioux2002-01-177-0/+624
| | | | | | | | | User Interface (GUI) o Assign maintainership to mplayer's maintainer since he can better follow up Reviewed by: pat, Thomas E. Zander <riggs@rrr.de> Maintained by: Thomas E. Zander <riggs@rrr.de>
* o Update both avifile's (011002) and mplayer's (0.60) codecslioux2002-01-173-20/+33
| | | | | | | | o Thus, update port to 011002.0.0.60 PR: 33604 Submitted by: Alan Eldridge <ports@geeksrus.net>, MAINTAINER Reviewed by: pat, Thomas E. Zander <rigs@rrr.de>
* Update to version 0.91kevlo2002-01-174-43/+147
| | | | | PR: 33790 Submitted by: Ports Fury
* Patch is replaced with a perl in-place regex.kevlo2002-01-173-26/+5
| | | | Suggested by will@
* Fix bento buildpat2002-01-172-1/+32
| | | | | PR: 33746 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
* Fix bento buildpat2002-01-171-1/+1
| | | | | PR: 33908 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Update port to version 3.67, which fixes all known problems on 5.0.alex2002-01-169-30/+136
| | | | | | | | | | Hand maintainership to Oliver Lehmann <lehmann@ans-netz.de>, since greid doesn't seem to be interested in this port any more (various feedback timeouts and mails from him indicate this) PR: 31691, 32673, 32802, 33894 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Approved by: greid (MAINTAINER) (de-facto approved)
* Bump libvorbis version number.naddy2002-01-161-1/+1
|
* Remove lobogg from LIB_DEPENDS - we inherit it along with libvorbis.sobomax2002-01-161-2/+1
|
* Update version number of vorbis shared library.sobomax2002-01-161-1/+1
|
* Bump Ogg Vorbis library versions.naddy2002-01-161-2/+3
| | | | Approved by: nobutaka
* s/malloc.h/stdlib.h/ijliao2002-01-151-0/+4
|
* Fix WWW.jim2002-01-141-1/+1
| | | | | PR: 33884 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Fix MASTER_SITES, respect CFLAGS, remove unnecessary USE_AUTOCONF.jim2002-01-142-21/+11
| | | | | PR: 33883 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Chase xmms shared library version bump.sobomax2002-01-141-1/+1
|
* Fix libMesaGL.so version.jim2002-01-142-5/+7
| | | | | PR: 33374 Submitted by: maintainer
* As a result of my last commit, upgrading this to 1.2.0-3, themi2002-01-141-2/+3
| | | | | | | | | | | | package name became fpx-1.2.0-3 -- the extra dash problem... It was quickly pointed out to me by KATO Tsuguru and Lev Serebryakov, with the former providing the simple patch I commit now. The package is now fpx-1.2.0.3. Fortunately, dot follows dash in the sorting order, so there is no need to mess with the PORTREVISION. Submitted by: KATO Tsuguru
* Fix autoconf/automake issue.kevlo2002-01-124-2/+42
| | | | | | | | I haven't the patience to wait lioux@ to commit it, sorry. You know, I've been waiting for one month. PR: 32862 Submitted by: MAINTAINER
* Upgrade to 1.2.0-3. Minor improvements. One of our patches gotmi2002-01-123-73/+3
| | | | | | incorporated. Hey! Submitted by: alfred (very laconicly)
* Fix a typo, that prevented my clever font substitution scheme frommi2002-01-121-1/+1
| | | | working...
* o Add XFREE86_VERSION=4 since this port requires XV extension supportlioux2002-01-111-0/+6
| | | | | | only found in XFree86 4.0 and above Submitted by: bento
* Bring in a few changes to the KDE ports infrastructure, and some fixes.will2002-01-113-60/+15
| | | | | | | | | | | | | | | | | | | | - Move all stuff specific to kde core ports to x11/kde2/Makefile.kde. + Default to compile optimized for speed, not debugging, in ports builds, not just packages. We don't really get that many backtraces or debugging information, and there's a better way to provide these things to people willing to spend some time working on KDE. It's at (as announced before): http://freebsd.kde.org/. - Remove teTeX dependency for kdegraphics2 upon request, and being unable to find any reason not to. Apparently, kdegraphics still compiles libkdvi and kdvi -- I guess dvips is merely a runtime dependency. Therefore to enable its use one just needs to add the teTeX package. Bump PORTREVISION to reflect dependency change. - Fix koffice port by removing PYTHON_VERSION, which is unnecessary. PR: 33650 (part of) Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net> Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and optimizing for speed, not debugging capability)
* Fix depends for freetypepat2002-01-111-2/+2
| | | | | PR: 33759 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>, bento
* Fix depends for gtkglpat2002-01-111-1/+3
| | | | | PR: 33763 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
* o Deal correctly with gnome: use proper paths if it is notlioux2002-01-102-34/+47
| | | | | | | | | | installed but benefit from it otherwise o Fix PLIST due to aforementioned o Bump PORTREVISION Submitted by: HIYAMA Takeshi <cbc06942@pop06.odn.ne.jp> Prompted by: jedgar, Øyvind Kolbu <oyvind@kebab.gaffel.nu>
* Make this work with Python-2.2.tg2002-01-102-1/+11
|
* Add the ability to pass a list of alternative bdf fonts to this port.mi2002-01-093-2/+55
| | | | | | | | | | | | | | | This can be used to generalize building of, say, language-specific versions of gd like ukrainian/gd -- the controlling port will simply set GD_FONTS to something like GD_FONTS="/usr/ports/distfiles/x-koi8u.tgz koi6x10.bdf koi8x13.bdf \ koi9x15.bdf koi12x24.bdf koi10x20.bdf" And the new configure script will extract the bdf files from the tarball and use the bdftogd perl script (bundled with the software) to regenerate the sources. No REVISION bump, because the default package is still the same...
* Upgrade to version 0.2.92brian2002-01-083-14/+10
|
* If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also addwill2002-01-083-0/+9
| | | | | | | --enable-debug and turn off stripping of binaries so we actually get all the debugging we're supposed to get. :) Submitted by: Alan Eldridge <alane@geeksrus.net>
* Update to 0.3.2pat2002-01-082-2/+2
|
* Update to 9.23.demon2002-01-076-29/+43
| | | | | PR: 33597 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Add ghostscript to dependencies so that kghostview works upon adding port.will2002-01-063-3/+9
| | | | | | | Bump PORTREVISION. PR: 32708 Submitted by: Vivek Khera <khera@kciLink.com>
* add missing files to PLISTijliao2002-01-062-0/+49
|
* add qslim 2.0ijliao2002-01-066-0/+55
| | | | SlimKit Surface Modeling Tools
* First round of auto* cleanups:will2002-01-061-5/+1
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Upgrade to 1.08. The tests report success on Alpha too (beast), evenmi2002-01-057-140/+18
| | | | | | | | | | though there are plenty of messages about unalligned access... (Notably, the author incorporated almost all of our 32-bit related patches). PR: ports/33528 Submitted by: Lev A. Serebryakov
* Update to 5.4.1.2pat2002-01-053-14/+11
| | | | | PR: 33563 Submitted by: KATO Tsuguru <tkato@prontomail.com>
OpenPOWER on IntegriCloud