pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio realplayer moved to the multimedia category.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d9c9f952f76
branches: trunk
changeset: 467152:8d9c9f952f76
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Mon Jan 26 13:11:36 2004 +0000
description:
realplayer moved to the multimedia category.
diffstat:
audio/Makefile | 3 +-
audio/realplayer/DESCR | 2 -
audio/realplayer/MESSAGE | 16 -
audio/realplayer/Makefile | 103 ---------
audio/realplayer/PLIST | 316 ----------------------------
audio/realplayer/distinfo | 10 -
audio/realplayer/files/extract_instructions | 23 --
audio/realplayer/files/realplay.sh | 7 -
audio/realplayer/patches/patch-aa | 13 -
audio/realplayer/patches/patch-ab | 73 ------
audio/realplayer/patches/patch-ac | 10 -
audio/realplayer/patches/patch-ad | 15 -
12 files changed, 1 insertions(+), 590 deletions(-)
diffs (truncated from 649 to 300 lines):
diff -r 40430ca59206 -r 8d9c9f952f76 audio/Makefile
--- a/audio/Makefile Mon Jan 26 13:10:37 2004 +0000
+++ b/audio/Makefile Mon Jan 26 13:11:36 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.203 2004/01/24 17:46:11 jmmv Exp $
+# $NetBSD: Makefile,v 1.204 2004/01/26 13:11:36 jmmv Exp $
#
COMMENT= Audio tools
@@ -143,7 +143,6 @@
SUBDIR+= p5-MP3-Info
SUBDIR+= p5-MP3-Tag
SUBDIR+= py-cddb
-SUBDIR+= realplayer
SUBDIR+= rhythmbox
SUBDIR+= rio
SUBDIR+= rio500
diff -r 40430ca59206 -r 8d9c9f952f76 audio/realplayer/DESCR
--- a/audio/realplayer/DESCR Mon Jan 26 13:10:37 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-RealPlayer for Unix allows you to play streaming audio and video over the
-Internet in real-time.
diff -r 40430ca59206 -r 8d9c9f952f76 audio/realplayer/MESSAGE
--- a/audio/realplayer/MESSAGE Mon Jan 26 13:10:37 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 00:17:43 zuntum Exp $
-
-Please be sure to read the licensing terms in
-
- ${REALPLAYER_HOME}/LICENSE
-
-prior to using RealPlayer. Users may run:
-
- ${REALPLAYER_HOME}/mimeinstall.sh
-
-to install the RealPlayer MIME types into their .mime.types and .mailcap
-files and to install a RealPlayer icon and MIME types into their KDE or
-GNOME desktop.
-
-===========================================================================
diff -r 40430ca59206 -r 8d9c9f952f76 audio/realplayer/Makefile
--- a/audio/realplayer/Makefile Mon Jan 26 13:10:37 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,103 +0,0 @@
-# $NetBSD: Makefile,v 1.24 2004/01/22 08:46:00 grant Exp $
-
-PKGNAME= realplayer-8.0.1
-CATEGORIES= audio
-MASTER_SITES= # empty
-EXTRACT_SUFX= .bin
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${MACHINE_ARCH} == "i386"
-DISTNAME= rp8_linux20_libc6_i386_cs2
-.elif ${MACHINE_ARCH} == "sparc"
-DISTNAME= rp8_solaris27_sparc_cs2
-.else
-DISTNAME= must_be_defined
-.endif
-
-MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://www.real.com/products/player/
-COMMENT= RealAudio and RealVideo player
-
-.if ${OPSYS} == "NetBSD"
-. if ${MACHINE_ARCH} == "i386"
-DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11
-. elif ${MACHINE_ARCH} == "sparc"
-. if !exists(/emul/svr4/usr/lib/ld.so)
-PKG_FAIL_REASON= "${PKGNAME} requires Solaris libraries - see compat_svr4(8)"
-. endif
-. endif
-.endif
-
-RESTRICTED= "Redistribution not permitted"
-NO_SRC_ON_FTP= ${RESTRICTED}
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-
-ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc SunOS-*-sparc
-
-CONFLICTS= realplayer-codecs<8nb2
-
-WRKSRC= ${WRKDIR}/RealPlayer8
-CRYPTO= # defined
-INTERACTIVE_STAGE= fetch extract
-CHECK_SHLIBS= NO
-
-XAUTHORITY?= ${HOME}/.Xauthority
-.if exists(${XAUTHORITY})
-EXTRACT_CMD= HOME=${WRKDIR} XAUTHORITY=${XAUTHORITY} ${RP_INSTALLER}
-.else
-EXTRACT_CMD= HOME=${WRKDIR} ${RP_INSTALLER}
-.endif
-
-DOWNLOAD= http://forms.real.com/real/player/unix/unix.html
-RP_INSTALLER= ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
-REALPLAYER_HOME= ${PREFIX}/lib/RealPlayer8
-NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins
-MESSAGE_SUBST+= REALPLAYER_HOME=${REALPLAYER_HOME}
-
-_FETCH_MESSAGE= \
- ${ECHO} "==============================================================="; \
- ${ECHO} " RealPlayer 8 (Self-Extracting) must be fetched"; \
- ${ECHO} " into ${DISTDIR} from"; \
- ${ECHO} " ${DOWNLOAD}."; \
- ${ECHO} "==============================================================="
-
-pre-extract:
- @delay=15; \
- ${SED} -e "s|@WRKSRC@|${WRKSRC}|g" \
- -e "s|@delay@|$${delay}|g" \
- ${FILESDIR}/extract_instructions; \
- sleep $${delay}
- @if [ ! -x ${RP_INSTALLER} ]; then \
- ${CHMOD} +x ${RP_INSTALLER}; \
- fi
-
-do-build:
- cd ${WRKSRC}; \
- ${MV} -f mimeinstall.sh mimeinstall.sh.old; \
- ${SED} -e "s,@PREFIX@,${PREFIX},g" \
- -e "s,@REALPLAYER_HOME@,${REALPLAYER_HOME},g" \
- mimeinstall.sh.old > mimeinstall.sh; \
- ${CHMOD} +x mimeinstall.sh
- ${SED} -e "s,@REALPLAYER_HOME@,${REALPLAYER_HOME},g" \
- ${FILESDIR}/realplay.sh > ${WRKDIR}/realplay.sh
-
-pre-install:
- ${FIND} ${WRKSRC} \( -name "*.orig" -o -name "*.old" \) -print \
- | ${XARGS} ${RM}
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/realplay.sh ${PREFIX}/bin/realplay
- cd ${WRKDIR} && ${PAX} -rw RealPlayer8 ${PREFIX}/lib
-
-post-install:
- ${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
- ${INSTALL_DATA} ${REALPLAYER_HOME}/raclass.zip ${NS_PLUGINS_DIR}
- ${INSTALL_DATA} ${REALPLAYER_HOME}/rpnp.so ${NS_PLUGINS_DIR}
-
-.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "i386"
-.include "../../emulators/suse_linux/Makefile.application"
-.endif
-.include "../../mk/bsd.pkg.mk"
diff -r 40430ca59206 -r 8d9c9f952f76 audio/realplayer/PLIST
--- a/audio/realplayer/PLIST Mon Jan 26 13:10:37 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,316 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:13 tron Exp $
-bin/realplay
-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/drv1.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/rncolor.so.6.0
-lib/RealPlayer8/Codecs/rv10.so.6.0
-lib/RealPlayer8/Codecs/rv20.so.6.0
-lib/RealPlayer8/Codecs/rv30.so.6.0
-lib/RealPlayer8/Codecs/sipr.so.6.0
-lib/RealPlayer8/Codecs/tokr.so.6.0
-lib/RealPlayer8/Common/pnrscmgr.so.6.0
-lib/RealPlayer8/Common/rcacore.so.6.0
-lib/RealPlayer8/Common/rcaembed.so.6.0
-lib/RealPlayer8/Common/rmacore.so.6.0
-lib/RealPlayer8/Help/readme
-lib/RealPlayer8/Help/realplay.htm
-lib/RealPlayer8/Help/realplay/aud_play.htm
-lib/RealPlayer8/Help/realplay/buffered.htm
-lib/RealPlayer8/Help/realplay/cinfobar.htm
-lib/RealPlayer8/Help/realplay/clip_bar.htm
-lib/RealPlayer8/Help/realplay/clipinfo.htm
-lib/RealPlayer8/Help/realplay/clipwork.htm
-lib/RealPlayer8/Help/realplay/compact.htm
-lib/RealPlayer8/Help/realplay/con_pref.htm
-lib/RealPlayer8/Help/realplay/configur.htm
-lib/RealPlayer8/Help/realplay/cont_menu.htm
-lib/RealPlayer8/Help/realplay/disp_hlp.htm
-lib/RealPlayer8/Help/realplay/display.htm
-lib/RealPlayer8/Help/realplay/distort.htm
-lib/RealPlayer8/Help/realplay/error690.htm
-lib/RealPlayer8/Help/realplay/error693.htm
-lib/RealPlayer8/Help/realplay/error698.htm
-lib/RealPlayer8/Help/realplay/file_menu.htm
-lib/RealPlayer8/Help/realplay/filetype.htm
-lib/RealPlayer8/Help/realplay/gen_pref.htm
-lib/RealPlayer8/Help/realplay/glossary.htm
-lib/RealPlayer8/Help/realplay/gotoreal.htm
-lib/RealPlayer8/Help/realplay/help_menu.htm
-lib/RealPlayer8/Help/realplay/how_to.htm
-lib/RealPlayer8/Help/realplay/index.htm
-lib/RealPlayer8/Help/realplay/inner.htm
-lib/RealPlayer8/Help/realplay/intrface.htm
-lib/RealPlayer8/Help/realplay/introduction.htm
-lib/RealPlayer8/Help/realplay/jump_to.htm
-lib/RealPlayer8/Help/realplay/keyshort.htm
-lib/RealPlayer8/Help/realplay/loadclip.htm
-lib/RealPlayer8/Help/realplay/manually.htm
-lib/RealPlayer8/Help/realplay/menubar.htm
-lib/RealPlayer8/Help/realplay/menus.htm
-lib/RealPlayer8/Help/realplay/mute.htm
-lib/RealPlayer8/Help/realplay/notice.htm
-lib/RealPlayer8/Help/realplay/panels.htm
-lib/RealPlayer8/Help/realplay/pause.htm
-lib/RealPlayer8/Help/realplay/per_pref.htm
-lib/RealPlayer8/Help/realplay/pics/DOCUMENTB.gif
-lib/RealPlayer8/Help/realplay/pics/RealLogo.gif
-lib/RealPlayer8/Help/realplay/pics/RealNetx.gif
-lib/RealPlayer8/Help/realplay/pics/SHED-EXAMPLE.gif
-lib/RealPlayer8/Help/realplay/pics/back.gif
-lib/RealPlayer8/Help/realplay/pics/backbutt.gif
-lib/RealPlayer8/Help/realplay/pics/bckbutt.gif
-lib/RealPlayer8/Help/realplay/pics/brightness.gif
-lib/RealPlayer8/Help/realplay/pics/btn_a.gif
-lib/RealPlayer8/Help/realplay/pics/btn_b.gif
-lib/RealPlayer8/Help/realplay/pics/btn_c.gif
-lib/RealPlayer8/Help/realplay/pics/btn_d.gif
-lib/RealPlayer8/Help/realplay/pics/btn_e.gif
-lib/RealPlayer8/Help/realplay/pics/btn_f.gif
-lib/RealPlayer8/Help/realplay/pics/btn_g.gif
-lib/RealPlayer8/Help/realplay/pics/btn_h.gif
-lib/RealPlayer8/Help/realplay/pics/btn_i.gif
-lib/RealPlayer8/Help/realplay/pics/btn_j.gif
-lib/RealPlayer8/Help/realplay/pics/btn_k.gif
-lib/RealPlayer8/Help/realplay/pics/btn_l.gif
-lib/RealPlayer8/Help/realplay/pics/btn_m.gif
-lib/RealPlayer8/Help/realplay/pics/btn_n.gif
-lib/RealPlayer8/Help/realplay/pics/btn_o.gif
-lib/RealPlayer8/Help/realplay/pics/btn_p.gif
-lib/RealPlayer8/Help/realplay/pics/btn_q.gif
-lib/RealPlayer8/Help/realplay/pics/btn_r.gif
-lib/RealPlayer8/Help/realplay/pics/btn_s.gif
-lib/RealPlayer8/Help/realplay/pics/btn_t.gif
-lib/RealPlayer8/Help/realplay/pics/btn_u.gif
-lib/RealPlayer8/Help/realplay/pics/btn_v.gif
-lib/RealPlayer8/Help/realplay/pics/btn_w.gif
-lib/RealPlayer8/Help/realplay/pics/btn_x.gif
-lib/RealPlayer8/Help/realplay/pics/btn_y.gif
-lib/RealPlayer8/Help/realplay/pics/btn_z.gif
-lib/RealPlayer8/Help/realplay/pics/callouts.gif
-lib/RealPlayer8/Help/realplay/pics/channelstab.gif
-lib/RealPlayer8/Help/realplay/pics/closed2.gif
-lib/RealPlayer8/Help/realplay/pics/cnt0.gif
-lib/RealPlayer8/Help/realplay/pics/cnt1.gif
-lib/RealPlayer8/Help/realplay/pics/colorcontrol.gif
-lib/RealPlayer8/Help/realplay/pics/compbutt.gif
-lib/RealPlayer8/Help/realplay/pics/contrast.gif
-lib/RealPlayer8/Help/realplay/pics/creditroll.gif
-lib/RealPlayer8/Help/realplay/pics/cursor_hand.gif
-lib/RealPlayer8/Help/realplay/pics/delete3.gif
-lib/RealPlayer8/Help/realplay/pics/do-it.gif
-lib/RealPlayer8/Help/realplay/pics/dropdwnarrow.gif
-lib/RealPlayer8/Help/realplay/pics/eq-autogainadj.gif
-lib/RealPlayer8/Help/realplay/pics/eq-on-off.gif
-lib/RealPlayer8/Help/realplay/pics/eq-onbutton.gif
-lib/RealPlayer8/Help/realplay/pics/eq-restoredefault.gif
-lib/RealPlayer8/Help/realplay/pics/eq-slider3.gif
-lib/RealPlayer8/Help/realplay/pics/eq-smarteq.gif
-lib/RealPlayer8/Help/realplay/pics/equalizer3.gif
-lib/RealPlayer8/Help/realplay/pics/favicon.gif
-lib/RealPlayer8/Help/realplay/pics/favoritestab.gif
-lib/RealPlayer8/Help/realplay/pics/forward.gif
-lib/RealPlayer8/Help/realplay/pics/forwardbutt.gif
-lib/RealPlayer8/Help/realplay/pics/fullplayershed.gif
-lib/RealPlayer8/Help/realplay/pics/fulltoc.gif
-lib/RealPlayer8/Help/realplay/pics/fwdbutt.gif
-lib/RealPlayer8/Help/realplay/pics/g2-status.gif
-lib/RealPlayer8/Help/realplay/pics/glossary.gif
-lib/RealPlayer8/Help/realplay/pics/index.gif
-lib/RealPlayer8/Help/realplay/pics/index_a.gif
-lib/RealPlayer8/Help/realplay/pics/index_b.gif
-lib/RealPlayer8/Help/realplay/pics/index_c.gif
-lib/RealPlayer8/Help/realplay/pics/index_d.gif
-lib/RealPlayer8/Help/realplay/pics/index_e.gif
-lib/RealPlayer8/Help/realplay/pics/index_f.gif
-lib/RealPlayer8/Help/realplay/pics/index_g.gif
-lib/RealPlayer8/Help/realplay/pics/index_h.gif
-lib/RealPlayer8/Help/realplay/pics/index_i.gif
-lib/RealPlayer8/Help/realplay/pics/index_j.gif
-lib/RealPlayer8/Help/realplay/pics/index_k.gif
-lib/RealPlayer8/Help/realplay/pics/index_l.gif
-lib/RealPlayer8/Help/realplay/pics/index_m.gif
-lib/RealPlayer8/Help/realplay/pics/index_n.gif
-lib/RealPlayer8/Help/realplay/pics/index_o.gif
-lib/RealPlayer8/Help/realplay/pics/index_p.gif
-lib/RealPlayer8/Help/realplay/pics/index_q.gif
-lib/RealPlayer8/Help/realplay/pics/index_r.gif
-lib/RealPlayer8/Help/realplay/pics/index_s.gif
-lib/RealPlayer8/Help/realplay/pics/index_t.gif
Home |
Main Index |
Thread Index |
Old Index