Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2009 19:15:12 +0200
From:      "Pawel Pekala" <c0rn@o2.pl>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        dhn@FreeBSD.org
Subject:   ports/137038: [patch] multimedia/smplayer update to version 0.6.8
Message-ID:  <1248369312.1483@caprica.slowicza.org>
Resent-Message-ID: <200907231720.n6NHK1IK015045@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137038
>Category:       ports
>Synopsis:       [patch] multimedia/smplayer update to version 0.6.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 23 17:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 7.2-RELEASE-p2 i386
>Organization:
>Environment:


System: FreeBSD 7.2-RELEASE-p2 #4: Tue Jun 30 20:40:20 CEST 2009
    root@caprica.slowicza.org:/usr/obj/usr/src/sys/MINI



>Description:


Version 0.6.8.

Most important changes since 0.6.7:
Added support for TV (more info in Watching_TV.txt).
New option to enable a global volume.
(Linux) Support for vdpau.
New option to take consecutive screenshots.
Possibility to add some of the submenus to the toolbars.
Better support for *.ts files (requires mplayer >= r29381).
Added the Vietnamese translation.
Added the Estonian translation.
(Windows) New options to try to disable the screensaver.


Version 0.6.7.

Most important changes since 0.6.6:
Added experimental (and uncomplete) support for dvd menus. Requires a mplayer build compiled with dvdnav support. Please read dvdmenus.txt to know how to enable it.
Now loading an external subtitle file doesn't require to restart the mplayer process (except for idx/sub subtitles).
(Playlist) When a file is added to the playlist, if it was already in the list, it's moved to the end of the list.
Options for mplayer: finally spaces in arguments between quotes are handled properly.
Added two options (in the audio and subtitle menus) to allow the user to enter the audio and subtitle delay (in milliseconds).
(ASS subtitles) The outline and shadow options now accept values with decimals.
Now the default value for the "correct pts" option is auto.
(Windows) Now the screensaver is allowed to turn on if the file is paused or it's an audio file.
(Windows) The direct3d video output is now the default for Windows Vista.


>How-To-Repeat:





>Fix:


--- smplayer.diff begins here ---
diff -urN /usr/ports/multimedia/smplayer/Makefile smplayer/Makefile
--- /usr/ports/multimedia/smplayer/Makefile	2009-07-21 20:14:25.000000000 +0200
+++ smplayer/Makefile	2009-07-23 19:11:19.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	smplayer
-DISTVERSION=	0.6.6
-PORTREVISION=	1
+DISTVERSION=	0.6.8
 CATEGORIES=	multimedia audio kde
 MASTER_SITES=	SF
 
diff -urN /usr/ports/multimedia/smplayer/distinfo smplayer/distinfo
--- /usr/ports/multimedia/smplayer/distinfo	2009-01-12 15:45:31.000000000 +0100
+++ smplayer/distinfo	2009-07-21 18:05:52.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (smplayer-0.6.6.tar.bz2) = 0e3532d659e23c389c07a526117b8605
-SHA256 (smplayer-0.6.6.tar.bz2) = 8be72ac3870d0be379b130e84c6168f0ca143dd0112bbe4ce79d5a37394acd29
-SIZE (smplayer-0.6.6.tar.bz2) = 1373258
+MD5 (smplayer-0.6.8.tar.bz2) = 4465e060e6c1a254dcd9c8c4608e69eb
+SHA256 (smplayer-0.6.8.tar.bz2) = 466b589ee2d3944b2e3b8f3a6dae436f7d31f054912cfe56f8d93454594c4ca2
+SIZE (smplayer-0.6.8.tar.bz2) = 1670580
diff -urN /usr/ports/multimedia/smplayer/pkg-plist smplayer/pkg-plist
--- /usr/ports/multimedia/smplayer/pkg-plist	2008-10-27 21:51:36.000000000 +0100
+++ smplayer/pkg-plist	2009-07-21 18:16:58.000000000 +0200
@@ -16,6 +16,7 @@
 %%DATADIR%%/translations/smplayer_el_GR.qm
 %%DATADIR%%/translations/smplayer_en_US.qm
 %%DATADIR%%/translations/smplayer_es.qm
+%%DATADIR%%/translations/smplayer_et.qm
 %%DATADIR%%/translations/smplayer_eu.qm
 %%DATADIR%%/translations/smplayer_fi.qm
 %%DATADIR%%/translations/smplayer_fr.qm
@@ -29,8 +30,8 @@
 %%DATADIR%%/translations/smplayer_mk.qm
 %%DATADIR%%/translations/smplayer_nl.qm
 %%DATADIR%%/translations/smplayer_pl.qm
+%%DATADIR%%/translations/smplayer_pt.qm
 %%DATADIR%%/translations/smplayer_pt_BR.qm
-%%DATADIR%%/translations/smplayer_pt_PT.qm
 %%DATADIR%%/translations/smplayer_ro_RO.qm
 %%DATADIR%%/translations/smplayer_ru_RU.qm
 %%DATADIR%%/translations/smplayer_sk.qm
@@ -39,6 +40,7 @@
 %%DATADIR%%/translations/smplayer_sv.qm
 %%DATADIR%%/translations/smplayer_tr.qm
 %%DATADIR%%/translations/smplayer_uk_UA.qm
+%%DATADIR%%/translations/smplayer_vi_VN.qm
 %%DATADIR%%/translations/smplayer_zh_CN.qm
 %%DATADIR%%/translations/smplayer_zh_TW.qm
 @dirrm %%DATADIR%%/translations
--- smplayer.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1248369312.1483>