1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

2447 Commits

Author SHA1 Message Date
Vanilla I. Shu
c8027fbc79 Dont strip script when use --install-admin-bin,
It will broken p5-Gimp installation.
2001-03-14 22:20:10 +00:00
Vanilla I. Shu
346d17e89d Add p5-Gimp, it's perl binding for gimp. 2001-03-14 22:16:41 +00:00
Akinori MUSHA
c8cbb9d35e Reword pkg-comment to shorten it to under 70 bytes and let there be no
misunderstanding about the interactivity of image manipulation tools.
2001-03-14 12:48:01 +00:00
Maxim Sobolev
5216fb8805 Add libaux 1.0, a Nano Window Toolkit and Auxiliary Library for OpenGL. 2001-03-14 12:15:06 +00:00
Mikhail Teterin
2c4670a743 In several spots, it was refering to TCL (or tcl) instead of TK (or tk).
Submitted by:	John Merryweather Cooper
2001-03-13 22:39:21 +00:00
FUJISHIMA Satsuki
1c49901155 o cleanup MASTER_SITES.
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>
2001-03-13 22:36:26 +00:00
Mario Sergio Fujikawa Ferreira
9fd9f89fb0 - First import since repocopy from libdixdecore:
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
2001-03-13 21:40:37 +00:00
Mikhail Teterin
98d579de66 Turns out I broke a few too many things with my last commit by
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.
2001-03-13 19:15:26 +00:00
Mikhail Teterin
628a47d1fa Reword the pkg-comment to stress, that the X11-dependent
display functionality is optional.

Submitted by:	Akinori MUSHA
2001-03-13 16:14:52 +00:00
Maxim Sobolev
b4d45cf41d Explicitly link resulting library with libm, because other ports expect to be
able to link just with ``-lmng'', not with ``-lmng -lm''.

Submitted by:	bento (sorta)
2001-03-13 15:56:36 +00:00
Kevin Lo
e4e6431d1e Fix xforms dependency
PR: 25742
Submitted by: maintainer
2001-03-13 15:20:58 +00:00
Kevin Lo
ed0fd9eafa Disable GL support.
PR: 25752
Submitted by: maintainer
2001-03-13 14:57:46 +00:00
Mario Sergio Fujikawa Ferreira
4ac3e19abc Fix typo: port created on year 2001, not 20001 2001-03-13 00:44:00 +00:00
FUJISHIMA Satsuki
879e57e564 update to 1.03.
PR:		25646
Submitted by:	John Saunders <john@nlc.net.au>
(Non-response from maintainer)
2001-03-12 22:49:21 +00:00
Akinori MUSHA
1f10416736 Update to Ruby/Qt2 0.12.
Introduce ruby-qt2/Makefile.common to share the variables.
2001-03-12 18:57:25 +00:00
FUJISHIMA Satsuki
0352bcfa98 use MASTER_SITES_XCONRTIB. 2001-03-12 18:55:41 +00:00
FUJISHIMA Satsuki
bdf6f1865e o pass maintainership to ports@.
PR:		25686
Submitted by:	maintainer
2001-03-12 18:54:26 +00:00
FUJISHIMA Satsuki
a8a781805e rename gom to gozer. 2001-03-12 15:02:10 +00:00
FUJISHIMA Satsuki
96f222fe15 o update to 0.2.
o renamed to gozer.

