Unless someone objects, I want to commit this.
Cheers.
-------- Mensaje original --------
Asunto: UPDATE: Smplayer-0.8.0
Fecha: Sat, 26 May 2012 14:24:13 -0300
De: Gonzalo L. R. <[email protected]>
A: [email protected]
Hi,
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 and disable debug from edd@.
Tested on i386.
Ok? Comments?
Cheers.
--
Sending from my VCR.
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/smplayer/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile 3 Dec 2011 23:34:05 -0000 1.9
+++ Makefile 26 May 2012 17:20:07 -0000
@@ -2,8 +2,7 @@
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/}
@@ -30,7 +30,6 @@ RUN_DEPENDS = x11/mplayer>=20090708 \
LIB_DEPENDS = x11/qt4
USE_GMAKE = Yes
-USE_GROFF = Yes
NO_REGRESS = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/smplayer/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 17 May 2010 15:02:54 -0000 1.2
+++ distinfo 26 May 2012 17:20:07 -0000
@@ -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
Index: patches/patch-src_preferences_cpp
===================================================================
RCS file: /cvs/ports/x11/smplayer/patches/patch-src_preferences_cpp,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-src_preferences_cpp
--- patches/patch-src_preferences_cpp 18 Oct 2009 22:24:45 -0000 1.1.1.1
+++ patches/patch-src_preferences_cpp 26 May 2012 17:20:07 -0000
@@ -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() {
+--- 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.
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.
#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
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/smplayer/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST 3 Dec 2011 23:34:04 -0000 1.4
+++ pkg/PLIST 26 May 2012 17:20:07 -0000
@@ -4,10 +4,9 @@
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.
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