mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Bump Ogg Vorbis library versions.
Approved by: nobutaka
This commit is contained in:
parent
e821a2ae36
commit
fc9ff448fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53177
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= xine
|
||||
PORTVERSION= 0.9.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://xine.sourceforge.net/files/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
@ -56,7 +57,7 @@ PLIST_SUB+= HAVE_ARTS="@comment "
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/include/vorbis/codec.h)
|
||||
LIB_DEPENDS+= vorbis.0:${PORTSDIR}/audio/libvorbis
|
||||
LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
PLIST_SUB+= HAVE_VORBIS=""
|
||||
.else
|
||||
@ -64,7 +65,7 @@ PLIST_SUB+= HAVE_VORBIS="@comment "
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/include/ogg/ogg.h)
|
||||
LIB_DEPENDS+= ogg.2:${PORTSDIR}/audio/libogg
|
||||
LIB_DEPENDS+= ogg.3:${PORTSDIR}/audio/libogg
|
||||
|
||||
PLIST_SUB+= HAVE_OGG=""
|
||||
.else
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= xine
|
||||
PORTVERSION= 0.9.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://xine.sourceforge.net/files/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
@ -56,7 +57,7 @@ PLIST_SUB+= HAVE_ARTS="@comment "
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/include/vorbis/codec.h)
|
||||
LIB_DEPENDS+= vorbis.0:${PORTSDIR}/audio/libvorbis
|
||||
LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
PLIST_SUB+= HAVE_VORBIS=""
|
||||
.else
|
||||
@ -64,7 +65,7 @@ PLIST_SUB+= HAVE_VORBIS="@comment "
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/include/ogg/ogg.h)
|
||||
LIB_DEPENDS+= ogg.2:${PORTSDIR}/audio/libogg
|
||||
LIB_DEPENDS+= ogg.3:${PORTSDIR}/audio/libogg
|
||||
|
||||
PLIST_SUB+= HAVE_OGG=""
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user