Ogg Vorbis 1.0 library major version bumps.

This commit is contained in:
Christian Weisgerber 2002-07-20 15:32:43 +00:00
parent fe92cd6fa6
commit e7690885fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63275
30 changed files with 62 additions and 42 deletions

View file

@ -6,6 +6,7 @@
PORTNAME= audacity
PORTVERSION= 0.98
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -34,7 +35,7 @@ CONFIGURE_ARGS+= --with-arts-soundserver=yes
.if !defined(WITHOUT_VORBIS)
CONFIGURE_ARGS+= --with-vorbis
LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
pre-everything:
@${ECHO_MSG} "You can disable support for vorbis by defining WITHOUT_VORBIS.MSG."

View file

@ -6,6 +6,7 @@
PORTNAME= audacity
PORTVERSION= 0.98
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -34,7 +35,7 @@ CONFIGURE_ARGS+= --with-arts-soundserver=yes
.if !defined(WITHOUT_VORBIS)
CONFIGURE_ARGS+= --with-vorbis
LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
pre-everything:
@${ECHO_MSG} "You can disable support for vorbis by defining WITHOUT_VORBIS.MSG."

View file

@ -8,6 +8,7 @@
PORTNAME= darkice
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= audio net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -15,8 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= mp3lame:${PORTSDIR}/audio/lame-devel \
ogg:${PORTSDIR}/audio/libogg \
vorbis:${PORTSDIR}/audio/libvorbis
vorbis.2:${PORTSDIR}/audio/libvorbis
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lame-prefix=${LOCALBASE} \

View file

@ -8,6 +8,7 @@
PORTNAME= easytag
PORTVERSION= 0.21
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= dominic_marks@btinternet.com
LIB_DEPENDS= id3-3.7.13:${PORTSDIR}/audio/id3lib \
vorbis.1:${PORTSDIR}/audio/libvorbis
vorbis.2:${PORTSDIR}/audio/libvorbis
USE_GTK= yes
USE_LIBTOOL= yes

View file

@ -8,6 +8,7 @@
PORTNAME= easytag
PORTVERSION= 0.21
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= dominic_marks@btinternet.com
LIB_DEPENDS= id3-3.7.13:${PORTSDIR}/audio/id3lib \
vorbis.1:${PORTSDIR}/audio/libvorbis
vorbis.2:${PORTSDIR}/audio/libvorbis
USE_GTK= yes
USE_LIBTOOL= yes

View file

@ -7,13 +7,14 @@
PORTNAME= flac
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= naddy@FreeBSD.org
LIB_DEPENDS= ogg.3:${PORTSDIR}/audio/libogg
LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg
.if defined(WITH_XMMS)
BUILD_DEPENDS+= xmms-config:${PORTSDIR}/audio/xmms

View file

@ -7,7 +7,7 @@
PORTNAME= freeamp
PORTVERSION= 2.1.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://www.freeamp.org/download/src/
@ -53,7 +53,7 @@ PLIST_SUB+= LIBARTS="@comment "
.endif
.if !defined(WITHOUT_VORBIS) || defined(WITH_ALL_PLUGINS)
LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
PLIST_SUB+= VORBIS=""
.else
CONFIGURE_ARGS+= --disable-vorbis

View file

@ -7,7 +7,7 @@
PORTNAME= kdemultimedia
PORTVERSION= 2.2.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= Attic/${PORTVERSION}/src
@ -17,8 +17,7 @@ MAINTAINER= kde@FreeBSD.org
BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \
automake14:${PORTSDIR}/devel/automake14
LIB_DEPENDS= ogg.3:${PORTSDIR}/audio/libogg \
vorbis.1:${PORTSDIR}/audio/libvorbis
LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis
RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim
USE_KDELIBS_VER=2

View file

@ -8,6 +8,7 @@
PORTNAME= mp3stat
PORTVERSION= 2.5.6
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://safemode.homeip.net/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@ -21,7 +22,7 @@ USE_GMAKE= yes
MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
.if defined(WITH_VORBIS)
LIB_DEPENDS= vorbis.1:${PORTSDIR}/audio/libvorbis
LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis
MAKE_ENV+= WITH_VORBIS="${WITH_VORBIS}"
pre-everything::

View file

