From 367a30f74c49949d97c9a141047b78b927222d5f Mon Sep 17 00:00:00 2001 From: espie Date: Wed, 2 Aug 2006 10:10:35 +0000 Subject: [PATCH] more new lib specs --- emulators/fuse-utils/Makefile | 4 ++-- games/taxipilot/Makefile | 4 ++-- games/uqm/Makefile | 4 ++-- games/xbubble/Makefile | 4 ++-- games/xteddy/Makefile | 4 ++-- graphics/Guppi/Makefile | 30 ++++++++++++------------- graphics/ImageMagick/Makefile | 16 ++++++------- graphics/camlimages/Makefile | 6 ++--- graphics/cqcam/Makefile | 6 ++--- graphics/dcraw/Makefile | 4 ++-- graphics/dia/Makefile | 6 ++--- graphics/digikam-image-plugins/Makefile | 6 ++--- graphics/dumpmpeg/Makefile | 4 ++-- graphics/enjoympeg/Makefile | 4 ++-- graphics/evince/Makefile | 8 +++---- graphics/feh/Makefile | 4 ++-- graphics/ffmpeg/Makefile | 4 ++-- graphics/fnlib/Makefile | 4 ++-- graphics/fxtv/Makefile | 8 +++---- graphics/gd/Makefile | 6 ++--- 20 files changed, 68 insertions(+), 68 deletions(-) diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index 021440960d3..aa3b8c566a3 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2005/02/19 11:20:35 alek Exp $ +# $OpenBSD: Makefile,v 1.7 2006/08/02 10:10:35 espie Exp $ COMMENT= "Free Unix Spectrum Emulator utilities" @@ -20,7 +20,7 @@ WANTLIB= c gcrypt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} BUILD_DEPENDS= ::devel/gettext -LIB_DEPENDS= spectrum.3::devel/libspectrum +LIB_DEPENDS= spectrum.>=3::devel/libspectrum CONFIGURE_STYLE= gnu diff --git a/games/taxipilot/Makefile b/games/taxipilot/Makefile index 330be98c7fc..1f5a8ecfc66 100644 --- a/games/taxipilot/Makefile +++ b/games/taxipilot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2006/06/12 15:45:51 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2006/08/02 10:10:35 espie Exp $ COMMENT= "silly little game based on Spacetaxi for the C64" @@ -20,7 +20,7 @@ WANTLIB= art_lgpl_2.0.0 jpeg ICE SM X11 Xext Xrender c m \ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=taxipilot/} -LIB_DEPENDS= kdecore.4,DCOP,kdecore,kdefx,kdesu,kdeui,kio,kwalletclient::x11/kde/libs3 +LIB_DEPENDS= kdecore.>=4,DCOP,kdecore,kdefx,kdesu,kdeui,kio,kwalletclient::x11/kde/libs3 MODULES= x11/qt3 MODQT_MT= Yes diff --git a/games/uqm/Makefile b/games/uqm/Makefile index 7be82152646..998b5efdfa4 100644 --- a/games/uqm/Makefile +++ b/games/uqm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2006/05/12 01:27:42 jolan Exp $ +# $OpenBSD: Makefile,v 1.19 2006/08/02 10:10:35 espie Exp $ # XXX hardcoded endian list COMMENT= "ur-quan masters: sdl port of star control 2" @@ -41,7 +41,7 @@ PERMIT_PACKAGE_FTP= "content must accompany distribution of ur-quan masters" PERMIT_DISTFILES_CDROM= "content must accompany distribution of ur-quan masters" PERMIT_DISTFILES_FTP= "content must accompany distribution of ur-quan masters" -LIB_DEPENDS= vorbisidec.1::audio/tremor \ +LIB_DEPENDS= vorbisidec.>=1::audio/tremor \ SDL_image::devel/sdl-image WANTLIB= X11 Xext c m pthread usbhid z \ SDL diff --git a/games/xbubble/Makefile b/games/xbubble/Makefile index f35267963ac..7607cd98536 100755 --- a/games/xbubble/Makefile +++ b/games/xbubble/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2005/02/14 00:35:53 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.4 2006/08/02 10:10:35 espie Exp $ COMMENT= "x bust a move clone" @@ -17,7 +17,7 @@ WANTLIB= ICE SM X11 c m z MASTER_SITES= http://freesoftware.fsf.org/download/xbubble/ -LIB_DEPENDS= png.2::graphics/png +LIB_DEPENDS= png.>=2::graphics/png USE_X11= Yes USE_GMAKE= Yes diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile index e24cc67746c..5086f32cb58 100644 --- a/games/xteddy/Makefile +++ b/games/xteddy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2006/02/08 04:54:49 david Exp $ +# $OpenBSD: Makefile,v 1.16 2006/08/02 10:10:35 espie Exp $ COMMENT= "cuddlesome teddy for the X11 desktop" @@ -6,7 +6,7 @@ DISTNAME= xteddy-2.0.2 CATEGORIES= games MASTER_SITES= http://www.ITN.LiU.SE/~stegu/xteddy/ -LIB_DEPENDS= Imlib.19::graphics/imlib +LIB_DEPENDS= Imlib.>=19::graphics/imlib # GPL PERMIT_PACKAGE_CDROM= Yes diff --git a/graphics/Guppi/Makefile b/graphics/Guppi/Makefile index 7a56f5985bd..e9d35fca1b3 100644 --- a/graphics/Guppi/Makefile +++ b/graphics/Guppi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2005/12/30 10:46:04 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2006/08/02 10:10:35 espie Exp $ # Original from: Adam Skutt COMMENT= "GNOME-based plot program with statistics capabilities" @@ -21,20 +21,20 @@ MODULES= devel/gettext MASTER_SITES= ${MASTER_SITE_GNOME:=sources/Guppi/0.40/} -LIB_DEPENDS= bonobo.2,bonobox,bonobo-print::x11/gnome/bonobo \ - oaf.1::x11/gnome/oaf \ - ORBit.5,IIOP,ORBitCosNaming,ORBitutil::devel/ORBit \ - gnomeprint.16::x11/gnome/print \ - gnomeui.46,gnome.36,gnomesupport.0,art_lgpl.4,zvt::x11/gnome/libs \ - glade.5.0,glade-gnome.5.0:libglade-*-gnome:devel/libglade,gnome \ - gdk_imlib.19::graphics/imlib \ - ungif.5::graphics/libungif \ - esd.2::audio/esound \ - audiofile.0::devel/libaudiofile \ - gdk_pixbuf.2::graphics/gdk-pixbuf \ - glib.1.2,gmodule.1.2::devel/glib \ - xml.9::textproc/libxml1 \ - popt.0::devel/popt \ +LIB_DEPENDS= bonobo.>=2,bonobox,bonobo-print::x11/gnome/bonobo \ + oaf.>=1::x11/gnome/oaf \ + ORBit.>=5,IIOP,ORBitCosNaming,ORBitutil::devel/ORBit \ + gnomeprint.>=16::x11/gnome/print \ + gnomeui.>=46,gnome.>=36,gnomesupport,art_lgpl.>=4,zvt::x11/gnome/libs \ + glade.>=5.0,glade-gnome.>=5.0:libglade-*-gnome:devel/libglade,gnome \ + gdk_imlib.>=19::graphics/imlib \ + ungif.>=5::graphics/libungif \ + esd.>=2::audio/esound \ + audiofile::devel/libaudiofile \ + gdk_pixbuf.>=2::graphics/gdk-pixbuf \ + glib.>=1.2,gmodule.>=1.2::devel/glib \ + xml.>=9::textproc/libxml1 \ + popt::devel/popt \ SEPARATE_BUILD= simple diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 06b7e666156..66ca6c00712 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.90 2006/02/06 22:10:24 bernd Exp $ +# $OpenBSD: Makefile,v 1.91 2006/08/02 10:10:35 espie Exp $ COMMENT= "image processing tools" @@ -25,13 +25,13 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= c iconv jpeg m z -LIB_DEPENDS= bz2.10::archivers/bzip2 \ - jbig.1.2::graphics/jbigkit \ - png.4::graphics/png \ - tiff.36::graphics/tiff \ - xml2.9::textproc/libxml \ - lcms.1::graphics/lcms \ - jasper.1::graphics/jasper +LIB_DEPENDS= bz2.>=10::archivers/bzip2 \ + jbig.>=1.2::graphics/jbigkit \ + png.>=4::graphics/png \ + tiff.>=36::graphics/tiff \ + xml2.>=9::textproc/libxml \ + lcms.>=1::graphics/lcms \ + jasper.>=1::graphics/jasper RUN_DEPENDS= :netpbm-*:graphics/netpbm BUILD_DEPENDS= :netpbm-*:graphics/netpbm diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile index 03262140b68..1fbf063ac1a 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2006/05/28 15:31:46 avsm Exp $ +# $OpenBSD: Makefile,v 1.7 2006/08/02 10:10:35 espie Exp $ COMMENT= "image manipulation functions for Objective Caml" CATEGORIES= graphics @@ -32,8 +32,8 @@ MAKE_FLAGS= CFLAGS="${CFLAGS} -I${X11BASE}/include/freetype2 \ -I${LOCALBASE}/include/libpng" LDFLAGS="-L${LOCALBASE}/lib" FAKE_FLAGS= CAMLDIR="${CAMLDIR}" LIBDIR="${CAMLDIR}/camlimages" -LIB_DEPENDS= jpeg.62::graphics/jpeg tiff.36::graphics/tiff \ - png.4::graphics/png ungif.5::graphics/libungif +LIB_DEPENDS= jpeg.>=62::graphics/jpeg tiff.>=36::graphics/tiff \ + png.>=4::graphics/png ungif.>=5::graphics/libungif RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu ::x11/lablgtk BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile index 0dc77053c6b..ce4f0766b34 100644 --- a/graphics/cqcam/Makefile +++ b/graphics/cqcam/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2006/03/28 15:57:05 jcs Exp $ +# $OpenBSD: Makefile,v 1.11 2006/08/02 10:10:35 espie Exp $ DISTNAME= cqcam-0.91 PKGNAME= ${DISTNAME}p0 @@ -17,7 +17,7 @@ MASTER_SITES= ${HOMEPAGE} ONLY_FOR_ARCHS= i386 USE_X11= Yes -LIB_DEPENDS= jpeg.62::graphics/jpeg +LIB_DEPENDS= jpeg.>=62::graphics/jpeg CONFIGURE_STYLE= gnu dest CONFIGURE_ARGS= --enable-jpeg --enable-asm @@ -35,7 +35,7 @@ FAKE_FLAGS= CLIENTS="cli webcam" .else WANTLIB+= X11 Xext Xi glib gmodule iconv intl USE_X11= Yes -LIB_DEPENDS+= gtk.1,gdk.1::x11/gtk+ +LIB_DEPENDS+= gtk.>=1,gdk.>=1::x11/gtk+ LIB_DEPENDS+= xview,olgx::x11/xview/lib #BUILD_DEPENDS= wish8.3::x11/tk/8.3 CONFIGURE_ARGS+= --with-gtk-prefix=${LOCALBASE} diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index 000ce6c948a..2d9ca1645bb 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2006/06/11 04:12:48 hugh Exp $ +# $OpenBSD: Makefile,v 1.6 2006/08/02 10:10:35 espie Exp $ COMMENT= "digital camera RAW format conversion tool" @@ -12,7 +12,7 @@ MASTER_SITES= http://www.oxide.org/dcraw/${PKGNAME}/ DISTFILES= dcraw.c dcraw.1 DIST_SUBDIR= ${PKGNAME} -LIB_DEPENDS= jpeg.6.::graphics/jpeg +LIB_DEPENDS= jpeg.>=6::graphics/jpeg MAINTAINER= Bruno Rohee diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 6628e1320a8..c6568b746a6 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2006/06/13 19:27:54 steven Exp $ +# $OpenBSD: Makefile,v 1.38 2006/08/02 10:10:35 espie Exp $ COMMENT= "technical diagrams drawing tool" @@ -24,9 +24,9 @@ BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \ :p5-XML-Parser-*:textproc/p5-XML-Parser \ ::textproc/docbook-xsl LIB_DEPENDS= gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2 \ - art_lgpl_2.5::graphics/libart \ + art_lgpl_2.>=5::graphics/libart \ popt::devel/popt \ - xslt.1::textproc/libxslt + xslt.>=1::textproc/libxslt MODULES= devel/gettext diff --git a/graphics/digikam-image-plugins/Makefile b/graphics/digikam-image-plugins/Makefile index bac12e20e55..5f42069d387 100644 --- a/graphics/digikam-image-plugins/Makefile +++ b/graphics/digikam-image-plugins/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2006/08/02 10:00:49 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2006/08/02 10:10:35 espie Exp $ COMMENT= "plugins for digikam" CATEGORIES= graphics x11 x11/kde @@ -9,8 +9,8 @@ HOMEPAGE= http://extragear.kde.org/apps/digikamimageplugins/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=digikam/} SHARED_ONLY=Yes -LIB_DEPENDS+= lib/qt3/qt-mt.3.33::x11/qt3,mt \ - kdecore.6,kwalletclient,DCOP,kio,kdefx,kdeprint,kdesu,kdeui,kparts,kutils,kabc,vcard,kresources::x11/kde/libs3 \ +LIB_DEPENDS+= lib/qt3/qt-mt.>=3.33::x11/qt3,mt \ + kdecore.>=6,kwalletclient,DCOP,kio,kdefx,kdeprint,kdesu,kdeui,kparts,kutils,kabc,vcard,kresources::x11/kde/libs3 \ digikam::graphics/digikam MODULES= x11/kde diff --git a/graphics/dumpmpeg/Makefile b/graphics/dumpmpeg/Makefile index 5b5e4103a1b..4f8295eddcc 100644 --- a/graphics/dumpmpeg/Makefile +++ b/graphics/dumpmpeg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2004/11/30 01:06:33 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2006/08/02 10:10:35 espie Exp $ COMMENT= "dump frames from mpeg-1 movies" @@ -18,7 +18,7 @@ WANTLIB= SDL X11 Xext c m pthread usbhid MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dumpmpeg/} -LIB_DEPENDS= smpeg.1.3:smpeg-*:devel/smpeg +LIB_DEPENDS= smpeg.>=1.3:smpeg-*:devel/smpeg USE_X11= Yes diff --git a/graphics/enjoympeg/Makefile b/graphics/enjoympeg/Makefile index 81680da770c..1bf12a6bc85 100644 --- a/graphics/enjoympeg/Makefile +++ b/graphics/enjoympeg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2004/11/30 01:06:34 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2006/08/02 10:10:35 espie Exp $ COMMENT= "mpeg-1 video player" @@ -18,7 +18,7 @@ WANTLIB= SDL X11 Xext c m pthread usbhid MASTER_SITES= ${HOMEPAGE} -LIB_DEPENDS= smpeg.1.3:smpeg-*:devel/smpeg +LIB_DEPENDS= smpeg.>=1.3:smpeg-*:devel/smpeg USE_X11= Yes diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 857bd50e7e7..fae0fa1eb65 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2006/06/18 14:22:26 alek Exp $ +# $OpenBSD: Makefile,v 1.2 2006/08/02 10:10:35 espie Exp $ COMMENT= "document viewer for multiple document formats" @@ -21,10 +21,10 @@ BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser \ :gnome-doc-utils-*:x11/gnome/doc-utils \ :ghostscript-*:print/ghostscript/gnu \ :teTeX_base-*:print/teTeX/base -LIB_DEPENDS= poppler.1,poppler-glib.1::print/poppler \ +LIB_DEPENDS= poppler.>=1,poppler-glib.>=1::print/poppler \ gnomeui-2.0.0::x11/gnome/libgnomeui \ - esd.2::audio/esound \ - audiofile.0::devel/libaudiofile + esd.>=2::audio/esound \ + audiofile::devel/libaudiofile RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \ :ghostscript-*:print/ghostscript/gnu \ :teTeX_base-*:print/teTeX/base diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 833a5cc862d..35512081912 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2005/09/19 16:32:23 bernd Exp $ +# $OpenBSD: Makefile,v 1.8 2006/08/02 10:10:35 espie Exp $ COMMENT= "lightweight image viewer" @@ -18,7 +18,7 @@ WANTLIB= Imlib2 X11 Xext c freetype jpeg m png z MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ -LIB_DEPENDS= giblib.1::devel/giblib +LIB_DEPENDS= giblib.>=1::devel/giblib USE_X11= Yes CONFIGURE_STYLE=gnu diff --git a/graphics/ffmpeg/Makefile b/graphics/ffmpeg/Makefile index 9c481610a44..d3d6d8e1517 100644 --- a/graphics/ffmpeg/Makefile +++ b/graphics/ffmpeg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2006/07/31 15:03:15 millert Exp $ +# $OpenBSD: Makefile,v 1.22 2006/08/02 10:10:35 espie Exp $ COMMENT= "audio/video converter and streamer with bktr(4) support" @@ -24,7 +24,7 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= http://www.jakemsr.com/ BUILD_DEPENDS= ::textproc/texi2html -LIB_DEPENDS= SDL.4::devel/sdl +LIB_DEPENDS= SDL.>=4::devel/sdl WANTLIB= X11 Xext c freetype m pthread ossaudio usbhid z USE_X11= Yes diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index 03e90c9504e..0bd73635bd5 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2006/01/08 01:38:36 steven Exp $ +# $OpenBSD: Makefile,v 1.27 2006/08/02 10:10:35 espie Exp $ COMMENT= "color font rendering library for X" @@ -8,7 +8,7 @@ SHARED_LIBS= Fnlib 5.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} -LIB_DEPENDS= Imlib.19::graphics/imlib +LIB_DEPENDS= Imlib.>=19::graphics/imlib PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile index 4290792f877..60bf11a92bb 100644 --- a/graphics/fxtv/Makefile +++ b/graphics/fxtv/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2005/04/11 21:56:48 naddy Exp $ +# $OpenBSD: Makefile,v 1.33 2006/08/02 10:10:35 espie Exp $ ONLY_FOR_ARCHS= i386 macppc amd64 @@ -13,9 +13,9 @@ EXTRACT_SUFX= .tgz MASTER_SITES= ${HOMEPAGE} \ http://mirror.csoft.org/fxtv/ -LIB_DEPENDS= tiff.35::graphics/tiff \ - jpeg.62::graphics/jpeg \ - Xaw3d.6.1::x11/Xaw3d +LIB_DEPENDS= tiff.>=35::graphics/tiff \ + jpeg.>=62::graphics/jpeg \ + Xaw3d.>=6.1::x11/Xaw3d RUN_DEPENDS= :sox->=12.12:audio/sox \ :mpg321-*:audio/mpg321 \ diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 8c14299b13a..7ba9a6a13ad 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2006/06/15 22:18:25 bernd Exp $ +# $OpenBSD: Makefile,v 1.46 2006/08/02 10:10:35 espie Exp $ COMMENT= "library for dynamic creation of images" @@ -10,8 +10,8 @@ MASTER_SITES= http://www.boutell.com/gd/http/ HOMEPAGE= http://www.boutell.com/gd/ -LIB_DEPENDS= jpeg.62::graphics/jpeg \ - png.2::graphics/png +LIB_DEPENDS= jpeg.>=62::graphics/jpeg \ + png.>=2::graphics/png MODULES= converters/libiconv