1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

1: Upgrade imlib2 to 1.2.0

2: chase shared library version to 3.

PR:		ports/78347
Submitted by:	Russell Jackson <raj at cserv62.csub.edu>
Somepart by:	me
This commit is contained in:
Vanilla I. Shu 2005-03-07 15:10:20 +00:00
parent fcfcc89e9d
commit a9beb3d4b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130537
37 changed files with 216 additions and 158 deletions

View File

@ -13,7 +13,7 @@ MASTER_SITES= http://download.berlios.de/kompose/
MAINTAINER= lauri@kde.org
COMMENT= Full-screen task manager similar to Exposé(tm)
LIB_DEPENDS= Imlib2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure

View File

@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A library of assorted spiffy things
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
Imlib2.2:${PORTSDIR}/graphics/imlib2
Imlib2.3:${PORTSDIR}/graphics/imlib2
USE_X_PREFIX= yes
USE_GNOME= gnomehack

View File

@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Generate very highly zoomed fractals
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= Imlib2:${PORTSDIR}/graphics/imlib2 \
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
gmp.6:${PORTSDIR}/math/libgmp4
IMLIB2_CONFIG= ${X11BASE}/bin/imlib2-config

View File

@ -17,7 +17,7 @@ COMMENT= Photo album manager for KDE with gphoto2 backend
LIB_DEPENDS= kexif.0:${PORTSDIR}/graphics/libkexif \
kipi.0:${PORTSDIR}/graphics/libkipi \
gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
Imlib2.2:${PORTSDIR}/graphics/imlib2 \
Imlib2.3:${PORTSDIR}/graphics/imlib2 \
gdbm.3:${PORTSDIR}/databases/gdbm
USE_BZIP2= yes

View File

@ -17,7 +17,7 @@ COMMENT= Photo album manager for KDE with gphoto2 backend
LIB_DEPENDS= kexif.0:${PORTSDIR}/graphics/libkexif \
kipi.0:${PORTSDIR}/graphics/libkipi \
gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
Imlib2.2:${PORTSDIR}/graphics/imlib2 \
Imlib2.3:${PORTSDIR}/graphics/imlib2 \
gdbm.3:${PORTSDIR}/databases/gdbm
USE_BZIP2= yes

View File

@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= enlightenment
MAINTAINER= ports@FreeBSD.org
COMMENT= A hardware-accelerated canvas API for X-Windows
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
USE_BZIP2= yes
USE_X_PREFIX= yes

View File

@ -14,7 +14,7 @@ MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
MAINTAINER= danfe@FreeBSD.org
COMMENT= An object-based image creation/layout application
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 \
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
xml2.5:${PORTSDIR}/textproc/libxml2
XML_CONFIG?= ${LOCALBASE}/bin/xml2-config

View File

@ -13,7 +13,7 @@ MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= A utility library that includes a wrapper for imlib2
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnometarget pkgconfig

View File

@ -14,7 +14,7 @@ MASTER_SITES= http://thegraveyard.org/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Root window parameter setting background for X
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
PLIST_FILES= bin/hsetroot
USE_X_PREFIX= YES

View File

@ -6,8 +6,8 @@
#
PORTNAME= imlib2
PORTVERSION= 1.1.2
PORTREVISION= 1
PORTVERSION= 1.2.0
PORTREVISION= 0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= enlightenment
@ -27,8 +27,9 @@ USE_X_PREFIX= yes
USE_GNOME= gnomehack pkgconfig gnometarget
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_AUTOCONF_VER= 259
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${PREFIX}/lib"
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>

View File

@ -1,2 +1,2 @@
MD5 (imlib2-1.1.2.tar.gz) = 3389bad516032c951fda4fe620df0cef
SIZE (imlib2-1.1.2.tar.gz) = 875843
MD5 (imlib2-1.2.0.tar.gz) = 853fb77100ee3c3ca944f52c892ab49b
SIZE (imlib2-1.2.0.tar.gz) = 890457

View File

