From 0127d8b71f3ed27d1f8b5addb2950abe093d2dc9 Mon Sep 17 00:00:00 2001 From: sthen Date: Sun, 19 Jul 2009 12:42:04 +0000 Subject: [PATCH] add schroedinger/oil WANTLIB, bump --- audio/akode/Makefile | 6 +++--- graphics/ffmpegthumbnailer/Makefile | 7 ++++--- graphics/gegl/Makefile | 6 +++--- multimedia/ffmpeg2theora/Makefile | 8 +++++--- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/audio/akode/Makefile b/audio/akode/Makefile index 75b5e610f65..7da08db8029 100644 --- a/audio/akode/Makefile +++ b/audio/akode/Makefile @@ -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 diff --git a/graphics/ffmpegthumbnailer/Makefile b/graphics/ffmpegthumbnailer/Makefile index db8e0f1731b..df8bf011de7 100644 --- a/graphics/ffmpegthumbnailer/Makefile +++ b/graphics/ffmpegthumbnailer/Makefile @@ -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" \ diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 6725d9d902d..f97aba5e013 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -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 \ diff --git a/multimedia/ffmpeg2theora/Makefile b/multimedia/ffmpeg2theora/Makefile index 2a469cfa631..2b19febba54 100644 --- a/multimedia/ffmpeg2theora/Makefile +++ b/multimedia/ffmpeg2theora/Makefile @@ -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}