d48a60acca
=============== 1.1 (31/10/10) ============== - New feature for quickly setting times with a single button: pressing sets the start time, releasing sets the end time, then moves to the next subtitle - Periodically backup subtitle files, configurable in the preferences - New features for video seeking and subtitle selection: * Video->Loop Selection - loop the video playback to the selected subtitles * Video->Seek to Selection - seek the video to the selected subtitle * Video->Select Nearest Subtitle - select the subtitle for the video position * Video->Auto Select Subtitle - auto select subtitles as the video is playing - Changes in the Timings Synchronize dialog: * Fixed a bug using the Synchronize All Subtitles option * Activating a sync point now seeks to its new time instead of the old one - Fixed a bug drag-and-dropping files with spaces in their path - Use ISO-8859-1 as the fallback and default encoding in the File Open list Translations: - Carles Ferrando, Joan Duran (ca@valencia) - Lucas Lommer, Marek Černocký, Petr Kovar (cs) - Mario Blättermann (de) - Jorge González (es) - Bruno Brouard, Claude Paroz (fr) - Fran Diéguez (gl) - Yaron Shahrabani (he) - Gabor Kelemen, Laszlo Csordas (hu) - A S Alam (pa) - Piotr Drąg (pl) - António Lima (pt) - Daniel Șerbănescu, Lucian Grijincu (ro) - Andrej Žnidaršič (sl) - Baris Cicek, Serkan Yılmaz (tr) - Aron Xu (zh_CN) Bug fixes: - Automatically select subtitles on video playback (#453220) - Quick subtitle timing during playback (#547984) - Periodically backup subtitle files (#565360) - Subtitle loop (#601195) - Seek Subtitle->Time; Time->Subtitle with kb shortcut; Follow subs. (#605402) - Bug in help (#612400) - Untranslated strings (#619364) - Crash when shifting selected subtitles (#620027) - Synchronize timings for all subtitles (#622248) - Crash when searching backwards (#628427) Contributors: - Arx Cruz, Valmir Sena Additional thanks: - A. G. Luz, Carlos Troncoso, Daniel, Gabor Kelemen, Marcin Zajaczkowski 1.0 (18/02/10) ============== - Added drag-and-drop support for loading subtitle and video files - Allow to set new options in the preferences: * Whether to save the translation when saving subtitles * Default and fallback character codings for opening files * Default subtitle format, character coding and newline type for saving files * Allow to remember the last used settings - Fixed timings synchronization issue when "Sync All Subtitles" was used - Activating (double-clicking) a sync point in the synchronization dialog now selects the corresponding subtitle and seeks the video to its position - Allow to edit spinbutton's time text up to millisecond precision - Wrap the subtitle text to fit the video area - Changed the default newline type to Windows (CR+LF) to improve compatibility with other platforms (including external video players) - Fixed support for video filenames with special characters - Fixed bug with the title bar showing the previously loaded file - Fixed bug with the timings "seek to" dialog not reflecting timing mode changes - Fixed use of LDADD when building - Use libtool to produce shared libraries Translations: - Alexander Shopov, Svetoslav Stefanov (bg) - Marek Černocký, Petr Kovar, Rinu (cs) - Joe Hansen (da) - Mario Blättermann (de) - Jorge González (es) - Antón Méixome, Lois (gl) - Mark Krapivner (he) - Claudio Arseni (it) - Piotr Drąg (pl) - António Lima (pt) - Andrej Žnidaršič, Matej Urbančič (sl) - Daniel Nylander (sv) Bug fixes: - Set defaultsubtitle format, character coding and newline type in preferences (#504656) - Option to save Translation when saving Subtitles (#511167) - The ability to manually change "from", "to" and "during" fields (#549060) - Selecting subtitles in the Synchronize dialog (#585064) - Ability to open files drag-dropping them onto the window (#585477) - Use libtool to produce shared libraries (#592784) - Title app bar shows previous srt played/viewed information (#596355) - Crash when using video files with special characters (#608631) - Srt files saved as Unix text (LF) (#609345) - Window collapses the screen with a large subtitle (#610170) Contributors: - Arx Cruz, Ildar Mulyukov, Peter Alfredsen Additional thanks: - A. Luz, Federico, Frederico Camara, ΙΟΑΝΝΗΣ ΜΠΟΥΡΔΑΚΗΣ, Yann Basly
36 lines
1.2 KiB
Makefile
36 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.13 2011/01/29 09:09:35 obache Exp $
|
|
|
|
DISTNAME= gnome-subtitles-1.1
|
|
CATEGORIES= multimedia textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnome-subtitles/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gnome-subtitles.sourceforge.net/
|
|
COMMENT= Subtitle editor for the GNOME desktop
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share
|
|
USE_TOOLS+= bash:run gmake msgfmt pkg-config intltool
|
|
USE_LIBTOOL= yes
|
|
|
|
REPLACE_BASH= src/GnomeSubtitles/Execution/gnome-subtitles.in
|
|
GCONF_SCHEMAS+= gnome-subtitles.schemas
|
|
|
|
DEPENDS+= enchant>=1.3:../../textproc/enchant
|
|
DEPENDS+= gtkspell>=2.0:../../textproc/gtkspell
|
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../lang/mono/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
# for gconf-sharp
|
|
.include "../../x11/gnome-sharp/buildlink3.mk"
|
|
.include "../../x11/gtk-sharp/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|