pkgsrc/x11/libXv/Makefile
wiz a66fed45e6 Update to 1.0.10:
This release contains cleanup & refactoring intended to make the code
more robust and easier to maintain.  It does increase to libX11 1.6.0
the required version of libX11 needed to build and run libXv.

Alan Coopersmith (10):
      Adopt X.Org standard code style, with consistent indentation
      Remove unnecessary casts from Xmalloc calls
      Fix sign conversion & comparison warnings from clang
      Use pad_to_int32 macro instead of repeated (x + 3) & ~3 pattern
      Require ANSI C89 pre-processor, drop pre-C89 token pasting support
      Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequest
      Add missing calls to _XEatDataWords when we are skipping _XRead
      Refactor error handling
      Remove fallback for _XEatDataWords, require libX11 1.6 for it
      libXv 1.0.10
2013-09-08 08:21:11 +00:00

33 lines
815 B
Makefile

# $NetBSD: Makefile,v 1.13 2013/09/08 08:21:11 wiz Exp $
DISTNAME= libXv-1.0.10
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Xv Extension library
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= xv.pc.in
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --disable-malloc0returnsnull
.endif
.include "../../meta-pkgs/modular-xorg/hacks.mk"
BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/videoproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"