mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 2.4.3
PR: 177912 Submitted by: Ports Fury
This commit is contained in:
parent
7e2adf3cf4
commit
076a894aad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318221
3 changed files with 20 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue