- Update to 0.39.0

- Takeover maintainership

Approved by:	pav (maintainer, via irc)
This commit is contained in:
Emanuel Haupt 2011-07-27 07:50:14 +00:00
parent cea7a76de5
commit 9460a94966
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278400
4 changed files with 62 additions and 7 deletions

View File

@ -6,12 +6,12 @@
#
PORTNAME= subtitleeditor
PORTVERSION= 0.34.0
PORTREVISION= 3
PORTVERSION= 0.39.0
CATEGORIES= multimedia
MASTER_SITES= http://download.gna.org/${PORTNAME}/0.34/
MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/ \
CRITICAL
MAINTAINER= pav@FreeBSD.org
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Subtitle editor
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes

View File

@ -1,2 +1,2 @@
SHA256 (subtitleeditor-0.34.0.tar.gz) = 3cd12248e0eacdbd64904b62a3e0f9d51d29940fd2cf37285ea06e1d0cc138f4
SIZE (subtitleeditor-0.34.0.tar.gz) = 1183197
SHA256 (subtitleeditor-0.39.0.tar.gz) = 168e7f71079517e8b69d9657daac752fb7216e7cd8122a3ea0dfc7d385d29c39
SIZE (subtitleeditor-0.39.0.tar.gz) = 1360273

View File

@ -0,0 +1,29 @@
--- ./plugins/actions/documentsnavigation/documentsnavigation.cc.orig 2011-06-08 19:15:03.000000000 +0200
+++ ./plugins/actions/documentsnavigation/documentsnavigation.cc 2011-07-26 10:12:07.000000000 +0200
@@ -54,22 +54,22 @@
action_group->add(
Gtk::Action::create("documentsnavigation-first-document", Gtk::Stock::GOTO_FIRST, _("_First Document")),
- sigc::bind(
+ sigc::bind<int>(
sigc::mem_fun(*this, &DocumentsNavigationPlugin::on_select_document), FIRST));
action_group->add(
Gtk::Action::create("documentsnavigation-last-document", Gtk::Stock::GOTO_LAST, _("_Last Document")),
- sigc::bind(
+ sigc::bind<int>(
sigc::mem_fun(*this, &DocumentsNavigationPlugin::on_select_document), LAST));
action_group->add(
Gtk::Action::create("documentsnavigation-previous-document", Gtk::Stock::GO_BACK, _("_Previous Document")),
- sigc::bind(
+ sigc::bind<int>(
sigc::mem_fun(*this, &DocumentsNavigationPlugin::on_select_document), PREVIOUS));
action_group->add(
Gtk::Action::create("documentsnavigation-next-document", Gtk::Stock::GO_FORWARD, _("_Next Document")),
- sigc::bind(
+ sigc::bind<int>(
sigc::mem_fun(*this, &DocumentsNavigationPlugin::on_select_document), NEXT));
// ui

View File

@ -1,4 +1,18 @@
bin/subtitleeditor
lib/subtitleeditor/plugins/actions/libdocumentsnavigation.la
lib/subtitleeditor/plugins/actions/libdocumentsnavigation.so
lib/subtitleeditor/plugins/actions/libinsertsubtitlefromkeyframe.la
lib/subtitleeditor/plugins/actions/libinsertsubtitlefromkeyframe.so
lib/subtitleeditor/plugins/actions/libsortsubtitles.la
lib/subtitleeditor/plugins/actions/libsortsubtitles.so
lib/subtitleeditor/plugins/actions/libtypewriter.la
lib/subtitleeditor/plugins/actions/libtypewriter.so
lib/subtitleeditor/plugins/subtitleformats/libsami.la
lib/subtitleeditor/plugins/subtitleformats/libsami.so
lib/subtitleeditor/plugins/subtitleformats/libsbv.la
lib/subtitleeditor/plugins/subtitleformats/libsbv.so
lib/subtitleeditor/plugins/subtitleformats/libsprucestl.la
lib/subtitleeditor/plugins/subtitleformats/libsprucestl.so
lib/libsubtitleeditor.la
lib/libsubtitleeditor.so
lib/libsubtitleeditor.so.0
@ -106,6 +120,8 @@ 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/bg/LC_MESSAGES/subtitleeditor.mo
share/locale/el/LC_MESSAGES/subtitleeditor.mo
share/locale/ca/LC_MESSAGES/subtitleeditor.mo
share/locale/cs/LC_MESSAGES/subtitleeditor.mo
share/locale/da/LC_MESSAGES/subtitleeditor.mo
@ -177,7 +193,6 @@ share/subtitleeditor/plugins-description/subtitleformats/substationalpha.se-plug
share/subtitleeditor/plugins-description/subtitleformats/subtitleeditorproject.se-plugin
share/subtitleeditor/plugins-description/subtitleformats/subviewer2.se-plugin
share/subtitleeditor/plugins-description/subtitleformats/timedtextauthoringformat1.se-plugin
share/subtitleeditor/plugins-share/bitc/dialog-bitc.ui
share/subtitleeditor/plugins-share/changeframerate/dialog-change-framerate.ui
share/subtitleeditor/plugins-share/configurekeyboardshortcuts/dialog-configure-keyboard-shortcuts.ui
share/subtitleeditor/plugins-share/errorchecking/dialog-error-checking.ui
@ -210,8 +225,19 @@ share/subtitleeditor/ui/dialog-open-document.ui
share/subtitleeditor/ui/dialog-save-document.ui
share/subtitleeditor/ui/dialog-script-properties.ui
share/subtitleeditor/ui/subtitleeditor.ui
share/subtitleeditor/plugins-description/actions/documentsnavigation.se-plugin
share/subtitleeditor/plugins-description/actions/insertsubtitlefromkeyframe.se-plugin
share/subtitleeditor/plugins-description/actions/sortsubtitles.se-plugin
share/subtitleeditor/plugins-description/actions/typewriter.se-plugin
share/subtitleeditor/plugins-description/subtitleformats/sami.se-plugin
share/subtitleeditor/plugins-description/subtitleformats/sbv.se-plugin
share/subtitleeditor/plugins-description/subtitleformats/sprucestl.se-plugin
share/subtitleeditor/plugins-share/advancedsubstationalpha/dialog-advancedsubstationalpha-preferences.ui
share/subtitleeditor/plugins-share/substationalpha/dialog-substationalpha-preferences.ui
@dirrmtry %%DESKTOPDIR%%
@dirrm share/subtitleeditor/ui
@dirrm share/subtitleeditor/plugins-share/substationalpha
@dirrm share/subtitleeditor/plugins-share/advancedsubstationalpha
@dirrm share/subtitleeditor/plugins-share/viewmanager
@dirrm share/subtitleeditor/plugins-share/textcorrection
@dirrm share/subtitleeditor/plugins-share/styleeditor