diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-01-18 06:45:00 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-01-18 06:45:00 +0000 |
commit | 405e5ccf0cd7987124a270f6b94d2b1064e206ff (patch) | |
tree | 4fb564c8ad75fbccc3a63815f2b24aa9239a9114 /multimedia | |
parent | 20ec2f93aa500d714ab4b68e9ba47d3947654d21 (diff) | |
download | FreeBSD-ports-405e5ccf0cd7987124a270f6b94d2b1064e206ff.zip FreeBSD-ports-405e5ccf0cd7987124a270f6b94d2b1064e206ff.tar.gz |
program used to "time" subtitles:
* Any WAVE file can be used for timing
* Reads/Writes SSA (Sub Station Alpha) and ASS (Advanced Sub Station) formats.
* Instant preview of subtitle with all effects
* Ability to place subtitles visually (Needs more testing)
* Ability to mute specific channel
* Ability to open alternate views of the same wave
* Ability to mark key frames from a video on the waveform
* Ability to save Workspace (saves information such as currently opened sound,
video files and position in the wave)
* Ability to format script on save
* "Code Hiding"
WWW: http://www.sabbu.com/
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/sabbu/Makefile | 40 | ||||
-rw-r--r-- | multimedia/sabbu/distinfo | 3 | ||||
-rw-r--r-- | multimedia/sabbu/pkg-descr | 14 | ||||
-rw-r--r-- | multimedia/sabbu/pkg-plist | 53 |
5 files changed, 111 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index b986854..9bf2574 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -161,6 +161,7 @@ SUBDIR += replex SUBDIR += rox-videothumbnail SUBDIR += ruby-gst + SUBDIR += sabbu SUBDIR += slideshow SUBDIR += smpeg SUBDIR += smpeg-xmms diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile new file mode 100644 index 0000000..dafc480 --- /dev/null +++ b/multimedia/sabbu/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: sabbu +# Date created: 2005-04-14 +# Whom: dikr.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= sabbu +PORTVERSION= 0.3.0 +CATEGORIES= multimedia +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Program used to time subtitles + +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ + sndfile:${PORTSDIR}/audio/libsndfile + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_ICONV= yes +USE_AUTOTOOLS= libtool:15 + +USE_GNOME= gtk20 +CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" + +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= WITH_NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= WITH_NLS="" +.endif + +.include <bsd.port.mk> diff --git a/multimedia/sabbu/distinfo b/multimedia/sabbu/distinfo new file mode 100644 index 0000000..9e9d02d --- /dev/null +++ b/multimedia/sabbu/distinfo @@ -0,0 +1,3 @@ +MD5 (sabbu-0.3.0.tar.bz2) = c380b921301cb9cebac117783083f846 +SHA256 (sabbu-0.3.0.tar.bz2) = e510cb2947d45ff6e8a2b5e470f90e1695919e6b3be09f721674b61155b88b98 +SIZE (sabbu-0.3.0.tar.bz2) = 605499 diff --git a/multimedia/sabbu/pkg-descr b/multimedia/sabbu/pkg-descr new file mode 100644 index 0000000..ba35303 --- /dev/null +++ b/multimedia/sabbu/pkg-descr @@ -0,0 +1,14 @@ +program used to "time" subtitles: +* Any WAVE file can be used for timing +* Reads/Writes SSA (Sub Station Alpha) and ASS (Advanced Sub Station) formats. +* Instant preview of subtitle with all effects +* Ability to place subtitles visually (Needs more testing) +* Ability to mute specific channel +* Ability to open alternate views of the same wave +* Ability to mark key frames from a video on the waveform +* Ability to save Workspace (saves information such as currently opened sound, + video files and position in the wave) +* Ability to format script on save +* "Code Hiding" + +WWW: http://www.sabbu.com/ diff --git a/multimedia/sabbu/pkg-plist b/multimedia/sabbu/pkg-plist new file mode 100644 index 0000000..19d9176 --- /dev/null +++ b/multimedia/sabbu/pkg-plist @@ -0,0 +1,53 @@ +bin/sabbu +%%WITH_NLS%%share/locale/es/LC_MESSAGES/sabbu.mo +%%WITH_NLS%%share/locale/id/LC_MESSAGES/sabbu.mo +%%WITH_NLS%%share/locale/ja/LC_MESSAGES/sabbu.mo +%%WITH_NLS%%share/locale/pt_BR/LC_MESSAGES/sabbu.mo +%%WITH_NLS%%share/locale/pl/LC_MESSAGES/sabbu.mo +%%WITH_NLS%%share/locale/zh_CN/LC_MESSAGES/sabbu.mo +%%DATADIR%%/angle.png +%%DATADIR%%/arrow-down.png +%%DATADIR%%/arrow-right.png +%%DATADIR%%/focus-selected.png +%%DATADIR%%/gear.png +%%DATADIR%%/grab-times.png +%%DATADIR%%/karaoke_box.png +%%DATADIR%%/karaoke_line.png +%%DATADIR%%/lead-both.png +%%DATADIR%%/lead-in.png +%%DATADIR%%/lead-out.png +%%DATADIR%%/margin-left.png +%%DATADIR%%/margin-right.png +%%DATADIR%%/margin-vertical.png +%%DATADIR%%/play-last.png +%%DATADIR%%/play-selection.png +%%DATADIR%%/play-stop.png +%%DATADIR%%/play.png +%%DATADIR%%/sabbu.jpg +%%DATADIR%%/sarrow-center.png +%%DATADIR%%/sarrow-down-left.png +%%DATADIR%%/sarrow-down-right.png +%%DATADIR%%/sarrow-down.png +%%DATADIR%%/sarrow-left.png +%%DATADIR%%/sarrow-right.png +%%DATADIR%%/sarrow-up-left.png +%%DATADIR%%/sarrow-up-right.png +%%DATADIR%%/sarrow-up.png +%%DATADIR%%/scale-down.png +%%DATADIR%%/scale-up.png +%%DATADIR%%/scale-x.png +%%DATADIR%%/scale-y.png +%%DATADIR%%/search-indicator.png +%%DATADIR%%/show-keyframes.png +%%DATADIR%%/show-time.png +%%DATADIR%%/spacing.png +%%DATADIR%%/sync-scale.png +%%DATADIR%%/sync-scroll.png +%%DATADIR%%/sync-zoom.png +%%DATADIR%%/syntax.png +%%DATADIR%%/syntax_off.png +%%DATADIR%%/time-left-2.png +%%DATADIR%%/time-left.png +%%DATADIR%%/time-right-2.png +%%DATADIR%%/time-right.png +@dirrm %%DATADIR%% |