Skip to content

Commit

Permalink
new lib specs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcespie committed Aug 1, 2006
1 parent 90c2b7b commit 3497de6
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 51 deletions.
4 changes: 2 additions & 2 deletions archivers/p5-Compress-LZO/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2005/07/16 16:27:25 alek Exp $
# $OpenBSD: Makefile,v 1.20 2006/08/01 11:17:55 espie Exp $

SHARED_ONLY= Yes

Expand All @@ -11,7 +11,7 @@ MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/

HOMEPAGE= http://www.oberhumer.com/opensource/lzo/

LIB_DEPENDS= lzo.1::archivers/lzo
LIB_DEPENDS= lzo.>=1::archivers/lzo

MAINTAINER= Dan Harnett <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions astro/sunclock/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2005/09/16 09:51:25 espie Exp $
# $OpenBSD: Makefile,v 1.7 2006/08/01 11:17:55 espie Exp $

COMMENT= "display the phase of the Sun on a map of the Earth"
COMMENT-maps= "additional maps of the Earth for sunclock"
Expand Down Expand Up @@ -51,7 +51,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xpm c m z


LIB_DEPENDS= jpeg.62::graphics/jpeg
LIB_DEPENDS= jpeg.>=62::graphics/jpeg
.endif

.if ${MULTI_PACKAGES:M-maps} # with maps
Expand Down
12 changes: 6 additions & 6 deletions astro/wmglobe/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2004/11/21 12:50:33 espie Exp $
# $OpenBSD: Makefile,v 1.16 2006/08/01 11:17:55 espie Exp $

COMMENT= 'wm-dockapp; displays the earth on an icon'

Expand All @@ -18,11 +18,11 @@ WANTLIB= X11 Xext Xpm c m z

MASTER_SITES= ${HOMEPAGE}

LIB_DEPENDS= jpeg.62::graphics/jpeg \
tiff.35::graphics/tiff \
png.2::graphics/png \
ungif.5::graphics/libungif \
wraster.4::x11/windowmaker
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
tiff.>=35::graphics/tiff \
png.>=2::graphics/png \
ungif.>=5::graphics/libungif \
wraster.>=4::x11/windowmaker

MAKE_ENV= CC="${CC}"
USE_X11= Yes
Expand Down
8 changes: 4 additions & 4 deletions audio/amarok/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2006/06/11 11:33:52 espie Exp $
# $OpenBSD: Makefile,v 1.8 2006/08/01 11:17:55 espie Exp $

CATEGORIES= audio x11 x11/kde
COMMENT= 'music player for kde'
Expand All @@ -12,9 +12,9 @@ EXTRACT_SUFX= .tar.bz2

FLAVORS= debug

LIB_DEPENDS+= lib/qt3/qt-mt.3.33::x11/qt3,mt \
kdecore.6,DCOP,khtml,kwalletclient,kdefx,kdeprint,kutils,kdeui,kparts,kio,kdesu,kjs,knewstuff::x11/kde/libs3 \
tag.5.0:taglib->=1.4:audio/taglib \
LIB_DEPENDS+= lib/qt3/qt-mt.>=3.33::x11/qt3,mt \
kdecore.>=6,DCOP,khtml,kwalletclient,kdefx,kdeprint,kutils,kdeui,kparts,kio,kdesu,kjs,knewstuff::x11/kde/libs3 \
tag.>=5.0:taglib->=1.4:audio/taglib \
xine::multimedia/xine-lib \
sqlite3::databases/sqlite3

Expand Down
4 changes: 2 additions & 2 deletions audio/ascd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2006/02/08 04:54:48 david Exp $
# $OpenBSD: Makefile,v 1.14 2006/08/01 11:17:55 espie Exp $
# $FreeBSD: ports/audio/ascd/Makefile,v 1.17 2000/09/25 12:21:17 asami Exp $

COMMENT= "cd player for Afterstep or Window Maker"
Expand All @@ -21,7 +21,7 @@ MASTER_SITES= http://worldserver.oleane.com/rsn/Archives/
DISTFILES= ${DISTNAME}-src.tgz ${DATAFILES}
DATAFILES= ascd-0.13pr6-themes.tgz

LIB_DEPENDS= workman.1::audio/libworkman
LIB_DEPENDS= workman.>=1::audio/libworkman

USE_X11= Yes
NO_REGRESS= Yes
Expand Down
6 changes: 3 additions & 3 deletions audio/aumix/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2006/06/13 13:17:56 bernd Exp $
# $OpenBSD: Makefile,v 1.18 2006/08/01 11:17:55 espie Exp $

