mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Update to 0.63.01
This commit is contained in:
parent
fa2d3fbca2
commit
8be9d9a64f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282580
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= synfig
|
||||
DISTVERSION= 0.63.00
|
||||
DISTVERSION= 0.63.01
|
||||
CATEGORIES= devel graphics multimedia
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -37,13 +37,16 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
|
||||
/optimization_flags/s|CFLAGS=|#CFLAGS=|' -e \
|
||||
's|no_NO|no|g' -e \
|
||||
's|pl_PL|pl|g' ${WRKSRC}/configure
|
||||
's|pl_PL|pl|g' -e \
|
||||
's|sk_SK|sk|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
|
||||
${MV} ${WRKSRC}/po/sk_SK.gmo ${WRKSRC}/po/sk.gmo
|
||||
# ${MV} ${WRKSRC}/po/sk_SK.po ${WRKSRC}/po/sk.po
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (synfig-0.63.00.tar.gz) = 379e5db2d0c06b37c7c5d5d5f9420e68c912d6af880acd6c372245cd49913e7b
|
||||
SIZE (synfig-0.63.00.tar.gz) = 3297382
|
||||
SHA256 (synfig-0.63.01.tar.gz) = e9279aa73f073f3a9184bd2094eecb796a185ff6e71014482e33de13b2f4a8ec
|
||||
SIZE (synfig-0.63.01.tar.gz) = 3451899
|
||||
|
@ -1,6 +1,8 @@
|
||||
bin/synfig
|
||||
bin/synfig-config
|
||||
etc/synfig_modules.cfg
|
||||
include/synfig-0.0/synfig/valuenode_dilist.h
|
||||
include/synfig-0.0/synfig/dashitem.h
|
||||
include/synfig-0.0/synfig/activepoint.h
|
||||
include/synfig-0.0/synfig/angle.h
|
||||
include/synfig-0.0/synfig/blinepoint.h
|
||||
@ -174,6 +176,10 @@ libdata/pkgconfig/synfig.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
share/locale/fa_IR/LC_MESSAGES/synfig.mo
|
||||
share/locale/lt/LC_MESSAGES/synfig.mo
|
||||
share/locale/nl/LC_MESSAGES/synfig.mo
|
||||
share/locale/sk/LC_MESSAGES/synfig.mo
|
||||
share/locale/de/LC_MESSAGES/synfig.mo
|
||||
share/locale/en_GB/LC_MESSAGES/synfig.mo
|
||||
share/locale/it/LC_MESSAGES/synfig.mo
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= synfigstudio
|
||||
DISTVERSION= 0.63.00
|
||||
DISTVERSION= 0.63.01
|
||||
CATEGORIES= graphics multimedia
|
||||
MASTER_SITES= SF/synfig/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (synfigstudio-0.63.00.tar.gz) = ee6bdfbfcd3862c7bf99be1ff98ee6d1ceda031f42ddbf79d4054d9196c2bfcc
|
||||
SIZE (synfigstudio-0.63.00.tar.gz) = 3406251
|
||||
SHA256 (synfigstudio-0.63.01.tar.gz) = ae6701814fb307134e0da90249542769a9751737b07bed882df98722d5b5f4cc
|
||||
SIZE (synfigstudio-0.63.01.tar.gz) = 3657273
|
||||
|
@ -1,4 +1,6 @@
|
||||
bin/synfigstudio
|
||||
include/synfigapp-0.0/synfigapp/canvasmetadataset.h
|
||||
include/synfigapp-0.0/synfigapp/canvasmetadataerase.h
|
||||
include/synfigapp-0.0/synfigapp/action.h
|
||||
include/synfigapp-0.0/synfigapp/action_param.h
|
||||
include/synfigapp-0.0/synfigapp/action_system.h
|
||||
@ -104,6 +106,8 @@ share/applications/synfigstudio.desktop
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
share/locale/de/LC_MESSAGES/synfigstudio.mo
|
||||
share/locale/en_GB/LC_MESSAGES/synfigstudio.mo
|
||||
share/locale/lt/LC_MESSAGES/synfigstudio.mo
|
||||
share/locale/fa_IR/LC_MESSAGES/synfigstudio.mo
|
||||
share/locale/it/LC_MESSAGES/synfigstudio.mo
|
||||
share/locale/ca/LC_MESSAGES/synfigstudio.mo
|
||||
share/locale/es/LC_MESSAGES/synfigstudio.mo
|
||||
@ -124,6 +128,20 @@ 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/keyframe_lock_past_on_icon.png
|
||||
share/pixmaps/synfigstudio/keyframe_lock_past_off_icon.png
|
||||
share/pixmaps/synfigstudio/keyframe_lock_future_on_icon.png
|
||||
share/pixmaps/synfigstudio/keyframe_lock_future_off_icon.png
|
||||
share/pixmaps/synfigstudio/animate_seek_next_keyframe_icon.png
|
||||
share/pixmaps/synfigstudio/animate_seek_prev_keyframe_icon.png
|
||||
share/pixmaps/synfigstudio/animate_seek_next_frame_icon.png
|
||||
share/pixmaps/synfigstudio/animate_seek_prev_frame_icon.png
|
||||
share/pixmaps/synfigstudio/animate_seek_begin_icon.png
|
||||
share/pixmaps/synfigstudio/animate_seek_end_icon.png
|
||||
share/pixmaps/synfigstudio/animate_play_icon.png
|
||||
share/pixmaps/synfigstudio/animate_stop_icon.png
|
||||
share/pixmaps/synfigstudio/animate_mode_off_icon.png
|
||||
share/pixmaps/synfigstudio/animate_mode_on_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
|
||||
@ -200,10 +218,6 @@ share/pixmaps/synfigstudio/info_icon.png
|
||||
share/pixmaps/synfigstudio/installer_logo.png
|
||||
share/pixmaps/synfigstudio/installer_logo_osx.png
|
||||
share/pixmaps/synfigstudio/keyframe_icon.png
|
||||
share/pixmaps/synfigstudio/keyframe_lock_all.png
|
||||
share/pixmaps/synfigstudio/keyframe_lock_future.png
|
||||
share/pixmaps/synfigstudio/keyframe_lock_none.png
|
||||
share/pixmaps/synfigstudio/keyframe_lock_past.png
|
||||
share/pixmaps/synfigstudio/layer_icon.png
|
||||
share/pixmaps/synfigstudio/meta_data_icon.png
|
||||
share/pixmaps/synfigstudio/navigator_icon.png
|
||||
@ -250,10 +264,6 @@ share/pixmaps/synfigstudio/time_track_icon.png
|
||||
share/pixmaps/synfigstudio/valuenode_icon.png
|
||||
share/pixmaps/synfigstudio/set_fill_color.png
|
||||
share/pixmaps/synfigstudio/set_outline_color.png
|
||||
share/pixmaps/synfigstudio/seek_begin.png
|
||||
share/pixmaps/synfigstudio/seek_end.png
|
||||
share/pixmaps/synfigstudio/seek_next_frame.png
|
||||
share/pixmaps/synfigstudio/seek_prev_frame.png
|
||||
share/pixmaps/synfigstudio/duck_position_icon.png
|
||||
share/pixmaps/synfigstudio/duck_vertex_icon.png
|
||||
share/pixmaps/synfigstudio/duck_tangent_icon.png
|
||||
|
Loading…
Reference in New Issue
Block a user