c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
39 lines
1.2 KiB
Makefile
39 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.9 2004/10/03 00:13:03 tv Exp $
|
|
|
|
DISTNAME= mjpegtools-1.6.2
|
|
PKGREVISION= 2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mjpeg/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://mjpeg.sourceforge.net/
|
|
COMMENT= Programs for compressing video streams
|
|
|
|
DEPENDS+= toolame>=02l:../../audio/toolame
|
|
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
|
|
USE_LIBTOOL= yes
|
|
SHLIBTOOL_OVERRIDE= libtool
|
|
PKGCONFIG_OVERRIDE= mjpegtools.pc.in
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-large-file
|
|
CONFIGURE_ARGS+= --with-lame-includes=${BUILDLINK_PREFIX.lame}
|
|
# XXX fix me
|
|
CONFIGURE_ARGS+= --without-avifile
|
|
|
|
.include "../../audio/lame/buildlink3.mk"
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../graphics/ImageMagick/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
#.include "../../multimedia/avifile/buildlink3.mk"
|
|
# GTK+ support is disabled to avoid a dependency on GTK+ when building GNOME2.
|
|
# This only disables the "glav" program. If you really need it, please add an
|
|
# external package for it.
|
|
#.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../mk/ossaudio.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|