COMMENT= "full-screen ncurses or GTK-based audio mixer"

Expand Down Expand Up @@ -35,9 +35,9 @@ CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
CONFIGURE_ARGS+= --without-gtk
.else
BUILD_DEPENDS+= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS+= gdk-x11-2.0.0.14,gdk_pixbuf-2.0.0.14,gtk-x11-2.0.0.14::x11/gtk+2
LIB_DEPENDS+= gdk-x11-2.0.>=0.14,gdk_pixbuf-2.0.>=0.14,gtk-x11-2.0.>=0.14::x11/gtk+2
USE_X11= Yes
WANTLIB+= X11 fontconfig freetype.13 \
WANTLIB+= X11 fontconfig freetype.>=13 \
glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 atk-1.0.0.0 \
pango-1.0.0.0 pangocairo-1.0.0.0 pangoft2-1.0.0.0 cairo
.endif
Expand Down
6 changes: 3 additions & 3 deletions audio/bmp/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2006/07/19 13:41:02 steven Exp $
# $OpenBSD: Makefile,v 1.14 2006/08/01 11:17:56 espie Exp $

COMMENT= "gtk+2 media player based on XMMS"
COMMENT-mp3= "MP3 input plugin for bmp"
Expand Down Expand Up @@ -34,8 +34,8 @@ WANTLIB= X11 Xext Xrender fontconfig freetype m z \
pango-1.0.0.0 pangocairo-1.0.0.0 pangoft2-1.0.0.0 cairo

BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
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
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

MULTI_PACKAGES=
PSEUDO_FLAVORS= no_mp3 no_vorbis
Expand Down
8 changes: 4 additions & 4 deletions audio/daapd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2006/05/08 21:25:52 jolan Exp $
# $OpenBSD: Makefile,v 1.4 2006/08/01 11:17:56 espie Exp $

COMMENT= "server for the DAA protocol"
DISTNAME= daapd-0.2.4b
Expand All @@ -14,9 +14,9 @@ PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

LIB_DEPENDS= mp4v2.0.0::audio/faad \
id3tag.3.0::audio/libid3tag \
howl.0.0::net/howl
LIB_DEPENDS= mp4v2::audio/faad \
id3tag.>=3.0::audio/libid3tag \
howl::net/howl

WANTLIB= c m pthread stdc++ z

Expand Down
4 changes: 2 additions & 2 deletions audio/faac/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/13 16:18:40 ckuethe Exp $
# $OpenBSD: Makefile,v 1.2 2006/08/01 11:17:56 espie Exp $

COMMENT= "MPEG-2 and MPEG-4 AAC encoder"
DISTNAME= faac-1.24
Expand All @@ -16,7 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m stdc++

BUILD_DEPENDS+= ${MODGNU_AUTOCONF_DEPENDS}
LIB_DEPENDS= mp4v2.1::audio/faad
LIB_DEPENDS= mp4v2.>=1::audio/faad
USE_LIBTOOL= Yes

WRKDIST= ${WRKDIR}/faac
Expand Down
6 changes: 3 additions & 3 deletions audio/faad/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2006/07/03 15:55:24 ckuethe Exp $
# $OpenBSD: Makefile,v 1.27 2006/08/01 11:17:56 espie Exp $

COMMENT= "MPEG2 and MPEG-4 AAC decoder"
COMMENT-xmms= "XMMS input plugin for AAC files"
Expand Down Expand Up @@ -44,8 +44,8 @@ SUBPACKAGE?=

.if defined(PACKAGING)
. if ${SUBPACKAGE} == "-xmms"
LIB_DEPENDS= xmms.3::audio/xmms \
faad.0,mp4v2.0::audio/faad
LIB_DEPENDS= xmms.>=3::audio/xmms \
faad,mp4v2::audio/faad
RUN_DEPENDS= ::audio/xmms
WANTLIB+= X11 Xext Xi pthread iconv intl glib gmodule gtk gdk
. else
Expand Down
4 changes: 2 additions & 2 deletions audio/flac/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2006/01/13 19:12:15 espie Exp $
# $OpenBSD: Makefile,v 1.28 2006/08/01 11:17:56 espie Exp $

COMMENT= "free lossless audio codec"

Expand All @@ -24,7 +24,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac/}
WANTLIB= c m

MODULES= converters/libiconv
LIB_DEPENDS= ogg.5::audio/libogg
LIB_DEPENDS= ogg.>=5::audio/libogg

.if ${MACHINE_ARCH} == "i386"
BUILD_DEPENDS+= ::devel/nasm
Expand Down
4 changes: 2 additions & 2 deletions audio/gqmpeg/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2005/02/07 19:01:47 pvalchev Exp $
# $OpenBSD: Makefile,v 1.38 2006/08/01 11:17:56 espie Exp $

