Update for SMPlayer to 0.8.3:
* Fix for Youtube playback. * Support for 6.1 and 7.1 audio output. * A "Privacy" section in the preferences dialog has been added. You can disable saving the recent files or URLs. * The main window can be moved by dragging the video area. Ok edd@
This commit is contained in:
parent
9df08aa34c
commit
ebb4ce8eb7
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2012/06/15 08:30:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2013/01/07 11:45:21 gonzalo Exp $
|
||||
|
||||
COMMENT = complete front-end for MPlayer
|
||||
|
||||
DISTNAME = smplayer-0.8.0
|
||||
REVISION = 0
|
||||
DISTNAME = smplayer-0.8.3
|
||||
|
||||
CATEGORIES = multimedia x11
|
||||
|
||||
@ -17,8 +16,8 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = c m pthread stdc++ z QtGui QtNetwork QtXml
|
||||
WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender fontconfig freetype
|
||||
WANTLIB += ICE QtGui QtNetwork QtXml SM X11 Xext Xi Xinerama Xrender
|
||||
WANTLIB += c fontconfig freetype m pthread stdc++ z
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=smplayer/}
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (smplayer-0.8.0.tar.bz2) = j306nBFulWxol20OXbuD3Q==
|
||||
RMD160 (smplayer-0.8.0.tar.bz2) = ehhYyPzeDNCyxFhIQZ7gmDEKZuE=
|
||||
SHA1 (smplayer-0.8.0.tar.bz2) = LLKlC15sxRj7mYSl5LLIfIy5ipk=
|
||||
SHA256 (smplayer-0.8.0.tar.bz2) = IIrRVdo7vLOSRUnHuoGqcoC1mt/bkq2+xax+vClEV28=
|
||||
SIZE (smplayer-0.8.0.tar.bz2) = 2815007
|
||||
SHA256 (smplayer-0.8.3.tar.bz2) = g1FBERaXyeW2i23FyWtLOMHA7tQfAtQv8UZ+kyqZZDU=
|
||||
SIZE (smplayer-0.8.3.tar.bz2) = 3201389
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2012/06/15 08:30:24 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2013/01/07 11:45:21 gonzalo Exp $
|
||||
@bin bin/smplayer
|
||||
@man man/man1/smplayer.1
|
||||
share/applications/smplayer.desktop
|
||||
@ -25,6 +25,8 @@ share/doc/smplayer/en/faq.html
|
||||
share/doc/smplayer/en/gpl.html
|
||||
share/doc/smplayer/es/
|
||||
share/doc/smplayer/es/gpl.html
|
||||
share/doc/smplayer/eu/
|
||||
share/doc/smplayer/eu/faq.html
|
||||
share/doc/smplayer/hu/
|
||||
share/doc/smplayer/hu/faq.html
|
||||
share/doc/smplayer/hu/gpl.html
|
||||
@ -47,10 +49,17 @@ share/doc/smplayer/ru/gpl.html
|
||||
share/doc/smplayer/zh_CN/
|
||||
share/doc/smplayer/zh_CN/faq.html
|
||||
share/doc/smplayer/zh_CN/gpl.html
|
||||
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/
|
||||
share/icons/hicolor/512x512/apps/
|
||||
share/icons/hicolor/512x512/apps/smplayer.png
|
||||
share/icons/hicolor/64x64/apps/smplayer.png
|
||||
share/icons/hicolor/scalable/apps/smplayer.svg
|
||||
share/smplayer/
|
||||
share/smplayer/input.conf
|
||||
share/smplayer/shortcuts/
|
||||
|
Loading…
Reference in New Issue
Block a user