- Update to 1.1.5
- Bump schroedinger library version
This commit is contained in:
parent
1f694edf29
commit
cba7c53cd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251452
3 changed files with 5 additions and 13 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libquicktime
|
||||
PORTVERSION= 1.1.3
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.1.5
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -143,19 +142,13 @@ CONFIGURE_ARGS+= --without-x264
|
|||
.endif
|
||||
|
||||
.if !defined(WITHOUT_SCHROEDINGER)
|
||||
LIB_DEPENDS+= schroedinger-1.0.2:${PORTSDIR}/multimedia/schroedinger
|
||||
LIB_DEPENDS+= schroedinger-1.0.3:${PORTSDIR}/multimedia/schroedinger
|
||||
PLIST_SUB+= SCHROEDINGER=""
|
||||
.else
|
||||
PLIST_SUB+= SCHROEDINGER="@comment "
|
||||
CONFIGURE_ARGS+= --without-schroedinger
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPU:Mmmx}
|
||||
CONFIGURE_ARGS+= --enable-mmx
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-mmx
|
||||
.endif
|
||||
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (libquicktime-1.1.3.tar.gz) = e4fcda219f1e0ca508d9baa3700e4a59
|
||||
SHA256 (libquicktime-1.1.3.tar.gz) = 0d91904d6920cde25019638d1c240512c72a80032aa6b241973467a8fdfe08dd
|
||||
SIZE (libquicktime-1.1.3.tar.gz) = 983330
|
||||
MD5 (libquicktime-1.1.5.tar.gz) = 0fd45b3deff0317c2f85a34b1b106acf
|
||||
SHA256 (libquicktime-1.1.5.tar.gz) = cb056c826fa9cac51f72279d146bc08dd05816197bceb186d2427a56fad86bf4
|
||||
SIZE (libquicktime-1.1.5.tar.gz) = 997305
|
||||
|
|
|
@ -12,7 +12,6 @@ bin/qtyuv4toyuv
|
|||
include/lqt/colormodels.h
|
||||
include/lqt/lqt.h
|
||||
include/lqt/lqt_atoms.h
|
||||
include/lqt/lqt_codecapi.h
|
||||
include/lqt/lqt_codecinfo.h
|
||||
include/lqt/lqt_qtvr.h
|
||||
include/lqt/lqt_version.h
|
||||
|
|
Loading…
Reference in a new issue