summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* In several spots, it was refering to TCL (or tcl) instead of TK (or tk).mi2001-03-131-2/+3
| | | | Submitted by: John Merryweather Cooper
* o cleanup MASTER_SITES.sf2001-03-133-45/+35
| | | | | | | | | o add dependency on devel/libfpx. o get rid of libtool dependency unless WITH_MODULES. o trim unnecessary BUILD_DEPENDS'. PR: 25745 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - First import since repocopy from libdixdecore:lioux2001-03-137-25/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Enable port in CATEGORY Makefile 2) Add port into CVSROOT/modules 3) This a port of the developer version of libdivxdecore 4) Fix typo: port created on year 2001, not 20001. 5) Update port to developer Version 4.0 alpha48 2001-02-22. PORTVERSION=0.4.0.48 6) This port downloads a source only CVS tag developer version. Therefore, it comes without the tools necessary to build it (makefile, configure, ...) 7) Inherit (copy) from the non-developer version distfile the structure necessary to build it. Patch it to suit this port specific needs. More specifically, add new source code files to makefile(s): yuv2rgb.c (Changelog #13). 8) Since it is a developer version of another port, it can use some of its structure such as DESCR, PLIST. Therefore local copies are not necessary. - Library changes in new version: o Changelog: 1) Added VO and VOL header in the MPEG-4 bitstream to encore 2) Added YUV input in encore 3) Provided a sample test code for encore 4) Rewrote the bitstream handling in the encore 5) Some cleanup and minor optimize in the modules in encore 6) Fade/Cross Fade Improved 7) Added VO and VOL header parser in decore 8) Added various functions to support the YUV output formats 9) Splitted the YUV to RGB 16 bit conversion routine in 2 different routines (555 and 565 16 bit color mode) in decore 10) Modified the interface to take care of the new characteristics (more output format supported, possibility to change the output format at run-time). These changes are backward compatible (previous API call are still valid) 11) Modified the parser to be able to decode the stream with/without the VOL at the same time 12) Removed all the boring warnings until Level 3 of Visual C++ 13) ANSI C Implementation of the yuv2rgb.c added (2001-01-23, 00:00:00 GMT) o Bugs Corrected: 1) Some bug has been fixed in the post processing algorithm (chrominance deblocking and vertical deblocking) 2) Bug fixed in YUV to RGB 16 bit conversion routine
* Turns out I broke a few too many things with my last commit bymi2001-03-132-9/+12
| | | | | | | | | | | | | | | removing the symlinking of the installed shared library into the ${PREFIX}/lib. Those broken things should really use: package require Img (from TCL) or Tcl_PkgRequire(interp, "Img", "1.2", 0) (from C) instead of trying to link with libimg directly, but there are too many of them and sobomax lost (his and mine) cool. This version will just install the library (and SHLIB_LINK) into ${PREFIX}/lib directly. pkgIndex.tcl is modified accordingly.
* Reword the pkg-comment to stress, that the X11-dependentmi2001-03-131-1/+1
| | | | | | display functionality is optional. Submitted by: Akinori MUSHA
* Explicitly link resulting library with libm, because other ports expect to besobomax2001-03-132-0/+2
| | | | | | able to link just with ``-lmng'', not with ``-lmng -lm''. Submitted by: bento (sorta)
* Fix xforms dependencykevlo2001-03-132-4/+5
| | | | | PR: 25742 Submitted by: maintainer
* Disable GL support.kevlo2001-03-131-1/+1
| | | | | PR: 25752 Submitted by: maintainer
* Fix typo: port created on year 2001, not 20001lioux2001-03-131-1/+1
|
* update to 1.03.sf2001-03-126-71/+11
| | | | | | PR: 25646 Submitted by: John Saunders <john@nlc.net.au> (Non-response from maintainer)
* Update to Ruby/Qt2 0.12.knu2001-03-122-23/+10
| | | | Introduce ruby-qt2/Makefile.common to share the variables.
* use MASTER_SITES_XCONRTIB.sf2001-03-121-1/+3
|
* o pass maintainership to ports@.sf2001-03-121-1/+1
| | | | | PR: 25686 Submitted by: maintainer
* rename gom to gozer.sf2001-03-121-1/+1
|
* o update to 0.2.sf2001-03-125-26/+26
| | | | | | | o renamed to gozer. PR: 25540 Submitted by: maintainer
* remove gom. It is renamed to gozer.sf2001-03-127-68/+0
|
* rename imlib2-tmp to imlib2.sf2001-03-121-1/+1
|
* remove imlib2-tmp. now it's in real place(graphics/imlib2).sf2001-03-126-84/+0
|
* imlib2-tmp -> imlib2sf2001-03-124-4/+4
|
* Add USE_XLIB to Makefile.kevlo2001-03-111-0/+2
| | | | | PR: 25665 Submitted by: maintainer
* Fix the building of this port on FreeBSD 3.4n_hibma2001-03-111-1/+3
|
* Add libfpx 1.2.0, library routines for working with Flashpix images.will2001-03-1011-0/+427
| | | | | PR: 24313 Submitted by: mi
* track mng version bump.sf2001-03-101-1/+1
|
* Fix plistkris2001-03-102-0/+4
|
* Fix and sort plistkris2001-03-101-6/+7
|
* Chase the checksum on the docs -- the postscript files were regeneratedkris2001-03-101-1/+1
|
* Chase the checksum: the previous distfile was supposedly a .tgz but waskris2001-03-102-1/+2
| | | | | actually a .tar. No content changes. Also, prevent the installation of *.orig patch droppings.
* Mark this broken - CAM's interface has changed.jkh2001-03-101-0/+2
|
* Upgrade to version 1.0.0. Drop the configure, libtool, etc. non-sensemi2001-03-105-100/+21
| | | | | | | | | | | and just use our own clean and straightforward Makefile.bsd. While here, remove the SHLIB_VER variable -- I think it was not worth it to have it there... Thanks to Nathan for letting me know, the new version is available... PR: 25580 Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* o update to 20010130.sf2001-03-093-2/+9
| | | | | | | | o build plugin for libarc, libmng and libungif. PR: 25629 Submitted by: KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp> Approved by: maintainer
* Made ``--with-modules'' an optional argument triggered by WITH_MODULESmi2001-03-092-164/+171
| | | | | | | | | | | knob. IMO, this should be removed at all. It seems, the "modules" provide solution to a problem that does not exist. And provide poorly. First, every module is really a shell script (.la), which loads the namesake shared object (.so). Second -- they don't work. At least, not on FreeBSD. I wish someone did cd work/ImageMagick-<version>/PerlMagick/demo make before enabling them for the rest of us...
* follow the standard in the porters handbookijliao2001-03-091-1/+1
| | | | Submitted by: dannyboy
* drop maintainership from jseger.sf2001-03-081-1/+1
|
* fix usage of mkstemp().sf2001-03-083-18/+23
| | | | | PR: 25616 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* update to 2.11.sf2001-03-085-12/+20
| | | | | PR: 25607 Submitted by: maintainer
* add vcdtools, enable you to create your own VCDijliao2001-03-087-0/+47
|
* add vcdpadijliao2001-03-087-0/+35
| | | | VCDpad : pad vcd mpegs
* Change MASTER_SITES for fetching xv patches(modified-for-jp-ext-patch).shige2001-03-081-6/+6
|
* Add the win32-codecs directory.steve2001-03-081-0/+1
|
* In Makefile of the master port, x11-toolkits/linux-gtk,taoka2001-03-083-0/+6
| | | | | | MAINTAINER= is changed to MAINTAINER?=. Then, MAINTAINER is able to be added into a slave port's Makefile. So I added it in this port's Makefile.
* Something I wanted to do for a long time -- make this portmi2001-03-083-17/+38
| | | | | | | | | | | | | | build without X11 support, for use on X11-less servers. Some dependencies had to be turned off -- until those ports are fixed to support the NO_X knob as well. I did not go as far as creating a slave port (ImageMagick-nox11). (BTW, may be we want a new category -- no-x11 -- for the slave ports of the stuff that's available in both -- x11 and nox11 -- flavors?) Nothing should change for the regular (non-NO_X) case -- hence PORTREVISION not touched.
* Update port: 0.0.3 -> 0.0.4.olgeni2001-03-072-3/+3
| | | | | PR: 25539 Submitted by: maintainer
* sweep extra directory.sf2001-03-0712-0/+12
|
* Add a symlink libtiff.so.3.4 --> libtiff.so.3 to pkg-plist.{i386,alpha}taoka2001-03-076-0/+6
| | | | (I missed it when importing)
* Upgrade to version 5.2.2 (the distfile still has version 5.2)jmz2001-03-064-9/+11
| | | | | Add a lib depend on png since this version has a png driver. Fix minors bugs in Makefile.demo
* remove patch-configure.sf2001-03-062-22/+0
| | | | Submitted by: maintainer
* update to 1.0.2.sf2001-03-066-4/+26
| | | | | PR: 25538 Submitted by: maintainer
* update to 2001.02.22.sf2001-03-062-3/+3
| | | | | PR: 25551 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* o drop non-responsive maintainer. jseger nothing commits last 6 months.sf2001-03-065-21/+374
| | | | | | | o update to 5.2.9. PR: 25547 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* track new distfile -- many objects have been added, so make clean first.sf2001-03-064-9/+11
| | | | | PR: 25568 Submitted by: Palle Girgensohn <girgen@partitur.se>
OpenPOWER on IntegriCloud