diff options
author | pav <pav@FreeBSD.org> | 2008-08-27 07:05:56 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-08-27 07:05:56 +0000 |
commit | edb8db851dc1761cda352012fbb590a7451efeff (patch) | |
tree | 8d49765de3500a9a534c4db1fc9f5ff9a210b871 /multimedia/subtitleeditor | |
parent | 7e518e2d72a179f6c597a0e73ec0e3e2f4bf460a (diff) | |
download | FreeBSD-ports-edb8db851dc1761cda352012fbb590a7451efeff.zip FreeBSD-ports-edb8db851dc1761cda352012fbb590a7451efeff.tar.gz |
- Update to 0.22.3
Diffstat (limited to 'multimedia/subtitleeditor')
-rw-r--r-- | multimedia/subtitleeditor/Makefile | 7 | ||||
-rw-r--r-- | multimedia/subtitleeditor/distinfo | 6 | ||||
-rw-r--r-- | multimedia/subtitleeditor/pkg-plist | 11 |
3 files changed, 18 insertions, 6 deletions
diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile index 84dcc25..b822712 100644 --- a/multimedia/subtitleeditor/Makefile +++ b/multimedia/subtitleeditor/Makefile @@ -6,10 +6,9 @@ # PORTNAME= subtitleeditor -PORTVERSION= 0.21.1 -PORTREVISION= 1 +PORTVERSION= 0.22.3 CATEGORIES= multimedia -MASTER_SITES= http://download.gna.org/${PORTNAME}/0.21/ +MASTER_SITES= http://download.gna.org/${PORTNAME}/0.22/ MAINTAINER= pav@FreeBSD.org COMMENT= Subtitle editor @@ -21,6 +20,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ enchant.1:${PORTSDIR}/textproc/enchant \ pcre.0:${PORTSDIR}/devel/pcre +USE_GMAKE= yes USE_GNOME= gtk20 USE_GSTREAMER= good USE_GETTEXT= yes @@ -30,6 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib PLIST_SUB= DESKTOPDIR="${DESKTOPDIR:S,^${PREFIX}/,,}" +MAN1= subtitleeditor.1 post-patch: @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure diff --git a/multimedia/subtitleeditor/distinfo b/multimedia/subtitleeditor/distinfo index 2700774..a3ad0cb 100644 --- a/multimedia/subtitleeditor/distinfo +++ b/multimedia/subtitleeditor/distinfo @@ -1,3 +1,3 @@ -MD5 (subtitleeditor-0.21.1.tar.gz) = 1cd4433c3ccdbc770fa4c91b1e95697a -SHA256 (subtitleeditor-0.21.1.tar.gz) = ae14ecc2dfc6130435d2d9eca0b478c4083d726364285d27eb0b8a95e697612d -SIZE (subtitleeditor-0.21.1.tar.gz) = 666756 +MD5 (subtitleeditor-0.22.3.tar.gz) = 7406ae75c1a28609f99866c8ff1bd916 +SHA256 (subtitleeditor-0.22.3.tar.gz) = e2e1488cf676cc5ec06c0c6a990c6a32071acb2add43dbba554e146b2ef1fd12 +SIZE (subtitleeditor-0.22.3.tar.gz) = 716573 diff --git a/multimedia/subtitleeditor/pkg-plist b/multimedia/subtitleeditor/pkg-plist index feaae19..ddf415f 100644 --- a/multimedia/subtitleeditor/pkg-plist +++ b/multimedia/subtitleeditor/pkg-plist @@ -2,12 +2,17 @@ bin/subtitleeditor %%DESKTOPDIR%%/subtitleeditor.desktop %%DATADIR%%/glade/dialog-configure-keyboard-shortcuts.glade %%DATADIR%%/glade/dialog-encodings-chooser.glade +%%DATADIR%%/glade/dialog-export-text.glade %%DATADIR%%/glade/dialog-find-and-replace.glade %%DATADIR%%/glade/dialog-change-framerate.glade +%%DATADIR%%/glade/dialog-character-codings.glade %%DATADIR%%/glade/dialog-check-errors.glade %%DATADIR%%/glade/dialog-check-errors-preferences.glade +%%DATADIR%%/glade/dialog-import-text.glade %%DATADIR%%/glade/dialog-move-subtitles.glade +%%DATADIR%%/glade/dialog-open-document.glade %%DATADIR%%/glade/dialog-preferences.glade +%%DATADIR%%/glade/dialog-save-document.glade %%DATADIR%%/glade/dialog-scale-subtitles.glade %%DATADIR%%/glade/dialog-script-properties.glade %%DATADIR%%/glade/dialog-spell-checking.glade @@ -25,8 +30,11 @@ share/icons/hicolor/scalable/apps/subtitleeditor.svg share/locale/ca/LC_MESSAGES/subtitleeditor.mo share/locale/cs/LC_MESSAGES/subtitleeditor.mo share/locale/da/LC_MESSAGES/subtitleeditor.mo +share/locale/de/LC_MESSAGES/subtitleeditor.mo +share/locale/en_GB/LC_MESSAGES/subtitleeditor.mo share/locale/es/LC_MESSAGES/subtitleeditor.mo share/locale/fr/LC_MESSAGES/subtitleeditor.mo +share/locale/gl/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 @@ -34,6 +42,9 @@ share/locale/pl/LC_MESSAGES/subtitleeditor.mo share/locale/pt/LC_MESSAGES/subtitleeditor.mo share/locale/pt_BR/LC_MESSAGES/subtitleeditor.mo share/locale/pt_PT/LC_MESSAGES/subtitleeditor.mo +share/locale/ru/LC_MESSAGES/subtitleeditor.mo +share/locale/sr/LC_MESSAGES/subtitleeditor.mo +share/locale/tr/LC_MESSAGES/subtitleeditor.mo share/locale/zh_CN/LC_MESSAGES/subtitleeditor.mo @dirrmtry %%DESKTOPDIR%% @dirrm %%DATADIR%%/glade |