diff options
author | naddy <naddy@FreeBSD.org> | 2002-07-20 23:32:43 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-07-20 23:32:43 +0800 |
commit | f5b25a48e4594e0e0807e6e0151b0d99a74579bb (patch) | |
tree | eb5a24710157005772778b61e61f4012f9502492 /graphics | |
parent | 9d7bc0c1c70eb3d07c121855c0bfa7232d41a13a (diff) | |
download | freebsd-ports-graphics-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.tar.gz freebsd-ports-graphics-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.tar.zst freebsd-ports-graphics-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.zip |
Ogg Vorbis 1.0 library major version bumps.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/avifile/Makefile | 4 | ||||
-rw-r--r-- | graphics/gstreamer-plugins/Makefile | 3 | ||||
-rw-r--r-- | graphics/libquicktime/Makefile | 3 | ||||
-rw-r--r-- | graphics/libxine/Makefile | 5 | ||||
-rw-r--r-- | graphics/mplayer/Makefile | 3 |
5 files changed, 11 insertions, 7 deletions
diff --git a/graphics/avifile/Makefile b/graphics/avifile/Makefile index 4d949f9a9db..c252e6bc439 100644 --- a/graphics/avifile/Makefile +++ b/graphics/avifile/Makefile @@ -7,7 +7,7 @@ PORTNAME= avifile PORTVERSION= 0.7.11.20020711 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= http://avifile.sourceforge.net/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/.(.{8})$/-\1/} @@ -114,7 +114,7 @@ CONFIGURE_ARGS+= --without-sdl # libvorbis; thus, libogg .if !defined(WITHOUT_VORBIS) -LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+= --with-vorbis-prefix=${LOCALBASE} \ --with-ogg-prefix=${LOCALBASE} diff --git a/graphics/gstreamer-plugins/Makefile b/graphics/gstreamer-plugins/Makefile index fe69adfda48..2e0b1d950ef 100644 --- a/graphics/gstreamer-plugins/Makefile +++ b/graphics/gstreamer-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= gstreamer PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -446,7 +447,7 @@ CONFIGURE_ARGS+= --disable-vorbis \ --disable-vorbistest PLIST_SUB+= VORBIS="@comment " .else -LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .endif diff --git a/graphics/libquicktime/Makefile b/graphics/libquicktime/Makefile index 85f158a60a0..face8fcabab 100644 --- a/graphics/libquicktime/Makefile +++ b/graphics/libquicktime/Makefile @@ -8,13 +8,14 @@ PORTNAME= libquicktime PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ +LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis \ jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png \ dv:${PORTSDIR}/graphics/libdv diff --git a/graphics/libxine/Makefile b/graphics/libxine/Makefile index 2981c98a3d7..6b877a80520 100644 --- a/graphics/libxine/Makefile +++ b/graphics/libxine/Makefile @@ -7,6 +7,7 @@ PORTNAME= xine PORTVERSION= 0.9.12 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://xine.sourceforge.net/files/ \ ${MASTER_SITE_SOURCEFORGE} @@ -72,7 +73,7 @@ PLIST_SUB+= HAVE_ARTS="@comment " .endif .if exists(${LOCALBASE}/include/vorbis/codec.h) -LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis PLIST_SUB+= HAVE_VORBIS="" .else @@ -80,7 +81,7 @@ PLIST_SUB+= HAVE_VORBIS="@comment " .endif .if exists(${LOCALBASE}/include/ogg/ogg.h) -LIB_DEPENDS+= ogg.3:${PORTSDIR}/audio/libogg +LIB_DEPENDS+= ogg.4:${PORTSDIR}/audio/libogg PLIST_SUB+= HAVE_OGG="" .else diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index c3de6f8f2b4..8093f2cbecb 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -7,6 +7,7 @@ PORTNAME= mplayer PORTVERSION= 0.90.0.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://ftp.mplayerhq.hu/MPlayer/releases/ \ http://www.mplayerhq.hu/MPlayer/releases/ \ @@ -98,7 +99,7 @@ LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 .endif .if defined(WITH_VORBIS) -LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis .endif .if defined(WITH_XANIM) |