@ -0,0 +1,121 @@
--- configure.in.orig Wed Jan 5 01:39:08 2005
+++ configure.in Sun Feb 27 21:16:57 2005
@@ -6,7 +6,7 @@
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_ISC_POSIX
-AM_INIT_AUTOMAKE(imlib2, 1.2.0)
+AM_INIT_AUTOMAKE(imlib2, 1.2.0.001)
AM_CONFIG_HEADER(config.h)
AC_C_BIGENDIAN
@@ -86,6 +86,9 @@
packagesrcdir=`cd $srcdir && pwd`
AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source code directory])
+# FIXME: fill in requirements for pc.in - but only ft2 has a pc file!
+requirements="freetype2"
+
mmx=no
AC_ARG_ENABLE(mmx,[ --disable-mmx attempt compiling using mmx assembly [default=yes]],
[
@@ -98,15 +101,16 @@
fi
],
[
-if test x$target_os = xlinux-gnu; then
+if test x$target_os = xlinux-gnu -o x$target_os = xlinux; then
if test x$target_cpu = x$host_cpu; then
mmx=`cat /proc/cpuinfo | grep mmx`
if test -n "$mmx"; then
mmx=yes
+ echo "You appear to be compiling on a "$target_cpu/$target_os" system; using MMX."
fi
else
echo ""
- echo "You are cross-compiling on a "$host_cpu" machine for a "$target_os" machine."
+ echo "You are cross-compiling on a "$host_cpu" machine for a "$target_cpu/$target_os" machine."
echo "If this target supports mmx, please enable mmx with --enable-mmx as a"
echo "configure option."
echo ""
@@ -114,6 +118,7 @@
else
echo ""
echo "You are not running Linux - This script cannot auto-detect mmx assembly."
+ echo "(You appear to be running $target_os.)"
echo "You will have to enable the mmx assembly (which gives anywhere from 10%"
echo "to 300% speedups) by adding --enable-mmx on the configure command-line."
echo ""
@@ -139,35 +144,28 @@
freetype_cflags=`$FREETYPE_CONFIG --cflags`
freetype_libs=`$FREETYPE_CONFIG --libs`
-x11=no
-AC_ARG_ENABLE(x11,[ --disable-x11 attempt to build with X11 support [default=yes]],
-[
- if test x$enableval = xyes; then
- have_x=yes
- else
- have_x=no
- fi
-],
-[
- AC_CHECK_HEADER(X11/X.h,
- [ have_x="yes" ],
- [ have_x="no" ]
- )
-]
-)
-AC_MSG_CHECKING(whether X11 support is to be enabled)
+AC_PATH_X([X], [X11/Xlib.h], [XOpenDisplay(NULL)])
+
+if test "x$have_x" = "xno"; then
+ # If --without-x was passed, this will be "disabled" instead of "no" --
+ # so always treat "no" as an error
+ AC_MSG_ERROR(
+[no X support found. Use --x-includes and --x-libraries to specify the X
+path on your system, or --without-x to disable X support.])
+fi
+
if test "x$have_x" = "xyes"; then
- x_dir="/usr/X11R6";
- x_cflags="-I"$x_dir"/include"
- x_libs="-L"$x_dir"/lib -lX11 -lXext"
- AC_MSG_RESULT(enabling X11 support)
+ if test "x$x_includes" != "x"; then
+ x_cflags="-I$x_includes"
+ fi
+ if test "x$x_libraries" != "x"; then
+ x_libs="-L$x_libraries -lX11 -lXext"
+ fi
AM_CONDITIONAL(BUILD_X11, true)
AC_DEFINE(BUILD_X11, 1, [enabling X11 support])
else
- x_dir=""
x_cflags=""
x_libs=""
- AC_MSG_RESULT(disabling X11 support)
AM_CONDITIONAL(BUILD_X11, false)
fi
@@ -354,7 +352,9 @@
fi
AM_CONDITIONAL(BUILD_BZ2_LOADER, test "$bz2_ok" = yes)
AC_SUBST(BZ2LIBS)
-
+
+AC_SUBST(requirements)
+
AC_OUTPUT([
Makefile
src/Makefile
@@ -395,6 +395,9 @@
echo " GIF.....................: $gif_ok"
echo " ZLIB....................: $zlib_ok"
echo " BZIP2...................: $bz2_ok"
+echo
+echo
+echo "Use MMX for extra speed...: $mmx"
echo
echo
echo "Installation Path.........: $prefix"

View File

@ -1,90 +0,0 @@
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/modules/loaders/loader_xpm.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- enlightenment/e17/libs/imlib2/src/modules/loaders/loader_xpm.c 2004/12/14 03:50:46 1.2
+++ loaders/loader_xpm.c 2005/01/04 03:34:03 1.3
@@ -192,37 +192,37 @@
{
/* Header */
sscanf(line, "%i %i %i %i", &w, &h, &ncolors, &cpp);
- if (ncolors > 32766)
+ if ((ncolors > 32766) || (ncolors < 1))
{
fprintf(stderr,
- "IMLIB ERROR: XPM files with colors > 32766 not supported\n");
+ "IMLIB ERROR: XPM files with colors > 32766 or < 1 not supported\n");
free(line);
fclose(f);
xpm_parse_done();
return 0;
}
- if (cpp > 5)
+ if ((cpp > 5) || (cpp < 1))
{
fprintf(stderr,
- "IMLIB ERROR: XPM files with characters per pixel > 5 not supported\n");
+ "IMLIB ERROR: XPM files with characters per pixel > 5 or < 1not supported\n");
free(line);
fclose(f);
xpm_parse_done();
return 0;
}
- if (w > 32767)
+ if ((w > 32767) || (w < 1))
{
fprintf(stderr,
- "IMLIB ERROR: Image width > 32767 pixels for file\n");
+ "IMLIB ERROR: Image width > 32767 or < 1 pixels for file\n");
free(line);
fclose(f);
xpm_parse_done();
return 0;
}
- if (h > 32767)
+ if ((h > 32767) || (h < 1))
{
fprintf(stderr,
- "IMLIB ERROR: Image height > 32767 pixels for file\n");
+ "IMLIB ERROR: Image height > 32767 or < 1 pixels for file\n");
free(line);
fclose(f);
xpm_parse_done();
@@ -284,9 +284,14 @@
if (k >= len)
{
if (col[0])
- strcat(col, " ");
+ {
+ if (strlen(col) < ( sizeof(col) - 2))
+ strcat(col, " ");
+ else
+ done = 1;
+ }
if (strlen(col) + strlen(s) <
- sizeof(col))
+ (sizeof(col) - 1))
strcat(col, s);
}
if (col[0])
@@ -322,9 +327,16 @@
}
else
{
- if (col[0])
- strcat(col, " ");
- strcat(col, s);
+ if (col[0])
+ {
+ if (strlen(col) < ( sizeof(col) - 2))
+ strcat(col, " ");
+ else
+ done = 1;
+ }
+ if (strlen(col) + strlen(s) <
+ (sizeof(col) - 1))
+ strcat(col, s);
}
}
}

