pkgsrc/x11/videoproto/Makefile
wiz a2e0a3ebe5 Update to 2.3.2:
This minor maintenance release contains two small bug fixes to the
definition of the padding fields in the protocol headers, to make
them match the specification & implementation, along with some build
configuration cleanup.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (4):
      Xvproto.h: fix xvQueryEncodingsReply to match actual wire protocol
      Trim trailing whitespace
      config: Add missing AC_CONFIG_SRCDIR
      videoproto 2.3.2

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Julien Cristau (1):
      Xvproto: fix xvEncodingInfo to match actual wire protocol
2013-07-23 06:45:24 +00:00

19 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/07/23 06:45:24 wiz Exp $
DISTNAME= videoproto-2.3.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Video extension headers from modular X.org X11
LICENSE= mit
PKGCONFIG_OVERRIDE+= videoproto.pc.in
GNU_CONFIGURE= yes
BUILDLINK_DEPMETHOD.libX11?= build # uses headers
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"