mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- 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)
This commit is contained in:
parent
8ecf7d19fa
commit
2b598877fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309550
@ -1,18 +1,13 @@
|
||||
# New ports collection makefile for: smplayer
|
||||
# Date created: 13 Jun, 2007
|
||||
# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
|
||||
#
|
||||
# Created by: Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@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@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
|
||||
|
@ -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
|
||||
|
@ -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.png
|
||||
@dirrm %%DATADIR%%/translations
|
||||
@dirrm %%DATADIR%%/shortcuts
|
||||
@dirrmtry %%DATADIR%%
|
||||
@dirrmtry share/icons/hicolor/512x512/apps
|
||||
@dirrmtry share/icons/hicolor/512x512
|
||||
@dirrmtry share/applications
|
||||
|
Loading…
Reference in New Issue
Block a user