mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.1.3
- Add dirac support via libschroedinger
This commit is contained in:
parent
0aebd5a6eb
commit
00b35a0a6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239310
3 changed files with 15 additions and 5 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libquicktime
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.1.3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SFE
|
||||
|
||||
|
@ -36,6 +35,7 @@ OPTIONS= LAME "Enable Lame mp3 encoding support" Off \
|
|||
FAAC "Enable FAAC support" Off \
|
||||
FAAD "Enable FAAD support" On \
|
||||
X264 "Enable X264 codec support" On \
|
||||
SCHROEDINGER "Enable dirac support" On \
|
||||
GTK2 "Enable Gtk+2 Frontend" Off \
|
||||
OPTIMIZED_CFLAGS "Enable Optimized CFLAGS" Off
|
||||
|
||||
|
@ -138,6 +138,14 @@ PLIST_SUB+= X264="@comment "
|
|||
CONFIGURE_ARGS+= --without-x264
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_SCHROEDINGER)
|
||||
LIB_DEPENDS+= schroedinger-1.0.2:${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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (libquicktime-1.1.1.tar.gz) = 88df838a450b6c6768819d45bacc0926
|
||||
SHA256 (libquicktime-1.1.1.tar.gz) = 90efa1a836133680669cac743b726608720ad8f3aadcdb71ff1e29e510bd0d13
|
||||
SIZE (libquicktime-1.1.1.tar.gz) = 1009816
|
||||
MD5 (libquicktime-1.1.3.tar.gz) = e4fcda219f1e0ca508d9baa3700e4a59
|
||||
SHA256 (libquicktime-1.1.3.tar.gz) = 0d91904d6920cde25019638d1c240512c72a80032aa6b241973467a8fdfe08dd
|
||||
SIZE (libquicktime-1.1.3.tar.gz) = 983330
|
||||
|
|
|
@ -38,6 +38,8 @@ lib/libquicktime/lqt_audiocodec.so
|
|||
%%PNG%%lib/libquicktime/lqt_png.so
|
||||
lib/libquicktime/lqt_rtjpeg.la
|
||||
lib/libquicktime/lqt_rtjpeg.so
|
||||
%%SCHROEDINGER%%lib/libquicktime/lqt_schroedinger.la
|
||||
%%SCHROEDINGER%%lib/libquicktime/lqt_schroedinger.so
|
||||
lib/libquicktime/lqt_videocodec.la
|
||||
lib/libquicktime/lqt_videocodec.so
|
||||
lib/libquicktime/lqt_vorbis.la
|
||||
|
|
Loading…
Add table
Reference in a new issue