Subtitle Editor is a GTK+2 tool to edit subtitles. It can be used for new subtitles or as a tool to transform, edit, correct and refine existing subtitle. This program also shows sound waves, which makes it easier to synchronise subtitles to voices. Supported formats are: * Sub Station Alpha * Advanced Sub Station Alpha * SubRip * MicroDVD * MPL2 * MPsub (MPlayer subtitle) * SubViewer 2.0 * Plain-Text * Adobe Encore DVD ok steven@
47 lines
1.5 KiB
Makefile
47 lines
1.5 KiB
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/28 22:49:54 ajacoutot Exp $
|
|
|
|
COMMENT= "GTK+2 tool to edit subtitles"
|
|
|
|
DISTNAME= subtitleeditor-0.13.6
|
|
CATEGORIES= graphics editors
|
|
|
|
HOMEPAGE= http://kitone.free.fr/subtitleeditor/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/files/
|
|
|
|
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
|
Xrender atk-1.0 atkmm-1.6 c cairo cairomm-1.0 expat \
|
|
fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \
|
|
gdkmm-2.4 glade-2.0 glib-2.0 glibmm-2.4 glitz \
|
|
gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 \
|
|
gtkmm-2.4 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
|
pangomm-1.4 png pthread sigc-2.0 stdc++ xml2 z
|
|
|
|
BUILD_DEPENDS= :gstreamer-plugins-good-*:multimedia/gstreamer-0.10/plugins-good \
|
|
:iso-codes-*:devel/iso-codes
|
|
LIB_DEPENDS= glademm-2.4.>=1::devel/libglademm \
|
|
pcre.>=1,pcrecpp.>=2:pcre->=6.4p2:devel/pcre \
|
|
enchant.>=4::textproc/enchant \
|
|
gstreamer-0.10,gstbase-0.10::multimedia/gstreamer-0.10/core \
|
|
gstaudio-0.10,gstinterfaces-0.10,gstvideo-0.10::multimedia/gstreamer-0.10/plugins-base
|
|
RUN_DEPENDS= :gstreamer-plugins-good-*:multimedia/gstreamer-0.10/plugins-good \
|
|
:iso-codes-*:devel/iso-codes \
|
|
:desktop-file-utils-*:devel/desktop-file-utils
|
|
|
|
MODULES= devel/gettext
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|