1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

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/
This commit is contained in:
Dirk Meyer 2006-01-18 06:45:00 +00:00
parent 6781533bb2
commit d26e5189a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153783
5 changed files with 111 additions and 0 deletions

View File

@ -161,6 +161,7 @@
SUBDIR += replex
SUBDIR += rox-videothumbnail
SUBDIR += ruby-gst
SUBDIR += sabbu
SUBDIR += slideshow
SUBDIR += smpeg
SUBDIR += smpeg-xmms

40
multimedia/sabbu/Makefile Normal file
View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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%%