diff options
author | salo <salo@pkgsrc.org> | 2003-05-24 17:03:35 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-24 17:03:35 +0000 |
commit | 534c3e9cb699d01a0ec8e93e3c7b418503a907dc (patch) | |
tree | b78ec547f8fb135935ee9d334d168568c649173c /graphics | |
parent | 0bfab10efa1499be1a468a85cdfefc16797542b7 (diff) | |
download | pkgsrc-534c3e9cb699d01a0ec8e93e3c7b418503a907dc.tar.gz |
PKGREVISION++
- install in alternative directory, don't conflict with RealPlayer8 package
From Matt Green.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/realplayer-codecs/Makefile | 10 | ||||
-rw-r--r-- | graphics/realplayer-codecs/PLIST | 25 |
2 files changed, 17 insertions, 18 deletions
diff --git a/graphics/realplayer-codecs/Makefile b/graphics/realplayer-codecs/Makefile index a3544ba8948..64ac61802b4 100644 --- a/graphics/realplayer-codecs/Makefile +++ b/graphics/realplayer-codecs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2003/04/03 17:01:37 salo Exp $ +# $NetBSD: Makefile,v 1.4 2003/05/24 17:03:35 salo Exp $ # DISTNAME= rp8codecs${RP_ARCH} PKGNAME= realplayer-codecs-8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://mplayerhq.hu/MPlayer/releases/codecs/ EXTRACT_SUFX= .tar.bz2 @@ -12,8 +12,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://mplayerhq.hu/MPlayer/releases/codecs/ COMMENT= RealPlayer 8 shared libraries, primary for use with MPlayer -CONFLICTS= realplayer-* - ONLY_FOR_PLATFORM= *-*-i386 *-*-powerpc *-*-alpha .if ${MACHINE_ARCH} == "i386" @@ -33,7 +31,7 @@ NO_SRC_ON_CDROM=${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/lib/RealPlayer8/Codecs - ${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/lib/RealPlayer8/Codecs + ${INSTALL_DATA_DIR} ${PREFIX}/lib/RealPlayer8-Codecs + ${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/lib/RealPlayer8-Codecs .include "../../mk/bsd.pkg.mk" diff --git a/graphics/realplayer-codecs/PLIST b/graphics/realplayer-codecs/PLIST index c441a4170c5..0c9a21a9ff6 100644 --- a/graphics/realplayer-codecs/PLIST +++ b/graphics/realplayer-codecs/PLIST @@ -1,12 +1,13 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/01 08:02:48 mrg Exp $ -lib/RealPlayer8/Codecs/14_4.so.6.0 -lib/RealPlayer8/Codecs/28_8.so.6.0 -lib/RealPlayer8/Codecs/atrc.so.6.0 -lib/RealPlayer8/Codecs/cook.so.6.0 -lib/RealPlayer8/Codecs/ddnt.so.6.0 -lib/RealPlayer8/Codecs/dnet.so.6.0 -lib/RealPlayer8/Codecs/drv2.so.6.0 -lib/RealPlayer8/Codecs/drv3.so.6.0 -lib/RealPlayer8/Codecs/dspr.so.6.0 -lib/RealPlayer8/Codecs/sipr.so.6.0 -lib/RealPlayer8/Codecs/tokr.so.6.0 +@comment $NetBSD: PLIST,v 1.2 2003/05/24 17:03:35 salo Exp $ +lib/RealPlayer8-Codecs/14_4.so.6.0 +lib/RealPlayer8-Codecs/28_8.so.6.0 +lib/RealPlayer8-Codecs/atrc.so.6.0 +lib/RealPlayer8-Codecs/cook.so.6.0 +lib/RealPlayer8-Codecs/ddnt.so.6.0 +lib/RealPlayer8-Codecs/dnet.so.6.0 +lib/RealPlayer8-Codecs/drv2.so.6.0 +lib/RealPlayer8-Codecs/drv3.so.6.0 +lib/RealPlayer8-Codecs/dspr.so.6.0 +lib/RealPlayer8-Codecs/sipr.so.6.0 +lib/RealPlayer8-Codecs/tokr.so.6.0 +@dirrm lib/RealPlayer8-Codecs |