Date: Sun, 21 Jul 2013 02:51:41 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/180703: multimedia/dvdstyler: Update to version 2.5 Message-ID: <20130721025141.e457b361e49f93de524e5e8b@yahoo.com> Resent-Message-ID: <201307201810.r6KIA94R000520@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180703 >Category: ports >Synopsis: multimedia/dvdstyler: Update to version 2.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 20 18:10:09 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p1 i386 >Organization: >Environment: >Description: - Update to version 2.5 >How-To-Repeat: >Fix: diff -urN /usr/ports/multimedia/dvdstyler/Makefile multimedia/dvdstyler/Makefile --- /usr/ports/multimedia/dvdstyler/Makefile 2013-06-25 22:56:20.000000000 +0900 +++ multimedia/dvdstyler/Makefile 2013-07-21 00:00:00.000000000 +0900 @@ -2,8 +2,7 @@ # $FreeBSD: head/multimedia/dvdstyler/Makefile 321725 2013-06-25 07:41:26Z mm $ PORTNAME= dvdstyler -PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTVERSION= 2.5 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF @@ -33,12 +32,10 @@ OPTIONS_DEFINE= GNOME DOCS USE_BZIP2= yes -USES= gettext pkgconfig +USES= desktop-file-utils gettext gmake pkgconfig USE_WX= 2.8 WX_COMPS= wx svg WX_CONF_ARGS= absolute -USE_GNOME= desktopfileutils -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBAV_CFLAGS="${LIBAV_CFLAGS}" LIBAV_LIBS="${LIBAV_LIBS}" \ ac_cv_path_FFMPEG_PATH="${LOCALBASE}/bin/ffmpeg1" @@ -89,8 +86,10 @@ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|"sg\*"|"cd*"|g' \ ${WRKSRC}/src/BurnDlg.cpp - @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|g' \ - ${WRKSRC}/src/Config.h + @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|g ; \ + s|"ffmpeg"|"ffmpeg1"|g' ${WRKSRC}/src/Config.h + @${REINPLACE_CMD} -e 's|"ffmpeg"|"ffmpeg1"|g' \ + ${WRKSRC}/src/ProgressDlg.cpp post-install: .if ${PORT_OPTIONS:MDOCS} @@ -99,6 +98,5 @@ (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) .endfor .endif - @-update-desktop-database .include <bsd.port.mk> diff -urN /usr/ports/multimedia/dvdstyler/distinfo multimedia/dvdstyler/distinfo --- /usr/ports/multimedia/dvdstyler/distinfo 2013-06-21 03:47:32.000000000 +0900 +++ multimedia/dvdstyler/distinfo 2013-07-21 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (DVDStyler-2.4.3.tar.bz2) = 886d84204d1009f88ee7e1c24916cb829365858b65de95cd1612a028a0e17067 -SIZE (DVDStyler-2.4.3.tar.bz2) = 5424774 +SHA256 (DVDStyler-2.5.tar.bz2) = df587c649a053be4bc68d07122a602096d737004acd752d6910ad5788f42cc20 +SIZE (DVDStyler-2.5.tar.bz2) = 5721674 diff -urN /usr/ports/multimedia/dvdstyler/pkg-plist multimedia/dvdstyler/pkg-plist --- /usr/ports/multimedia/dvdstyler/pkg-plist 2013-06-21 03:47:32.000000000 +0900 +++ multimedia/dvdstyler/pkg-plist 2013-07-21 00:00:00.000000000 +0900 @@ -97,6 +97,7 @@ %%DATADIR%%/docs/help_en.zip %%DATADIR%%/docs/help_fi.zip %%DATADIR%%/docs/help_fr.zip +%%DATADIR%%/docs/help_hu.zip %%DATADIR%%/docs/help_it.zip %%DATADIR%%/docs/help_ja.zip %%DATADIR%%/docs/help_nb.zip @@ -126,6 +127,9 @@ %%DATADIR%%/rc/dvdstyler.png %%DATADIR%%/rc/files.png %%DATADIR%%/rc/help.png +%%DATADIR%%/rc/justifyCenter.png +%%DATADIR%%/rc/justifyLeft.png +%%DATADIR%%/rc/justifyRight.png %%DATADIR%%/rc/logo.png %%DATADIR%%/rc/logoSmall.png %%DATADIR%%/rc/minus.png @@ -211,5 +215,3 @@ @dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130721025141.e457b361e49f93de524e5e8b>