mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 0.63.00
This commit is contained in:
parent
81e9e7ab7f
commit
677bf4123d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278240
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= synfig
|
||||
DISTVERSION= 0.62.02
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.63.00
|
||||
CATEGORIES= devel graphics multimedia
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -36,10 +35,16 @@ ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
|
||||
/optimization_flags/s|CFLAGS=|#CFLAGS=|' ${WRKSRC}/configure
|
||||
/optimization_flags/s|CFLAGS=|#CFLAGS=|' -e \
|
||||
's|no_NO|no|g' -e \
|
||||
's|pl_PL|pl|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e '/url_fclose/s|&formatc|formatc|g' \
|
||||
${WRKSRC}/src/modules/mod_libavcodec/trgt_av.cpp
|
||||
|
||||
# FIX LC_MESSAGES
|
||||
${MV} ${WRKSRC}/po/no_NO.gmo ${WRKSRC}/po/no.gmo
|
||||
${MV} ${WRKSRC}/po/pl_PL.gmo ${WRKSRC}/po/pl.gmo
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (synfig-0.62.02.tar.gz) = e5895a3cb66572701b98180ad2be7538db0d5e50c764b421a0474bab2a79d9b5
|
||||
SIZE (synfig-0.62.02.tar.gz) = 3118478
|
||||
SHA256 (synfig-0.63.00.tar.gz) = 379e5db2d0c06b37c7c5d5d5f9420e68c912d6af880acd6c372245cd49913e7b
|
||||
SIZE (synfig-0.63.00.tar.gz) = 3297382
|
||||
|
@ -119,9 +119,11 @@ include/synfig-0.0/synfig/valuenode_greyed.h
|
||||
include/synfig-0.0/synfig/valuenode_not.h
|
||||
include/synfig-0.0/synfig/valuenode_or.h
|
||||
include/synfig-0.0/synfig/valuenode_pow.h
|
||||
include/synfig-0.0/synfig/valuenode_wplist.h
|
||||
include/synfig-0.0/synfig/vector.h
|
||||
include/synfig-0.0/synfig/version.h
|
||||
include/synfig-0.0/synfig/waypoint.h
|
||||
include/synfig-0.0/synfig/widthpoint.h
|
||||
lib/libsynfig.la
|
||||
lib/libsynfig.so
|
||||
lib/libsynfig.so.0
|
||||
@ -177,6 +179,10 @@ share/locale/en_GB/LC_MESSAGES/synfig.mo
|
||||
share/locale/it/LC_MESSAGES/synfig.mo
|
||||
share/locale/es/LC_MESSAGES/synfig.mo
|
||||
share/locale/fr/LC_MESSAGES/synfig.mo
|
||||
share/locale/no/LC_MESSAGES/synfig.mo
|
||||
share/locale/pl/LC_MESSAGES/synfig.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/synfig.mo
|
||||
share/locale/ro/LC_MESSAGES/synfig.mo
|
||||
share/locale/ru/LC_MESSAGES/synfig.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/synfig.mo
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= synfigstudio
|
||||
DISTVERSION= 0.62.02
|
||||
DISTVERSION= 0.63.00
|
||||
CATEGORIES= graphics multimedia
|
||||
MASTER_SITES= SF/synfig/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
@ -27,8 +27,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
|
||||
/optimization_flags/s|CFLAGS=|#CFLAGS=|' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
|
||||
/optimization_flags/s|CFLAGS=|#CFLAGS=|' -e \
|
||||
's|sk_SK|sk|g' ${WRKSRC}/configure
|
||||
|
||||
# FIX LC_MESSAGES
|
||||
${MV} ${WRKSRC}/po/sk_SK.gmo ${WRKSRC}/po/sk.gmo
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (synfigstudio-0.62.02.tar.gz) = 260e00a8de91942e52b1d6751bcf813f30e50b03eab250b345df221d58a5a242
|
||||
SIZE (synfigstudio-0.62.02.tar.gz) = 2890827
|
||||
SHA256 (synfigstudio-0.63.00.tar.gz) = ee6bdfbfcd3862c7bf99be1ff98ee6d1ceda031f42ddbf79d4054d9196c2bfcc
|
||||
SIZE (synfigstudio-0.63.00.tar.gz) = 3406251
|
||||
|
@ -93,6 +93,8 @@ include/synfigapp-0.0/synfigapp/valuenodeconstunsetstatic.h
|
||||
lib/libsynfigapp.la
|
||||
lib/libsynfigapp.so
|
||||
lib/libsynfigapp.so.0
|
||||
share/mime/application/x-sif.xml
|
||||
share/mime/packages/synfigstudio.xml
|
||||
share/applications/synfigstudio.desktop
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
@ -106,7 +108,9 @@ share/locale/it/LC_MESSAGES/synfigstudio.mo
|
||||
share/locale/ca/LC_MESSAGES/synfigstudio.mo
|
||||
share/locale/es/LC_MESSAGES/synfigstudio.mo
|
||||
share/locale/fr/LC_MESSAGES/synfigstudio.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/synfigstudio.mo
|
||||
share/locale/ru/LC_MESSAGES/synfigstudio.mo
|
||||
share/locale/sk/LC_MESSAGES/synfigstudio.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/synfigstudio.mo
|
||||
share/mime-info/synfigstudio.keys
|
||||
share/mime-info/synfigstudio.mime
|
||||
@ -120,6 +124,12 @@ share/icons/hicolor/64x64/apps/synfig_icon.png
|
||||
share/icons/hicolor/scalable/apps/synfig_icon.svg
|
||||
share/pixmaps/sif_icon.png
|
||||
share/pixmaps/synfig_icon.png
|
||||
share/pixmaps/synfigstudio/action_flat_interpolation_icon.png
|
||||
share/pixmaps/synfigstudio/action_interpolate_interpolation_icon.png
|
||||
share/pixmaps/synfigstudio/action_peak_interpolation_icon.png
|
||||
share/pixmaps/synfigstudio/action_rounded_interpolation_icon.png
|
||||
share/pixmaps/synfigstudio/action_squared_interpolation_icon.png
|
||||
share/pixmaps/synfigstudio/layer_geometry_advanced_outline_icon.png
|
||||
share/pixmaps/synfigstudio/splash_screen.png
|
||||
share/pixmaps/synfigstudio/layer_blur_blur_icon.png
|
||||
share/pixmaps/synfigstudio/layer_example_metaballs_icon.png
|
||||
|
Loading…
Reference in New Issue
Block a user