svn commit: r309550 - head/multimedia/smplayer
Pawel Pekala
pawel at FreeBSD.org
Thu Dec 27 18:44:52 UTC 2012
Author: pawel
Date: Thu Dec 27 18:44:50 2012
New Revision: 309550
URL: http://svnweb.freebsd.org/changeset/ports/309550
Log:
- Update to version 0.8.3 which fixes YouTube playback
- Remove leading article from COMMENT
PR: ports/174281
Submitted by: myself
Approved by: dhn (maintainer)
Modified:
head/multimedia/smplayer/Makefile
head/multimedia/smplayer/distinfo
head/multimedia/smplayer/pkg-plist
Modified: head/multimedia/smplayer/Makefile
==============================================================================
--- head/multimedia/smplayer/Makefile Thu Dec 27 18:09:17 2012 (r309549)
+++ head/multimedia/smplayer/Makefile Thu Dec 27 18:44:50 2012 (r309550)
@@ -1,18 +1,13 @@
-# New ports collection makefile for: smplayer
-# Date created: 13 Jun, 2007
-# Whom: Diego Depaoli <trebestie at gmail.com> and Yinghong Liu <relaxbsd at gmail.com>
-#
+# Created by: Diego Depaoli <trebestie at gmail.com> and Yinghong Liu <relaxbsd at gmail.com>
# $FreeBSD$
-#
PORTNAME= smplayer
-DISTVERSION= 0.8.0
-PORTREVISION= 1
+DISTVERSION= 0.8.3
CATEGORIES= multimedia audio kde
MASTER_SITES= SF/${PORTNAME}/SMPlayer/${PORTVERSION}
MAINTAINER= dhn at FreeBSD.org
-COMMENT= A complete front-end based on QT4 for mplayer
+COMMENT= Complete front-end based on Qt4 for mplayer
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \
${LOCALBASE}/share/smplayer/themes:${PORTSDIR}/multimedia/smplayer-themes
Modified: head/multimedia/smplayer/distinfo
==============================================================================
--- head/multimedia/smplayer/distinfo Thu Dec 27 18:09:17 2012 (r309549)
+++ head/multimedia/smplayer/distinfo Thu Dec 27 18:44:50 2012 (r309550)
@@ -1,2 +1,2 @@
-SHA256 (smplayer-0.8.0.tar.bz2) = 208ad155da3bbcb3924549c7ba81aa7280b59adfdb92adbec5ac7ebc2944576f
-SIZE (smplayer-0.8.0.tar.bz2) = 2815007
+SHA256 (smplayer-0.8.3.tar.bz2) = 835141111697c9e5b68b6dc5c96b4b38c1c0eed41f02d42ff1467e932a996435
+SIZE (smplayer-0.8.3.tar.bz2) = 3201389
Modified: head/multimedia/smplayer/pkg-plist
==============================================================================
--- head/multimedia/smplayer/pkg-plist Thu Dec 27 18:09:17 2012 (r309549)
+++ head/multimedia/smplayer/pkg-plist Thu Dec 27 18:44:50 2012 (r309550)
@@ -1,10 +1,15 @@
bin/smplayer
share/applications/smplayer.desktop
share/applications/smplayer_enqueue.desktop
+share/icons/hicolor/128x128/apps/smplayer.png
share/icons/hicolor/16x16/apps/smplayer.png
+share/icons/hicolor/192x192/apps/smplayer.png
share/icons/hicolor/22x22/apps/smplayer.png
+share/icons/hicolor/256x256/apps/smplayer.png
share/icons/hicolor/32x32/apps/smplayer.png
+share/icons/hicolor/512x512/apps/smplayer.png
share/icons/hicolor/64x64/apps/smplayer.png
+share/icons/hicolor/scalable/apps/smplayer.svg
%%DATADIR%%/input.conf
%%DATADIR%%/shortcuts/default.keys
%%DATADIR%%/translations/smplayer_ar_SY.qm
@@ -48,4 +53,6 @@ share/icons/hicolor/64x64/apps/smplayer.
@dirrm %%DATADIR%%/translations
@dirrm %%DATADIR%%/shortcuts
@dirrmtry %%DATADIR%%
+ at dirrmtry share/icons/hicolor/512x512/apps
+ at dirrmtry share/icons/hicolor/512x512
@dirrmtry share/applications
More information about the svn-ports-head
mailing list