mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add 3 LIB_DEPENDS, png, jpeg, tiff34,
This commit is contained in:
parent
8e5ce1ebd5
commit
b08e1de276
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8935
@ -3,18 +3,21 @@
|
||||
# Date created: 10 June 1997
|
||||
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/16 09:59:11 fenner Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/26 22:38:57 vanilla Exp $
|
||||
#
|
||||
|
||||
DISTNAME= imlib_DR-0.11
|
||||
PKGNAME= imlib-0.11
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://cthulhu.mandrake.net/pub/imlib/ \
|
||||
MASTER_SITES= ftp://ftp.mandrake.net/pub/imlib/ \
|
||||
http://www.rasterman.com/ftp/
|
||||
|
||||
MAINTAINER= vanilla@MinJe.com.TW
|
||||
|
||||
LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png \
|
||||
jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
|
||||
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
|
||||
|
||||
RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \
|
||||
tgatoppm:${PORTSDIR}/graphics/netpbm \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick
|
||||
|
11
graphics/imlib/files/patch-ab
Normal file
11
graphics/imlib/files/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- imlib.h.orig Mon Dec 1 23:05:14 1997
|
||||
+++ imlib.h Mon Dec 1 23:05:41 1997
|
||||
@@ -132,7 +132,7 @@
|
||||
#include <png.h>
|
||||
#endif
|
||||
#ifdef BUILTIN_TIFF
|
||||
-#include <tiffio.h>
|
||||
+#include <tiff34/tiffio.h>
|
||||
#endif
|
||||
|
||||
#else /* else LIB_BUILD */
|
@ -3,18 +3,21 @@
|
||||
# Date created: 10 June 1997
|
||||
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/16 09:59:11 fenner Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/26 22:38:57 vanilla Exp $
|
||||
#
|
||||
|
||||
DISTNAME= imlib_DR-0.11
|
||||
PKGNAME= imlib-0.11
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://cthulhu.mandrake.net/pub/imlib/ \
|
||||
MASTER_SITES= ftp://ftp.mandrake.net/pub/imlib/ \
|
||||
http://www.rasterman.com/ftp/
|
||||
|
||||
MAINTAINER= vanilla@MinJe.com.TW
|
||||
|
||||
LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png \
|
||||
jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
|
||||
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
|
||||
|
||||
RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \
|
||||
tgatoppm:${PORTSDIR}/graphics/netpbm \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick
|
||||
|
@ -3,18 +3,21 @@
|
||||
# Date created: 10 June 1997
|
||||
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/16 09:59:11 fenner Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/26 22:38:57 vanilla Exp $
|
||||
#
|
||||
|
||||
DISTNAME= imlib_DR-0.11
|
||||
PKGNAME= imlib-0.11
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://cthulhu.mandrake.net/pub/imlib/ \
|
||||
MASTER_SITES= ftp://ftp.mandrake.net/pub/imlib/ \
|
||||
http://www.rasterman.com/ftp/
|
||||
|
||||
MAINTAINER= vanilla@MinJe.com.TW
|
||||
|
||||
LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png \
|
||||
jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
|
||||
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
|
||||
|
||||
RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \
|
||||
tgatoppm:${PORTSDIR}/graphics/netpbm \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick
|
||||
|
Loading…
Reference in New Issue
Block a user