diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index b1a9885d1d5..eade9e84e2a 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2008/03/25 18:09:14 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2008/06/15 00:04:49 sthen Exp $ COMMENT= advanced music player DISTNAME= aqualung-0.9beta9.1 -PKGNAME= ${DISTNAME}p2 +PKGNAME= ${DISTNAME}p3 CATEGORIES= audio HOMEPAGE= http://aqualung.factorial.hu/ @@ -35,7 +35,7 @@ WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ Xi Xinerama Xrandr Xrender atk-1.0 bz2 c cairo expat \ fontconfig freetype glib-2.0 glitz gmodule-2.0 \ gobject-2.0 gthread-2.0 m mp3lame ogg ossaudio \ - pango-1.0 pangocairo-1.0 pangoft2-1.0 png pthread \ + pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png pthread \ samplerate sndfile stdc++ vorbis vorbisenc vorbisfile z USE_X11= Yes diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index 3ec2a35636a..8f54980aebf 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.24 2007/11/05 21:44:57 simon Exp $ +# $OpenBSD: Makefile,v 1.25 2008/06/15 00:04:49 sthen Exp $ COMMENT= full-screen ncurses or GTK-based audio mixer DISTNAME= aumix-2.8 -PKGNAME= ${DISTNAME}p6 +PKGNAME= ${DISTNAME}p7 CATEGORIES= audio HOMEPAGE= http://jpj.net/~trevor/aumix.html @@ -39,7 +39,7 @@ USE_X11= Yes WANTLIB+= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi \ Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig \ freetype.>=13 glib-2.0 glitz gmodule-2.0 gobject-2.0 pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 png z + pangocairo-1.0 pangoft2-1.0 pixman-1 png z .endif .if ${FLAVOR:L:Mno_curses} diff --git a/audio/bmp/Makefile b/audio/bmp/Makefile index a26e3c9eefe..2719459566e 100644 --- a/audio/bmp/Makefile +++ b/audio/bmp/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.24 2007/12/18 15:56:16 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.25 2008/06/15 00:04:49 sthen Exp $ COMMENT-main= gtk+2 media player based on XMMS COMMENT-mp3= MP3 input plugin for bmp COMMENT-vorbis= Ogg Vorbis input plugin for bmp V= 0.9.7 DISTNAME= bmp-$V -PKGNAME-main= bmp-$Vp12 -PKGNAME-mp3= bmp-mp3-$Vp11 -PKGNAME-vorbis= bmp-vorbis-$Vp11 +PKGNAME-main= bmp-$Vp13 +PKGNAME-mp3= bmp-mp3-$Vp12 +PKGNAME-vorbis= bmp-vorbis-$Vp12 SHARED_LIBS += beep 2.0 # .2.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=beepmp/} @@ -32,7 +32,7 @@ MODULES= devel/gettext WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi \ Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig \ freetype glitz gmodule-2.0 gobject-2.0 m pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 pcre png z + pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png z LIB_DEPENDS= gdk_pixbuf-2.0.>=400.3,gdk-x11-2.0.>=400.3,gtk-x11-2.0.>=0.5::x11/gtk+2 \ glib-2.0.>=400.2,gthread-2.0.>=400.2::devel/glib2 diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index f0050115d3c..20120617124 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.17 2007/12/15 18:56:35 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2008/06/15 00:04:49 sthen Exp $ COMMENT= MP3 ID3 tags editor DISTNAME= easytag-2.1 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= audio x11 HOMEPAGE= http://easytag.sourceforge.net/ @@ -23,7 +23,7 @@ WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \ Xrender atk-1.0 c cairo expat fontconfig freetype \ Xcomposite Xdamage pcre \ glib-2.0 glitz gmodule-2.0 gobject-2.0 m ogg pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 png stdc++ z + pangocairo-1.0 pangoft2-1.0 pixman-1 png stdc++ z RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= id3.>=3::audio/id3lib \ diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile index 96bd30c15b4..e4ed9860f1b 100644 --- a/audio/gimmix/Makefile +++ b/audio/gimmix/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2007/11/13 12:44:22 steven Exp $ +# $OpenBSD: Makefile,v 1.3 2008/06/15 00:04:49 sthen Exp $ COMMENT= small and easy to use graphical MPD client DISTNAME= gimmix-0.4.1 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= audio x11 HOMEPAGE= http://gimmix.berlios.de/ @@ -18,7 +18,7 @@ WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \ Xrender atk-1.0 c cairo expat fontconfig freetype gdk-x11-2.0 \ gdk_pixbuf-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 \ gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - png stdc++ xml2 z + pixman-1 png stdc++ xml2 z MASTER_SITES= ${MASTER_SITE_BERLIOS:=gimmix/} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/gmpc-autoplaylist/Makefile b/audio/gmpc-autoplaylist/Makefile index 2ca92e34fcc..87b1d767e28 100644 --- a/audio/gmpc-autoplaylist/Makefile +++ b/audio/gmpc-autoplaylist/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/12/15 13:12:29 landry Exp $ +# $OpenBSD: Makefile,v 1.4 2008/06/15 00:04:49 sthen Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= auto-generated playlists, for gmpc VERSION= 0.15.5.0 DISTNAME= gmpc-autoplaylist-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= audio MAINTAINER= Jasper Lievisse Adriaanse @@ -22,7 +23,7 @@ WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \ Xrender atk-1.0 cairo expat fontconfig freetype gdk-x11-2.0 \ gdk_pixbuf-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 \ gobject-2.0 gtk-x11-2.0 m mpd pango-1.0 pangocairo-1.0 \ - pangoft2-1.0 png xml2 z + pangoft2-1.0 pixman-1 png xml2 z MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION:S/.0//}/ \ http://humppa.nl/distfiles/gmpc/ diff --git a/audio/gmpc-lastfm/Makefile b/audio/gmpc-lastfm/Makefile index 50c16514b5a..e0a68c09cf4 100644 --- a/audio/gmpc-lastfm/Makefile +++ b/audio/gmpc-lastfm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2007/12/16 20:36:58 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2008/06/15 00:04:49 sthen Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= last.fm coverart provider for gmpc VERSION= 0.15.5.0 DISTNAME= gmpc-last.fm-${VERSION} -PKGNAME= gmpc-lastfm-${VERSION} +PKGNAME= gmpc-lastfm-${VERSION}p0 CATEGORIES= audio MAINTAINER= Landry Breuil @@ -34,6 +34,7 @@ WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig \ freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz \ gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 m mpd \ - pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre png xml2 z + pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \ + png xml2 z .include diff --git a/audio/gmpc-lyrics/Makefile b/audio/gmpc-lyrics/Makefile index ad868c35050..b5a02d0ceea 100644 --- a/audio/gmpc-lyrics/Makefile +++ b/audio/gmpc-lyrics/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2007/12/15 13:13:13 landry Exp $ +# $OpenBSD: Makefile,v 1.8 2008/06/15 00:04:49 sthen Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= lyrics fetcher, for gmpc VERSION= 0.15.5.0 DISTNAME= gmpc-lyrics-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= audio MAINTAINER= Landry Breuil @@ -21,7 +22,7 @@ WANTLIB= X11 Xau Xdmcp Xrender atk-1.0 cairo expat fontconfig \ Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr \ freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 m mpd pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 pcre png xml2 z \ + pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png xml2 z \ crypto curl idn ssl MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION:S/.0//}/ \ diff --git a/audio/gmpc-magnatune/Makefile b/audio/gmpc-magnatune/Makefile index 4f89dbce715..52917a380ee 100644 --- a/audio/gmpc-magnatune/Makefile +++ b/audio/gmpc-magnatune/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2007/12/15 13:14:06 landry Exp $ +# $OpenBSD: Makefile,v 1.8 2008/06/15 00:04:49 sthen Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= magnatune browser, for gmpc VERSION= 0.15.5.0 DISTNAME= gmpc-magnatune-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= audio MAINTAINER= Jasper Lievisse Adriaanse @@ -21,7 +22,7 @@ WANTLIB= X11 Xau Xdmcp Xrender atk-1.0 cairo expat fontconfig \ Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr \ freetype gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0 glib-2.0 \ glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 m mpd pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 pcre png xml2 z + pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png xml2 z MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION:S/.0//}/ \ http://humppa.nl/distfiles/gmpc/ diff --git a/audio/gmpc-qosd/Makefile b/audio/gmpc-qosd/Makefile index 86f831d425f..a3572fbf7e1 100644 --- a/audio/gmpc-qosd/Makefile +++ b/audio/gmpc-qosd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2007/12/15 13:14:46 landry Exp $ +# $OpenBSD: Makefile,v 1.8 2008/06/15 00:04:49 sthen Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= fancy display that shows information, for gmpc VERSION= 0.15.5.0 DISTNAME= gmpc-qosd-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= audio MAINTAINER= Jasper Lievisse Adriaanse @@ -21,7 +22,7 @@ WANTLIB= X11 Xau Xdmcp Xrender atk-1.0 cairo expat fontconfig \ Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr \ freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 m mpd pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 pcre png xml2 z + pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png xml2 z MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION:S/.0//}/ \ http://humppa.nl/distfiles/gmpc/ diff --git a/audio/gmpc-serverstats/Makefile b/audio/gmpc-serverstats/Makefile index be895bb8b82..d46696e9d4b 100644 --- a/audio/gmpc-serverstats/Makefile +++ b/audio/gmpc-serverstats/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2007/12/15 13:15:39 landry Exp $ +# $OpenBSD: Makefile,v 1.7 2008/06/15 00:04:49 sthen Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= display mpd-server statistics, for gmpc VERSION= 0.15.5.0 DISTNAME= gmpc-serverstats-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= audio MAINTAINER= Landry Breuil @@ -21,7 +22,7 @@ WANTLIB= X11 Xau Xdmcp Xrender atk-1.0 cairo expat fontconfig \ Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr \ freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 m mpd pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 pcre png z + pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png z MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION:S/.0//}/ \ http://humppa.nl/distfiles/gmpc/ diff --git a/audio/gmpc-shout/Makefile b/audio/gmpc-shout/Makefile index 87d45e07787..d21f2ff6a17 100644 --- a/audio/gmpc-shout/Makefile +++ b/audio/gmpc-shout/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/12/15 13:16:16 landry Exp $ +# $OpenBSD: Makefile,v 1.4 2008/06/15 00:04:50 sthen Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= shoutcast support, for gmpc VERSION= 0.15.5.0 DISTNAME= gmpc-shout-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= audio # GPL @@ -18,7 +19,7 @@ WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \ Xrender atk-1.0 cairo expat fontconfig freetype gdk-x11-2.0 \ gdk_pixbuf-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 \ gtk-x11-2.0 m mpd pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - png xml2 z + pixman-1 png xml2 z MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION:S/.0//}/ \ http://humppa.nl/distfiles/gmpc/ diff --git a/audio/gmpc-stopbutton/Makefile b/audio/gmpc-stopbutton/Makefile index 21fc230d8cb..11289c78243 100644 --- a/audio/gmpc-stopbutton/Makefile +++ b/audio/gmpc-stopbutton/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2007/12/15 13:17:05 landry Exp $ +# $OpenBSD: Makefile,v 1.8 2008/06/15 00:04:50 sthen Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= adds the omitted stop button, for gmpc VERSION= 0.15.5.0 DISTNAME= gmpc-stopbutton-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= audio MAINTAINER= Jasper Lievisse Adriaanse @@ -21,7 +22,7 @@ WANTLIB= X11 Xau Xdmcp Xrender atk-1.0 cairo expat fontconfig \ Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr \ freetype gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0 glib-2.0 glitz \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 m mpd pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 pcre png xml2 z + pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png xml2 z MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION:S/.0//}/ \ http://humppa.nl/distfiles/gmpc/ diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile index b8295ce0aa4..3ea231c68cb 100644 --- a/audio/gmpc/Makefile +++ b/audio/gmpc/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.20 2008/01/26 12:13:51 landry Exp $ +# $OpenBSD: Makefile,v 1.21 2008/06/15 00:04:49 sthen Exp $ COMMENT= gnome music player client VERSION= 0.15.5.0 DISTNAME= gmpc-${VERSION} -PKGNAME= ${DISTNAME}p2 +PKGNAME= ${DISTNAME}p3 CATEGORIES= audio MAINTAINER= Landry Breuil @@ -21,7 +21,7 @@ WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \ expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \ glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0 \ gtk-x11-2.0 idn m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - pcre png pthread ssl xml2 z + pcre pixman-1 png pthread ssl xml2 z MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION:S/.0//}/ \ http://humppa.nl/distfiles/gmpc/ diff --git a/audio/gmpccaa/Makefile b/audio/gmpccaa/Makefile index a9022de251d..c03af629ccb 100644 --- a/audio/gmpccaa/Makefile +++ b/audio/gmpccaa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2007/12/15 13:18:16 landry Exp $ +# $OpenBSD: Makefile,v 1.12 2008/06/15 00:04:50 sthen Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= Amazon cover art provider for gmpc VERSION= 0.15.5.0 DISTNAME= gmpc-coveramazon-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= audio MAINTAINER= Landry Breuil @@ -25,7 +26,7 @@ WANTLIB= X11 Xau Xdmcp Xrender Xrandr atk-1.0 expat fontconfig \ Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama \ freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 \ gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - cairo pcre png z + cairo pcre pixman-1 png z MODULES= devel/gettext RUN_DEPENDS= :gmpc->=${VERSION}:audio/gmpc diff --git a/audio/gnomad2/Makefile b/audio/gnomad2/Makefile index 4b959789e9f..5b60ff63822 100644 --- a/audio/gnomad2/Makefile +++ b/audio/gnomad2/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.10 2007/12/30 19:58:14 jasper Exp $ +# $OpenBSD: Makefile,v 1.11 2008/06/15 00:04:50 sthen Exp $ COMMENT= GTK+ tool for managing Creative and Dell audio players DISTNAME= gnomad2-2.9.0 +PKGNAME= ${DISTNAME}p0 CATEGORIES= audio MAINTAINER= Jasper Lievisse Adriaanse @@ -20,7 +21,7 @@ WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1 expat \ fontconfig freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 \ gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - png pthread usb z + pixman-1 png pthread usb z MODULES= devel/gettext \ textproc/intltool diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 608ce0ff4bb..894592fc13c 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.42 2007/11/13 12:44:23 steven Exp $ +# $OpenBSD: Makefile,v 1.43 2008/06/15 00:04:50 sthen Exp $ COMMENT= front-end to various audio players DISTNAME= gqmpeg-0.91.1 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= audio HOMEPAGE= http://gqmpeg.sourceforge.net/ @@ -17,7 +17,7 @@ WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \ Xcomposite Xdamage \ Xrender atk-1.0 c expat fontconfig freetype glib-2.0 \ glitz gmodule-2.0 gobject-2.0 m pango-1.0 pangocairo-1.0 \ - pangoft2-1.0 png z + pangoft2-1.0 pixman-1 png z MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqmpeg/} diff --git a/audio/grip/Makefile b/audio/grip/Makefile index e4bbc3f0ae0..ada1d2e465b 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.29 2008/05/13 14:20:25 naddy Exp $ +# $OpenBSD: Makefile,v 1.30 2008/06/15 00:04:50 sthen Exp $ COMMENT= front-end to external cd audio rippers and mp3 encoders DISTNAME= grip-3.2.0 -PKGNAME= ${DISTNAME}p9 +PKGNAME= ${DISTNAME}p10 CATEGORIES= audio HOMEPAGE= http://www.nostatic.org/grip/ @@ -26,7 +26,8 @@ WANTLIB= c freetype crypto m X11 Xft ICE Xrender stdc++ SM \ pangoxft-1.0 ORBit-2 pango-1.0 \ gdk_pixbuf-2.0 gdk-x11-2.0 gnome-2 \ cairo pangocairo-1.0 idn \ - Xcursor Xext Xfixes Xi Xinerama Xrandr gnome-keyring + Xcursor Xext Xfixes Xi Xinerama Xrandr gnome-keyring \ + audiofile esd gailutil pixman-1 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grip/} diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 47d1a58d5e9..b7ad8a01684 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.27 2007/12/31 18:35:42 ckuethe Exp $ +# $OpenBSD: Makefile,v 1.28 2008/06/15 00:04:50 sthen Exp $ COMMENT= GTK+2 program to synchronize an Apple iPod DISTNAME= gtkpod-0.99.12 +PKGNAME= ${DISTNAME}p0 CATEGORIES= audio x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/} @@ -34,7 +35,8 @@ WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender \ Xcomposite Xdamage c cairo expat fontconfig freetype m \ pthread z gailutil \ xml2 glitz png glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 \ - pango-1.0 pangoft2-1.0 pangocairo-1.0 atk-1.0 art_lgpl_2 + pango-1.0 pangoft2-1.0 pangocairo-1.0 atk-1.0 art_lgpl_2 \ + pixman-1 MODULES= devel/gettext diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile index 18d790d9fd3..027910a1264 100644 --- a/audio/mp3info/Makefile +++ b/audio/mp3info/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.24 2007/11/13 12:44:23 steven Exp $ +# $OpenBSD: Makefile,v 1.25 2008/06/15 00:04:50 sthen Exp $ COMMENT= MP3 technical info viewer and ID3 1.x tag editor DISTNAME= mp3info-0.8.5a -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= audio HOMEPAGE= http://www.ibiblio.org/mp3info/ @@ -34,7 +34,7 @@ LIB_DEPENDS= gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 WANTLIB+= X11 Xau Xdmcp Xrender expat fontconfig freetype m z atk-1.0 \ Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr \ cairo glib-2.0 gmodule-2.0 gobject-2.0 glitz pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 png + pangocairo-1.0 pangoft2-1.0 pixman-1 png .endif .include diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile index c0633a75894..ad3c2266acc 100644 --- a/audio/tagtool/Makefile +++ b/audio/tagtool/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.12 2008/06/03 14:56:09 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.13 2008/06/15 00:04:50 sthen Exp $ COMMENT= Ogg Vorbis and MP3 files tagger DISTNAME= tagtool-0.12.3 -PKGNAME= ${DISTNAME}p4 +PKGNAME= ${DISTNAME}p5 CATEGORIES= audio HOMEPAGE= http://pwp.netcabo.pt/paol/tagtool/ @@ -22,7 +22,7 @@ WANTLIB= X11 Xau Xdmcp Xrender Xcursor Xext Xfixes Xi Xinerama Xrandr \ Xcomposite Xdamage \ atk-1.0 c m z stdc++ ogg fontconfig cairo xml2 \ freetype expat glib-2.0 gmodule-2.0 glitz png \ - gobject-2.0 pango-1.0 pangocairo-1.0 pangoft2-1.0 + gobject-2.0 pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 MODULES= devel/gettext \ textproc/intltool diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 66208c34078..d71e6c63de3 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.26 2007/11/13 12:44:23 steven Exp $ +# $OpenBSD: Makefile,v 1.27 2008/06/15 00:04:50 sthen Exp $ COMMENT= generic playlist manager for UNIX DISTNAME= xhippo-3.3 -PKGNAME= ${DISTNAME}p7 +PKGNAME= ${DISTNAME}p8 CATEGORIES= audio HOMEPAGE= http://www.gnu.org/software/xhippo/ @@ -17,7 +17,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xau Xdmcp Xrender expat fontconfig freetype c m z \ Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr \ atk-1.0 glib-2.0 gmodule-2.0 gobject-2.0 glitz png \ - pango-1.0 pangocairo-1.0 pangoft2-1.0 cairo + pango-1.0 pangocairo-1.0 pangoft2-1.0 cairo pixman-1 MASTER_SITES= ${MASTER_SITE_GNU:=xhippo/} diff --git a/devel/eclipse/sdk/Makefile b/devel/eclipse/sdk/Makefile index 95e66017b82..360eecf9b4c 100644 --- a/devel/eclipse/sdk/Makefile +++ b/devel/eclipse/sdk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2008/04/14 13:26:06 bernd Exp $ +# $OpenBSD: Makefile,v 1.43 2008/06/15 00:06:25 sthen Exp $ SHARED_ONLY= Yes ONLY_FOR_ARCHS= amd64 i386 @@ -11,7 +11,7 @@ COMMENT-browser= HTML Browser Widget library for swt/eclipse ECLIPSE_VER= 3.2.2 DISTNAME= eclipse-sourceBuild-srcIncluded-${ECLIPSE_VER} PKGNAME= eclipse-sdk-${ECLIPSE_VER} -PKGNAME-main= eclipse-sdk-${ECLIPSE_VER}p6 +PKGNAME-main= eclipse-sdk-${ECLIPSE_VER}p7 PKGNAME-swt= swt-${ECLIPSE_VER}p0 PKGNAME-gnome= swt-gnome-${ECLIPSE_VER}p0 PKGNAME-browser= swt-browser-${ECLIPSE_VER}p0 @@ -77,7 +77,8 @@ WANTLIB-main= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama \ Xrandr Xrender c expat m z fontconfig \ freetype atk-1.0 glib-2.0 gmodule-2.0 \ gobject-2.0 glitz png iconv intl \ - pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo + pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo \ + pixman-1 LIB_DEPENDS-swt= gtk-x11-2.0::x11/gtk+2 WANTLIB-swt= GL GLU Xtst m atk-1.0 cairo gthread-2.0 diff --git a/devel/gal2/Makefile b/devel/gal2/Makefile index c86b98af177..ceb0ff6e048 100644 --- a/devel/gal2/Makefile +++ b/devel/gal2/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.27 2008/06/03 10:54:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.28 2008/06/15 00:06:25 sthen Exp $ COMMENT= GNOME Application Libs VERSION= 2.5.3 API_VERSION= 2.6 DISTNAME= gal-${VERSION} -PKGNAME= gal2-${VERSION}p1 +PKGNAME= gal2-${VERSION}p2 SHARED_LIBS += gal-a11y-2.4 1.0 # .1.0 SHARED_LIBS += gal-2.4 1.0 # .1.0 @@ -27,7 +27,7 @@ WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcursor Xdmcp \ glitz gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2 \ gnomeprint-2-2 gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 \ jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 png popt \ - ssl util xml2 z + ssl util xml2 z gailutil pixman-1 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gal/2.5/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/gconf-editor/Makefile b/devel/gconf-editor/Makefile index 759d069bbc8..7547c243571 100644 --- a/devel/gconf-editor/Makefile +++ b/devel/gconf-editor/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.26 2008/05/26 16:29:26 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.27 2008/06/15 00:06:25 sthen Exp $ COMMENT= editor for the GConf configuration system GNOME_PROJECT= gconf-editor GNOME_VERSION= 2.22.0 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= devel HOMEPAGE= http://www.gnome.org/projects/gconf/ @@ -22,8 +22,8 @@ WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \ gailutil gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz \ gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2 gnomevfs-2 \ gobject-2.0 gthread-2.0 gtk-x11-2.0 jpeg m pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 pcre png popt pthread ssl \ - util xml2 z + pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png popt \ + pthread ssl util xml2 z BUILD_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \ :gnome-doc-utils->=0.3.2:x11/gnome/doc-utils diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 85d595d6cea..f73be16e527 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.28 2008/04/29 18:23:56 jasper Exp $ +# $OpenBSD: Makefile,v 1.29 2008/06/15 00:06:25 sthen Exp $ COMMENT= configuration database system for GNOME GNOME_PROJECT= GConf GNOME_VERSION= 2.22.0 PKGNAME= gconf2-${GNOME_VERSION} +DISTNAME= ${PKGNAME}p0 SHARED_LIBS += gconf-2 6.1 # .5.5 CATEGORIES= devel @@ -18,7 +19,7 @@ PERMIT_DISTFILES_CDROM= Yes WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \ freetype glitz m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - pcre png pthread z + pcre pixman-1 png pthread z MODULES= devel/gettext \ x11/gnome diff --git a/devel/geany/Makefile b/devel/geany/Makefile index 57665df5976..d4f496edd0a 100644 --- a/devel/geany/Makefile +++ b/devel/geany/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2008/06/03 14:56:09 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2008/06/15 00:06:25 sthen Exp $ COMMENT= small and lightweight IDE DISTNAME= geany-0.13 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= devel HOMEPAGE= http://geany.uvena.de/ @@ -31,7 +31,7 @@ WANTLIB= X11 Xext Xrender Xau Xcursor Xdmcp Xfixes Xi \ Xinerama Xrandr expat stdc++ c m z glitz png \ glib-2.0 gmodule-2.0 gobject-2.0 \ fontconfig freetype atk-1.0 cairo \ - pango-1.0 pangoft2-1.0 pangocairo-1.0 + pango-1.0 pangoft2-1.0 pangocairo-1.0 pixman-1 LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils diff --git a/devel/giggle/Makefile b/devel/giggle/Makefile index ec4e4b527ed..157bdfee192 100644 --- a/devel/giggle/Makefile +++ b/devel/giggle/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2008/04/17 08:10:10 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2008/06/15 00:06:25 sthen Exp $ COMMENT= gtk-based git repository viewer CATEGORIES= devel x11 DISTNAME= giggle-0.4 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 SHARED_LIBS+= giggle 0.0 # .0.0 HOMEPAGE= http://developer.imendio.com/projects/giggle @@ -37,6 +37,6 @@ WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \ freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \ - pangoft2-1.0 pcre png xml2 z + pangoft2-1.0 pcre pixman-1 png xml2 z .include diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 2f686b8db27..60c02447ee3 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.27 2008/01/04 18:38:51 espie Exp $ +# $OpenBSD: Makefile,v 1.28 2008/06/15 00:06:25 sthen Exp $ COMMENT= library for loading GLADE interface files at runtime GNOME_VERSION= 2.6.2 GNOME_PROJECT= libglade -PKGNAME= libglade2-${GNOME_VERSION}p0 +PKGNAME= libglade2-${GNOME_VERSION}p1 SHARED_LIBS += glade-2.0 1.0 # .0.8 CATEGORIES= devel @@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig \ freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 m pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 pcre png z + pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png z MODULES= devel/gettext \ lang/python \ diff --git a/devel/libzvt/Makefile b/devel/libzvt/Makefile index 26434fb3d5a..814d91cbd4d 100644 --- a/devel/libzvt/Makefile +++ b/devel/libzvt/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2007/11/13 14:06:21 steven Exp $ +# $OpenBSD: Makefile,v 1.17 2008/06/15 00:06:25 sthen Exp $ COMMENT= library for handling pseudo terminals DISTNAME= libzvt-2.0.1 -PKGNAME= ${DISTNAME}p6 +PKGNAME= ${DISTNAME}p7 SHARED_LIBS= zvt-2.0 0.1 CATEGORIES= devel @@ -20,7 +20,7 @@ WANTLIB= X11 Xau Xdmcp Xrender c expat fontconfig freetype m \ Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama \ Xrandr pcre glib-2.0 gmodule-2.0 gobject-2.0 \ atk-1.0 pango-1.0 pangoft2-1.0 \ - pangocairo-1.0 util cairo glitz png z + pangocairo-1.0 util cairo glitz pixman-1 png z MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libzvt/2.0/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/py-notify/Makefile b/devel/py-notify/Makefile index ffb5bbf660a..2b148f4364d 100644 --- a/devel/py-notify/Makefile +++ b/devel/py-notify/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2008/02/18 18:08:23 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2008/06/15 00:06:25 sthen Exp $ COMMENT= python bindings for libnotify V= 0.1.1 DISTNAME= notify-python-$V -PKGNAME= py-notify-$V +PKGNAME= py-notify-$Vp0 CATEGORIES= devel HOMEPAGE= http://www.galago-project.org/ @@ -25,7 +25,8 @@ WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 dbus-glib-1 \ expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \ glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 \ - m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre png z + m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \ + png z BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ::x11/py-gtk2 diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index 3c1e8d63504..a46d2f6d207 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2008/02/02 09:51:05 steven Exp $ +# $OpenBSD: Makefile,v 1.6 2008/06/15 00:06:25 sthen Exp $ COMMENT= graphical subversion client VERSION= 0.9.4 DISTNAME= rapidsvn-${VERSION} -PKGNAME= ${DISTNAME}p2 +PKGNAME= ${DISTNAME}p3 CATEGORIES= devel HOMEPAGE= http://www.rapidsvn.org/ @@ -25,7 +25,7 @@ USE_X11= Yes USE_GMAKE= Yes USE_LIBTOOL= Yes -WANTLIB= c m z pthread crypto ssl stdc++ db expat neon xml2 \ +WANTLIB= c m z pthread crypto ssl stdc++ db expat neon \ apr-1 aprutil-1 LIB_DEPENDS= wx_base_xml,wx_gtk2_html,wx_gtk2_dbgrid,wx_gtk2_adv,wx_gtk2_xrc,wx_base_net,wx_gtk2_qa,wx_base,wx_base_odbc,wx_gtk2_core,wx_gtk2_aui,wx_gtk2_richtext:wxWidgets-gtk2->=2.6.3:x11/wxWidgets \ diff --git a/devel/vte/Makefile b/devel/vte/Makefile index 30f7efb035b..21a273b797d 100644 --- a/devel/vte/Makefile +++ b/devel/vte/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.33 2008/01/03 11:21:59 landry Exp $ +# $OpenBSD: Makefile,v 1.34 2008/06/15 00:06:25 sthen Exp $ COMMENT-main= terminal emulation library COMMENT-python= python bindings for vte GNOME_PROJECT= vte GNOME_VERSION= 0.16.11 -FULLPKGNAME-main= ${DISTNAME}p1 -FULLPKGNAME-python= py-${DISTNAME}p0 +FULLPKGNAME-main= ${DISTNAME}p2 +FULLPKGNAME-python= py-${DISTNAME}p1 CATEGORIES= devel SHARED_LIBS += vte 11.11 # .11.15 @@ -29,10 +29,14 @@ WANTLIB-main= ${WANTLIB-python} util c LIB_DEPENDS-main= ${LIB_DEPENDS} \ gdk-x11-2.0.>=1000,gdk_pixbuf-2.0.>=1000,gtk-x11-2.0.>=1000::x11/gtk+2 -WANTLIB-python= ICE SM X11 Xau Xcursor Xdmcp Xext Xfixes Xft Xi Xinerama Xcomposite \ - Xrandr Xrender Xdamage atk-1.0 cairo expat fontconfig freetype m z \ - glib-2.0 glitz gmodule-2.0 gobject-2.0 ncurses pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 pangox-1.0 pangoxft-1.0 pcre png z +WANTLIB-python= ICE SM X11 Xau Xcursor Xdmcp Xext Xfixes \ + Xft Xi Xinerama Xcomposite Xrandr Xrender \ + Xdamage atk-1.0 cairo expat fontconfig \ + freetype m z glib-2.0 glitz gmodule-2.0 \ + gobject-2.0 ncurses pango-1.0 pangocairo-1.0 \ + pangoft2-1.0 pangox-1.0 pangoxft-1.0 pcre \ + pixman-1 png z + BUILD_DEPENDS= ${RUN_DEPENDS-python} LIB_DEPENDS-python= ${LIB_DEPENDS-main} \ vte.>=11::${BASE_PKGPATH} diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile index d22e38c16f3..c184cae995d 100644 --- a/devel/xulrunner/Makefile +++ b/devel/xulrunner/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2008/04/15 09:28:13 martynas Exp $ +# $OpenBSD: Makefile,v 1.21 2008/06/15 00:06:25 sthen Exp $ ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64 @@ -8,7 +8,7 @@ COMMENT-devel= devel files for Gecko VER= 1.8.1.13 DISTNAME= mozilla PKGNAME= xulrunner-${VER} -PKGNAME-main= xulrunner-${VER} +PKGNAME-main= xulrunner-${VER}p0 PKGNAME-devel= xulrunner-devel-${VER} SO_VERSION= 2.0 # NOTE: Must bump minor version if any shlib's are removed from the @@ -45,7 +45,7 @@ WANTLIB= c glib-2.0 m pthread stdc++ WANTLIB-main= ${WANTLIB} X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \ Xfixes Xft Xi Xinerama Xrandr Xrender Xt atk-1.0 cairo expat \ fontconfig freetype glitz gmodule-2.0 gobject-2.0 gthread-2.0 \ - jpeg pango-1.0 pangocairo-1.0 pangoft2-1.0 png z + jpeg pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png z LIB_DEPENDS-devel= ${MODGETTEXT_LIB_DEPENDS} IDL-2::devel/libIDL \ xulrunner/mozjs,xulrunner/xpcom,xulrunner/xul:${PKGNAME-main}:devel/xulrunner,-main diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index ecb1d531e3e..2fa49e2ca39 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.67 2008/05/28 20:05:14 naddy Exp $ +# $OpenBSD: Makefile,v 1.68 2008/06/15 00:06:52 sthen Exp $ COMMENT= free cross-platform WYSIWYG word processor VERSION= 2.4.6 MAJORVER= ${VERSION:C/..$//} DISTNAME= abiword-${VERSION} -PKGNAME= ${DISTNAME}p4 +PKGNAME= ${DISTNAME}p5 CATEGORIES= editors HOMEPAGE= http://www.abisource.com/ @@ -29,7 +29,7 @@ WANTLIB= ICE SM X11 Xext Xft Xrender art_lgpl_2 atk-1.0 c Xrandr \ expat fontconfig freetype gailutil glade-2.0 glib-2.0 \ gmodule-2.0 gnomecanvas-2 gnomeprint-2-2 gobject-2.0 glitz \ gthread-2.0 m pango-1.0 pangocairo-1.0 cairo \ - pangoft2-1.0 pangoxft-1.0 png pthread stdc++ \ + pangoft2-1.0 pangoxft-1.0 pixman-1 png pthread stdc++ \ xml2.>=9 z MASTER_SITES= ${HOMEPAGE}/downloads/abiword/${VERSION}/source/ diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 7761e91b63c..74c1fcdda5a 100755 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.17 2008/04/17 08:10:10 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2008/06/15 00:06:52 sthen Exp $ COMMENT= simple GTK+ text editor DISTNAME= leafpad-0.8.13 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= editors x11 HOMEPAGE= http://tarot.freeshell.org/leafpad/ @@ -22,7 +22,7 @@ WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \ fontconfig freetype glib-2.0 glitz gmodule-2.0 \ gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - png z + pixman-1 png z MODULES= devel/gettext textproc/intltool diff --git a/editors/scite/Makefile b/editors/scite/Makefile index d145f70d893..7433947aca3 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2008/03/22 11:44:42 steven Exp $ +# $OpenBSD: Makefile,v 1.11 2008/06/15 00:06:52 sthen Exp $ COMMENT= flexible and small GTK+ editor VERSION= 1.76 DISTNAME= scite${VERSION:S/.//} -PKGNAME= scite-${VERSION} +PKGNAME= scite-${VERSION}p0 CATEGORIES= editors x11 HOMEPAGE= http://www.scintilla.org/SciTE.html @@ -22,7 +22,7 @@ WANTLIB= X11 Xrender c m z pthread stdc++ fontconfig \ Xi Xinerama Xrandr Xcomposite Xdamage \ glib-2.0 gobject-2.0 gthread-2.0 gmodule-2.0 \ pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - cairo atk-1.0 glitz png + cairo atk-1.0 glitz pixman-1 png MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scintilla/} EXTRACT_SUFX= .tgz diff --git a/editors/subtitleeditor/Makefile b/editors/subtitleeditor/Makefile index 32dc28e604a..ce8c6d0d6be 100644 --- a/editors/subtitleeditor/Makefile +++ b/editors/subtitleeditor/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2007/11/13 14:06:22 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2008/06/15 00:06:52 sthen Exp $ COMMENT= GTK+2 tool to edit subtitles DISTNAME= subtitleeditor-0.13.6 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= graphics editors HOMEPAGE= http://kitone.free.fr/subtitleeditor/ @@ -25,7 +25,8 @@ WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \ gdkmm-2.4 glade-2.0 glib-2.0 glibmm-2.4 glitz \ gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 \ gtkmm-2.4 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - pangomm-1.4 png pthread sigc-2.0 stdc++ xml2 z + pangomm-1.4 pixman-1 png pthread sigc-2.0 stdc++ \ + xml2 z BUILD_DEPENDS= :gstreamer-plugins-good-*:multimedia/gstreamer-0.10/plugins-good \ :iso-codes-*:devel/iso-codes diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 2c4a8461f01..3f7903aad5d 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2008/05/02 11:18:59 jasper Exp $ +# $OpenBSD: Makefile,v 1.4 2008/06/15 00:06:52 sthen Exp $ COMMENT= powerful and simple GTK editor DISTNAME= tea-17.6.0 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= editors x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tea-editor/} EXTRACT_SUFX= .tar.bz2 @@ -28,7 +28,7 @@ WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \ Xcomposite Xdamage Xrender expat fontconfig freetype z \ atk-1.0 glib-2.0 gmodule-2.0 gobject-2.0 glitz png \ pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo xml2 \ - c m stdc++ + c m stdc++ pixman-1 MODULES= devel/gettext diff --git a/editors/vim/Makefile b/editors/vim/Makefile index d581d595e42..5d19dc03188 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.92 2008/05/16 20:19:12 espie Exp $ +# $OpenBSD: Makefile,v 1.93 2008/06/15 00:06:52 sthen Exp $ COMMENT-main= vi clone, many additional features COMMENT-lang= vi clone, NLS subpackage @@ -8,7 +8,7 @@ REVISION= 281 VERSION= 7.1.${REVISION} # keep PKGNAME for full version number PKGNAME= vim-${VERSION} -PKGNAME-main= vim-${VERSION}p1 +PKGNAME-main= vim-${VERSION}p2 PKGNAME-lang= vim-lang-${VERSION} P= ${DISTNAME:C/[-\.]//g} CATEGORIES= editors @@ -106,7 +106,8 @@ USE_X11= Yes WANTLIB+= ICE SM X11 Xext Xrender Xt fontconfig freetype m z\ atk-1.0 glib-2.0 gmodule-2.0 gobject-2.0 png expat\ pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo pthread\ - glitz Xau Xcomposite Xcursor Xdamage Xfixes Xi Xinerama Xrandr + glitz Xau Xcomposite Xcursor Xdamage Xfixes Xi Xinerama \ + Xrandr pixman-1 .else ERRORS= "Fatal: You must select one GUI interface: no_x11, gtk2, athena or motif" .endif diff --git a/games/atomix/Makefile b/games/atomix/Makefile index fefb599f5e4..2d38f8d5d27 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2008/06/03 06:59:25 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2008/06/15 00:08:09 sthen Exp $ COMMENT= build molecules out of single atoms DISTNAME= atomix-2.14.0 +PKGNAME= ${DISTNAME}p0 CATEGORIES= games EXTRACT_SUFX= .tar.bz2 @@ -23,7 +24,7 @@ WANTLIB= ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp \ gdk_pixbuf-2.0 glib-2.0 glitz gmodule-2.0 gnome-keyring \ gnomecanvas-2 gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 \ iconv intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - png popt pthread xml2 z + pixman-1 png popt pthread xml2 z MODULES= textproc/intltool diff --git a/games/belooted/Makefile b/games/belooted/Makefile index 4e112d3bcf4..44bdb2f5423 100644 --- a/games/belooted/Makefile +++ b/games/belooted/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2008/06/03 10:54:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2008/06/15 00:08:09 sthen Exp $ COMMENT= 32-card trick-taking game DISTNAME= belooted-0.1.3 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= games HOMEPAGE= http://www.gnomefiles.org/app.php/Belooted @@ -22,7 +22,7 @@ WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \ Xcomposite Xdamage \ Xrender atk-1.0 c cairo expat fontconfig freetype \ glib-2.0 glitz gmodule-2.0 gobject-2.0 m pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 png z + pangocairo-1.0 pangoft2-1.0 pixman-1 png z MODULES= devel/gettext \ textproc/intltool diff --git a/games/crack-attack/Makefile b/games/crack-attack/Makefile index d084f0cf2a5..5e81fba11de 100644 --- a/games/crack-attack/Makefile +++ b/games/crack-attack/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2007/11/13 14:54:31 steven Exp $ +# $OpenBSD: Makefile,v 1.3 2008/06/15 00:08:09 sthen Exp $ COMMENT= OpenGL game based on SNES classic Tetris Attack DISTNAME= crack-attack-1.1.14 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= games MAINTAINER= Mattieu Baptiste @@ -20,7 +20,7 @@ WANTLIB= GL GLU ICE SM X11 Xau Xcursor Xdmcp Xext Xfixes Xcomposite \ Xdamage Xinerama Xrandr Xrender Xi Xmu c expat fontconfig \ freetype m stdc++ z atk-1.0 cairo gobject-2.0 \ glib-2.0 gmodule-2.0 glitz png pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 + pangocairo-1.0 pangoft2-1.0 pixman-1 MASTER_SITES= http://savannah.nongnu.org/download/crack-attack/ diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index a07de1f986a..56b5a8aa57a 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.18 2008/04/01 09:14:31 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2008/06/15 00:08:09 sthen Exp $ COMMENT= graphical networked AD&D style game VERSION= 1.11.0 DISTNAME= crossfire-client-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= games x11 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -21,7 +22,7 @@ WANTLIB= GL GLU SDL X11 Xau Xcomposite Xcursor Xdamage Xdmcp \ Xext Xfixes Xi Xinerama Xmu Xrandr Xrender atk-1.0 c \ cairo crypto expat fontconfig freetype glib-2.0 glitz \ gmodule-2.0 gobject-2.0 idn m pango-1.0 pangocairo-1.0 \ - pangoft2-1.0 png pthread ssl z + pangoft2-1.0 pixman-1 png pthread ssl z MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crossfire/} diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 6fe9c50c9d3..9b491d19594 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.41 2007/11/28 13:14:12 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.42 2008/06/15 00:08:09 sthen Exp $ COMMENT= game where you deal drugs on the streets of NY DISTNAME= dopewars-1.5.12 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dopewars/} @@ -43,7 +43,7 @@ LIB_DEPENDS+= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 WANTLIB+= X11 Xext Xrender Xrandr expat fontconfig freetype m z cairo \ Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes Xi Xinerama \ glitz gmodule-2.0 gobject-2.0 atk-1.0 pango-1.0 \ - pangoft2-1.0 pangocairo-1.0 png + pangoft2-1.0 pangocairo-1.0 pixman-1 png .endif post-install: diff --git a/games/eboard/Makefile b/games/eboard/Makefile index 370076dd62f..f21afca3b19 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.33 2007/12/19 09:01:25 fgsch Exp $ +# $OpenBSD: Makefile,v 1.34 2008/06/15 00:08:09 sthen Exp $ COMMENT= gtk+2 chess board interface DISTNAME= eboard-1.0.4 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= games x11 HOMEPAGE= http://www.bergo.eng.br/eboard/ @@ -16,9 +16,9 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \ - freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 iconv \ - intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 png pthread \ - stdc++ z + freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 \ + m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 \ + png pthread stdc++ z MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eboard/} @@ -26,6 +26,8 @@ EXTRACT_SUFX= .tar.bz2 LIB_DEPENDS= gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2 +MODULES= devel/gettext + USE_X11= Yes CONFIGURE_STYLE=simple CONFIGURE_ARGS= --prefix="${PREFIX}" --compiler="${CXX}" \ diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index e01013801ad..d2037c9fc0a 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.72 2008/05/05 19:38:01 rui Exp $ +# $OpenBSD: Makefile,v 1.73 2008/06/15 00:08:09 sthen Exp $ COMMENT-main= Civilization clone for X11; multiplayer; game server COMMENT-client= Freeciv client @@ -7,7 +7,7 @@ COMMENT-share= shared data files for Freeciv VERSION= 2.1.4 DISTNAME= freeciv-${VERSION} PKGNAME-main= freeciv-server-${VERSION} -PKGNAME-client= freeciv-client-${VERSION} +PKGNAME-client= freeciv-client-${VERSION}p0 PKGNAME-share= freeciv-share-${VERSION} CATEGORIES= games HOMEPAGE= http://www.freeciv.org/ @@ -53,7 +53,7 @@ WANTLIB-client= ${WANTLIB} \ Xrandr expat \ X11 Xext Xrender atk-1.0 fontconfig freetype glib-2.0 \ gmodule-2.0 gobject-2.0 glitz png pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 cairo + pangocairo-1.0 pangoft2-1.0 cairo pixman-1 LIB_DEPENDS-client=${LIB_DEPENDS} \ gtk-x11-2.0.>=0.5,gdk-x11-2.0.>=0.5,gdk_pixbuf-2.0.>=0.5::x11/gtk+2 RUN_DEPENDS-client= :desktop-file-utils-*:devel/desktop-file-utils \ diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile index 9aebea2c91d..989f264d68f 100644 --- a/games/gtetrinet/Makefile +++ b/games/gtetrinet/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2008/04/07 20:31:23 simon Exp $ +# $OpenBSD: Makefile,v 1.5 2008/06/15 00:08:09 sthen Exp $ MULTI_PACKAGES= -main -themes COMMENT-main= tetrinet client COMMENT-themes= collection of gtetrinet themes DISTNAME= gtetrinet-0.7.11 -PKGNAME-main= ${DISTNAME}p2 +PKGNAME-main= ${DISTNAME}p3 PKGNAME-themes= gtetrinet-themes-20070623p0 CATEGORIES= x11 games @@ -50,7 +50,7 @@ WANTLIB-main= ICE ORBit-2 SM X11 Xau Xcursor Xdmcp Xext Xfixes Xi \ glib-2.0 glitz gmodule-2.0 gnome-keyring gnomecanvas-2 \ gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 iconv \ intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 png popt \ - pthread xml2 z + pthread xml2 z gailutil pixman-1 WANTLIB-themes= CONFIGURE_STYLE=gnu diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile index 7df8653ee24..ca49c8e144f 100644 --- a/games/gtkballs/Makefile +++ b/games/gtkballs/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.24 2007/11/13 14:54:31 steven Exp $ +# $OpenBSD: Makefile,v 1.25 2008/06/15 00:08:09 sthen Exp $ COMMENT= gtk+ clone of the lines ball logic game DISTNAME= gtkballs-3.1.5 -PKGNAME= ${DISTNAME}p4 +PKGNAME= ${DISTNAME}p5 CATEGORIES= games x11 MASTER_SITES= ${HOMEPAGE}dist/ \ ${MASTER_SITE_SUNSITE:=games/strategy/} @@ -21,7 +21,7 @@ WANTLIB= c fontconfig freetype m z X11 Xext Xrender Xrandr expat \ Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes Xi Xinerama \ gobject-2.0 glib-2.0 gmodule-2.0 glitz png \ pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - atk-1.0 cairo + atk-1.0 cairo pixman-1 MODULES= devel/gettext diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 5141f3c5014..186135d93d4 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2008/05/02 10:28:12 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2008/06/15 00:08:09 sthen Exp $ COMMENT= Settlers of Catan for GNOME/Gtk @@ -11,6 +11,8 @@ EXTRACT_SUFX= .tar.gz HOMEPAGE= http://pio.sourceforge.net/ +PKGNAME= ${DISTNAME}p0 + # GPLv2 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -24,7 +26,7 @@ WANTLIB= ORBit-2 ORBitCosNaming-2 X11 Xau Xcomposite Xcursor \ freetype gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \ glitz gmodule-2.0 gnomevfs-2 gobject-2.0 gthread-2.0 \ gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - pcre png popt pthread ssl util xml2 z + pcre pixman-1 png popt pthread ssl util xml2 z MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pio/}