diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1997-08-28 04:38:45 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1997-08-28 04:38:45 +0000 |
commit | d5e1b94961deea8dac8bd3db10a8da2eef191756 (patch) | |
tree | 3eaf56c08644bad011d4089de453e5ccaaff6623 /graphics/imlib | |
parent | 31279b776136ecbbc4678e4039d17765677bcfad (diff) | |
download | ports-d5e1b94961deea8dac8bd3db10a8da2eef191756.tar.gz ports-d5e1b94961deea8dac8bd3db10a8da2eef191756.zip |
Notes
Diffstat (limited to 'graphics/imlib')
-rw-r--r-- | graphics/imlib/Makefile | 5 | ||||
-rw-r--r-- | graphics/imlib/files/patch-aa | 33 | ||||
-rw-r--r-- | graphics/imlib/pkg-plist | 2 |
3 files changed, 29 insertions, 11 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index fec4d8e2ad0c..420286b73dbc 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -3,13 +3,14 @@ # Date created: 18 August 1997 # Whom: Vanill I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.1.1.1 1997/06/03 23:39:10 asami Exp $ +# $Id: Makefile,v 1.2 1997/08/18 17:45:11 chuckr Exp $ # DISTNAME= imlib_DR-0.4 PKGNAME= imlib-0.4 CATEGORIES= graphics -MASTER_SITES= ftp://cthulhu.mandrake.net/pub/enlightenment/ +MASTER_SITES= http://www.rasterman.com/ftp/ \ + ftp://cthulhu.mandrake.net/pub/enlightenment/ MAINTAINER= Vanill I. Shu <vanilla@MinJe.com.TW> diff --git a/graphics/imlib/files/patch-aa b/graphics/imlib/files/patch-aa index de4d8f543fda..5eeaab253e4f 100644 --- a/graphics/imlib/files/patch-aa +++ b/graphics/imlib/files/patch-aa @@ -1,7 +1,24 @@ -*** Imakefile.orig Fri Aug 15 16:15:58 1997 ---- Imakefile Fri Aug 15 16:16:29 1997 -*************** LIBREV=1.0 -*** 11,17 **** +*** Imakefile.orig Sun Aug 17 13:45:11 1997 +--- Imakefile Mon Aug 25 21:25:31 1997 +*************** +*** 6,12 **** + /* ---------------------------------------------------------------- */ + + LIBNAME=Im +! LIBREV=1.0 + + CONVERT_DIR=/usr/local/bin + NETPBM_DIR=/usr/local/bin +--- 6,12 ---- + /* ---------------------------------------------------------------- */ + + LIBNAME=Im +! LIBREV=2.0 + + CONVERT_DIR=/usr/local/bin + NETPBM_DIR=/usr/local/bin +*************** NETPBM_DIR=/usr/local/bin +*** 14,20 **** #ifdef UseEtcX11 ETCDIR=/etc/X11/$(LIBNAME) #else @@ -9,16 +26,16 @@ #endif /* def UseEtcX11 */ CNFDIR = $(ETCDIR) ---- 11,17 ---- +--- 14,20 ---- #ifdef UseEtcX11 ETCDIR=/etc/X11/$(LIBNAME) #else -! ETCDIR=X11BASE/lib/X11/enlightenment +! ETCDIR=/usr/X11R6/lib/X11/enlightenment #endif /* def UseEtcX11 */ CNFDIR = $(ETCDIR) *************** InstallMultiple($(HDRS),$(INCROOT)/X11) -*** 59,65 **** +*** 64,70 **** CNFSRC = ./sys_conf CNFS = $(CNFSRC)/imrc PALS = $(CNFSRC)/im_palette.pal @@ -26,7 +43,7 @@ InstallMultipleFlags($(CNFS) $(PALS),$(CNFDIR),$(CNFFLAGS)) DependTarget() ---- 59,65 ---- +--- 64,70 ---- CNFSRC = ./sys_conf CNFS = $(CNFSRC)/imrc PALS = $(CNFSRC)/im_palette.pal diff --git a/graphics/imlib/pkg-plist b/graphics/imlib/pkg-plist index 7346125e563e..97e852dfa463 100644 --- a/graphics/imlib/pkg-plist +++ b/graphics/imlib/pkg-plist @@ -1,6 +1,6 @@ include/X11/imlib.h lib/libIm.a -lib/libIm.so.1.0 +lib/libIm.so.2.0 @exec ldconfig -m %B lib/X11/enlightenment/im_palette.pal lib/X11/enlightenment/imrc |