mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Remove option to build the XMMS plugin, which will instead be spun
off into its proper port audio/xmms-flac.
This commit is contained in:
parent
f108fa790f
commit
129ee87c32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82691
@ -7,44 +7,29 @@
|
||||
|
||||
PORTNAME= flac
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
PATCH_SITES= ${MASTER_SITE_DEBIAN}
|
||||
PATCH_SITE_SUBDIR= pool/main/f/${PORTNAME}
|
||||
PATCHFILES= ${PORTNAME}_${PORTVERSION}-3.diff.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= Free lossless audio codec
|
||||
|
||||
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
|
||||
ogg.4:${PORTSDIR}/audio/libogg
|
||||
|
||||
.if defined(WITH_XMMS)
|
||||
# We don't build with id3lib support, because of C++ related build
|
||||
# problems. Detection is disabled by patch-configure.
|
||||
BUILD_DEPENDS+= xmms-config:${PORTSDIR}/multimedia/xmms
|
||||
LIB_DEPENDS+= xmms.3:${PORTSDIR}/multimedia/xmms
|
||||
PLIST_SUB= XMMS=""
|
||||
.else
|
||||
CONFIGURE_ENV+= XMMS_CONFIG=/usr/bin/false # must be absolute path
|
||||
PLIST_SUB= XMMS="@comment "
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
|
||||
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
.endif
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
CONFIGURE_ARGS+=--enable-sse --enable-3dnow \
|
||||
CONFIGURE_ARGS= --enable-sse --enable-3dnow \
|
||||
--with-libiconv-prefix="${LOCALBASE}" \
|
||||
--with-ogg="${LOCALBASE}"
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${WRKSRC}/include"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include" \
|
||||
XMMS_CONFIG=/usr/bin/false # must be absolute path
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ENV= DOC=""
|
||||
|
@ -1,2 +1 @@
|
||||
MD5 (flac-1.1.0.tar.gz) = 19b456a27b5fcf502c76cc33f33e1490
|
||||
MD5 (flac_1.1.0-3.diff.gz) = 28443cf10cbc7fc29ddfa5df48474b06
|
||||
|
@ -278,5 +278,3 @@ share/aclocal/libOggFLAC.m4
|
||||
@dirrm include/OggFLAC
|
||||
@dirrm include/FLAC++
|
||||
@dirrm include/FLAC
|
||||
%%XMMS%%@cwd %%X11BASE%%
|
||||
%%XMMS%%lib/xmms/Input/libxmms-flac.so
|
||||
|
Loading…
Reference in New Issue
Block a user