mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
multimedia/mlt,kdenlive: unset FFMPEG_SUFX
- Unset FFMPEG_SUFX to use ffmpeg-2 Approved by: portmgr (bapt, implicit)
This commit is contained in:
parent
cad82980d8
commit
a363abfaed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331163
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= kdenlive
|
||||
PORTVERSION= 0.9.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src/
|
||||
|
@ -25,7 +25,7 @@ USE_BZIP2= yes
|
|||
CMAKE_ARGS= -DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFX}"
|
||||
|
||||
# Keep in sync with multimedia/mlt, possibly.
|
||||
FFMPEG_SUFX= 1
|
||||
FFMPEG_SUFX=
|
||||
|
||||
MAN1= kdenlive.1 kdenlive_render.1
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= mlt
|
||||
PORTVERSION= 0.9.0
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES?= multimedia
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
|
||||
|
||||
|
@ -66,7 +66,7 @@ PLIST_SUB+= DV="@comment "
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MFFMPEG} || ${PORT_OPTIONS:MVDPAU}
|
||||
FFMPEG_SUFX= 1
|
||||
FFMPEG_SUFX=
|
||||
LIB_DEPENDS+= avformat${FFMPEG_SUFX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFX}
|
||||
CONFIGURE_ARGS+=--enable-avformat --avformat-swscale \
|
||||
--avformat-suffix="${FFMPEG_SUFX}"
|
||||
|
|
Loading…
Add table
Reference in a new issue