COMMENT= "front-end to various audio players"

Expand All @@ -20,7 +20,7 @@ MODULES= devel/gettext

RUN_DEPENDS+= :mpg321-*:audio/mpg321

LIB_DEPENDS= gdk_pixbuf.2::graphics/gdk-pixbuf
LIB_DEPENDS= gdk_pixbuf.>=2::graphics/gdk-pixbuf

CONFIGURE_STYLE= gnu
AUTOCONF_VERSION= 2.52
Expand Down
8 changes: 4 additions & 4 deletions audio/grip/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2006/06/13 13:17:56 bernd Exp $
# $OpenBSD: Makefile,v 1.18 2006/08/01 11:17:56 espie Exp $

COMMENT= "front-end to external cd audio rippers and mp3 encoders"

Expand Down Expand Up @@ -32,9 +32,9 @@ MODULES= devel/gettext

BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui \
id3.3.8::audio/id3lib \
curl.3::net/curl \
vte.8::devel/vte \
id3.>=3.8::audio/id3lib \
curl.>=3::net/curl \
vte.>=8::devel/vte \
cdda_interface,cdda_paranoia::audio/cdparanoia
RUN_DEPENDS= ::x11/gnome/yelp \
::audio/vorbis-tools
Expand Down
12 changes: 6 additions & 6 deletions audio/gtkpod/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2006/07/19 13:41:02 steven Exp $
# $OpenBSD: Makefile,v 1.13 2006/08/01 11:17:56 espie Exp $

COMMENT= "GTK+2 program to synchronize an Apple iPod"
DISTNAME= gtkpod-0.99.4
Expand All @@ -19,14 +19,14 @@ PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes

BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= atk-1.0.800.0::devel/atk \
id3tag.2::audio/libid3tag \
gpod.302.0::audio/libgpod \
LIB_DEPENDS= atk-1.0.>=800.0::devel/atk \
id3tag.>=2::audio/libid3tag \
gpod.>=302.0::audio/libgpod \
gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2 \
glade-2.0.0.4::devel/libglade2 \
glade-2.0.>=0.4::devel/libglade2 \
glib-2.0.0.0,gmodule-2.0.0.0,gobject-2.0.0.0,gthread-2.0.0.0::devel/glib2 \
pango-1.0.0.0,pangoft2-1.0.0.0,pangocairo-1.0.0.0::devel/pango \
mp4v2.0::audio/faad
mp4v2::audio/faad

WANTLIB= X11 c cairo fontconfig freetype m pthread z xml2

Expand Down
4 changes: 2 additions & 2 deletions audio/ifp-line/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/07/11 19:19:52 alek Exp $
# $OpenBSD: Makefile,v 1.2 2006/08/01 11:17:56 espie Exp $

COMMENT= "command line interface to iRiver music players"

Expand All @@ -17,7 +17,7 @@ PERMIT_DISTFILES_FTP= Yes

MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ifp-driver/}

LIB_DEPENDS= usb.8::devel/libusb
LIB_DEPENDS= usb.>=8::devel/libusb

WANTLIB= c

Expand Down
4 changes: 2 additions & 2 deletions audio/ksmp3play/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2006/07/19 13:41:02 steven Exp $
# $OpenBSD: Makefile,v 1.13 2006/08/01 11:17:56 espie Exp $

COMMENT= "curses-based mp3 player"

Expand All @@ -15,7 +15,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c curses iberty m pthread usbhid

LIB_DEPENDS= SDL::devel/sdl \
smpeg.1.3:smpeg-*:devel/smpeg
smpeg.>=1.3:smpeg-*:devel/smpeg

MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ksmp3play/}

Expand Down
4 changes: 2 additions & 2 deletions audio/lame/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2006/01/10 11:14:49 espie Exp $
# $OpenBSD: Makefile,v 1.28 2006/08/01 11:17:56 espie Exp $

COMMENT= "lame ain't an MP3 encoder"

Expand Down Expand Up @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --disable-nasm
.if ${FLAVOR:L} != "no_x11"
CONFIGURE_ARGS+= --enable-mp3x \
--with-gtk-prefix=${LOCALBASE}
LIB_DEPENDS+= gtk.1.2,gdk.1.2::x11/gtk+
LIB_DEPENDS+= gtk.>=1.2,gdk.>=1.2::x11/gtk+
WANTLIB+= X11 Xext Xi glib gmodule iconv intl
.endif

Expand Down

0 comments on commit 3497de6

Please sign in to comment.