View File

@ -1,31 +1,57 @@
bin/bumpmaptest
bin/color_spaces
bin/imconvert
bin/imlib2
bin/imlib2_bumpmap
bin/imlib2_colorspace
bin/imlib2_conv
bin/imlib2_poly
bin/imlib2_show
bin/imlib2_test
bin/imlib2_view
bin/imlib2-config
bin/polytest
include/Imlib2.h
lib/libImlib2.a
lib/libImlib2.so
lib/libImlib2.so.2
lib/imlib2_loaders/filter/bump_map.so
lib/imlib2_loaders/filter/colormod.so
lib/imlib2_loaders/filter/testfilter.so
lib/imlib2_loaders/image/argb.so
lib/imlib2_loaders/image/bmp.so
lib/imlib2_loaders/image/bz2.so
lib/imlib2_loaders/image/gif.so
lib/imlib2_loaders/image/jpeg.so
lib/imlib2_loaders/image/lbm.so
lib/imlib2_loaders/image/png.so
lib/imlib2_loaders/image/pnm.so
lib/imlib2_loaders/image/tga.so
lib/imlib2_loaders/image/tiff.so
lib/imlib2_loaders/image/xpm.so
lib/imlib2_loaders/image/zlib.so
lib/libImlib2.so.3
lib/imlib2/filters/bumpmap.so
lib/imlib2/filters/colormod.so
lib/imlib2/filters/testfilter.so
lib/imlib2/loaders/argb.so
lib/imlib2/loaders/bmp.so
lib/imlib2/loaders/bz2.so
lib/imlib2/loaders/gif.so
lib/imlib2/loaders/jpeg.so
lib/imlib2/loaders/lbm.so
lib/imlib2/loaders/png.so
lib/imlib2/loaders/pnm.so
lib/imlib2/loaders/tga.so
lib/imlib2/loaders/tiff.so
lib/imlib2/loaders/xpm.so
lib/imlib2/loaders/zlib.so
libdata/pkgconfig/imlib2.pc
@dirrm lib/imlib2_loaders/image
@dirrm lib/imlib2_loaders/filter
@dirrm lib/imlib2_loaders
%%DATADIR%%/data/fonts/cinema.ttf
%%DATADIR%%/data/fonts/grunge.ttf
%%DATADIR%%/data/fonts/morpheus.ttf
%%DATADIR%%/data/fonts/notepad.ttf
%%DATADIR%%/data/images/audio.png
%%DATADIR%%/data/images/bg.png
%%DATADIR%%/data/images/bulb.png
%%DATADIR%%/data/images/cal.png
%%DATADIR%%/data/images/calc.png
%%DATADIR%%/data/images/folder.png
%%DATADIR%%/data/images/globe.png
%%DATADIR%%/data/images/imlib2.png
%%DATADIR%%/data/images/lock.png
%%DATADIR%%/data/images/mail.png
%%DATADIR%%/data/images/menu.png
%%DATADIR%%/data/images/mush.png
%%DATADIR%%/data/images/paper.png
%%DATADIR%%/data/images/sh1.png
%%DATADIR%%/data/images/sh2.png
%%DATADIR%%/data/images/sh3.png
%%DATADIR%%/data/images/stop.png
%%DATADIR%%/data/images/tnt.png
@dirrm %%DATADIR%%/data/images
@dirrm %%DATADIR%%/data/fonts
@dirrm %%DATADIR%%/data
@dirrm %%DATADIR%%
@dirrm lib/imlib2/loaders
@dirrm lib/imlib2/filters
@dirrm lib/imlib2

