View | Details | Raw Unified | Return to bug 205439 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	mlt
3
PORTNAME=	mlt
4
PORTVERSION=	0.9.6
4
PORTVERSION=	0.9.8
5
PORTREVISION?=	0
5
PORTREVISION?=	0
6
CATEGORIES?=	multimedia
6
CATEGORIES?=	multimedia
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
Lines 66-71 Link Here
66
66
67
KDE4_CONFIGURE_ENV=	PATH="${KDE4_PREFIX}/bin:$$PATH"
67
KDE4_CONFIGURE_ENV=	PATH="${KDE4_PREFIX}/bin:$$PATH"
68
KDE4_CONFIGURE_WITH=	kde
68
KDE4_CONFIGURE_WITH=	kde
69
KDE4_USE=	KDE4=kdelibs
70
KDE4_IMPLIES=	QT4
69
71
70
QT4_LIB_DEPENDS=	libexif.so:${PORTSDIR}/graphics/libexif
72
QT4_LIB_DEPENDS=	libexif.so:${PORTSDIR}/graphics/libexif
71
QT4_USE=		QT4=corelib,gui,opengl,svg,xml
73
QT4_USE=		QT4=corelib,gui,opengl,svg,xml
Lines 94-103 Link Here
94
BROKEN=		does not compile on sparc64 (invokes i386 asm)
96
BROKEN=		does not compile on sparc64 (invokes i386 asm)
95
.endif
97
.endif
96
98
97
.if ${PORT_OPTIONS:MKDE4} && ${PORT_OPTIONS:MQT4}
98
USE_KDE4+=	kdelibs
99
.endif
100
101
.if ${PORT_OPTIONS:MVDPAU} && ${PORT_OPTIONS:MFFMPEG}
99
.if ${PORT_OPTIONS:MVDPAU} && ${PORT_OPTIONS:MFFMPEG}
102
USE_XORG+=	x11
100
USE_XORG+=	x11
103
.endif
101
.endif
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mlt-0.9.6.tar.gz) = ab999992828a03dadbf62f6a131aada776cfd7afe63a94d994877fdba31a3000
1
SHA256 (mlt-0.9.8.tar.gz) = 7fa57d818dfd1a85e76a4c746a1deb71501232706eb89400c976bcf48f9cb966
2
SIZE (mlt-0.9.6.tar.gz) = 1242448
2
SIZE (mlt-0.9.8.tar.gz) = 1263364
(-)pkg-plist (+6 lines)
Lines 1-5 Link Here
1
bin/melt
1
bin/melt
2
include/mlt++/Mlt.h
2
include/mlt++/Mlt.h
3
include/mlt++/MltAnimation.h
3
include/mlt++/MltConsumer.h
4
include/mlt++/MltConsumer.h
4
include/mlt++/MltDeque.h
5
include/mlt++/MltDeque.h
5
include/mlt++/MltEvent.h
6
include/mlt++/MltEvent.h
Lines 86-91 Link Here
86
%%FFMPEG%%%%DATADIR%%/avformat/producer_avformat.yml
87
%%FFMPEG%%%%DATADIR%%/avformat/producer_avformat.yml
87
%%DATADIR%%/core/consumer_multi.yml
88
%%DATADIR%%/core/consumer_multi.yml
88
%%DATADIR%%/core/data_fx.properties
89
%%DATADIR%%/core/data_fx.properties
90
%%DATADIR%%/core/filter_audiomap.yml
89
%%DATADIR%%/core/filter_audiowave.yml
91
%%DATADIR%%/core/filter_audiowave.yml
90
%%DATADIR%%/core/filter_brightness.yml
92
%%DATADIR%%/core/filter_brightness.yml
91
%%DATADIR%%/core/filter_channelcopy.yml
93
%%DATADIR%%/core/filter_channelcopy.yml
Lines 217-223 Link Here
217
%%DATADIR%%/plus/consumer_blipflash.yml
219
%%DATADIR%%/plus/consumer_blipflash.yml
218
%%DATADIR%%/plus/filter_affine.yml
220
%%DATADIR%%/plus/filter_affine.yml
219
%%DATADIR%%/plus/filter_charcoal.yml
221
%%DATADIR%%/plus/filter_charcoal.yml
222
%%DATADIR%%/plus/filter_dance.yml
220
%%DATADIR%%/plus/filter_dynamictext.yml
223
%%DATADIR%%/plus/filter_dynamictext.yml
224
%%DATADIR%%/plus/filter_fft.yml
221
%%DATADIR%%/plus/filter_invert.yml
225
%%DATADIR%%/plus/filter_invert.yml
222
%%DATADIR%%/plus/filter_lift_gamma_gain.yml
226
%%DATADIR%%/plus/filter_lift_gamma_gain.yml
223
%%DATADIR%%/plus/filter_loudness.yml
227
%%DATADIR%%/plus/filter_loudness.yml
Lines 388-393 Link Here
388
%%DATADIR%%/profiles/uhd_2160p_60
392
%%DATADIR%%/profiles/uhd_2160p_60
389
%%DATADIR%%/profiles/vcd_ntsc
393
%%DATADIR%%/profiles/vcd_ntsc
390
%%DATADIR%%/profiles/vcd_pal
394
%%DATADIR%%/profiles/vcd_pal
395
%%QT4%%%%DATADIR%%/qt/filter_audiowaveform.yml
396
%%QT4%%%%DATADIR%%/qt/filter_lightshow.yml
391
%%QT4%%%%DATADIR%%/qt/producer_kdenlivetitle.yml
397
%%QT4%%%%DATADIR%%/qt/producer_kdenlivetitle.yml
392
%%QT4%%%%DATADIR%%/qt/producer_qimage.yml
398
%%QT4%%%%DATADIR%%/qt/producer_qimage.yml
393
%%QT4%%%%DATADIR%%/qt/producer_qtext.yml
399
%%QT4%%%%DATADIR%%/qt/producer_qtext.yml

Return to bug 205439