Commit Graph

15 Commits

Author SHA256 Message Date
Ismail Dönmez
f03801b5f4 - Ship mupdf-x11-curl as default mupdf. Drop non-curl version.
- Drop mujstest as it seems to be a test utility.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=30
2015-11-19 10:13:16 +00:00
Ismail Dönmez
950d5cfeab - Update to version 1.8
* New URW fonts with greek and cyrillic.
  * 64-bit file support.
  * Updated FreeType to version 2.6.1.
  * Various font substitution bug fixes.
  * Fix setjmp/longjmp behaviour which could cause optimizing
    compilers to misbehave.
  * EPUB improvements: User style sheets, GIF images, Table of Contents,
    CJK text, Page margins and many bug fixes.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=28
2015-11-12 13:24:11 +00:00
e8646100e0 Accepting request 323922 from home:namtrac:branches:Publishing
- Update to version 1.7a
  * Bug fixes:
    + Fixed bug that allocated too much memory when packing paths.
    + Fixed EPUB font scaling bug.
    + Fixed EPUB file type handling in viewers.
    + Improved tolerance for broken and unsupported CSS.
  * New features:
    + Added -z option to mutool clean.

OBS-URL: https://build.opensuse.org/request/show/323922
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=26
2015-08-21 12:20:36 +00:00
Guido Berhoerster
74a6a2156b Accepting request 298054 from home:alois:branches:Publishing
Update to version 1.7

OBS-URL: https://build.opensuse.org/request/show/298054
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=24
2015-04-19 17:40:58 +00:00
Guido Berhoerster
37d59b3040 Accepting request 279998 from home:jcsl:test
- update to version 1.6
  * Features:
    + Color detection device (mudraw -T).
    + Sepia mode full-page color tinting in X11 and win32 viewer 
      (keybinding: shift-C).
    + Re-implement printf and strtod due to portability issue with
      locales and number formatting.
    + Add experimental 'gsview' project: a Windows Modern UI viewer.
    + Improve XML parser interface. 
  * Bug fixes:
    + CBZ page ordering
    + ZIP64 support
    + iOS and Android bug fixes
    + Miscellaneous minor fixes

OBS-URL: https://build.opensuse.org/request/show/279998
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=21
2015-01-05 22:45:59 +00:00
Guido Berhoerster
0e726fde35 - update to version 1.5
* This is a bugfix release: dozens of bugs have been found and
    exterminated!
  * A typo resulting in a potential stack overflow that could
    corrupt files when saving edits to a PDF has been fixed.
    Another bug which caused a significant slowdown has also been
    fixed.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=19
2014-08-26 07:06:18 +00:00
Guido Berhoerster
b64a4a0765 - fix source url
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=17
2014-05-30 18:07:04 +00:00
Factory Maintainer
f7bbc23fc0 Accepting request 235816 from home:gberh:branches:Publishing
- update to version 1.4
  * Headline changes:
    * CMYK rendering (mudraw PWG and PAM formats)
    * TIFF viewer (with multi-page support).
    * Added MuJS Javascript interpreter.
      * MuJS is the default, V8 and JavaScriptCore are compile time
        options.
      * Javascript support has to be explicitly enabled with
        pdf_enable_js.
      * All viewers now have JavaScript enabled in the default
        builds.
  * Viewers:
    * X11: Horizontal scroll wheel support.
    * X11: Status bar display with warnings.
    * Android: Digital signatures.
    * iOS: Links, form filling, annotation editing, and javascript.
    * iOS: Reflow mode.
    * WinRT: Printing.
    * WinRT: Improved zooming behaviour.
  * Tools:
    * mudraw: Banded rendering with -B /band-height/.
    * mudraw: Select output format with -F /format/.
    * mudraw: Write to stdout if you use '-' as the output file
      name.
    * mudraw: Add TGA output format.
    * mudraw: Improved SVG output.
    * mutool show: Write output to file instead of stdout with -o
      /filename/.
    * mutool clean: Clean content streams with -s option.
  * Annotations:

OBS-URL: https://build.opensuse.org/request/show/235816
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=16
2014-05-30 17:38:30 +00:00
OBS User mrdocs
93934f6a3a Accepting request 222307 from home:gberh:branches:Publishing
- add mupdf-fix-array-overflow.patch in order to fix a stack-based
  buffer overflow in xps_parse_color() (bnc#863975)

OBS-URL: https://build.opensuse.org/request/show/222307
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=14
2014-02-18 03:11:32 +00:00
OBS User mrdocs
e2d8897e64 Accepting request 212849 from home:gberh:branches:Publishing
- update to version 1.3
  * Windows RT viewer app for MuPDF.
  * Library changes to support progressive loading (display PDF
    files as they download). Windows/Linux/MacOS viewer supports
    this using curl.
  * Incremental updates to PDF files are now (optionally) preserved
    on loading/saving.
  * Prototype support for checking PDF Digital Signatures.
  * Initial annotation support (strike-out, underline, highlight
   and ink) (library and android builds only).
  * Fix operation on Android API level 8.
  * Android redraw optimisations.
  * Android app now supports Google Cloud Print.
  * Android app translated into many languages.
  * Android support for more architectures.
  * Improvements to store (avoid collisions causing unnecessary
    evictions).
  * Windows apps use Unicode filenames now.
  * PDF function handling improved; functions can now be passed to
    devices without 'sampling'.
  * PDF image handling improved; images can now be passed to
   devices without decompression.
  * Indexed images are no longer uncompressed at load time, saving
    memory.
  * Caching of rendered tiles for speed.
  * Improved text analysis mode, capable of spotting
    columns/indents, right-to-left text etc.
  * HTML output mode now includes image output.
  * PDF password encoding handling improved.
  * MuPDF now opens Jpeg, Tiff and PNG files directly.

OBS-URL: https://build.opensuse.org/request/show/212849
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=12
2014-01-06 03:43:18 +00:00
OBS User mrdocs
6743a61f88 Accepting request 178809 from home:k0da:ppc
- set ExclusiveArch:  %{ix86} x86_64 %{arm}. v8 is available only
  for those architectures

OBS-URL: https://build.opensuse.org/request/show/178809
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=9
2013-06-12 17:13:03 +00:00
OBS User mrdocs
70020ffa07 Accepting request 173778 from home:gberh:branches:Publishing
- fix broken setting of CFLAGS introduced by the previous change

OBS-URL: https://build.opensuse.org/request/show/173778
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=7
2013-04-30 21:00:05 +00:00
OBS User mrdocs
ad06e3c1b7 Accepting request 173632 from home:Reki:leechcraft:masterbranch
A hack to prevent 3d-party software linking error:
[ 2226s] Linking CXX shared library libleechcraft_monocle_mu.so
[ 2226s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libfitz.a(dev_null.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
[ 2226s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libfitz.a: could not read symbols: Bad value
[ 2226s] collect2: error: ld returned 1 exit status
[ 2226s] make[2]: *** [plugins/monocle/plugins/mu/libleechcraft_monocle_mu.so] Error 1
[ 2226s] make[1]: *** [plugins/monocle/plugins/mu/CMakeFiles/leechcraft_monocle_mu.dir/all] Error 2
[ 2226s] make[1]: *** Waiting for unfinished jobs....

OBS-URL: https://build.opensuse.org/request/show/173632
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=5
2013-04-29 04:18:56 +00:00
Dr. Werner Fink
9db47cb057 Accepting request 162971 from home:gberh:branches:Publishing
- update to version 1.2
  - Change licensing terms to GNU AGPL (from GNU GPL).
  - Renamed 'mubusy' to 'mutool'.
  - Add support for Javascript and forms handling.
  - PDF 1.7 Extension Level 8 encryption implemented.
  - Oversized and stroke text clipping implemented.
  - Prototype transition support.
  - Add fz_open_document_with_stream to allow non-file based
    operation.
  - Text searching API.
  - Highlight and copy text selection API.
  - Pass matrices and rectangles by reference for improved
    performance.
  - Change shadings to decompose at render times; massive memory
    savings.
  - Performance enhancements for color conversion and fax
    decompression.
  - ARM optimisations for color conversion and bitmap scaling.
  - Bitmap subsampling stage introduced, with ARM optimisations.
  - Type 3 fonts; glyphs are now handled as display lists.
  - Scan converter performance improvements.
  - Fix many SEGVs with out of spec files.
  - Various rendering fixes.

OBS-URL: https://build.opensuse.org/request/show/162971
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=3
2013-04-06 14:41:03 +00:00
OBS User mrdocs
fa2e51f4f3 Accepting request 155576 from home:badshah400
New package: mupdf -- lightweight yet complete pdf viewer

OBS-URL: https://build.opensuse.org/request/show/155576
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=1
2013-02-17 00:18:54 +00:00