PR:		25540
Submitted by:	maintainer
2001-03-12 15:00:53 +00:00
FUJISHIMA Satsuki
741c211395 remove gom. It is renamed to gozer. 2001-03-12 15:00:31 +00:00
FUJISHIMA Satsuki
e7a1bc7301 rename imlib2-tmp to imlib2. 2001-03-12 14:40:53 +00:00
FUJISHIMA Satsuki
87751f1441 remove imlib2-tmp. now it's in real place(graphics/imlib2). 2001-03-12 14:40:19 +00:00
FUJISHIMA Satsuki
fe45a29866 imlib2-tmp -> imlib2 2001-03-12 14:40:13 +00:00
Kevin Lo
979f3c18a9 Add USE_XLIB to Makefile.
PR: 25665
Submitted by: maintainer
2001-03-11 05:53:07 +00:00
Nick Hibma
564d928cad Fix the building of this port on FreeBSD 3.4 2001-03-11 00:11:25 +00:00
Will Andrews
e76e22afb6 Add libfpx 1.2.0, library routines for working with Flashpix images.
PR:		24313
Submitted by:	mi
2001-03-10 20:35:18 +00:00
FUJISHIMA Satsuki
b252386ab4 track mng version bump. 2001-03-10 10:16:58 +00:00
Kris Kennaway
7d4d7d0a51 Fix plist 2001-03-10 07:08:19 +00:00
Kris Kennaway
75d418e6c5 Fix and sort plist 2001-03-10 05:48:01 +00:00
Kris Kennaway
d685e1637e Chase the checksum on the docs -- the postscript files were regenerated 2001-03-10 05:34:10 +00:00
Kris Kennaway
c7e32a1c5f Chase the checksum: the previous distfile was supposedly a .tgz but was
actually a .tar.  No content changes.  Also, prevent the installation of
*.orig patch droppings.
2001-03-10 05:24:55 +00:00
Jordan K. Hubbard
2e00d397c7 Mark this broken - CAM's interface has changed. 2001-03-10 03:39:04 +00:00
Mikhail Teterin
1d6002b35d Upgrade to version 1.0.0. Drop the configure, libtool, etc. non-sense
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>
2001-03-10 01:04:19 +00:00
FUJISHIMA Satsuki
a29a9bd7c1 o update to 20010130.
o build plugin for libarc, libmng and libungif.

PR:		25629
Submitted by:	KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
Approved by:	maintainer
2001-03-09 21:38:37 +00:00
Mikhail Teterin
a0236a6b1d Made ``--with-modules'' an optional argument triggered by WITH_MODULES
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...
2001-03-09 19:51:23 +00:00
Ying-Chieh Liao
854ba21979 follow the standard in the porters handbook
Submitted by:	dannyboy
2001-03-09 01:56:01 +00:00
FUJISHIMA Satsuki
930bc6ae5c drop maintainership from jseger. 2001-03-08 19:52:25 +00:00
FUJISHIMA Satsuki
25c04bbbcb fix usage of mkstemp().
PR:		25616
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-03-08 19:39:07 +00:00
FUJISHIMA Satsuki
7b63be6b04 update to 2.11.
PR:		25607
Submitted by:	maintainer
2001-03-08 17:57:50 +00:00
Ying-Chieh Liao
45821c2e7c add vcdtools, enable you to create your own VCD 2001-03-08 17:54:12 +00:00
Ying-Chieh Liao
5063635753 add vcdpad
VCDpad : pad vcd mpegs
2001-03-08 17:35:03 +00:00
Shigeyuki Fukushima
0c4632aafb Change MASTER_SITES for fetching xv patches(modified-for-jp-ext-patch). 2001-03-08 17:29:50 +00:00
Steve Price
befd83694c Add the win32-codecs directory. 2001-03-08 02:16:13 +00:00
Satoshi Taoka
4a69fe427b In Makefile of the master port, x11-toolkits/linux-gtk,
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.
2001-03-08 01:14:37 +00:00
Mikhail Teterin
d690fdadfb Something I wanted to do for a long time -- make this port
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.
2001-03-08 01:06:35 +00:00
Jimmy Olgeni
fd6c7d6ec3 Update port: 0.0.3 -> 0.0.4.
PR:		25539
Submitted by:	maintainer
2001-03-07 22:31:05 +00:00
FUJISHIMA Satsuki
2811a71f1c sweep extra directory. 2001-03-07 21:05:27 +00:00
Satoshi Taoka
ca422799c1 Add a symlink libtiff.so.3.4 --> libtiff.so.3 to pkg-plist.{i386,alpha}
(I missed it when importing)
2001-03-07 08:13:19 +00:00
Jean-Marc Zucconi
af844213db Upgrade to version 5.2.2 (the distfile still has version 5.2)
Add a lib depend on png since this version has a png driver.
Fix minors bugs in Makefile.demo
2001-03-06 20:54:44 +00:00
FUJISHIMA Satsuki
3885f97a96 remove patch-configure.
Submitted by:	maintainer
2001-03-06 19:07:59 +00:00