View File

@ -6,7 +6,7 @@
#
PORTNAME= imlib2_loaders
PORTVERSION= 1.1.2
PORTVERSION= 1.2.0
PORTREVISION= 0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= enlightenment
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Extra image loader plugins for Imlib 2
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 \
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
edb.1:${PORTSDIR}/databases/edb \
eet.9:${PORTSDIR}/devel/eet

View File

@ -1,2 +1,2 @@
MD5 (imlib2_loaders-1.1.2.tar.gz) = 093664396dd3a0de3218993d3f5422b8
SIZE (imlib2_loaders-1.1.2.tar.gz) = 308382
MD5 (imlib2_loaders-1.2.0.tar.gz) = 564f8c5e1f6c131e73d6f6f8ee3d36e7
SIZE (imlib2_loaders-1.2.0.tar.gz) = 310243

View File

@ -1,5 +1,5 @@
lib/imlib2_loaders/image/ani.so
lib/imlib2_loaders/image/db.so
lib/imlib2_loaders/image/eet.so
lib/imlib2_loaders/image/ico.so
lib/imlib2_loaders/image/xcf.so
lib/imlib2/loaders/ani.so
lib/imlib2/loaders/db.so
lib/imlib2/loaders/eet.so
lib/imlib2/loaders/ico.so
lib/imlib2/loaders/xcf.so

View File

@ -19,7 +19,7 @@ COMMENT= KDE Image Plugin Interface plugins
LIB_DEPENDS= kexif:${PORTSDIR}/graphics/libkexif \
kipi:${PORTSDIR}/graphics/libkipi \
gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
Imlib2.2:${PORTSDIR}/graphics/imlib2
Imlib2.3:${PORTSDIR}/graphics/imlib2
OPTIONS= ACQUIREIMAGES "scanner/screenshot plugin" on \
BATCHPROCESSIMAGES "batch processing on images" on \

View File

@ -19,7 +19,7 @@ COMMENT= KDE Image Plugin Interface plugins
LIB_DEPENDS= kexif:${PORTSDIR}/graphics/libkexif \
kipi:${PORTSDIR}/graphics/libkipi \
gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
Imlib2.2:${PORTSDIR}/graphics/imlib2
Imlib2.3:${PORTSDIR}/graphics/imlib2
OPTIONS= ACQUIREIMAGES "scanner/screenshot plugin" on \
BATCHPROCESSIMAGES "batch processing on images" on \

View File

@ -29,7 +29,7 @@ USE_XLIB= yes
.if defined(WITHOUT_IMLIB2)
CONFIGURE_ARGS+= --disable-imlib2
.else
LIB_DEPENDS+= Imlib2.2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS+= Imlib2.3:${PORTSDIR}/graphics/imlib2
.endif
.endif

View File

@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to the Imlib2 image library
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
PERL_MODBUILD= yes

View File

@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-Perl-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl bindings for Imlib2
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
PERL_CONFIGURE= yes

