From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 23 17:20:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1FCE1065672 for ; Thu, 23 Jul 2009 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9A8908FC18 for ; Thu, 23 Jul 2009 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6NHK1jB015046 for ; Thu, 23 Jul 2009 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6NHK1IK015045; Thu, 23 Jul 2009 17:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 23 Jul 2009 17:20:01 GMT Resent-Message-Id: <200907231720.n6NHK1IK015045@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pawel Pekala" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1DD3106566C for ; Thu, 23 Jul 2009 17:15:37 +0000 (UTC) (envelope-from c0rn@o2.pl) Received: from poczta.o2.pl (mx10.go2.pl [193.17.41.74]) by mx1.freebsd.org (Postfix) with ESMTP id DDBB68FC1E for ; Thu, 23 Jul 2009 17:15:36 +0000 (UTC) (envelope-from c0rn@o2.pl) Received: from poczta.o2.pl (mx10.go2.pl [127.0.0.1]) by poczta.o2.pl (Postfix) with ESMTP id D0B44865F27; Thu, 23 Jul 2009 19:15:33 +0200 (CEST) Received: from caprica.slowicza.org (abry102.neoplus.adsl.tpnet.pl [83.8.118.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.o2.pl (Postfix) with ESMTP; Thu, 23 Jul 2009 19:15:29 +0200 (CEST) Message-Id: <1248369312.1483@caprica.slowicza.org> Date: Thu, 23 Jul 2009 19:15:12 +0200 From: "Pawel Pekala" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: dhn@FreeBSD.org Subject: ports/137038: [patch] multimedia/smplayer update to version 0.6.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jul 2009 17:20:02 -0000 >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: