mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -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$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= dvdstyler
|
PORTNAME= dvdstyler
|
||||||
PORTVERSION= 2.4.1
|
PORTVERSION= 2.4.3
|
||||||
PORTEPOCH= 2
|
PORTEPOCH= 2
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
@ -13,25 +13,26 @@ COMMENT= WxWidgets frontend to dvd recoding and authoring programs
|
||||||
|
|
||||||
LICENSE= GPLv2
|
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 \
|
dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
|
||||||
mplex:${PORTSDIR}/multimedia/mjpegtools \
|
mplex:${PORTSDIR}/multimedia/mjpegtools \
|
||||||
growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
|
growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
|
||||||
xmlto:${PORTSDIR}/textproc/xmlto \
|
docbook-sk>=4.1.2:${PORTSDIR}/textproc/docbook-sk \
|
||||||
zip:${PORTSDIR}/archivers/zip
|
xmlto:${PORTSDIR}/textproc/xmlto
|
||||||
LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \
|
LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \
|
||||||
avcodec1:${PORTSDIR}/multimedia/ffmpeg1
|
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 \
|
dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
|
||||||
mplex:${PORTSDIR}/multimedia/mjpegtools \
|
mplex:${PORTSDIR}/multimedia/mjpegtools \
|
||||||
growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
|
mkisofs:${PORTSDIR}/sysutils/cdrtools \
|
||||||
zip:${PORTSDIR}/archivers/zip \
|
growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
|
||||||
mkisofs:${PORTSDIR}/sysutils/cdrtools
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= GNOME DOCS
|
OPTIONS_DEFINE= GNOME DOCS
|
||||||
|
|
||||||
USES= pkgconfig gettext
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
|
USES= gettext pkgconfig
|
||||||
USE_WX= 2.8
|
USE_WX= 2.8
|
||||||
WX_COMPS= wx svg
|
WX_COMPS= wx svg
|
||||||
WX_CONF_ARGS= absolute
|
WX_CONF_ARGS= absolute
|
||||||
|
@ -75,6 +76,11 @@ pre-everything::
|
||||||
@${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
|
@${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
post-extract:
|
||||||
|
.for i in configure install-sh
|
||||||
|
@${CHMOD} ${BINMODE} ${WRKSRC}/${i}
|
||||||
|
.endfor
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/GNOMEUI2/s|"libgnomeui-2.0"|"${GNOMEUI_PC}"|g' \
|
@${REINPLACE_CMD} -e '/GNOMEUI2/s|"libgnomeui-2.0"|"${GNOMEUI_PC}"|g' \
|
||||||
${WRKSRC}/configure
|
${WRKSRC}/configure
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (DVDStyler-2.4.1.tar.bz2) = 800dfa15f1deaa17cfc860efbb176bc53998c20c390d9b9fbb9e699c637be153
|
SHA256 (DVDStyler-2.4.3.tar.bz2) = 886d84204d1009f88ee7e1c24916cb829365858b65de95cd1612a028a0e17067
|
||||||
SIZE (DVDStyler-2.4.1.tar.bz2) = 5421164
|
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/de/LC_MESSAGES/dvdstyler.mo
|
||||||
share/locale/el/LC_MESSAGES/dvdstyler.mo
|
share/locale/el/LC_MESSAGES/dvdstyler.mo
|
||||||
share/locale/es/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/eu/LC_MESSAGES/dvdstyler.mo
|
||||||
share/locale/fi/LC_MESSAGES/dvdstyler.mo
|
share/locale/fi/LC_MESSAGES/dvdstyler.mo
|
||||||
share/locale/fr/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
|
share/pixmaps/dvdstyler.png
|
||||||
@dirrmtry share/locale/hy/LC_MESSAGES
|
@dirrmtry share/locale/hy/LC_MESSAGES
|
||||||
@dirrmtry share/locale/hy
|
@dirrmtry share/locale/hy
|
||||||
|
@dirrmtry share/locale/es_ar/LC_MESSAGES
|
||||||
|
@dirrmtry share/locale/es_ar
|
||||||
@dirrm %%DATADIR%%/templates/Travel
|
@dirrm %%DATADIR%%/templates/Travel
|
||||||
@dirrm %%DATADIR%%/templates/Basic
|
@dirrm %%DATADIR%%/templates/Basic
|
||||||
@dirrm %%DATADIR%%/templates
|
@dirrm %%DATADIR%%/templates
|
||||||
|
|
Loading…
Add table
Reference in a new issue