diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-15 16:16:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-15 16:16:10 +0800 |
commit | 7d2a55d66479587c0e8556621d1624d07369743d (patch) | |
tree | 8314eef4c29417ec815de268d3997d876f7db92b /multimedia | |
parent | b217729e5c3ae0d3c59122af017af6e3ae1d692e (diff) | |
download | freebsd-ports-gnome-7d2a55d66479587c0e8556621d1624d07369743d.tar.gz freebsd-ports-gnome-7d2a55d66479587c0e8556621d1624d07369743d.tar.zst freebsd-ports-gnome-7d2a55d66479587c0e8556621d1624d07369743d.zip |
- Update to 2.4.3
PR: 177912
Submitted by: Ports Fury
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdstyler/Makefile | 24 | ||||
-rw-r--r-- | multimedia/dvdstyler/distinfo | 4 | ||||
-rw-r--r-- | multimedia/dvdstyler/pkg-plist | 3 |
3 files changed, 20 insertions, 11 deletions
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index cb481a832a9e..c5f8bedcf3d0 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dvdstyler -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.3 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF @@ -13,25 +13,26 @@ COMMENT= WxWidgets frontend to dvd recoding and authoring programs LICENSE= GPLv2 -BUILD_DEPENDS= wxsvg>=1.1.13:${PORTSDIR}/graphics/wxsvg \ +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ + wxsvg>=1.1.14:${PORTSDIR}/graphics/wxsvg \ dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ mplex:${PORTSDIR}/multimedia/mjpegtools \ growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ - xmlto:${PORTSDIR}/textproc/xmlto \ - zip:${PORTSDIR}/archivers/zip + docbook-sk>=4.1.2:${PORTSDIR}/textproc/docbook-sk \ + xmlto:${PORTSDIR}/textproc/xmlto LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \ avcodec1:${PORTSDIR}/multimedia/ffmpeg1 -RUN_DEPENDS= wxsvg>=1.1.13:${PORTSDIR}/graphics/wxsvg \ +RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ + wxsvg>=1.1.14:${PORTSDIR}/graphics/wxsvg \ dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ mplex:${PORTSDIR}/multimedia/mjpegtools \ - growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ - zip:${PORTSDIR}/archivers/zip \ - mkisofs:${PORTSDIR}/sysutils/cdrtools + mkisofs:${PORTSDIR}/sysutils/cdrtools \ + growisofs:${PORTSDIR}/sysutils/dvd+rw-tools OPTIONS_DEFINE= GNOME DOCS -USES= pkgconfig gettext USE_BZIP2= yes +USES= gettext pkgconfig USE_WX= 2.8 WX_COMPS= wx svg WX_CONF_ARGS= absolute @@ -75,6 +76,11 @@ pre-everything:: @${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'" .endif +post-extract: +.for i in configure install-sh + @${CHMOD} ${BINMODE} ${WRKSRC}/${i} +.endfor + post-patch: @${REINPLACE_CMD} -e '/GNOMEUI2/s|"libgnomeui-2.0"|"${GNOMEUI_PC}"|g' \ ${WRKSRC}/configure diff --git a/multimedia/dvdstyler/distinfo b/multimedia/dvdstyler/distinfo index a49f55cfaacd..cacb859f836d 100644 --- a/multimedia/dvdstyler/distinfo +++ b/multimedia/dvdstyler/distinfo @@ -1,2 +1,2 @@ -SHA256 (DVDStyler-2.4.1.tar.bz2) = 800dfa15f1deaa17cfc860efbb176bc53998c20c390d9b9fbb9e699c637be153 -SIZE (DVDStyler-2.4.1.tar.bz2) = 5421164 +SHA256 (DVDStyler-2.4.3.tar.bz2) = 886d84204d1009f88ee7e1c24916cb829365858b65de95cd1612a028a0e17067 +SIZE (DVDStyler-2.4.3.tar.bz2) = 5424774 diff --git a/multimedia/dvdstyler/pkg-plist b/multimedia/dvdstyler/pkg-plist index d8abf786db79..6616602d1123 100644 --- a/multimedia/dvdstyler/pkg-plist +++ b/multimedia/dvdstyler/pkg-plist @@ -165,6 +165,7 @@ share/locale/da/LC_MESSAGES/dvdstyler.mo share/locale/de/LC_MESSAGES/dvdstyler.mo share/locale/el/LC_MESSAGES/dvdstyler.mo share/locale/es/LC_MESSAGES/dvdstyler.mo +share/locale/es_ar/LC_MESSAGES/dvdstyler.mo share/locale/eu/LC_MESSAGES/dvdstyler.mo share/locale/fi/LC_MESSAGES/dvdstyler.mo share/locale/fr/LC_MESSAGES/dvdstyler.mo @@ -194,6 +195,8 @@ share/locale/zh_TW/LC_MESSAGES/dvdstyler.mo share/pixmaps/dvdstyler.png @dirrmtry share/locale/hy/LC_MESSAGES @dirrmtry share/locale/hy +@dirrmtry share/locale/es_ar/LC_MESSAGES +@dirrmtry share/locale/es_ar @dirrm %%DATADIR%%/templates/Travel @dirrm %%DATADIR%%/templates/Basic @dirrm %%DATADIR%%/templates |