diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 9deb34b57ebf..7a2684acdde5 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,51 +1,50 @@ PORTNAME= flac PORTVERSION= 1.4.2 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/flac/ \ - https://ftp.osuosl.org/pub/xiph/releases/flac/ +MASTER_SITES= https://downloads.xiph.org/releases/flac/ MAINTAINER= naddy@FreeBSD.org COMMENT= Free lossless audio codec WWW= https://www.xiph.org/flac/ LICENSE= BSD3CLAUSE GFDL GPLv2 LGPL21 LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/COPYING.Xiph LICENSE_FILE_GFDL= ${WRKSRC}/COPYING.FDL LIB_DEPENDS= libogg.so:audio/libogg USES= compiler:c11 cpe iconv libtool pathfix pkgconfig tar:xz CPE_VENDOR= flac_project # Preserve UTF-8 filenames in test/flac-to-flac-metadata-test-files/. # They are referenced by the test suite. EXTRACT_CMD= ${SETENV} LC_ALL=C.UTF-8 ${TAR} USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static \ --with-ogg="${LOCALBASE}" \ --disable-doxygen-docs \ --disable-thorough-tests \ --disable-xmms-plugin INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOCS .include .if ${ARCH} != powerpc64le CONFIGURE_ARGS+=--disable-vsx .endif # test_libFLAC: # "iterator claims file is writable when tester thinks it should not be" .if ${UID} == 0 do-test: @${ECHO_MSG} "The tests cannot be run as root, skipping." .endif .include diff --git a/audio/libao/Makefile b/audio/libao/Makefile index f7677ddb0fb9..a08ac9db3e1d 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -1,44 +1,43 @@ PORTNAME= libao PORTVERSION= 1.2.0 PORTREVISION= 5 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/ao/ \ - https://ftp.osuosl.org/pub/xiph/releases/ao/ +MASTER_SITES= https://downloads.xiph.org/releases/ao/ MAINTAINER= naddy@FreeBSD.org COMMENT= Portable audio output library WWW= https://www.xiph.org/ao/ LICENSE= GPLv2 USES= cpe libtool pathfix pkgconfig CPE_VENDOR= xiph USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static \ --disable-alsa \ --disable-arts \ --disable-esd INSTALL_TARGET= install-strip # do not install MAKE_ARGS= ckport_DATA="" OPTIONS_DEFINE= DOCS NAS PULSEAUDIO SNDIO OPTIONS_SUB= yes NAS_LIB_DEPENDS=libaudio.so:audio/nas NAS_CONFIGURE_ENABLE= nas PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_ENABLE= pulse SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio SNDIO_USES= localbase post-patch: @${REINPLACE_CMD} -e 's|/etc/libao.conf|${PREFIX}&|' \ ${WRKSRC}/libao.conf.5 ${WRKSRC}/include/ao/ao_private.h \ ${WRKSRC}/doc/config.html .include diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index 5382b0a49936..c44a11dd11f6 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -1,24 +1,23 @@ PORTNAME= libogg PORTVERSION= 1.3.5 PORTEPOCH= 4 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/ogg/ \ - https://ftp.osuosl.org/pub/xiph/releases/ogg/ +MASTER_SITES= https://downloads.xiph.org/releases/ogg/ MAINTAINER= naddy@FreeBSD.org COMMENT= Ogg bitstream library WWW= https://www.xiph.org/ogg/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool pathfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOCS .include diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 33d7fe9279e9..86572dbf3d7b 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,33 +1,32 @@ PORTNAME= libvorbis PORTVERSION= 1.3.7 PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \ - https://ftp.osuosl.org/pub/xiph/releases/vorbis/ +MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ MAINTAINER= naddy@FreeBSD.org COMMENT= Audio compression codec library WWW= https://xiph.org/vorbis/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg USES= cpe libtool pathfix tar:xz USE_LDCONFIG= yes CPE_VENDOR= xiph.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOCS post-install: cd ${STAGEDIR}${PREFIX}/share/doc && ${MV} ${DISTNAME} libvorbis .include diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index a56d0689df2e..a013ac4a8c79 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -1,43 +1,42 @@ PORTNAME= vorbis-tools PORTVERSION= 1.4.2 PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \ - https://ftp.osuosl.org/pub/xiph/releases/vorbis/ +MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ MAINTAINER= naddy@FreeBSD.org COMMENT= Play, encode, and manage Ogg Vorbis files WWW= https://xiph.org/vorbis/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libao.so:audio/libao \ libcurl.so:ftp/curl \ libFLAC.so:audio/flac \ libkate.so:multimedia/libkate \ libogg.so:audio/libogg \ libopusfile.so:audio/opusfile \ libspeex.so:audio/speex \ libvorbis.so:audio/libvorbis USES= cpe iconv pkgconfig CPE_VENDOR= xiph GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/vorbis-tools ${INSTALL_DATA} ${WRKSRC}/ogg123/ogg123rc-example \ ${STAGEDIR}${PREFIX}/share/examples/vorbis-tools/ogg123rc .include