set the pkgspec for LIB_DEPENDS on ffmpeg to a version with schroedinger

included, so the tools know that old ffmpeg versions won't satisfy the
dependencies listed in WANTLIB.

this way, attempting to install these packages with old ffmpeg will
no longer give you a cryptic error message as seen by dhill@.
This commit is contained in:
sthen 2009-07-19 22:49:12 +00:00
parent 6934205da7
commit 0e87aad388
11 changed files with 33 additions and 33 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.15 2009/07/19 15:25:55 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2009/07/19 22:49:12 sthen Exp $
COMMENT= decoding library for KDE Multimedia
DISTNAME= akode-2.0.2
PKGNAME= ${DISTNAME}p8
PKGNAME= ${DISTNAME}p9
SHARED_LIBS += akode 2.1 # .2.0
CATEGORIES= audio multimedia x11/kde
@ -25,7 +25,7 @@ LIB_DEPENDS= FLAC.>=8::audio/flac \
speex::audio/speex \
vorbis,vorbisfile,vorbisenc::audio/libvorbis \
ltdl::devel/libtool,-ltdl \
avcodec.>=10,avformat.>=10,avutil.>=3::graphics/ffmpeg \
avcodec.>=13.1,avformat.>=12,avutil.>=6:ffmpeg->=20080620p10:graphics/ffmpeg \
jack::audio/jack
WANTLIB= a52 bz2 c faac faad samplerate m mp3lame ogg pthread \

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2009/07/19 11:22:18 kili Exp $
# $OpenBSD: Makefile,v 1.5 2009/07/19 22:49:12 sthen Exp $
COMMENT = audio player daemon with library management
V = 0.6
DISTNAME = xmms2-${V}DrMattDestruction
PKGNAME = xmms2-${V}p2
PKGNAME = xmms2-${V}p3
SHARED_LIBS += xmmsclient++ 0.0 # 3.0.0
SHARED_LIBS += xmmsclient++-glib 0.0 # 1.0.0
@ -42,7 +42,7 @@ BUILD_DEPENDS = ::devel/pyrex \
LIB_DEPENDS = ${MODPY_LIB_DEPENDS} \
gio-2.0.>=1800,glib-2.0,gmodule-2.0,gobject-2.0,gthread-2.0::devel/glib2 \
avcodec.>=13,avutil.>=6::graphics/ffmpeg \
avcodec.>=13.1,avutil.>=6:ffmpeg->=20080620p10:graphics/ffmpeg \
ao.>=3::audio/libao \
jack.>=0::audio/jack \
sqlite3.>=13::databases/sqlite3 \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2009/07/19 12:42:04 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2009/07/19 22:49:12 sthen Exp $
COMMENT= lightweight video thumbnailer for file managers
DISTNAME= ffmpegthumbnailer-1.1.3
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= graphics multimedia
HOMEPAGE= http://code.google.com/p/ffmpegthumbnailer
@ -15,7 +15,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://ffmpegthumbnailer.googlecode.com/files/
LIB_DEPENDS= avcodec.>=10,avformat.>=10,avutil.>=4,swscale.>=1::graphics/ffmpeg \
LIB_DEPENDS= avcodec.>=13.1,avformat.>=12,avutil.>=6,swscale.>=1:ffmpeg->=20080620p10:graphics/ffmpeg \
png.>=6::graphics/png
WANTLIB= a52 bz2 c faac faad m mp3lame ogg pthread \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2009/07/19 12:42:04 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2009/07/19 22:49:12 sthen Exp $
SHARED_ONLY= Yes
@ -10,7 +10,7 @@ DISTNAME= gegl-${V}
CATEGORIES= graphics devel
PKGNAME-main= gegl-${V}
PKGNAME-plugins=gegl-plugins-${V}p0
PKGNAME-plugins=gegl-plugins-${V}p1
SHARED_LIBS= gegl-0.0 2.0 # .22.0
@ -54,7 +54,7 @@ WANTLIB-plugins=${WANTLIB} Half Iex IlmThread Imath SDL a52 bz2 faac faad \
RUN_DEPENDS-plugins= ::${BUILD_PKGPATH},-main
LIB_DEPENDS-plugins= ${LIB_DEPENDS} \
IlmImf.>=4::graphics/openexr \
avcodec.>=11,avformat,avutil::graphics/ffmpeg
avcodec.>=13.1,avformat.>=12,avutil.>=6:ffmpeg->=20080620p10:graphics/ffmpeg
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2009/07/19 12:54:49 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2009/07/19 22:49:12 sthen Exp $
COMMENT= DVD authoring application
DISTNAME= DVDStyler-1.7.0
PKGNAME= ${DISTNAME:L}p1
PKGNAME= ${DISTNAME:L}p2
CATEGORIES= multimedia
HOMEPAGE= http://www.dvdstyler.de/
@ -39,7 +39,7 @@ BUILD_DEPENDS= :autoconf-${AUTOCONF_VERSION}:devel/autoconf/${AUTOCONF_VERSION}
LIB_DEPENDS= exif::graphics/libexif \
gnomeui-2::x11/gnome/libgnomeui \
wxsvg::x11/wxSVG \
avcodec.>=12,avformat.>=12,avutil.>=6,swscale.>=1::graphics/ffmpeg
avcodec.>=13.1,avformat.>=12,avutil.>=6,swscale.>=1:ffmpeg->=20080620p10:graphics/ffmpeg
RUN_DEPENDS= ::devel/desktop-file-utils \
::multimedia/dvdauthor \
::multimedia/mjpegtools \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2009/07/19 12:42:04 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2009/07/19 22:49:12 sthen Exp $
COMMENT= reencode many media file formats to Ogg Theora
DISTNAME= ffmpeg2theora-0.19
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
CATEGORIES= multimedia
EXTRACT_SUFX= .tar.bz2
@ -22,7 +22,7 @@ WANTLIB= bz2 c m ogg pthread a52 faac faad mp3lame x264 z \
MASTER_SITES= ${HOMEPAGE}
LIB_DEPENDS= avcodec.>=8,avformat.>=8,avutil.>=2,swscale.>=1::graphics/ffmpeg \
LIB_DEPENDS= avcodec.>=13.1,avformat.>=12,avutil.>=6,swscale.>=1:ffmpeg->=20080620p10:graphics/ffmpeg \
vorbis.>=5,vorbisenc.>=2::audio/libvorbis \
theora.>=2::multimedia/libtheora

