mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Enable x264 support. It is usually brought in indirectly via ffmpeg, so make
it always on and fix plist Reported by: pointyhat
This commit is contained in:
parent
522a5b9391
commit
f709cc0f81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202159
2 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= libquicktime
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -20,7 +20,8 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \
|
|||
png.5:${PORTSDIR}/graphics/png \
|
||||
dv.4:${PORTSDIR}/multimedia/libdv \
|
||||
avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
|
||||
faad.0:${PORTSDIR}/audio/faad
|
||||
faad.0:${PORTSDIR}/audio/faad \
|
||||
x264.50:${PORTSDIR}/multimedia/x264
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_GETTEXT= yes
|
||||
|
|
|
@ -40,6 +40,8 @@ lib/libquicktime/lqt_videocodec.la
|
|||
lib/libquicktime/lqt_videocodec.so
|
||||
lib/libquicktime/lqt_vorbis.la
|
||||
lib/libquicktime/lqt_vorbis.so
|
||||
lib/libquicktime/lqt_x264.la
|
||||
lib/libquicktime/lqt_x264.so
|
||||
libdata/pkgconfig/libquicktime.pc
|
||||
share/aclocal/lqt.m4
|
||||
share/locale/de/LC_MESSAGES/libquicktime.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue