diff options
Diffstat (limited to 'multimedia/libquicktime/Makefile')
-rw-r--r-- | multimedia/libquicktime/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile index e838d4af7b34..97bf1dc6d654 100644 --- a/multimedia/libquicktime/Makefile +++ b/multimedia/libquicktime/Makefile @@ -7,8 +7,7 @@ # PORTNAME= libquicktime -PORTVERSION= 0.9.8 -PORTREVISION= 2 +PORTVERSION= 0.9.9 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,10 +20,6 @@ LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ png.5:${PORTSDIR}/graphics/png \ dv.4:${PORTSDIR}/multimedia/libdv -# XXX: doesn't detect this properly, even if installed, so remove -# it from the dependency chain for now -# avcodec.1:${PORTSDIR}/multimedia/ffmpeg - INSTALLS_SHLIB= yes USE_GL= yes USE_GNOME= gnometarget gnomehack pkgconfig @@ -47,14 +42,13 @@ PORTDOCS= api_usage.html codecs.html qt4l_building.html \ .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libavutil-CVS.so) +.if exists(${LOCALBASE}/libdata/pkgconfig/libavcodec.pc) || !exists(${LOCALBASE}/lib/libavformat.a) LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg-devel -PLIST_SUB+= FFMPEG="" .else LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg -PLIST_SUB+= FFMPEG="@comment " .endif + .if ${HAVE_GNOME:Mgtk20}!="" || defined(WITH_GTK2) USE_GNOME+= gtk20 PLIST_SUB+= GTK="" |