mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Update to 0.20.0
- Take over maintaining it Approved by: sat (maintainer)
This commit is contained in:
parent
e322edaf37
commit
479ac4063c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212751
@ -6,12 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= subtitleeditor
|
||||
PORTVERSION= 0.13.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.20.0
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://kitone.free.fr/subtitleeditor/files/ CENKES
|
||||
MASTER_SITES= http://download.gna.org/${PORTNAME}/0.20/
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
MAINTAINER= pav@FreeBSD.org
|
||||
COMMENT= Subtitle editor
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
||||
@ -24,15 +23,15 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
||||
USE_GNOME= gtk20
|
||||
USE_GSTREAMER= good
|
||||
USE_GETTEXT= yes
|
||||
INSTALLS_ICONS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
PLIST_SUB= DESKTOPDIR="${DESKTOPDIR:S,^${PREFIX}/,,}"
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|strtoll|strtoq|g' ${WRKSRC}/src/SubtitleASS.cc
|
||||
@${REINPLACE_CMD} -e 's|strtoll|strtoq|g' ${WRKSRC}/src/formats/SubtitleASS.cc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (subtitleeditor-0.13.6.tar.gz) = 063ffbe94afe832ec46b1666cdf00228
|
||||
SHA256 (subtitleeditor-0.13.6.tar.gz) = 5c63baa89443dc96e2e86e8cd6719cc0df0eed9ea713c0f41d418d9ee318b6aa
|
||||
SIZE (subtitleeditor-0.13.6.tar.gz) = 579871
|
||||
MD5 (subtitleeditor-0.20.0.tar.gz) = 068075f138ccb131cefcb780bdaf3eab
|
||||
SHA256 (subtitleeditor-0.20.0.tar.gz) = 463270399b237885361e7e82d3d3498e932b59c66011c0d44625993bdfbdaada
|
||||
SIZE (subtitleeditor-0.20.0.tar.gz) = 569760
|
||||
|
13
multimedia/subtitleeditor/files/patch-src-CommandSystem.cc
Normal file
13
multimedia/subtitleeditor/files/patch-src-CommandSystem.cc
Normal file
@ -0,0 +1,13 @@
|
||||
--- src/CommandSystem.cc.orig 2008-02-05 14:17:58.000000000 +0100
|
||||
+++ src/CommandSystem.cc 2008-04-29 13:29:39.000000000 +0200
|
||||
@@ -120,8 +120,8 @@
|
||||
{
|
||||
se_debug(SE_DEBUG_COMMAND);
|
||||
|
||||
- std::list<Command*>::const_reverse_iterator it;
|
||||
- for(it = m_stack.rbegin(); it!= m_stack.rend(); ++it)
|
||||
+ std::list<Command*>::const_iterator it;
|
||||
+ for(it = m_stack.begin(); it!= m_stack.end(); ++it)
|
||||
{
|
||||
(*it)->restore();
|
||||
}
|
@ -1,27 +1,36 @@
|
||||
bin/subtitleeditor
|
||||
%%DESKTOPDIR%%/subtitleeditor.desktop
|
||||
%%DATADIR%%/dialog-change-fps.glade
|
||||
%%DATADIR%%/dialog-encodings-chooser.glade
|
||||
%%DATADIR%%/dialog-find-and-replace.glade
|
||||
%%DATADIR%%/dialog-move-subtitles.glade
|
||||
%%DATADIR%%/dialog-preferences.glade
|
||||
%%DATADIR%%/dialog-scale.glade
|
||||
%%DATADIR%%/dialog-script-properties.glade
|
||||
%%DATADIR%%/dialog-spell-checking.glade
|
||||
%%DATADIR%%/dialog-split.glade
|
||||
%%DATADIR%%/dialog-style-editor.glade
|
||||
%%DATADIR%%/glade/dialog-configure-keyboard-shortcuts.glade
|
||||
%%DATADIR%%/glade/dialog-encodings-chooser.glade
|
||||
%%DATADIR%%/glade/dialog-find-and-replace.glade
|
||||
%%DATADIR%%/glade/dialog-change-framerate.glade
|
||||
%%DATADIR%%/glade/dialog-check-errors.glade
|
||||
%%DATADIR%%/glade/dialog-check-errors-preferences.glade
|
||||
%%DATADIR%%/glade/dialog-move-subtitles.glade
|
||||
%%DATADIR%%/glade/dialog-preferences.glade
|
||||
%%DATADIR%%/glade/dialog-scale-subtitles.glade
|
||||
%%DATADIR%%/glade/dialog-script-properties.glade
|
||||
%%DATADIR%%/glade/dialog-spell-checking.glade
|
||||
%%DATADIR%%/glade/dialog-split-document.glade
|
||||
%%DATADIR%%/glade/dialog-style-editor.glade
|
||||
%%DATADIR%%/glade/subtitleeditor.glade
|
||||
%%DATADIR%%/menubar.xml
|
||||
%%DATADIR%%/subtitleeditor-icon.png
|
||||
%%DATADIR%%/subtitleeditor.glade
|
||||
%%DATADIR%%/subtitleeditor.png
|
||||
%%DATADIR%%/subtitleeditor.svg
|
||||
share/icons/hicolor/16x16/apps/subtitleeditor.png
|
||||
share/icons/hicolor/22x22/apps/subtitleeditor.png
|
||||
share/icons/hicolor/24x24/apps/subtitleeditor.png
|
||||
share/icons/hicolor/32x32/apps/subtitleeditor.png
|
||||
share/icons/hicolor/scalable/apps/subtitleeditor.svg
|
||||
share/locale/ca/LC_MESSAGES/subtitleeditor.mo
|
||||
share/locale/cs/LC_MESSAGES/subtitleeditor.mo
|
||||
share/locale/es/LC_MESSAGES/subtitleeditor.mo
|
||||
share/locale/fr/LC_MESSAGES/subtitleeditor.mo
|
||||
share/locale/hu/LC_MESSAGES/subtitleeditor.mo
|
||||
share/locale/it/LC_MESSAGES/subtitleeditor.mo
|
||||
share/locale/nl/LC_MESSAGES/subtitleeditor.mo
|
||||
share/locale/pl/LC_MESSAGES/subtitleeditor.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/subtitleeditor.mo
|
||||
share/locale/pt_PT/LC_MESSAGES/subtitleeditor.mo
|
||||
@dirrmtry %%DESKTOPDIR%%
|
||||
@dirrm %%DATADIR%%/glade
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user