Bring imlib up to date, for the enlightenment port.
Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
This commit is contained in:
parent
60cb883c9f
commit
16cb0d56ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7613
13 changed files with 69 additions and 82 deletions
|
@ -1,25 +1,25 @@
|
|||
# New ports collection makefile for: imlib
|
||||
# Version required: 0.1
|
||||
# Date created: 10 June 1997
|
||||
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
# Version required: 0.4
|
||||
# Date created: 18 August 1997
|
||||
# Whom: Vanill I. Shu <vanilla@MinJe.com.TW>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/06/03 23:39:10 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= imlib
|
||||
PKGNAME= imlib-0.1
|
||||
DISTNAME= imlib_DR-0.4
|
||||
PKGNAME= imlib-0.4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.cse.unsw.edu.au/pub/users/s2154962/
|
||||
DISTFILES= imlib_DR-0.1.tar.gz
|
||||
MASTER_SITES= ftp://cthulhu.mandrake.net/pub/enlightenment/
|
||||
|
||||
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
|
||||
|
||||
RUN_DEPENDS= tgatoppm:${PORTSDIR}/graphics/netpbm \
|
||||
djpeg:${PORTSDIR}/graphics/jpeg \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick
|
||||
MAINTAINER= Vanill I. Shu <vanilla@MinJe.com.TW>
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_IMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/imlib
|
||||
|
||||
post-patch:
|
||||
$(CP) $(WRKSRC)/Imakefile $(WRKSRC)/Imakefile.pat
|
||||
sed -e "s%X11BASE%$(X11BASE)%" <$(WRKSRC)/Imakefile.pat >$(WRKSRC)/Imakefile
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (imlib_DR-0.1.tar.gz) = ab4d7e66f893d4b695b7a4e3c982d353
|
||||
MD5 (imlib_DR-0.4.tar.gz) = a8b0d03bd598210d687614c306315a16
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
*** Imakefile.orig Fri May 9 01:33:37 1997
|
||||
--- Imakefile Sun May 25 15:32:25 1997
|
||||
***************
|
||||
*** Imakefile.orig Fri Aug 15 16:15:58 1997
|
||||
--- Imakefile Fri Aug 15 16:16:29 1997
|
||||
*************** LIBREV=1.0
|
||||
*** 11,17 ****
|
||||
#ifdef UseEtcX11
|
||||
ETCDIR=/etc/X11/$(LIBNAME)
|
||||
|
@ -13,11 +13,11 @@
|
|||
#ifdef UseEtcX11
|
||||
ETCDIR=/etc/X11/$(LIBNAME)
|
||||
#else
|
||||
! ETCDIR=/usr/X11R6/lib/X11/enlightenment
|
||||
! ETCDIR=X11BASE/lib/X11/enlightenment
|
||||
#endif /* def UseEtcX11 */
|
||||
|
||||
CNFDIR = $(ETCDIR)
|
||||
***************
|
||||
*************** InstallMultiple($(HDRS),$(INCROOT)/X11)
|
||||
*** 59,65 ****
|
||||
CNFSRC = ./sys_conf
|
||||
CNFS = $(CNFSRC)/imrc
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
*** sys_conf.dist/imrc.orig Sun May 25 15:38:42 1997
|
||||
--- sys_conf.dist/imrc Sun May 25 15:39:09 1997
|
||||
***************
|
||||
*** 5,11 ****
|
||||
# The file that contains palette entries for a golbal palette for all Imlib
|
||||
# based programs.
|
||||
# options: full path to palette file
|
||||
! PaletteFile /etc/im_palette.pal
|
||||
# This defines if when the display is greater than 8 bit, that is still remaps
|
||||
# the images to the palette defined, rather than using "perfect" rendering
|
||||
# options: yes/no
|
||||
--- 5,11 ----
|
||||
# The file that contains palette entries for a golbal palette for all Imlib
|
||||
# based programs.
|
||||
# options: full path to palette file
|
||||
! PaletteFile /usr/X11R6/lib/X11/enlightenment/im_palette.pal
|
||||
# This defines if when the display is greater than 8 bit, that is still remaps
|
||||
# the images to the palette defined, rather than using "perfect" rendering
|
||||
# options: yes/no
|
|
@ -1,4 +1,6 @@
|
|||
lib/X11/enlightenment/im_palette.pal
|
||||
lib/X11/enlightenment/imrc
|
||||
include/X11/imlib.h
|
||||
lib/libIm.a
|
||||
lib/libIm.so.1.0
|
||||
@exec ldconfig -m %B
|
||||
lib/X11/enlightenment/im_palette.pal
|
||||
lib/X11/enlightenment/imrc
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
# New ports collection makefile for: imlib
|
||||
# Version required: 0.1
|
||||
# Date created: 10 June 1997
|
||||
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
# Version required: 0.4
|
||||
# Date created: 18 August 1997
|
||||
# Whom: Vanill I. Shu <vanilla@MinJe.com.TW>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/06/03 23:39:10 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= imlib
|
||||
PKGNAME= imlib-0.1
|
||||
DISTNAME= imlib_DR-0.4
|
||||
PKGNAME= imlib-0.4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.cse.unsw.edu.au/pub/users/s2154962/
|
||||
DISTFILES= imlib_DR-0.1.tar.gz
|
||||
MASTER_SITES= ftp://cthulhu.mandrake.net/pub/enlightenment/
|
||||
|
||||
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
|
||||
|
||||
RUN_DEPENDS= tgatoppm:${PORTSDIR}/graphics/netpbm \
|
||||
djpeg:${PORTSDIR}/graphics/jpeg \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick
|
||||
MAINTAINER= Vanill I. Shu <vanilla@MinJe.com.TW>
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_IMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/imlib
|
||||
|
||||
post-patch:
|
||||
$(CP) $(WRKSRC)/Imakefile $(WRKSRC)/Imakefile.pat
|
||||
sed -e "s%X11BASE%$(X11BASE)%" <$(WRKSRC)/Imakefile.pat >$(WRKSRC)/Imakefile
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (imlib_DR-0.1.tar.gz) = ab4d7e66f893d4b695b7a4e3c982d353
|
||||
MD5 (imlib_DR-0.4.tar.gz) = a8b0d03bd598210d687614c306315a16
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
*** Imakefile.orig Fri May 9 01:33:37 1997
|
||||
--- Imakefile Sun May 25 15:32:25 1997
|
||||
***************
|
||||
*** Imakefile.orig Fri Aug 15 16:15:58 1997
|
||||
--- Imakefile Fri Aug 15 16:16:29 1997
|
||||
*************** LIBREV=1.0
|
||||
*** 11,17 ****
|
||||
#ifdef UseEtcX11
|
||||
ETCDIR=/etc/X11/$(LIBNAME)
|
||||
|
@ -13,11 +13,11 @@
|
|||
#ifdef UseEtcX11
|
||||
ETCDIR=/etc/X11/$(LIBNAME)
|
||||
#else
|
||||
! ETCDIR=/usr/X11R6/lib/X11/enlightenment
|
||||
! ETCDIR=X11BASE/lib/X11/enlightenment
|
||||
#endif /* def UseEtcX11 */
|
||||
|
||||
CNFDIR = $(ETCDIR)
|
||||
***************
|
||||
*************** InstallMultiple($(HDRS),$(INCROOT)/X11)
|
||||
*** 59,65 ****
|
||||
CNFSRC = ./sys_conf
|
||||
CNFS = $(CNFSRC)/imrc
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
lib/X11/enlightenment/im_palette.pal
|
||||
lib/X11/enlightenment/imrc
|
||||
include/X11/imlib.h
|
||||
lib/libIm.a
|
||||
lib/libIm.so.1.0
|
||||
@exec ldconfig -m %B
|
||||
lib/X11/enlightenment/im_palette.pal
|
||||
lib/X11/enlightenment/imrc
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
# New ports collection makefile for: imlib
|
||||
# Version required: 0.1
|
||||
# Date created: 10 June 1997
|
||||
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
# Version required: 0.4
|
||||
# Date created: 18 August 1997
|
||||
# Whom: Vanill I. Shu <vanilla@MinJe.com.TW>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/06/03 23:39:10 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= imlib
|
||||
PKGNAME= imlib-0.1
|
||||
DISTNAME= imlib_DR-0.4
|
||||
PKGNAME= imlib-0.4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.cse.unsw.edu.au/pub/users/s2154962/
|
||||
DISTFILES= imlib_DR-0.1.tar.gz
|
||||
MASTER_SITES= ftp://cthulhu.mandrake.net/pub/enlightenment/
|
||||
|
||||
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
|
||||
|
||||
RUN_DEPENDS= tgatoppm:${PORTSDIR}/graphics/netpbm \
|
||||
djpeg:${PORTSDIR}/graphics/jpeg \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick
|
||||
MAINTAINER= Vanill I. Shu <vanilla@MinJe.com.TW>
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_IMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/imlib
|
||||
|
||||
post-patch:
|
||||
$(CP) $(WRKSRC)/Imakefile $(WRKSRC)/Imakefile.pat
|
||||
sed -e "s%X11BASE%$(X11BASE)%" <$(WRKSRC)/Imakefile.pat >$(WRKSRC)/Imakefile
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (imlib_DR-0.1.tar.gz) = ab4d7e66f893d4b695b7a4e3c982d353
|
||||
MD5 (imlib_DR-0.4.tar.gz) = a8b0d03bd598210d687614c306315a16
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
*** Imakefile.orig Fri May 9 01:33:37 1997
|
||||
--- Imakefile Sun May 25 15:32:25 1997
|
||||
***************
|
||||
*** Imakefile.orig Fri Aug 15 16:15:58 1997
|
||||
--- Imakefile Fri Aug 15 16:16:29 1997
|
||||
*************** LIBREV=1.0
|
||||
*** 11,17 ****
|
||||
#ifdef UseEtcX11
|
||||
ETCDIR=/etc/X11/$(LIBNAME)
|
||||
|
@ -13,11 +13,11 @@
|
|||
#ifdef UseEtcX11
|
||||
ETCDIR=/etc/X11/$(LIBNAME)
|
||||
#else
|
||||
! ETCDIR=/usr/X11R6/lib/X11/enlightenment
|
||||
! ETCDIR=X11BASE/lib/X11/enlightenment
|
||||
#endif /* def UseEtcX11 */
|
||||
|
||||
CNFDIR = $(ETCDIR)
|
||||
***************
|
||||
*************** InstallMultiple($(HDRS),$(INCROOT)/X11)
|
||||
*** 59,65 ****
|
||||
CNFSRC = ./sys_conf
|
||||
CNFS = $(CNFSRC)/imrc
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
lib/X11/enlightenment/im_palette.pal
|
||||
lib/X11/enlightenment/imrc
|
||||
include/X11/imlib.h
|
||||
lib/libIm.a
|
||||
lib/libIm.so.1.0
|
||||
@exec ldconfig -m %B
|
||||
lib/X11/enlightenment/im_palette.pal
|
||||
lib/X11/enlightenment/imrc
|
||||
|
|
Loading…
Reference in a new issue