add schroedinger/oil WANTLIB, bump

This commit is contained in:
sthen 2009-07-19 12:42:04 +00:00
parent 0ee4163a8e
commit 0127d8b71f
4 changed files with 15 additions and 12 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.13 2009/01/12 11:43:43 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2009/07/19 12:42:04 sthen Exp $
COMMENT= decoding library for KDE Multimedia
DISTNAME= akode-2.0.2
PKGNAME= ${DISTNAME}p6
PKGNAME= ${DISTNAME}p7
SHARED_LIBS += akode 2.1 # .2.0
CATEGORIES= audio multimedia x11/kde
@ -29,7 +29,7 @@ LIB_DEPENDS= FLAC.>=8::audio/flac \
jack::audio/jack
WANTLIB= a52 bz2 c faac faad samplerate m mp3lame ogg pthread \
stdc++ theora x264 z
schroedinger-1.0 stdc++ theora x264 z
USE_X11= Yes
USE_GMAKE= Yes

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2008/07/09 02:09:59 jakemsr Exp $
# $OpenBSD: Makefile,v 1.3 2009/07/19 12:42:04 sthen Exp $
COMMENT= lightweight video thumbnailer for file managers
DISTNAME= ffmpegthumbnailer-1.1.3
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= graphics multimedia
HOMEPAGE= http://code.google.com/p/ffmpegthumbnailer
@ -19,7 +19,8 @@ LIB_DEPENDS= avcodec.>=10,avformat.>=10,avutil.>=4,swscale.>=1::graphics/ffmpeg
png.>=6::graphics/png
WANTLIB= a52 bz2 c faac faad m mp3lame ogg pthread \
stdc++ theora vorbis vorbisenc x264 z
stdc++ theora vorbis vorbisenc x264 z \
oil-0.3 schroedinger-1.0
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2009/01/03 14:58:42 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2009/07/19 12:42:04 sthen Exp $
SHARED_ONLY= Yes
@ -10,7 +10,7 @@ DISTNAME= gegl-${V}
CATEGORIES= graphics devel
PKGNAME-main= gegl-${V}
PKGNAME-plugins=gegl-plugins-${V}
PKGNAME-plugins=gegl-plugins-${V}p0
SHARED_LIBS= gegl-0.0 2.0 # .22.0
@ -50,7 +50,7 @@ LIB_DEPENDS-main= ${LIB_DEPENDS} \
WANTLIB-plugins=${WANTLIB} Half Iex IlmThread Imath SDL a52 bz2 faac faad \
mp3lame ogg sndio stdc++ theora usbhid vorbis vorbisenc \
x264
x264 oil-0.3 schroedinger-1.0
RUN_DEPENDS-plugins= ::${BUILD_PKGPATH},-main
LIB_DEPENDS-plugins= ${LIB_DEPENDS} \
IlmImf.>=4::graphics/openexr \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2008/07/09 02:13:01 jakemsr Exp $
# $OpenBSD: Makefile,v 1.8 2009/07/19 12:42:04 sthen Exp $
COMMENT= reencode many media file formats to Ogg Theora
DISTNAME= ffmpeg2theora-0.19
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= multimedia
EXTRACT_SUFX= .tar.bz2
@ -16,7 +16,9 @@ PERMIT_PACKAGE_CDROM= patents in ffmpeg
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= bz2 c m ogg pthread a52 faac faad mp3lame x264 z
WANTLIB= bz2 c m ogg pthread a52 faac faad mp3lame x264 z \
oil-0.3 schroedinger-1.0
MASTER_SITES= ${HOMEPAGE}