diff options
author | reed <reed@pkgsrc.org> | 2005-05-10 00:16:42 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-05-10 00:16:42 +0000 |
commit | 2950b6431a265ef2e936e6419f81d32e4e938d39 (patch) | |
tree | c87175a53d73cbdc0d6ce553afdc941ceef95809 /multimedia/xine-lib/Makefile | |
parent | 69e2e00c3d6588524fbb872a4d0a2dcceb5875ba (diff) | |
download | pkgsrc-2950b6431a265ef2e936e6419f81d32e4e938d39.tar.gz |
Many changes to pkgsrc for this, but not a version update.
Change PLISTs to not hardcode 1.0.1 (or the version) but use
${PKGVERSION}. This will make it easier for later updates.
print-PLIST target produces ${PKGVERSION} and that is how I noticed this.
Move the xv plugin entries to PLIST.common from PLIST.NetBSD. Linux
and FreeBSD both have same xv plugin entries.
Remove dependency to win32-codecs. It is not needed and can be added
any time later for those extra codecs. Also, xine-lib supports
various Windows Media formats already (via builtin ffmpeg).
Move the i386 PLIST entries to own PLIST.i386 file.
Add MESSAGE.i386 to suggest installing win32-codecs if needed.
(If you have suggestions for other codecs or software to mention,
such as "Real" for this MESSAGE.i386, please let me know.)
Move COMMENT from Makefile.common to Makefile. (I will commit for
xine-arts and xine-esound next, since they didn't have their own
COMMENTs before.)
Bump PKGREVISION.
(Later I will add a couple patches for FreeBSD support and add
theora support.)
Diffstat (limited to 'multimedia/xine-lib/Makefile')
-rw-r--r-- | multimedia/xine-lib/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile index 1ed799c7e30..705d75eeea4 100644 --- a/multimedia/xine-lib/Makefile +++ b/multimedia/xine-lib/Makefile @@ -1,13 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2005/05/02 11:29:35 drochner Exp $ +# $NetBSD: Makefile,v 1.22 2005/05/10 00:16:42 reed Exp $ .include "Makefile.common" -.if ${MACHINE_ARCH} == "i386" -DEPENDS+= win32-codecs>=011227:../../multimedia/win32-codecs -PLIST_SUBST+= I386="" -.else -PLIST_SUBST+= I386="@comment " -.endif +PKGREVISION= 1 +COMMENT= Multimedia player library BUILDLINK_DEPENDS.vcdimager+= vcdimager>=0.7.20nb1 |