[Lunar-commits] <moonbase> ksubtile: version bumped to 1.3.

Florin Braescu florin at lunar-linux.org
Tue Aug 12 14:58:45 CEST 2008


commit 485de309a6c9796174a9a084a28a68c3eb7f52dd
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Aug 12 15:58:45 2008 +0300

    ksubtile: version bumped to 1.3.
    
    Changes:
    Add 3 lines per subtitle support instead of the earlier used 2 lines.
    Besides opening, importing also supports encoding charset for reading.
    Default encoding charset can be set at general preferences. System global charset encoding is also selectable.
    Enable possibility in general preferences to save subtitle files with DOS line endings.
---
 kde3/apps/ksubtile/BUILD   |    8 +++-----
 kde3/apps/ksubtile/DETAILS |   15 ++++++++-------
 2 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/kde3/apps/ksubtile/BUILD b/kde3/apps/ksubtile/BUILD
index a960eb5..e0b92d4 100644
--- a/kde3/apps/ksubtile/BUILD
+++ b/kde3/apps/ksubtile/BUILD
@@ -1,10 +1,8 @@
 (
 
-  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}     \
-               --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
-               --disable-debug                     \
-               $OPTS                              &&
+  . /etc/profile.d/qt3.rc
+  . /etc/profile.d/kde3.rc
 
-  default_make
+  default_build
  
 ) > $C_FIFO 2>&1
diff --git a/kde3/apps/ksubtile/DETAILS b/kde3/apps/ksubtile/DETAILS
index 085a379..72b1a2f 100644
--- a/kde3/apps/ksubtile/DETAILS
+++ b/kde3/apps/ksubtile/DETAILS
@@ -1,13 +1,14 @@
           MODULE=ksubtile
-         VERSION=1.2
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:3bf8202e0105c3b2d2538f17d9a4bf4cd4d5783e
-        WEB_SITE=http://ksubtile.sourceforge.net/
+         VERSION=1.3
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:e32587a829435d5176596ff2dc5e0c9910a99947
+   MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
+        WEB_SITE=http://ksubtile.sourceforge.net
          ENTERED=20031225
-         UPDATED=20050105
+         UPDATED=20080812
       MAINTAINER=florin at lunar-linux.org
-           SHORT="KDE, SRT subtitles editor."
+           SHORT="KDE, SRT subtitles editor"
 
 cat << EOF
 ksubtile is a KDE based subtitles editor, for SRT files.


More information about the Lunar-commits mailing list