mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
o Fix PLIST: ffplay is only built WITH_SDL
o Bump PORTREVISION PR: 74965 Submitted by: Serge Gagnon <ser_gagnon@sympatico.ca>
This commit is contained in:
parent
f55f64936a
commit
2cc7b41b64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123837
2 changed files with 8 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ffmpeg
|
PORTNAME= ffmpeg
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= multimedia audio net
|
CATEGORIES= multimedia audio net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||||
MASTER_SITE_SUBDIR= ffmpeg
|
MASTER_SITE_SUBDIR= ffmpeg
|
||||||
|
@ -39,7 +40,7 @@ PORTDOCS= ${DOC_FILES} ${DOC_DOCFILES}
|
||||||
HEADER_FILES= libavcodec/avcodec.h libavcodec/common.h \
|
HEADER_FILES= libavcodec/avcodec.h libavcodec/common.h \
|
||||||
libavcodec/dsputil.h
|
libavcodec/dsputil.h
|
||||||
LIB_FILES= libavcodec/libavcodec.a libavformat/libavformat.a
|
LIB_FILES= libavcodec/libavcodec.a libavformat/libavformat.a
|
||||||
MAN1= ffmpeg.1 ffplay.1
|
MAN1= ffmpeg.1
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
@ -135,6 +136,8 @@ CONFIGURE_ARGS+= --disable-mmx
|
||||||
.ifdef(WITH_SDL)
|
.ifdef(WITH_SDL)
|
||||||
USE_SDL= sdl
|
USE_SDL= sdl
|
||||||
|
|
||||||
|
MAN1+= ffplay.1
|
||||||
|
|
||||||
PLIST_SUB+= SDL=""
|
PLIST_SUB+= SDL=""
|
||||||
.else
|
.else
|
||||||
PLIST_SUB+= SDL="@comment "
|
PLIST_SUB+= SDL="@comment "
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ffmpeg
|
PORTNAME= ffmpeg
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= multimedia audio net
|
CATEGORIES= multimedia audio net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||||
MASTER_SITE_SUBDIR= ffmpeg
|
MASTER_SITE_SUBDIR= ffmpeg
|
||||||
|
@ -39,7 +40,7 @@ PORTDOCS= ${DOC_FILES} ${DOC_DOCFILES}
|
||||||
HEADER_FILES= libavcodec/avcodec.h libavcodec/common.h \
|
HEADER_FILES= libavcodec/avcodec.h libavcodec/common.h \
|
||||||
libavcodec/dsputil.h
|
libavcodec/dsputil.h
|
||||||
LIB_FILES= libavcodec/libavcodec.a libavformat/libavformat.a
|
LIB_FILES= libavcodec/libavcodec.a libavformat/libavformat.a
|
||||||
MAN1= ffmpeg.1 ffplay.1
|
MAN1= ffmpeg.1
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
@ -135,6 +136,8 @@ CONFIGURE_ARGS+= --disable-mmx
|
||||||
.ifdef(WITH_SDL)
|
.ifdef(WITH_SDL)
|
||||||
USE_SDL= sdl
|
USE_SDL= sdl
|
||||||
|
|
||||||
|
MAN1+= ffplay.1
|
||||||
|
|
||||||
PLIST_SUB+= SDL=""
|
PLIST_SUB+= SDL=""
|
||||||
.else
|
.else
|
||||||
PLIST_SUB+= SDL="@comment "
|
PLIST_SUB+= SDL="@comment "
|
||||||
|
|
Loading…
Add table
Reference in a new issue