diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-28 17:33:09 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-28 17:33:09 +0000 |
commit | bc0c579550a767741944a29e2ec58be131e16a80 (patch) | |
tree | 0e8afa55603e2b9562dcf27ef82c2c228a63e219 /audio | |
parent | -avifile ports/graphics/avifile (diff) |
-linux-realplayer ports/audio/linux-realplayer
+linux-realplayer ports/multimedia/linux-realplayer
-xmms ports/audio/xmms
+xmms ports/multimedia/xmms
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
Notes
Notes:
svn path=/head/; revision=71209
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 2 | ||||
-rw-r--r-- | audio/linux-realplayer/Makefile | 87 | ||||
-rw-r--r-- | audio/linux-realplayer/distinfo | 1 | ||||
-rw-r--r-- | audio/linux-realplayer/pkg-comment | 1 | ||||
-rw-r--r-- | audio/linux-realplayer/pkg-descr | 10 | ||||
-rw-r--r-- | audio/linux-realplayer/pkg-message | 22 | ||||
-rw-r--r-- | audio/linux-realplayer/pkg-plist | 314 | ||||
-rw-r--r-- | audio/xmms/Makefile | 128 | ||||
-rw-r--r-- | audio/xmms/distinfo | 1 | ||||
-rw-r--r-- | audio/xmms/files/patch-ad | 25 | ||||
-rw-r--r-- | audio/xmms/files/patch-libxmms::util.c | 10 | ||||
-rw-r--r-- | audio/xmms/files/patch-ltmain.sh | 28 | ||||
-rw-r--r-- | audio/xmms/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmms/pkg-descr | 6 | ||||
-rw-r--r-- | audio/xmms/pkg-message | 2 | ||||
-rw-r--r-- | audio/xmms/pkg-plist | 87 |
16 files changed, 0 insertions, 725 deletions
diff --git a/audio/Makefile b/audio/Makefile index 28c2db9ad79c..ed040f20e09d 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -124,7 +124,6 @@ SUBDIR += libworkman SUBDIR += linux-esound SUBDIR += linux-libaudiofile - SUBDIR += linux-realplayer SUBDIR += linux-vsound SUBDIR += lopster SUBDIR += mad @@ -286,7 +285,6 @@ SUBDIR += xmix SUBDIR += xmixer SUBDIR += xmmix - SUBDIR += xmms SUBDIR += xmms-a52dec SUBDIR += xmms-bonk SUBDIR += xmms-crossfade diff --git a/audio/linux-realplayer/Makefile b/audio/linux-realplayer/Makefile deleted file mode 100644 index a780f69e38a6..000000000000 --- a/audio/linux-realplayer/Makefile +++ /dev/null @@ -1,87 +0,0 @@ -# New ports collection makefile for: linux-realplayer -# Date created: 31 January 1999 -# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> -# -# $FreeBSD$ -# - -PORTNAME= linux-realplayer -PORTVERSION= 8.cs2 -CATEGORIES= audio graphics linux -MASTER_SITES= # fetch manually -DISTNAME= rp${PORTVERSION:R}_linux20_libc6_i386_${PORTVERSION:E} -EXTRACT_SUFX= _rpm - -MAINTAINER= vns@delta.odessa.ua - -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio - -EXTRACT_CMD= rpm2cpio -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= | cpio -id --quiet -RADIR= ${PREFIX}/lib/RealPlayer${PORTVERSION:R} -WRKSRC= ${WRKDIR}/usr/lib/RealPlayer${PORTVERSION:R} -PLUGINSDIR= ${PREFIX}/lib/netscape-linux/plugins -RABINDIR= ${PREFIX}/bin - -# Linux binary should not be stripped by INSTALL_PROGRAM -# because as a side effect it brands the binary as FreeBSD. -STRIP= - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= may not be automatically fetched due to licensing\ - restrictions. You MUST manually fetch the Linux RPM version after\ - reading and agreeing to the license at:\ - http://scopes.real.com/real/player/unix/unix.html\ - - once ${DISTFILES} has been downloaded, move it to\ - ${DISTDIR} and then restart this build. -.endif - -ONLY_FOR_ARCHS= i386 -NO_CDROM= "Redistribution not allowed" -NO_BUILD= yes - -do-install: - ${MKDIR} ${RADIR} -.for f in mimeinstall.sh pluginstall.sh postinstall.sh - ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RADIR} -.endfor -.for f in realplay rpnp.so - ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${RADIR} -.endfor -.for f in LICENSE Mailcap Mime.types README app.kdelnk audiosig.rm \ - firstrun.rm mime.kdelnk raclass.zip \ - realplay.desktop rp7.xpm rp7doc.png rp7doc.xpm rp7mini.xpm - ${INSTALL_DATA} ${WRKSRC}/${f} ${RADIR} -.endfor -.for d in Codecs Common Plugins - ${MKDIR} ${RADIR}/${d} - ${INSTALL_PROGRAM} ${WRKSRC}/${d}/*.so* ${RADIR}/${d} -.endfor - ${MKDIR} ${RADIR}/Plugins/ExtResources - ${INSTALL_PROGRAM} ${WRKSRC}/Plugins/ExtResources/* ${RADIR}/Plugins/ExtResources/ - - ${LN} -sf ${RADIR}/realplay ${RABINDIR} - -.if exists(${PLUGINSDIR}) - ${LN} -sf ${RADIR}/raclass.zip ${PLUGINSDIR} - ${LN} -sf ${RADIR}/rpnp.so ${PLUGINSDIR} -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/RealPlayer8 - ${INSTALL_DATA} ${WRKSRC}/Help/readme ${PREFIX}/share/doc/RealPlayer8 - ${INSTALL_DATA} ${WRKSRC}/Help/realplay.htm ${PREFIX}/share/doc/RealPlayer8 - ${MKDIR} ${PREFIX}/share/doc/RealPlayer8/realplay - ${INSTALL_DATA} ${WRKSRC}/Help/realplay/*.htm ${PREFIX}/share/doc/RealPlayer8/realplay - ${MKDIR} ${PREFIX}/share/doc/RealPlayer8/realplay/pics - ${INSTALL_DATA} ${WRKSRC}/Help/realplay/pics/* ${PREFIX}/share/doc/RealPlayer8/realplay/pics -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/audio/linux-realplayer/distinfo b/audio/linux-realplayer/distinfo deleted file mode 100644 index 3b54b2a1cc88..000000000000 --- a/audio/linux-realplayer/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rp8_linux20_libc6_i386_cs2_rpm) = 525f6f050d076148e9e02769f2055d53 diff --git a/audio/linux-realplayer/pkg-comment b/audio/linux-realplayer/pkg-comment deleted file mode 100644 index a039ea8b20b4..000000000000 --- a/audio/linux-realplayer/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Linux RealPlayer 8.0 from RealNetworks diff --git a/audio/linux-realplayer/pkg-descr b/audio/linux-realplayer/pkg-descr deleted file mode 100644 index 8cf65bd7f0bd..000000000000 --- a/audio/linux-realplayer/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This is the Linux version of RealPlayer 8.0 Basic from RealNetworks, -the player for RealAudio and RealVideo streaming broadcasts from the net. -It can be used as a standalone application, an external "helper" app from -Netscape, or a plugin in the Linux version of netscape. - -Due to license restrictions, this package must be manually downloaded -from the RealNetworks web site: -http://www.real.com/player/ - -WWW: http://www.real.com/player/ diff --git a/audio/linux-realplayer/pkg-message b/audio/linux-realplayer/pkg-message deleted file mode 100644 index 13e9fa48971c..000000000000 --- a/audio/linux-realplayer/pkg-message +++ /dev/null @@ -1,22 +0,0 @@ -************************************************************ -HINT: - -If you experience crashes, try setting the -audio driver option under - - view->Preference->Performance->Audio Driver Options - -to - - "Enable support for old OSS drivers" - - -Take the following hint with a grain of salt: - -After install goto ${PREFIX}/lib/RealPlayer8 directory -(as user) and launch: - ./mimeinstall.sh - for install mime types for the mail and - browser - ./pluginstall.sh - for install plugin for the Linux - Netscape -************************************************************ diff --git a/audio/linux-realplayer/pkg-plist b/audio/linux-realplayer/pkg-plist deleted file mode 100644 index 7a4255f4f506..000000000000 --- a/audio/linux-realplayer/pkg-plist +++ /dev/null @@ -1,314 +0,0 @@ -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/LICENSE -lib/RealPlayer8/Mailcap -lib/RealPlayer8/Mime.types -lib/RealPlayer8/Plugins/ExtResources/coreres60.xrs -lib/RealPlayer8/Plugins/audplin.so.6.0 -lib/RealPlayer8/Plugins/authmgr.so.6.0 -lib/RealPlayer8/Plugins/bascauth.so.6.0 -lib/RealPlayer8/Plugins/httpfsys.so.6.0 -lib/RealPlayer8/Plugins/memfsys.so.6.0 -lib/RealPlayer8/Plugins/meta.so.6.0 -lib/RealPlayer8/Plugins/mp3f.so.6.0 -lib/RealPlayer8/Plugins/mp3mfpln.so.6.0 -lib/RealPlayer8/Plugins/mp3r.so.6.0 -lib/RealPlayer8/Plugins/pnxres.so.6.0 -lib/RealPlayer8/Plugins/ppffplin.so.6.0 -lib/RealPlayer8/Plugins/pxcgif2.so.6.0 -lib/RealPlayer8/Plugins/pxcjpeg2.so.6.0 -lib/RealPlayer8/Plugins/pxcpng.so.6.0 -lib/RealPlayer8/Plugins/pxff.so.6.0 -lib/RealPlayer8/Plugins/pxgf.so.6.0 -lib/RealPlayer8/Plugins/pxgr.so.6.0 -lib/RealPlayer8/Plugins/pxjf.so.6.0 -lib/RealPlayer8/Plugins/pxjr.so.6.0 -lib/RealPlayer8/Plugins/pxpf.so.6.0 -lib/RealPlayer8/Plugins/pxpr.so.6.0 -lib/RealPlayer8/Plugins/pxrend2.so.6.0 -lib/RealPlayer8/Plugins/rarender.so.6.0 -lib/RealPlayer8/Plugins/rcadlg.so.6.0 -lib/RealPlayer8/Plugins/rmffplin.so.6.0 -lib/RealPlayer8/Plugins/rn5auth.so.6.0 -lib/RealPlayer8/Plugins/rtffplin.so.6.0 -lib/RealPlayer8/Plugins/rtrender.so.6.0 -lib/RealPlayer8/Plugins/rvrend.so.6.0 -lib/RealPlayer8/Plugins/sdpplin.so.6.0 -lib/RealPlayer8/Plugins/skinfs.so.6.0 -lib/RealPlayer8/Plugins/smlffpln.so.6.0 -lib/RealPlayer8/Plugins/smlrendr.so.6.0 -lib/RealPlayer8/Plugins/smmrendr.so.6.0 -lib/RealPlayer8/Plugins/smplfsys.so.6.0 -lib/RealPlayer8/Plugins/swff.so.6.0 -lib/RealPlayer8/Plugins/swfrend.so.6.0 -lib/RealPlayer8/Plugins/vidplin.so.6.0 -lib/RealPlayer8/Plugins/vsrcplin.so.6.0 -lib/RealPlayer8/Plugins/xlibsite.so.6.0 -lib/RealPlayer8/README -lib/RealPlayer8/app.kdelnk -lib/RealPlayer8/audiosig.rm -lib/RealPlayer8/firstrun.rm -lib/RealPlayer8/mime.kdelnk -lib/RealPlayer8/mimeinstall.sh -lib/RealPlayer8/pluginstall.sh -lib/RealPlayer8/postinstall.sh -lib/RealPlayer8/raclass.zip -lib/RealPlayer8/realplay -lib/RealPlayer8/realplay.desktop -lib/RealPlayer8/rp7.xpm -lib/RealPlayer8/rp7doc.png -lib/RealPlayer8/rp7doc.xpm -lib/RealPlayer8/rp7mini.xpm -lib/RealPlayer8/rpnp.so -%%PORTDOCS%%share/doc/RealPlayer8/readme -%%PORTDOCS%%share/doc/RealPlayer8/realplay.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/aud_play.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/buffered.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/cinfobar.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/clip_bar.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/clipinfo.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/clipwork.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/compact.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/con_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/configur.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/cont_menu.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/disp_hlp.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/display.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/distort.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/error690.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/error693.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/error698.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/file_menu.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/filetype.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/gen_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/glossary.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/gotoreal.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/help_menu.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/how_to.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/index.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/inner.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/intrface.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/introduction.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/jump_to.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/keyshort.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/loadclip.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/manually.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/menubar.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/menus.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/mute.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/notice.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/panels.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pause.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/per_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/DOCUMENTB.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/RealLogo.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/RealNetx.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/SHED-EXAMPLE.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/back.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/backbutt.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/bckbutt.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/brightness.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_a.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_b.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_c.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_d.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_e.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_f.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_g.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_h.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_i.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_j.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_k.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_l.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_m.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_n.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_o.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_p.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_q.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_r.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_s.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_t.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_u.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_v.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_w.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_x.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_y.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_z.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/callouts.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/channelstab.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/closed2.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/cnt0.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/cnt1.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/colorcontrol.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/compbutt.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/contrast.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/creditroll.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/cursor_hand.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/delete3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/do-it.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/dropdwnarrow.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-autogainadj.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-on-off.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-onbutton.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-restoredefault.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-slider3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-smarteq.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/equalizer3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/favicon.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/favoritestab.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/forward.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/forwardbutt.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/fullplayershed.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/fulltoc.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/fwdbutt.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/g2-status.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/glossary.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_a.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_b.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_c.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_d.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_e.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_f.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_g.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_h.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_i.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_j.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_k.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_l.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_m.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_n.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_o.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_p.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_q.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_r.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_s.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_t.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_u.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_v.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_w.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_x.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_y.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_z.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-buffer-gauge.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-connect-wds.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-kbps-wds.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-live.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-nettraffic-red.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-nettrafficgreen.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-nettrafficyellow.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-pause.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-play.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-stop.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-surestreamdown.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-surestreamup.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-timeleft.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-timer.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/moreinfo.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/mute.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/mute3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/newchannels.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/next.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/next0.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/next1.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/notice.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/optionsbutt.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/pause.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/play.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/plus2.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/pregain3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/prev0.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/prev1.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/readme.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/real.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000000.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000013.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000046.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000071.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00090000.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00090001.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/recbutt.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/recbuttondwn.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/reverb3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/roomsize3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/saturation.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/savesettings3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/scan.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/search.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/settings4.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/sharpness.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/shortcut.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/shorttoc.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/stationstab.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/stop.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/tint.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/unixplay.jpg -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/videocontrols3.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/volslider.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/zoom.gif -%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/zoomtest -%%PORTDOCS%%share/doc/RealPlayer8/realplay/play.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/play_menu.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/playclip.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/position.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/prx_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/real_wrk.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/rollcred.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/set_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/size.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/slider.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/snd_set.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/stat_bar.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/statist.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/status.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/stop.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/streams.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/sup_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/surestrm.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/sync_snd.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/takefive.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_full.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_menu.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_strt.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_trbl.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/trn_pref.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/trn_set.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/trouble.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/use_real.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/vid_play.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/video.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/view_menu.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/volume.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/win_ctrl.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/zoom.htm -%%PORTDOCS%%share/doc/RealPlayer8/realplay/zoomhelp.htm -@unexec rm -f %D/lib/netscape-linux/plugins/raclass.zip %D/lib/netscape-linux/plugins/rpnp.so -@dirrm lib/RealPlayer8/Plugins/ExtResources -@dirrm lib/RealPlayer8/Plugins -@dirrm lib/RealPlayer8/Common -@dirrm lib/RealPlayer8/Codecs -@dirrm lib/RealPlayer8 -%%PORTDOCS%%@dirrm share/doc/RealPlayer8/realplay/pics -%%PORTDOCS%%@dirrm share/doc/RealPlayer8/realplay -%%PORTDOCS%%@dirrm share/doc/RealPlayer8 diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile deleted file mode 100644 index 1276a42835fb..000000000000 --- a/audio/xmms/Makefile +++ /dev/null @@ -1,128 +0,0 @@ -# New ports collection makefile for: xmms -# Date created: 3 July 1999 -# Whom: Espen Skoglund <esk@ira.uka.de> -# -# $FreeBSD$ -# - -PORTNAME= xmms -PORTVERSION= 1.2.7 -PORTREVISION= 3 -CATEGORIES+= audio -MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \ - http://www.xmms.org/files/1.2.x/ \ - ftp://ftp.sunet.se/pub/multimedia/xmms/1.2.x/ - -MAINTAINER?= esk@ira.uka.de - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOMENG= yes -USE_GNOME= gtk12 gnomehack libxml -USE_REINPLACE= yes -WANT_GNOME= yes -USE_GMAKE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" \ - INPUT_PLUGINS="${INPUT_PLUGINS}" \ - OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \ - VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}" -MAN1= gnomexmms.1 wmxmms.1 xmms.1 - -INPUT_PLUGINS= cdaudio,idcin,mpg123,tonegen,wav -OUTPUT_PLUGINS= OSS,disk_writer -VISUALIZATION_PLUGINS= blur_scope,sanalyzer - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_MIKMOD) -LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod -INPUT_PLUGINS+= mikmod -PLIST_SUB+= MIKMODPLUGIN:="" -.else -CONFIGURE_ARGS+= --disable-mikmod -PLIST_SUB+= MIKMODPLUGIN:="@comment " -.endif - -.if !defined(WITHOUT_VORBIS) -LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis -INPUT_PLUGINS+= vorbis -PLIST_SUB+= VORBISPLUGIN:="" -.else -CONFIGURE_ARGS+= --disable-vorbis -PLIST_SUB+= VORBISPLUGIN:="@comment " -.endif - -.if ${HAVE_GNOME:Mesound}!="" -USE_GNOME+= esound -OUTPUT_PLUGINS+= esd -PLIST_SUB+= ESDPLUGIN:="" -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-esound -.else -PKGNAMESUFFIX= -esound -.endif -.else -CONFIGURE_ARGS+= --disable-esd -PLIST_SUB+= ESDPLUGIN:="@comment " -.endif - -.if ${HAVE_GNOME:Mlibpanel}!="" -USE_GNOME+= libpanel gnomeprefix -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gnome -.else -PKGNAMESUFFIX= -gnome -.endif -PLIST_SUB+= DATADIR="share/gnome" PANEL:="" -.else -CONFIGURE_ARGS+= --without-gnome -PLIST_SUB+= DATADIR="share" PANEL:="@comment " -.endif - -.if ${MACHINE_ARCH} != "i386" -WITHOUT_3DNOW= yes -.endif - -.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 -CONFIGURE_ARGS+= --enable-3dnow -.endif - -.if defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021 -post-extract: - (cd ${WRKSRC}/Input/mpg123 && ${MV} decode_i586.s decode_i586.S && \ - cd ${WRKSRC}/Visualization/blur_scope && ${MV} blur_8.s blur_8.S); - ${REINPLACE_CMD} -e 's:\.s :\.S :g' ${WRKSRC}/Input/mpg123/Makefile.in - ${REINPLACE_CMD} -e 's:blur_8.s:blur_8.S:g' \ - ${WRKSRC}/Visualization/blur_scope/Makefile.in -.endif - -pre-extract: -.if !defined(WITHOUT_MIKMOD) || !defined(WITHOUT_VORBIS) || ( !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 ) || ${HAVE_GNOME:Mesound}!="" - @${ECHO_MSG} -.if !defined(WITHOUT_MIKMOD) - @${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_MIKMOD." -.endif -.if !defined(WITHOUT_VORBIS) - @${ECHO_MSG} "You can disable support for vorbis by defining WITHOUT_VORBIS." -.endif -.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 - @${ECHO_MSG} "You can disable 3DNow! optimized decoding routines by defining WITHOUT_3DNOW." -.endif -.if ${HAVE_GNOME:Mesound}!="" - @${ECHO_MSG} "You can disable support for esound by defining WITHOUT_GNOME=esound." -.endif - @${ECHO_MSG} -.endif - -post-patch: - @find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \ - 's|\(datadir\)/aclocal|(prefix)/share/aclocal|g' - -post-install: - @${MKDIR} ${PREFIX}/share/xmms/Skins - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/audio/xmms/distinfo b/audio/xmms/distinfo deleted file mode 100644 index 1c73d6140407..000000000000 --- a/audio/xmms/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xmms-1.2.7.tar.bz2) = 9bec488842920df359516b7d062d15dc diff --git a/audio/xmms/files/patch-ad b/audio/xmms/files/patch-ad deleted file mode 100644 index d99ef6ded3a6..000000000000 --- a/audio/xmms/files/patch-ad +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Mon Mar 4 23:57:01 2002 -+++ configure Tue May 14 09:06:50 2002 -@@ -10576,7 +10576,7 @@ - GMSGFMT="OLD_PO_FILE_INPUT=yes $GMSGFMT" - MSGFMT="OLD_PO_FILE_INPUT=yes $MSGFMT" - --localedir=${datadir}/locale -+localedir=${prefix}/share/locale - - - -@@ -12673,10 +12673,6 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac - - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. diff --git a/audio/xmms/files/patch-libxmms::util.c b/audio/xmms/files/patch-libxmms::util.c deleted file mode 100644 index e0f118f8f1ed..000000000000 --- a/audio/xmms/files/patch-libxmms::util.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libxmms/util.c.orig Fri Jun 1 15:07:49 2001 -+++ libxmms/util.c Sun Oct 6 18:40:25 2002 -@@ -11,6 +11,7 @@ - #endif - - #ifdef __FreeBSD__ -+#include <sys/types.h> - #include <sys/sysctl.h> - #endif - diff --git a/audio/xmms/files/patch-ltmain.sh b/audio/xmms/files/patch-ltmain.sh deleted file mode 100644 index 3513c55b8eb9..000000000000 --- a/audio/xmms/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh.orig Mon Sep 24 14:12:50 2001 -+++ ltmain.sh Tue Mar 5 11:16:25 2002 -@@ -2444,6 +2444,9 @@ - *-*-openbsd*) - # Do not include libc due to us having libc/libc_r. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4210,10 +4213,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/audio/xmms/pkg-comment b/audio/xmms/pkg-comment deleted file mode 100644 index 3ba3e0d407c6..000000000000 --- a/audio/xmms/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -X Multimedia System --- An audio player with a Winamp GUI diff --git a/audio/xmms/pkg-descr b/audio/xmms/pkg-descr deleted file mode 100644 index 1e46d448f4a9..000000000000 --- a/audio/xmms/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -XMMS --- X Multimedia System. XMMS is a multimedia player based on the look of -Winamp. Currently it plays mpeg layer 1/2/3, wav, au, CD audio, etc. - -WWW: http://www.xmms.org/ - - eSk diff --git a/audio/xmms/pkg-message b/audio/xmms/pkg-message deleted file mode 100644 index 852df17c577e..000000000000 --- a/audio/xmms/pkg-message +++ /dev/null @@ -1,2 +0,0 @@ -Xmms supports Gzipped and uncompressed skins. If you would like to use -Zip format skins you will need to ensure archivers/unzip is installed. diff --git a/audio/xmms/pkg-plist b/audio/xmms/pkg-plist deleted file mode 100644 index 822c7e9c64b0..000000000000 --- a/audio/xmms/pkg-plist +++ /dev/null @@ -1,87 +0,0 @@ -bin/wmxmms -bin/xmms -bin/xmms-config -%%PANEL:%%bin/gnomexmms -%%PANEL:%%etc/CORBA/servers/gnomexmms.gnorba -%%PANEL:%%share/gnome/applets/Multimedia/gnomexmms.desktop -include/xmms/configfile.h -include/xmms/dirbrowser.h -include/xmms/formatter.h -include/xmms/fullscreen.h -include/xmms/plugin.h -include/xmms/titlestring.h -include/xmms/util.h -include/xmms/xmmsctrl.h -lib/libxmms.a -lib/libxmms.so -lib/libxmms.so.3 -lib/xmms/Effect/libecho.so -lib/xmms/Effect/libstereo.so -lib/xmms/Effect/libvoice.so -lib/xmms/General/libir.so -lib/xmms/General/libsong_change.so -lib/xmms/Input/libcdaudio.so -lib/xmms/Input/libidcin.so -lib/xmms/Input/libmpg123.so -lib/xmms/Input/libtonegen.so -lib/xmms/Input/libwav.so -%%MIKMODPLUGIN:%%lib/xmms/Input/libmikmod.so -%%VORBISPLUGIN:%%lib/xmms/Input/libvorbis.so -lib/xmms/Output/libOSS.so -lib/xmms/Output/libdisk_writer.so -%%ESDPLUGIN:%%lib/xmms/Output/libesdout.so -lib/xmms/Visualization/libbscope.so -lib/xmms/Visualization/libsanalyzer.so -share/aclocal/xmms.m4 -%%DATADIR%%/xmms/wmxmms.xpm -share/locale/af/LC_MESSAGES/xmms.mo -share/locale/az/LC_MESSAGES/xmms.mo -share/locale/bg/LC_MESSAGES/xmms.mo -share/locale/ca/LC_MESSAGES/xmms.mo -share/locale/cs/LC_MESSAGES/xmms.mo -share/locale/da/LC_MESSAGES/xmms.mo -share/locale/de/LC_MESSAGES/xmms.mo -share/locale/el/LC_MESSAGES/xmms.mo -share/locale/eo/LC_MESSAGES/xmms.mo -share/locale/es/LC_MESSAGES/xmms.mo -share/locale/eu/LC_MESSAGES/xmms.mo -share/locale/fr/LC_MESSAGES/xmms.mo -share/locale/ga/LC_MESSAGES/xmms.mo -share/locale/gl/LC_MESSAGES/xmms.mo -share/locale/hr/LC_MESSAGES/xmms.mo -share/locale/hu/LC_MESSAGES/xmms.mo -share/locale/id/LC_MESSAGES/xmms.mo -share/locale/it/LC_MESSAGES/xmms.mo -share/locale/ja/LC_MESSAGES/xmms.mo -share/locale/ko/LC_MESSAGES/xmms.mo -share/locale/lt/LC_MESSAGES/xmms.mo -share/locale/lv/LC_MESSAGES/xmms.mo -share/locale/nl/LC_MESSAGES/xmms.mo -share/locale/nn/LC_MESSAGES/xmms.mo -share/locale/no/LC_MESSAGES/xmms.mo -share/locale/pl/LC_MESSAGES/xmms.mo -share/locale/pt/LC_MESSAGES/xmms.mo -share/locale/pt_BR/LC_MESSAGES/xmms.mo -share/locale/ro/LC_MESSAGES/xmms.mo -share/locale/ru/LC_MESSAGES/xmms.mo -share/locale/sk/LC_MESSAGES/xmms.mo -share/locale/sr/LC_MESSAGES/xmms.mo -share/locale/sv/LC_MESSAGES/xmms.mo -share/locale/tg/LC_MESSAGES/xmms.mo -share/locale/th/LC_MESSAGES/xmms.mo -share/locale/tr/LC_MESSAGES/xmms.mo -share/locale/uk/LC_MESSAGES/xmms.mo -share/locale/vi/LC_MESSAGES/xmms.mo -share/locale/wa/LC_MESSAGES/xmms.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/xmms.mo -share/locale/zh_TW/LC_MESSAGES/xmms.mo -@dirrm %%DATADIR%%/xmms -@dirrm lib/xmms/Visualization -@dirrm lib/xmms/Output -@dirrm lib/xmms/Input -@dirrm lib/xmms/General -@dirrm lib/xmms/Effect -@dirrm lib/xmms -@dirrm include/xmms -@exec mkdir -p %D/share/xmms/Skins -@unexec rmdir %D/share/xmms/Skins %D/share/xmms 2>/dev/null || echo "If you are permanently removing xmms, do not forget to remove skin files left under %D/share/xmms/Skins. Use \`\`rm -Rf %D/share/xmms/Skins; rmdir %D/share/xmms''" | fmt |