View File

@ -16,7 +16,7 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= Imlib2 bindings for Ruby
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
USE_RUBY= yes
USE_RUBY_EXTCONF= yes

View File

@ -15,7 +15,7 @@ MAINTAINER= umeno@rr.iij4u.or.jp
COMMENT= Zooming photo album generator
LIB_DEPENDS= ming.3:${PORTSDIR}/graphics/ming \
Imlib2.2:${PORTSDIR}/graphics/imlib2 \
Imlib2.3:${PORTSDIR}/graphics/imlib2 \
popt.0:${PORTSDIR}/devel/popt
.if !defined (WITHOUT_AVIPLAY)
LIB_DEPENDS+= aviplay.0:${PORTSDIR}/multimedia/avifile

View File

@ -17,7 +17,7 @@ MAINTAINER= q@uni.de
COMMENT= Camserv is a free program to do streaming video via the web
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
Imlib2.2:${PORTSDIR}/graphics/imlib2 \
Imlib2.3:${PORTSDIR}/graphics/imlib2 \
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
freetype.9:${PORTSDIR}/print/freetype2

View File

@ -126,7 +126,7 @@ PLIST_SUB+= DRAWTEXT="@comment "
.endif
## enable imlib2
.if !defined(WITHOUT_VHOOK) && defined(WITH_IMLIB2)
LIB_DEPENDS+= Imlib2.2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS+= Imlib2.3:${PORTSDIR}/graphics/imlib2
PLIST_SUB+= IMLIB2=""
.else

View File

@ -126,7 +126,7 @@ PLIST_SUB+= DRAWTEXT="@comment "
.endif
## enable imlib2
.if !defined(WITHOUT_VHOOK) && defined(WITH_IMLIB2)
LIB_DEPENDS+= Imlib2.2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS+= Imlib2.3:${PORTSDIR}/graphics/imlib2
PLIST_SUB+= IMLIB2=""
.else

View File

@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A very artistic X window manager
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
USE_REINPLACE= yes
USE_X_PREFIX= yes

View File

@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A very artistic X window manager
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
USE_REINPLACE= yes
USE_X_PREFIX= yes

View File

@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A very artistic X window manager
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
USE_REINPLACE= yes
USE_X_PREFIX= yes

View File

@ -17,7 +17,7 @@ COMMENT= Kahakai window manager
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 \
${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 \
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
Xft.2:${PORTSDIR}/x11-fonts/libXft
RUN_DEPENDS= \
${X11BASE}/lib/X11/fonts/artwiz-fonts:${PORTSDIR}/x11-fonts/artwiz-fonts

View File

@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= phluid
MAINTAINER= ports@FreeBSD.org
COMMENT= A window manager that emphasizes efficiency, speed, and beauty
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
USE_X_PREFIX= yes
USE_GMAKE= yes

View File

@ -14,7 +14,7 @@ MASTER_SITES= http://thegraveyard.org/files/
MAINTAINER= ahze@FreeBSD.org
COMMENT= A full-screen X11 task-switcher like Apple's Expose
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 \
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
Xft.2:${PORTSDIR}/x11-fonts/libXft
USE_XLIB= yes

View File

@ -27,7 +27,7 @@ GNU_CONFIGURE= yes
MAN1= waimea.1
.if !defined(WITHOUT_PIXMAP)
LIB_DEPENDS+= Imlib2.2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS+= Imlib2.3:${PORTSDIR}/graphics/imlib2
.endif
.include <bsd.port.mk>

View File

@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= 3D Virtual Desktop Switcher
LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut \
Imlib2.2:${PORTSDIR}/graphics/imlib2
Imlib2.3:${PORTSDIR}/graphics/imlib2
USE_AUTOCONF_VER= 259
USE_GL= yes

View File

@ -16,7 +16,7 @@ COMMENT?= X11 terminal emulator based on rxvt/xterm
BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 \
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
ast.2:${PORTSDIR}/devel/libast
USE_X_PREFIX= yes

View File

@ -14,7 +14,7 @@ MASTER_SITES= http://taxiway.swapspace.net/~matt/wmmsg/
MAINTAINER= t.kempka@web.de
COMMENT= Dockapp that notifies you on ICQ, AIM and IRC events
LIB_DEPENDS= Imlib2:${PORTSDIR}/graphics/imlib2
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
WRKSRC= ${WRKDIR}/${PORTNAME}