summaryrefslogtreecommitdiff
path: root/graphics/mpeg-lib/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-02 13:28:44 +0000
committerjlam <jlam@pkgsrc.org>2001-08-02 13:28:44 +0000
commitffa2af40b39bba75858f18b711e5a7a1d568eccf (patch)
tree0b44d0a718fc34bb09f563b8203ef2c709d27b72 /graphics/mpeg-lib/Makefile
parent63ac378e8ad5466e17e97bae657fd3f4528025af (diff)
downloadpkgsrc-ffa2af40b39bba75858f18b711e5a7a1d568eccf.tar.gz
Update mpeg-lib to 1.3.1. The only relevant changes from version 1.2.1
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>).
Diffstat (limited to 'graphics/mpeg-lib/Makefile')
-rw-r--r--graphics/mpeg-lib/Makefile22
1 files changed, 8 insertions, 14 deletions
diff --git a/graphics/mpeg-lib/Makefile b/graphics/mpeg-lib/Makefile
index f816dce10cc..46ed27aea4f 100644
--- a/graphics/mpeg-lib/Makefile
+++ b/graphics/mpeg-lib/Makefile
@@ -1,25 +1,19 @@
-# $NetBSD: Makefile,v 1.15 2001/06/29 21:38:24 zuntum Exp $
+# $NetBSD: Makefile,v 1.16 2001/08/02 13:28:44 jlam Exp $
-DISTNAME= mpeg_lib-1.2.1
-PKGNAME= mpeg-1.2.1
+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= YES
-USE_LIBTOOL= # defined
-GNU_CONFIGURE= # defined
-ALL_TARGET= libmpeg.la
-
-WRKSRC= ${WRKDIR}/mpeg_lib
-
-do-install:
- cd ${WRKSRC} && \
- ${LIBTOOL} ${INSTALL_DATA} libmpeg.la ${PREFIX}/lib/
- ${INSTALL_DATA} ${WRKSRC}/mpeg.h ${PREFIX}/include/
+USE_BUILDLINK_ONLY= # defined
+USE_LIBTOOL= # defined
+GNU_CONFIGURE= # defined
+ALL_TARGET= libmpeg_lib.la
.include "../../mk/bsd.pkg.mk"