aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2006-11-08 21:27:48 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2006-11-08 21:27:48 +0000
commit7c908256b75b5f234286937c4c02c4be92679226 (patch)
tree44b4bb70d67712dd43c9f9f317bf4d982359b519 /multimedia
parent73e3f47683fb4ab1f96a3e15e52eb7669c36264f (diff)
downloadports-7c908256b75b5f234286937c4c02c4be92679226.tar.gz
ports-7c908256b75b5f234286937c4c02c4be92679226.zip
1. Fix problems with pkg-plist when WITHOUT_NLS or WITH_ICONS are true
2. Don't smash modification times gratuitously 3. Update to 10.0.8.805-20060718 PR: 105280 Submitted by: "Eric P. Scott" <eps+pbug0611 at ana.com>
Notes
Notes: svn path=/head/; revision=176870
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/linux-realplayer/Makefile9
-rw-r--r--multimedia/linux-realplayer/distinfo6
-rw-r--r--multimedia/linux-realplayer/pkg-plist28
3 files changed, 23 insertions, 20 deletions
diff --git a/multimedia/linux-realplayer/Makefile b/multimedia/linux-realplayer/Makefile
index 34cb710d9f18..db55f3e015de 100644
--- a/multimedia/linux-realplayer/Makefile
+++ b/multimedia/linux-realplayer/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= linux-realplayer
-DISTVERSION= 10.0.7.785-20060201
-PORTREVISION= 1
+DISTVERSION= 10.0.8.805-20060718
CATEGORIES= multimedia audio linux
-MASTER_SITES= https://helixcommunity.org/download.php/1917/:player \
+MASTER_SITES= https://helixcommunity.org/download.php/2152/:player \
ftp://rpmfind.net/linux/sourceforge/m/mp/mplayer-tru/:codecs
DISTFILES= RealPlayer-${DISTVERSION}.i586.rpm:player \
mplayer-codecs-linux-real-20040626-1.i386.rpm:codecs
@@ -63,7 +62,7 @@ do-extract:
@${MKDIR} ${WRKDIR}
@set -x; for f in ${_DISTFILES}; do\
cd ${WRKDIR}; rpm2cpio.pl ${DISTDIR}/$$f | \
- ${CPIO} -id --quiet; \
+ ${CPIO} -idm --quiet; \
done
post-patch:
@@ -90,7 +89,7 @@ do-install:
.if !defined(WITHOUT_NLS)
@${MKDIR} ${RADIR}/share/locale
- ${CP} -R ${WRKSRC}/share/locale/* ${RADIR}/share/locale
+ ${CP} -Rp ${WRKSRC}/share/locale/* ${RADIR}/share/locale
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${RADIR}/share/locale
.endif
diff --git a/multimedia/linux-realplayer/distinfo b/multimedia/linux-realplayer/distinfo
index 4775dbad4f8e..f6231f80d8eb 100644
--- a/multimedia/linux-realplayer/distinfo
+++ b/multimedia/linux-realplayer/distinfo
@@ -1,6 +1,6 @@
-MD5 (RealPlayer-10.0.7.785-20060201.i586.rpm) = 3de2e377fd6f00ea1de8f3016469fe5e
-SHA256 (RealPlayer-10.0.7.785-20060201.i586.rpm) = 664da00b021d722ef66c938a0022fcb236be42b198efb04fc815e103746548d7
-SIZE (RealPlayer-10.0.7.785-20060201.i586.rpm) = 6650006
+MD5 (RealPlayer-10.0.8.805-20060718.i586.rpm) = a768c2b90edd29ba005162da2da4e067
+SHA256 (RealPlayer-10.0.8.805-20060718.i586.rpm) = 792422449bc31c990b7a3fb3326ffee248db0813fc264547ec49bc2a547169ff
+SIZE (RealPlayer-10.0.8.805-20060718.i586.rpm) = 6649992
MD5 (mplayer-codecs-linux-real-20040626-1.i386.rpm) = c4126cba33257f4d78907c7d254b8200
SHA256 (mplayer-codecs-linux-real-20040626-1.i386.rpm) = 338c8e595a95c9ab5192e4fbd4e5e86faf9a6040fab51381d53950ddad75c2e9
SIZE (mplayer-codecs-linux-real-20040626-1.i386.rpm) = 595298
diff --git a/multimedia/linux-realplayer/pkg-plist b/multimedia/linux-realplayer/pkg-plist
index 2324fa7c2ea4..794ce4134501 100644
--- a/multimedia/linux-realplayer/pkg-plist
+++ b/multimedia/linux-realplayer/pkg-plist
@@ -162,18 +162,18 @@ lib/linux-mozilla/plugins/nphelix.xpt
@dirrm lib/RealPlayer/lib
@dirrm lib/RealPlayer/plugins
@dirrm lib/RealPlayer/share/default
-@dirrm lib/RealPlayer/share/locale/de
-@dirrm lib/RealPlayer/share/locale/es
-@dirrm lib/RealPlayer/share/locale/fr
-@dirrm lib/RealPlayer/share/locale/hi
-@dirrm lib/RealPlayer/share/locale/it
-@dirrm lib/RealPlayer/share/locale/ja
-@dirrm lib/RealPlayer/share/locale/ko
-@dirrm lib/RealPlayer/share/locale/pl
-@dirrm lib/RealPlayer/share/locale/pt_BR
-@dirrm lib/RealPlayer/share/locale/zh_CN
-@dirrm lib/RealPlayer/share/locale/zh_TW
-@dirrm lib/RealPlayer/share/locale
+%%NLS%%@dirrm lib/RealPlayer/share/locale/de
+%%NLS%%@dirrm lib/RealPlayer/share/locale/es
+%%NLS%%@dirrm lib/RealPlayer/share/locale/fr
+%%NLS%%@dirrm lib/RealPlayer/share/locale/hi
+%%NLS%%@dirrm lib/RealPlayer/share/locale/it
+%%NLS%%@dirrm lib/RealPlayer/share/locale/ja
+%%NLS%%@dirrm lib/RealPlayer/share/locale/ko
+%%NLS%%@dirrm lib/RealPlayer/share/locale/pl
+%%NLS%%@dirrm lib/RealPlayer/share/locale/pt_BR
+%%NLS%%@dirrm lib/RealPlayer/share/locale/zh_CN
+%%NLS%%@dirrm lib/RealPlayer/share/locale/zh_TW
+%%NLS%%@dirrm lib/RealPlayer/share/locale
@dirrm lib/RealPlayer/share/realplay
@dirrm lib/RealPlayer/share
@dirrm lib/RealPlayer
@@ -238,7 +238,11 @@ lib/linux-mozilla/plugins/nphelix.xpt
%%ICONS%%@dirrmtry share/icons/hicolor/48x48/apps
%%ICONS%%@dirrmtry share/icons/hicolor/48x48/mimetypes
%%ICONS%%@dirrmtry share/icons/hicolor/48x48
+%%ICONS%%@dirrmtry share/icons/hicolor/32x32/apps
+%%ICONS%%@dirrmtry share/icons/hicolor/32x32
%%ICONS%%@dirrmtry share/icons/hicolor/192x192/apps
%%ICONS%%@dirrmtry share/icons/hicolor/192x192/mimetypes
%%ICONS%%@dirrmtry share/icons/hicolor/192x192
+%%ICONS%%@dirrmtry share/icons/hicolor/16x16/apps
+%%ICONS%%@dirrmtry share/icons/hicolor/16x16
%%ICONS%%@dirrmtry share/icons/hicolor