Changeset 147


Ignore:
Timestamp:
Oct 16, 2013, 2:03:55 PM (12 years ago)
Author:
Silvan Scherrer
Message:

changed qpdfview diff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • diffs/0.4.6_GA.diff

    r146 r147  
    11diff -Naur -x qpdfview.desktop E:\trees\qpdfview\trunk\..\vendor\current/build_os2.cmd E:\trees\qpdfview\trunk/build_os2.cmd
    22--- E:\trees\qpdfview\trunk\..\vendor\current/build_os2.cmd     1970-01-01 01:00:00.000000000 +0100
    3 +++ E:\trees\qpdfview\trunk/build_os2.cmd       2013-10-15 17:02:12.000000000 +0200
    4 @@ -0,0 +1,316 @@
     3+++ E:\trees\qpdfview\trunk/build_os2.cmd       2013-10-1.000000000 +0200
     4@@ -0,0 +1,3 @@
    55+/* qpdfview Build Script */
    66+/* version history */
     
    1212+/* version 0.1.5 from 20.08.2013 Silvan (added diff option) */
    1313+/* version 0.1.6 from 15.10.2013 Silvan (copy all help*.html) */
     14
    1415+
    1516+/* init the version string (don't forget to change) */
    16 +version = "0.1.6"
    17 +version_date = "15.10.2013"
    18 +popplerDll = 'popp43.dll'
    19 +popplerDllQt = 'poppqt44.dll'
    20 +popplerDir = 'e:\trees\poppler\trunk'
     17+version = "0.2.0"
     18+version_date = "16.10.2013"
    2119+'@echo off'
    2220+
     
    4644+internal_build = translate(Qpdfview_version, '_', '.')
    4745+
     46
     47
     48
     49
     50
     51
     52
    4853+title = "Qpdfview for eCS (OS/2) build script v" || version || " from " || version_date
    4954+say title
    5055+say
    51 +say "Build directory:" buildDir
    52 +say "Source directory:" sourceDir
     56+say "Build directory:" buildDir
     57+say "Source directory:" sourceDir
    5358+say
    54 +say "Qpdfview version:" Qpdfview_version
    55 +say "         build:  " Qpdfview_build
     59+say "Qpdfview version  :" Qpdfview_version
     60+say "         build    :" Qpdfview_build
     61+say
     62+say "Using poppler from:" popplerDir
     63+say "      djvu from   :" djvuDir
     64+say "      ps from     :" psDir
     65+say "      tiff from   :" tiffDir
    5666+say
    5767+
     
    146156+       frmDir.2 = os2Dir || '\miscellaneous'
    147157+       toDir.2 = installDirT
    148 +       rm.3 = popplerDll
     158+       rm.3 =
    149159+       frmDir.3 = popplerDir || '\poppler\.libs'
    150160+       toDir.3 = installDir
    151 +       rm.4 = popplerDllQt
     161+       rm.4 =
    152162+       frmDir.4 = popplerDir || '\qt4\src\.libs'
    153163+       toDir.4 = installDir
    154 +       rm.5 = 'tiff.dll'
    155 +       frmDir.5 = 'e:\trees\libtiff\trunk\libtiff\.libs'
     164+       rm.5 = '.dll'
     165+       frmDir.5 = \libtiff\.libs'
    156166+       toDir.5 = installDir
    157167+       do i = 1 to rm.0
     
    310320+    return
    311321+
     322
     323
     324
     325
     326
     327
     328
     329
     330
     331
     332
     333
     334
     335
     336
     337
     338
     339
     340
     341
     342
     343
     344
     345
     346
     347
     348
     349
     350
     351
     352
     353
    312354+help:
    313355+    say "Parameters:"
     
    628670diff -Naur -x qpdfview.desktop E:\trees\qpdfview\trunk\..\vendor\current/qpdfview_os2.pri E:\trees\qpdfview\trunk/qpdfview_os2.pri
    629671--- E:\trees\qpdfview\trunk\..\vendor\current/qpdfview_os2.pri  1970-01-01 01:00:00.000000000 +0100
    630 +++ E:\trees\qpdfview\trunk/qpdfview_os2.pri    2013-10-07 16:49:08.000000000 +0200
    631 @@ -0,0 +1,34 @@
     672+++ E:\trees\qpdfview\trunk/qpdfview_os2.pri    2013-10-.000000000 +0200
     673@@ -0,0 +1,3 @@
    632674+# define destdir
    633675+PLUGIN_DESTDIR = lib
    634676+
    635677+# define the djvu part
    636 +DJVU_PLUGIN_LIBS += -Le:/trees/djvulibre/trunk/libdjvu/.libs
     678+DJVU_ROOT = e:/trees/djvulibre/trunk
     679+DJVU_PLUGIN_LIBS += -L$$DJVU_ROOT/libdjvu/.libs
    637680+DJVU_PLUGIN_LIBS += djvulibre
    638 +DJVU_PLUGIN_INCLUDEPATH += e:/trees/djvulibre/trunk
     681+DJVU_PLUGIN_INCLUDEPATH +=
    639682+DJVU_PLUGIN = qpdfdjvu
    640683+DJVU_PLUGIN_NAME = $$DJVU_PLUGIN".dll"
    641684+
    642685+# define the poppler part
     686
    643687+PDF_PLUGIN_DEFINES += HAS_POPPLER_14 HAS_POPPLER_18 HAS_POPPLER_20 HAS_POPPLER_22 HAS_POPPLER_24
    644 +PDF_PLUGIN_LIBS += -Le:/trees/poppler/trunk/qt4/src/.libs
     688+PDF_PLUGIN_LIBS += -L/qt4/src/.libs
    645689+PDF_PLUGIN_LIBS += popplerqt4
    646 +PDF_PLUGIN_INCLUDEPATH += e:/trees/poppler/trunk/qt4/src
     690+PDF_PLUGIN_INCLUDEPATH += /qt4/src
    647691+PDF_PLUGIN = qpdfpdf
    648692+PDF_PLUGIN_NAME = $$PDF_PLUGIN".dll"
    649693+
    650694+# define the ps part
    651 +PS_PLUGIN_LIBS += -Le:/trees/libspectre/trunk/libspectre/.libs -Le:/trees/ghostscript/trunk/gs8.71/bin
     695+PS_ROOT = e:/trees/libspectre/trunk
     696+PS_PLUGIN_LIBS += -L$$PS_ROOT/libspectre/.libs -Le:/trees/ghostscript/trunk/gs8.71/bin
    652697+PS_PLUGIN_LIBS += spectre gs
    653 +PS_PLUGIN_INCLUDEPATH += e:/trees/libspectre/trunk
     698+PS_PLUGIN_INCLUDEPATH +=
    654699+PS_PLUGIN = qpdfps
    655700+PS_PLUGIN_NAME = $$PS_PLUGIN".dll"
     
    663708+DEF_FILE_DESCRIPTION = eCS (OS/2) port of qpdfview by Adam Reichold
    664709+
    665 +
     710+# define tiff, as copied to qpdfview package
     711+TIFF_ROOT = e:/trees/libtiff/trunk
    666712diff -Naur -x qpdfview.desktop E:\trees\qpdfview\trunk\..\vendor\current/synctex/synctex_parser_utils.c E:\trees\qpdfview\trunk/synctex/synctex_parser_utils.c
    667713--- E:\trees\qpdfview\trunk\..\vendor\current/synctex/synctex_parser_utils.c    2013-03-24 14:30:12.000000000 +0100
Note: See TracChangeset for help on using the changeset viewer.