View File

@ -1,16 +1,16 @@
# $OpenBSD: Makefile,v 1.8 2009/07/19 13:05:02 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2009/07/19 22:49:12 sthen Exp $
COMMENT = multimedia framework - ffmpeg plugin
V = 0.10.5
DISTNAME = gst-ffmpeg-$V
PKGNAME = gstreamer-ffmpeg-$Vp2
PKGNAME = gstreamer-ffmpeg-$Vp3
MASTER_SITES = ${MASTER_SITE_GST:=gst-ffmpeg/}
LIB_DEPENDS = gstreamer-0.10,gstbase-0.10:gstreamer->=0.10:$P/core \
gstvideo-0.10::$P/plugins-base \
postproc.>=11,avcodec.>=11,avformat.>=11,avutil.>=5::graphics/ffmpeg
avcodec.>=13.1,avformat.>=12,avutil.>=6,postproc.>=12:ffmpeg->=20080620p10:graphics/ffmpeg
AUTOCONF_VERSION = 2.62

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.20 2009/07/19 15:25:55 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2009/07/19 22:49:12 sthen Exp $
# $FreeBSD: ports/multimedia/libquicktime/Makefile,v 1.19 2004/03/16 04:23:53 edwin Exp $
SHARED_ONLY= Yes
COMMENT= library for reading and writing quicktime files
DISTNAME= libquicktime-1.1.1
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
CATEGORIES= multimedia
SHARED_LIBS= quicktime 4.0
@ -31,7 +31,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libquicktime/}
MODULES= devel/gettext
BUILD_DEPENDS= :doxygen-*:devel/doxygen
LIB_DEPENDS= avcodec.>=11,avutil.>=5,swscale.>=1::graphics/ffmpeg \
LIB_DEPENDS= avcodec.>=13.1,avutil.>=6,swscale.>=1:ffmpeg->=20080620p10:graphics/ffmpeg \
dv.>=4::multimedia/libdv \
gtk-x11-2.0.>=800.8,gdk-x11-2.0.>=800.8,gdk_pixbuf-2.0.>=800.8::x11/gtk+2 \
jpeg.>=9::graphics/jpeg \

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.23 2009/07/19 13:05:02 sthen Exp $
# $OpenBSD: Makefile,v 1.24 2009/07/19 22:49:12 sthen Exp $
SHARED_ONLY= Yes
COMMENT= video stream processing tools
DISTNAME= transcode-1.0.5
PKGNAME= ${DISTNAME}p3
PKGNAME= ${DISTNAME}p4
CATEGORIES= multimedia
HOMEPAGE= http://www.transcoding.org/
@ -37,7 +37,7 @@ PATCH_LIST= patch-* gcc-*
LIB_DEPENDS= SDL.>=2::devel/sdl \
a52::audio/liba52 \
avcodec.>=10,avutil.>=4::graphics/ffmpeg \
avcodec.>=13.1,avutil.>=6:ffmpeg->=20080620p10:graphics/ffmpeg \
dv.>=4::multimedia/libdv \
dvdread.>=3::devel/libdvdread \
iconv.>=4::converters/libiconv \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.80 2009/07/19 16:28:31 sthen Exp $
# $OpenBSD: Makefile,v 1.81 2009/07/19 22:49:12 sthen Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT-main= videolan client; multimedia player
V= 0.8.6i
DISTNAME= vlc-${V}
PKGNAME-main= ${DISTNAME}p5
PKGNAME-main= ${DISTNAME}p6
CATEGORIES= x11
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${V}/
@ -29,7 +29,7 @@ LIB_DEPENDS-main=${LIB_DEPENDS} \
id3tag.>=3.0::audio/libid3tag \
mad.>=2.1::audio/libmad \
mpeg2::graphics/libmpeg2 \
avcodec.>=9.0,avformat.>=9.0,postproc.>=9.0,avutil.>=3.0::graphics/ffmpeg \
avcodec.>=13.1,avformat.>=12,avutil.>=6,postproc.>=12:ffmpeg->=20080620p10:graphics/ffmpeg \
faad.>=2::audio/faad \
fribidi::devel/fribidi \
a52::audio/liba52 \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2009/07/19 12:54:49 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2009/07/19 22:49:12 sthen Exp $
COMMENT= C++ library to create, manipulate and render SVG files
DISTNAME= wxsvg-1.0b11
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
SHARED_LIBS += wxsvg 0.0 # .0.0
CATEGORIES= x11 graphics
@ -27,7 +27,7 @@ MODULES= devel/gettext
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS}
LIB_DEPENDS= avcodec,avformat,avutil,swscale::graphics/ffmpeg \
LIB_DEPENDS= avcodec.>=13.1,avformat.>=12,avutil.>=6,swscale.>=1:ffmpeg->=20080620p10:graphics/ffmpeg \
art_lgpl_2::graphics/libart \
wx_base,wx_base_net,wx_base_odbc,wx_base_xml,wx_gtk2_adv,wx_gtk2_aui,wx_gtk2_core,wx_gtk2_dbgrid,wx_gtk2_html,wx_gtk2_qa,wx_gtk2_richtext,wx_gtk2_xrc::x11/wxWidgets