ffa2af40b3
are "some small, but glaring, bug fixes". Also add a HOMEPAGE to the package. Most of the changes to the files in the patches directory are just fuzz- or offset-related. Change the name of the installed library from libmpeg to libmpeg_lib to avoid conflicting with audio/kdemultimedia2 (pkg/13589 by Matthias Scheler <tron@colwyn.zhadum.de>).
19 lines
536 B
Makefile
19 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.16 2001/08/02 13:28:44 jlam Exp $
|
|
|
|
DISTNAME= mpeg_lib-1.3.1
|
|
PKGNAME= mpeg-1.3.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.mni.mcgill.ca/pub/mpeg/ \
|
|
ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/libs/ \
|
|
ftp://ftp.gimp.org/pub/gimp/libs/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://starship.python.net/~gward/mpeglib/
|
|
COMMENT= Library for decoding MPEG movies
|
|
|
|
USE_BUILDLINK_ONLY= # defined
|
|
USE_LIBTOOL= # defined
|
|
GNU_CONFIGURE= # defined
|
|
ALL_TARGET= libmpeg_lib.la
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|