mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
multimedia/linux-realplayer: update to 1.0.2
Realplayer 1.0.1 was not fetchable, so I did the update to 1.0.2. Please verify that the ports fetches before comitting, since I am behind a rigid firewall, and I could figure out how to teach fetch(1) to use a HTTP_PROXY for https. One thing I am not so sure about is the following addition to pkg-plist: +@unexec rmdir %D/lib/linux-mozilla 2>/dev/null || true Since I couldn't find the directory in any of the mtree files in /etc/mtree, I think it's okay to remove the directory if it's empty, right? PR: ports/75390 Submitted by: Simon Barner <barner@gmx.de>
This commit is contained in:
parent
c90ee83f03
commit
e159cc97da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124867
@ -6,9 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= linux-realplayer
|
||||
PORTVERSION= 10.0.1
|
||||
PORTVERSION= 10.0.2
|
||||
CATEGORIES= multimedia audio linux
|
||||
MASTER_SITES= https://helixcommunity.org/download.php/643/
|
||||
MASTER_SITES= https://helixcommunity.org/download.php/801/
|
||||
DISTNAME= RealPlayer-${PORTVERSION}.608-20041214.i586
|
||||
EXTRACT_SUFX= .rpm
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (linux-realplayer-10.0.1.rpm) = 1e5522aa0d27b90ea7d4cadd1a41dee1
|
||||
SIZE (linux-realplayer-10.0.1.rpm) = 8180515
|
||||
MD5 (RealPlayer-10.0.2.608-20041214.i586.rpm) = 18a7085f0f5a09c82202b4a080c92dac
|
||||
SIZE (RealPlayer-10.0.2.608-20041214.i586.rpm) = 6679649
|
||||
|
@ -113,6 +113,10 @@ lib/RealPlayer/share/default/volume_popup_off.png
|
||||
%%NLS%%lib/RealPlayer/share/locale/fr/README
|
||||
%%NLS%%lib/RealPlayer/share/locale/fr/player.mo
|
||||
%%NLS%%lib/RealPlayer/share/locale/fr/widget.mo
|
||||
%%NLS%%lib/RealPlayer/share/locale/hi/LICENSE
|
||||
%%NLS%%lib/RealPlayer/share/locale/hi/README
|
||||
%%NLS%%lib/RealPlayer/share/locale/hi/player.mo
|
||||
%%NLS%%lib/RealPlayer/share/locale/hi/widget.mo
|
||||
%%NLS%%lib/RealPlayer/share/locale/it/LICENSE
|
||||
%%NLS%%lib/RealPlayer/share/locale/it/README
|
||||
%%NLS%%lib/RealPlayer/share/locale/it/player.mo
|
||||
@ -125,6 +129,10 @@ lib/RealPlayer/share/default/volume_popup_off.png
|
||||
%%NLS%%lib/RealPlayer/share/locale/ko/README
|
||||
%%NLS%%lib/RealPlayer/share/locale/ko/player.mo
|
||||
%%NLS%%lib/RealPlayer/share/locale/ko/widget.mo
|
||||
%%NLS%%lib/RealPlayer/share/locale/pl/LICENSE
|
||||
%%NLS%%lib/RealPlayer/share/locale/pl/README
|
||||
%%NLS%%lib/RealPlayer/share/locale/pl/player.mo
|
||||
%%NLS%%lib/RealPlayer/share/locale/pl/widget.mo
|
||||
%%NLS%%lib/RealPlayer/share/locale/pt_BR/LICENSE
|
||||
%%NLS%%lib/RealPlayer/share/locale/pt_BR/README
|
||||
%%NLS%%lib/RealPlayer/share/locale/pt_BR/player.mo
|
||||
@ -153,9 +161,11 @@ lib/linux-mozilla/plugins/nphelix.xpt
|
||||
@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
|
||||
@ -164,6 +174,7 @@ lib/linux-mozilla/plugins/nphelix.xpt
|
||||
@dirrm lib/RealPlayer/share
|
||||
@dirrm lib/RealPlayer
|
||||
@unexec rmdir %D/lib/linux-mozilla/plugins 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/linux-mozilla 2>/dev/null || true
|
||||
%%X11%%@cwd %%X11BASE%%
|
||||
%%GNOME%%share/gnome/application-registry/realplay.applications
|
||||
%%GNOME%%share/gnome/applications/realplay.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user