debian/0000775000000000000000000000000012270273672007200 5ustar debian/patches/0000775000000000000000000000000012245064575010631 5ustar debian/patches/series0000664000000000000000000000016012245064575012043 0ustar 01_link_gobject.diff 02_link_krosscore.diff 03_link_phonon.diff 04_fix_ftbfs_gcc_4_5.diff link_against_x11.diff debian/patches/01_link_gobject.diff0000664000000000000000000000125112245064575014414 0ustar # Description: This pacth adds a missing find_package for GObject. # Without this patch the package will FTBFS with binutils-gold. # Forwarded: http://sourceforge.net/tracker/?func=detail&aid=2897376&group_id=208427&atid=1005654 # Author: José Manuel Santamaría Lema # --- subtitlecomposer-0.5.3.orig/src/player/gstreamer/CMakeLists.txt +++ subtitlecomposer-0.5.3/src/player/gstreamer/CMakeLists.txt @@ -1,6 +1,7 @@ # TODO WHY AREN'T THESE INCLUDED BY MACRO_OPTIONAL_FIND_PACKAGE( GStreamer )? FIND_PACKAGE( GLIB2 REQUIRED ) FIND_PACKAGE( LibXml2 REQUIRED ) +FIND_PACKAGE( GObject REQUIRED ) SET( players_gstreamer_INCLUDE_DIR ${GLIB2_INCLUDE_DIR} debian/patches/02_link_krosscore.diff0000664000000000000000000000074412245064575015020 0ustar # Description: This pacth adds a missing link against Kross. # Without this patch the package will FTBFS with binutils-gold. # Forwarded: not-needed # Author: José Manuel Santamaría Lema # --- subtitlecomposer-0.5.3.orig/src/main/CMakeLists.txt +++ subtitlecomposer-0.5.3/src/main/CMakeLists.txt @@ -46,6 +46,7 @@ ${KDE4_KDEUI_LIBS} ${KDE4_KHTML_LIBS} ${KDE4_KFILE_LIBS} + ${KDE4_KROSSCORE_LIBS} ${KDE4_KROSSUI_LIBS} ${common_LIBS} ${config_LIBS} debian/patches/03_link_phonon.diff0000664000000000000000000000074012245064575014304 0ustar # Description: This pacth adds a missing link against Phonon. # Without this patch the package will FTBFS with binutils-gold. # Forwarded: not-needed # Author: José Manuel Santamaría Lema # --- subtitlecomposer-0.5.3.orig/src/player/phonon/CMakeLists.txt +++ subtitlecomposer-0.5.3/src/player/phonon/CMakeLists.txt @@ -4,3 +4,7 @@ CACHE INTERNAL EXPORTEDVARIABLE ) +SET( players_phonon_LIBS + ${KDE4_PHONON_LIBS} + CACHE INTERNAL EXPORTEDVARIABLE +) debian/patches/link_against_x11.diff0000664000000000000000000000052512245064575014621 0ustar --- a/src/player/xine/CMakeLists.txt +++ b/src/player/xine/CMakeLists.txt @@ -1,3 +1,5 @@ +find_package(X11) + SET( players_xine_INCLUDE_DIR ${XINE_INCLUDE_DIR} CACHE INTERNAL EXPORTEDVARIABLE @@ -10,6 +12,7 @@ SET( players_xine_DEFS SET( players_xine_LIBS ${XINE_LIBRARY} + ${X11_LIBRARIES} CACHE INTERNAL EXPORTEDVARIABLE ) debian/patches/04_fix_ftbfs_gcc_4_5.diff0000664000000000000000000000077512245064575015234 0ustar # Description: Fixes an FTBFS with gcc 4.5. # Forwarded: http://sourceforge.net/tracker/index.php?func=detail&aid=2932063&group_id=208427&atid=1005654 # Author: José Manuel Santamaría Lema --- subtitlecomposer-0.5.3.orig/src/core/sstring.cpp +++ subtitlecomposer-0.5.3/src/core/sstring.cpp @@ -1112,7 +1112,7 @@ append( str ); } -SStringList::SStringList( const SStringList::SStringList& list ): +SStringList::SStringList( const SStringList& list ): QList( list ) { } debian/control0000664000000000000000000000233212270274040010571 0ustar Source: subtitlecomposer Section: kde Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian KDE Extras Team Uploaders: Maximiliano Curia Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools, kdelibs5-dev, libgstreamer-plugins-base0.10-dev, libglib2.0-dev, libxml2-dev, libxine2-dev, libx11-dev Standards-Version: 3.9.4 Homepage: http://sourceforge.net/projects/subcomposer Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/subtitlecomposer.git Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/subtitlecomposer.git Package: subtitlecomposer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${xine-x:Depends} Suggests: mplayer Description: Subtitles editor for KDE A text-based subtitles editor for KDE supporting basic operations (text, time and style edition), realtime previewing and spell checking. Other fancy features are delaying all subtitles in the current subtitle file, checking errors or creating translations. . Different backends (GStreamer, MPlayer, Phonon or xine) can be used to play the realtime video preview which helps to synchronize the subtitles. debian/source/0000775000000000000000000000000012245064575010502 5ustar debian/source/format0000664000000000000000000000001412245064575011710 0ustar 3.0 (quilt) debian/docs0000664000000000000000000000001512245064575010051 0ustar TODO AUTHORS debian/man/0000775000000000000000000000000012245064575007755 5ustar debian/man/subtitlecomposer.10000664000000000000000000000661212245064575013447 0ustar .\" This file was generated by kdemangen.pl and edited by hand .TH SUBTITLECOMPOSER 1 "Jun 2009" "K Desktop Environment" "A KDE subtitle editor." .SH NAME subtitlecomposer \- A KDE subtitle editor. .SH SYNOPSIS subtitlecomposer [Qt\-options] [KDE\-options] [Primary URL] [Translation URL] .SH DESCRIPTION A KDE subtitle editor. .SH OPTIONS .SS .SS Arguments: .TP .B Primary URL Open location as primary subtitle .TP .B Translation URL Open location as translation subtitle .SS Generic options: .TP .B \-\-help Show help about options .TP .B \-\-help\-qt Show Qt specific options .TP .B \-\-help\-kde Show KDE specific options .TP .B \-\-help\-all Show all options .TP .B \-\-author Show author information .TP .B \-v, \-\-version Show version information .TP .B \-\-license Show license information .TP .B \-\- End of options .SS .SS KDE options: .TP .B \-\-caption Use 'caption' as name in the titlebar .TP .B \-\-icon Use 'icon' as the application icon .TP .B \-\-config Use alternative configuration file .TP .B \-\-nocrashhandler Disable crash handler, to get core dumps .TP .B \-\-waitforwm Waits for a WM_NET compatible windowmanager .TP .B \-\-style