Update for Smplayer to 0.8.0 whit this features:
* A toolbar editor has been added. Now it's possible to select the buttons and controls that want to appear in the toolbars. * New video filters: gradfun, blur and sharpen. * Now it's possible to change the GUI (default, mini, mpc) at runtime, no restart required. * Sub files from opensubtitles should work again. * Better support for chapters in video files. * Bug fix: remote m3u files work from the favorites menu or command line. * Internal changes in the single instance option (switch to QtSingleApplication). While here, GROFF is not needed, disable debug from edd@ and remove the LIB_DEPENDS line, it's not needed since the x11/qt4 module is used. Tested on i386 and ppc. OK edd@, landry@ and aja@
This commit is contained in:
parent
9824cf43ee
commit
e3330a4634
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2011/12/03 23:34:05 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2012/06/04 14:27:41 gonzalo Exp $
|
||||
|
||||
COMMENT = complete front-end for MPlayer
|
||||
|
||||
DISTNAME = smplayer-0.6.9
|
||||
REVISION = 2
|
||||
DISTNAME = smplayer-0.8.0
|
||||
|
||||
CATEGORIES = multimedia x11
|
||||
|
||||
@ -17,7 +16,8 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = c m pthread stdc++ z QtGui QtNetwork QtXml
|
||||
WANTLIB = c m pthread stdc++ z QtGui QtNetwork QtXml
|
||||
WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender fontconfig freetype
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=smplayer/}
|
||||
|
||||
@ -27,10 +27,8 @@ MODULES = x11/qt4
|
||||
RUN_DEPENDS = x11/mplayer>=20090708 \
|
||||
devel/desktop-file-utils \
|
||||
x11/gtk+2,-guic
|
||||
LIB_DEPENDS = x11/qt4
|
||||
|
||||
USE_GMAKE = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (smplayer-0.6.9.tar.bz2) = 3+h0s4ZQneXfeFN0iflQBA==
|
||||
RMD160 (smplayer-0.6.9.tar.bz2) = jkfoi5/dxW1mwzjBiGpQeasnmFQ=
|
||||
SHA1 (smplayer-0.6.9.tar.bz2) = GHmDnCKbfvLc1tfjTi4gV/rlGCw=
|
||||
SHA256 (smplayer-0.6.9.tar.bz2) = uRAJttwqPN1azCvazDz2hw/Oj2PY5u+c/o4ZnxrMLjU=
|
||||
SIZE (smplayer-0.6.9.tar.bz2) = 1723032
|
||||
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
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_preferences_cpp,v 1.1.1.1 2009/10/18 22:24:45 edd Exp $
|
||||
--- src/preferences.cpp.orig Mon Jul 6 22:51:36 2009
|
||||
+++ src/preferences.cpp Sat Oct 17 16:48:27 2009
|
||||
@@ -103,7 +103,7 @@ void Preferences::reset() {
|
||||
$OpenBSD: patch-src_preferences_cpp,v 1.2 2012/06/04 14:27:42 gonzalo Exp $
|
||||
--- src/preferences.cpp.orig Mon Mar 19 01:49:58 2012
|
||||
+++ src/preferences.cpp Sat May 26 11:08:29 2012
|
||||
@@ -123,7 +123,7 @@ void Preferences::reset() {
|
||||
softvol_max = 110; // 110 = default value in mplayer
|
||||
use_scaletempo = Detect;
|
||||
use_hwac3 = false;
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-src_preferences_cpp,v 1.1.1.1 2009/10/18 22:24:45 edd Exp $
|
||||
|
||||
global_volume = true;
|
||||
volume = 50;
|
||||
@@ -125,8 +125,8 @@ void Preferences::reset() {
|
||||
@@ -145,8 +145,8 @@ void Preferences::reset() {
|
||||
Drives (CD/DVD)
|
||||
*************** */
|
||||
|
||||
@ -21,14 +21,19 @@ $OpenBSD: patch-src_preferences_cpp,v 1.1.1.1 2009/10/18 22:24:45 edd Exp $
|
||||
|
||||
#ifndef Q_OS_WIN
|
||||
// Try to set default values
|
||||
@@ -234,8 +234,8 @@ void Preferences::reset() {
|
||||
mplayer_additional_video_filters="";
|
||||
@@ -260,13 +260,13 @@ void Preferences::reset() {
|
||||
mplayer_additional_audio_filters="";
|
||||
|
||||
#ifdef LOG_MPLAYER
|
||||
- log_mplayer = true;
|
||||
- log_smplayer = true;
|
||||
+ log_mplayer = false;
|
||||
verbose_log = false;
|
||||
autosave_mplayer_log = false;
|
||||
mplayer_log_saveto = "";
|
||||
#endif
|
||||
#ifdef LOG_SMPLAYER
|
||||
- log_smplayer = true;
|
||||
+ log_smplayer = false;
|
||||
log_filter = ".*";
|
||||
verbose_log = false;
|
||||
|
||||
save_smplayer_log = false;
|
||||
#endif
|
||||
|
@ -1,13 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/12/03 23:34:04 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/06/04 14:27:42 gonzalo Exp $
|
||||
@bin bin/smplayer
|
||||
@man man/man1/smplayer.1
|
||||
share/applications/smplayer.desktop
|
||||
share/applications/smplayer_enqueue.desktop
|
||||
share/doc/smplayer/
|
||||
share/doc/smplayer/Audio_equalizer.txt
|
||||
share/doc/smplayer/Changelog
|
||||
share/doc/smplayer/Configuring_the_toolbars.txt
|
||||
share/doc/smplayer/Copying.txt
|
||||
share/doc/smplayer/Copying_BSD.txt
|
||||
share/doc/smplayer/Finding_subtitles.txt
|
||||
share/doc/smplayer/Install.txt
|
||||
share/doc/smplayer/Not_so_obvious_things.txt
|
||||
@ -37,35 +36,31 @@ share/doc/smplayer/ja/faq.html
|
||||
share/doc/smplayer/ja/gpl.html
|
||||
share/doc/smplayer/nl/
|
||||
share/doc/smplayer/nl/gpl.html
|
||||
share/doc/smplayer/pt/
|
||||
share/doc/smplayer/pt/faq.html
|
||||
share/doc/smplayer/pt/gpl.html
|
||||
share/doc/smplayer/ro/
|
||||
share/doc/smplayer/ro/gpl.html
|
||||
share/doc/smplayer/ru/
|
||||
share/doc/smplayer/ru/faq.html
|
||||
share/doc/smplayer/ru/gpl.html
|
||||
share/icons/
|
||||
share/icons/hicolor/
|
||||
share/icons/hicolor/16x16/
|
||||
share/icons/hicolor/16x16/apps/
|
||||
share/doc/smplayer/zh_CN/
|
||||
share/doc/smplayer/zh_CN/faq.html
|
||||
share/doc/smplayer/zh_CN/gpl.html
|
||||
share/icons/hicolor/16x16/apps/smplayer.png
|
||||
share/icons/hicolor/22x22/
|
||||
share/icons/hicolor/22x22/apps/
|
||||
share/icons/hicolor/22x22/apps/smplayer.png
|
||||
share/icons/hicolor/32x32/
|
||||
share/icons/hicolor/32x32/apps/
|
||||
share/icons/hicolor/32x32/apps/smplayer.png
|
||||
share/icons/hicolor/64x64/
|
||||
share/icons/hicolor/64x64/apps/
|
||||
share/icons/hicolor/64x64/apps/smplayer.png
|
||||
share/smplayer/
|
||||
share/smplayer/input.conf
|
||||
share/smplayer/shortcuts/
|
||||
share/smplayer/shortcuts/default.keys
|
||||
share/smplayer/shortcuts/sda.keys
|
||||
share/smplayer/translations/
|
||||
share/smplayer/translations/smplayer_ar_SY.qm
|
||||
share/smplayer/translations/smplayer_bg.qm
|
||||
share/smplayer/translations/smplayer_ca.qm
|
||||
share/smplayer/translations/smplayer_cs.qm
|
||||
share/smplayer/translations/smplayer_da.qm
|
||||
share/smplayer/translations/smplayer_de.qm
|
||||
share/smplayer/translations/smplayer_el_GR.qm
|
||||
share/smplayer/translations/smplayer_en_US.qm
|
||||
@ -75,6 +70,7 @@ share/smplayer/translations/smplayer_eu.qm
|
||||
share/smplayer/translations/smplayer_fi.qm
|
||||
share/smplayer/translations/smplayer_fr.qm
|
||||
share/smplayer/translations/smplayer_gl.qm
|
||||
share/smplayer/translations/smplayer_hr.qm
|
||||
share/smplayer/translations/smplayer_hu.qm
|
||||
share/smplayer/translations/smplayer_it.qm
|
||||
share/smplayer/translations/smplayer_ja.qm
|
||||
|
Loading…
Reference in New Issue
Block a user