sync LIB_DEPENDS/WANTLIB and fix capitalization, from Brad

This commit is contained in:
sthen 2010-11-28 18:08:19 +00:00
parent 399c78eef1
commit 54a3496525
2 changed files with 24 additions and 22 deletions

View File

@ -1,12 +1,14 @@
# $OpenBSD: Makefile,v 1.31 2010/11/19 07:23:13 espie Exp $
# $FreeBSD: ports/multimedia/libquicktime/Makefile,v 1.19 2004/03/16 04:23:53 edwin Exp $
# $OpenBSD: Makefile,v 1.32 2010/11/28 18:08:19 sthen Exp $
SHARED_ONLY= Yes
COMMENT= library for reading and writing quicktime files
COMMENT= library for reading and writing QuickTime files
DISTNAME= libquicktime-1.1.5
REVISION= 3
REVISION= 4
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libquicktime/}
SHARED_LIBS= quicktime 4.0
HOMEPAGE= http://libquicktime.sourceforge.net/
@ -18,28 +20,28 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL ICE SM X11 Xau Xaw Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xt Xv atk-1.0 c
WANTLIB += cairo expat faac faad fontconfig freetype gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 gsm gthread-2.0 m ogg orc-0.4
WANTLIB += Xext Xfixes Xi Xinerama Xmu Xpm Xrandr Xrender Xt Xv Xxf86vm
WANTLIB += atk-1.0 c cairo drm expat faac faad fontconfig freetype gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gsm gthread-2.0 m ogg orc-0.4
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 pthread
WANTLIB += pthread-stubs schroedinger-1.0 sndio speex theora xcb
WANTLIB += xcb-render xcb-render-util z gdk_pixbuf-2.0 avcodec avutil
WANTLIB += swscale dv gtk-x11-2.0 gdk-x11-2.0 jpeg mp3lame png vorbis
WANTLIB += vorbisfile vorbisenc x264
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libquicktime/}
WANTLIB += xcb-render xcb-shm z gdk_pixbuf-2.0 avcodec avutil swscale
WANTLIB += dv gtk-x11-2.0 gdk-x11-2.0 jpeg mp3lame png vorbis vorbisfile
WANTLIB += vorbisenc x264
MODULES= devel/gettext
BUILD_DEPENDS= devel/doxygen>=1.7.2
LIB_DEPENDS= graphics/ffmpeg>=20100512 \
multimedia/libdv \
x11/gtk+2 \
graphics/jpeg \
LIB_DEPENDS= audio/faac \
audio/faad \
audio/lame \
graphics/png \
audio/libvorbis \
multimedia/x264
graphics/ffmpeg>=20100512 \
graphics/jpeg \
graphics/png \
multimedia/libdv \
multimedia/schroedinger \
multimedia/x264 \
x11/gtk+2
VMEM_WARNING= Yes
USE_LIBTOOL= Yes

View File

@ -1,4 +1,4 @@
This is libquicktime, a library for reading and writing quicktime files.
This is libquicktime, a library for reading and writing QuickTime files.
It is based on, and compatible with, the quicktime4linux library. This
package also includes a program to play quicktime movies, and some other
programs to work with quicktime files.
package also includes a program to play QuickTime movies, and some other
programs to work with QuickTime files.