@ -7,13 +7,14 @@
PORTNAME= mq3
PORTVERSION= 8
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.mq3.org/source/
MAINTAINER= erich@tacni.net
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \
vorbis.1:${PORTSDIR}/audio/libvorbis \
vorbis.2:${PORTSDIR}/audio/libvorbis \
qthreads.0:${PORTSDIR}/lang/guile
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm

View file

@ -8,7 +8,7 @@
PORTNAME= muse
PORTVERSION= 0.7.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://freesoftware.fsf.org/download/muse/ \
http://muse.dyne.org/releases/
@ -17,7 +17,7 @@ DISTNAME= MuSE-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \
vorbis.1:${PORTSDIR}/audio/libvorbis \
vorbis.2:${PORTSDIR}/audio/libvorbis \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
USE_REINPLACE= yes

View file

@ -7,6 +7,7 @@
PORTNAME= sdl_mixer
PORTVERSION= 1.2.4
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/
DISTNAME= SDL_mixer-${PORTVERSION}
@ -15,7 +16,7 @@ MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \
smpeg.1:${PORTSDIR}/graphics/smpeg \
vorbis.1:${PORTSDIR}/audio/libvorbis
vorbis.2:${PORTSDIR}/audio/libvorbis
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config

View file

@ -8,6 +8,7 @@
PORTNAME= snack
PORTVERSION= 2.1.6
PORTREVISION= 1
CATEGORIES= audio tcl83 tk83
MASTER_SITES= http://www.speech.kth.se/~kare/
DISTNAME= ${PORTNAME}${PORTVERSION}
@ -25,7 +26,7 @@ CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.3 \
PLIST_SUB= SNACK_VER=${PORTVERSION:R}
.if defined(WITH_VORBIS)
LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
CONFIGURE_ARGS+= --with-ogg-include=${LOCALBASE}/include \
--with-ogg-lib=${LOCALBASE}/lib
ALL_TARGET= all libsnackogg.so

View file

@ -7,6 +7,7 @@
PORTNAME= sox
PORTVERSION= 12.17.3
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sox
@ -20,7 +21,7 @@ GNU_CONFIGURE= yes
.if defined(WITH_VORBIS)
CONFIGURE_ARGS+= --with-ogg-vorbisinc=${LOCALBASE}/include \
--with-ogg-vorbislib=${LOCALBASE}/lib
LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
.else
CONFIGURE_ARGS+= --with-ogg-vorbisinc=no
.endif

View file

@ -7,7 +7,7 @@
PORTNAME= xmms
PORTVERSION= 1.2.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES+= audio
MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \
http://www.xmms.org/files/1.2.x/ \
@ -47,7 +47,7 @@ PLIST_SUB+= MIKMODPLUGIN:="@comment "
.endif
.if !defined(WITHOUT_VORBIS)
LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
INPUT_PLUGINS+= vorbis
PLIST_SUB+= VORBISPLUGIN:=""
.else

View file

@ -7,7 +7,7 @@
PORTNAME= freeamp
PORTVERSION= 2.1.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://www.freeamp.org/download/src/
@ -53,7 +53,7 @@ PLIST_SUB+= LIBARTS="@comment "
.endif
.if !defined(WITHOUT_VORBIS) || defined(WITH_ALL_PLUGINS)
LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
PLIST_SUB+= VORBIS=""
.else
CONFIGURE_ARGS+= --disable-vorbis

View file

@ -8,6 +8,7 @@
PORTNAME= tuxpuck
PORTVERSION= 0.7.116
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.efd.lth.se/~d00jkr/tuxpuck/
@ -15,7 +16,7 @@ MAINTAINER= Jan.Stocker@t-online.de
LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \
png.5:${PORTSDIR}/graphics/png \
vorbis.1:${PORTSDIR}/audio/libvorbis
vorbis.2:${PORTSDIR}/audio/libvorbis
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
USE_GMAKE= yes

View file

@ -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}

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -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}

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -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)

View file

@ -7,7 +7,7 @@
PORTNAME= xmms
PORTVERSION= 1.2.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES+= audio
MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \
http://www.xmms.org/files/1.2.x/ \
@ -47,7 +47,7 @@ PLIST_SUB+= MIKMODPLUGIN:="@comment "
.endif
.if !defined(WITHOUT_VORBIS)
LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
INPUT_PLUGINS+= vorbis
PLIST_SUB+= VORBISPLUGIN:=""
.else