From owner-cvs-ports@FreeBSD.ORG Sun Jan 24 09:53:06 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40CFD1065670; Sun, 24 Jan 2010 09:53:06 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2E8888FC08; Sun, 24 Jan 2010 09:53:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0O9r62e024783; Sun, 24 Jan 2010 09:53:06 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0O9r6KG024782; Sun, 24 Jan 2010 09:53:06 GMT (envelope-from dinoex) Message-Id: <201001240953.o0O9r6KG024782@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 24 Jan 2010 09:53:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia Makefile ports/multimedia/sabbu Makefile distinfo pkg-descr pkg-plist ports/multimedia/sabbu/files patch-common.h patch-configure patch-video.cpp patch-video.h X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2010 09:53:06 -0000 dinoex 2010-01-24 09:53:06 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/sabbu Makefile distinfo pkg-descr pkg-plist multimedia/sabbu/files patch-common.h patch-configure patch-video.cpp patch-video.h Log: 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://sourceforge.net/projects/sabbu/ Revision Changes Path 1.351 +1 -0 ports/multimedia/Makefile 1.15 +47 -0 ports/multimedia/sabbu/Makefile (new) 1.3 +3 -0 ports/multimedia/sabbu/distinfo (new) 1.3 +10 -0 ports/multimedia/sabbu/files/patch-common.h (new) 1.4 +60 -0 ports/multimedia/sabbu/files/patch-configure (new) 1.4 +144 -0 ports/multimedia/sabbu/files/patch-video.cpp (new) 1.3 +16 -0 ports/multimedia/sabbu/files/patch-video.h (new) 1.5 +14 -0 ports/multimedia/sabbu/pkg-descr (new) 1.3 +53 -0 ports/multimedia/sabbu/pkg-plist (new)