Date: Sat, 20 Jun 2009 15:06:08 +0300 From: Aldis Berjoza <killasmurf86@gmail.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/135861: Port update. playd v1.3.2 Message-ID: <1245499568.4660@192.168.128.100> Resent-Message-ID: <200906201210.n5KCACHi086052@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135861 >Category: ports >Synopsis: Port update. playd v1.3.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 20 12:10:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 8.0-CURRENT #0: Wed Jun 17 17:40:47 EEST 2009 root@192.168.128.100:/usr/obj/usr/src/sys/ANTIGENERIC >Description: Updated playd to v1.3.2 What's new: * playd(1) * command line now accepts multiple arguments * command line syntax have been changed (check manpage) * Added some support audio channels and subtitles (for DVD) * Added yet untested subtitle support for video files * Added many new commands * Codeclean * Lots of other changes playd v1.3.x command line syntax for some options is incompitable with playd < v1.3.0 In case distfiles aren't yet uoloaded, please download: http://www.failiem.lv/down.php?i=umtipf&n=playd-1.3.2.tar.gz and place it in distdir >How-To-Repeat: >Fix: --- playd.diff begins here --- diff -urN /usr/ports/multimedia/playd/Makefile playd/Makefile --- /usr/ports/multimedia/playd/Makefile 2009-06-16 00:07:39.000000000 +0300 +++ playd/Makefile 2009-06-20 14:14:36.464864085 +0300 @@ -6,7 +6,7 @@ # PORTNAME= playd -PORTVERSION= 1.2.3 +PORTVERSION= 1.3.2 CATEGORIES= multimedia MASTER_SITES= http://www.logvinov.ru/files/dist/playd/ @@ -16,10 +16,13 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer PLIST_FILES= bin/playd +MAN1= playd.1 NO_BUILD= yes +MANCOMPRESSED= no do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/playd ${PREFIX}/bin/playd + ${INSTALL_SCRIPT} ${WRKSRC}/playd ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/playd.1 ${PREFIX}/man/man1/ .include <bsd.port.mk> diff -urN /usr/ports/multimedia/playd/distinfo playd/distinfo --- /usr/ports/multimedia/playd/distinfo 2009-06-16 00:07:39.000000000 +0300 +++ playd/distinfo 2009-06-20 14:25:44.962035374 +0300 @@ -1,3 +1,3 @@ -MD5 (playd-1.2.3.tar.gz) = a1bcdc2a1af7664a99ba5b2013b1ead7 -SHA256 (playd-1.2.3.tar.gz) = cfb40a2f3340af3d17e22852f0f3dc181add0deb326a0ff9161d3cd7e1b446f9 -SIZE (playd-1.2.3.tar.gz) = 3987 +MD5 (playd-1.3.2.tar.gz) = 70e3de7e6273cacd234c2e8f382e45e1 +SHA256 (playd-1.3.2.tar.gz) = 6296295b3aaab7fdac360d8618048afe6cd122b7c0410433ef4c47753ad8eb32 +SIZE (playd-1.3.2.tar.gz) = 6958 --- playd.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?1245499568.4660>