- Update to 0.4.6
PR: 140830 Submitted by: Alberto Villa <villa.alberto@gmail.com> (maintainer)
This commit is contained in:
parent
e7d9651053
commit
441f54575a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244785
4 changed files with 9 additions and 24 deletions
|
@ -5,8 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mlt
|
||||
PORTVERSION= 0.4.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.6
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -114,7 +113,7 @@ CONFIGURE_ARGS+= --disable-mmx
|
|||
CONFIGURE_ARGS+= --enable-qimage \
|
||||
--qimage-includedir="${QT_INCDIR}" \
|
||||
--qimage-libdir="${QT_LIBDIR}"
|
||||
QT_COMPONENTS+= gui
|
||||
QT_COMPONENTS+= gui svg xml
|
||||
PLIST_SUB+= QIMAGE=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-qimage
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (mlt-0.4.4.tar.gz) = 0019996624b6a61ea27e07b4851ac765
|
||||
SHA256 (mlt-0.4.4.tar.gz) = ae367a07122f042f8af4d30101444862c6b50781e563ea0f171652a8b379b4df
|
||||
SIZE (mlt-0.4.4.tar.gz) = 737592
|
||||
MD5 (mlt-0.4.6.tar.gz) = 77b1affc2011eff9eedc2746c06b34e2
|
||||
SHA256 (mlt-0.4.6.tar.gz) = df0339d98ffc2244a558933b91457c6bc1b2555c4f1f5f4f94a9dce597377dff
|
||||
SIZE (mlt-0.4.6.tar.gz) = 759717
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
The ST_SAMPLE_TO_SIGNED_WORD macro in sox 14.3.0 uses a temporary variable
|
||||
that it doesn't declare itself, and requires you to declare it yourself with
|
||||
an undocumented macro.
|
||||
|
||||
--- src/modules/sox/filter_sox.c 2009-06-30 17:24:23.000000000 -0500
|
||||
+++ src/modules/sox/filter_sox.c 2009-09-20 19:30:21.230804810 -0500
|
||||
@@ -49,6 +49,7 @@
|
||||
# define ST_SSIZE_MIN SOX_SSIZE_MIN
|
||||
# endif
|
||||
# define ST_SAMPLE_TO_SIGNED_WORD(d,clips) SOX_SAMPLE_TO_SIGNED_16BIT(d,clips)
|
||||
+ SOX_SAMPLE_LOCALS;
|
||||
#else
|
||||
# include <st.h>
|
||||
#endif
|
|
@ -48,11 +48,11 @@ include/mlt/framework/mlt_tractor.h
|
|||
include/mlt/framework/mlt_transition.h
|
||||
include/mlt/framework/mlt_types.h
|
||||
lib/libmlt++.so
|
||||
lib/libmlt++.so.0.4.4
|
||||
lib/libmlt++.so.2
|
||||
lib/libmlt++.so.0.4.6
|
||||
lib/libmlt++.so.3
|
||||
lib/libmlt.so
|
||||
lib/libmlt.so.0.4.4
|
||||
lib/libmlt.so.1
|
||||
lib/libmlt.so.0.4.6
|
||||
lib/libmlt.so.2
|
||||
%%AVFORMAT%%lib/mlt/libmltavformat.so
|
||||
lib/mlt/libmltcore.so
|
||||
lib/mlt/libmltdgraft.so
|
||||
|
|
Loading…
Reference in a new issue