~naesten/tex-live/trunk

« back to all changes in this revision

Viewing changes to libs/poppler/TLpatches/TL-Changes

  • Committer: karl
  • Date: 2018-01-09 18:53:05 UTC
  • Revision ID: svn-v4:c570f23f-e606-0410-a88d-b1316a301751:trunk/Build/source:46257
poppler 0.62.0, requiring C++11; luatex not updated yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Changes applied to the poppler-0.52.0 tree as obtained from:
 
1
Changes applied to the poppler-0.62.0 tree as obtained from:
2
2
        http://poppler.freedesktop.org/
3
3
 
4
 
Removed:
5
 
        Makefile.in
6
 
        aclocal.m4
7
 
        compile
8
 
        config.guess
9
 
        config.sub
10
 
        configure
11
 
        depcomp
12
 
        install-sh
13
 
        ltmain.sh
14
 
        missing
15
 
        test-driver
16
 
        fofi/Makefile.in
17
 
        goo/Makefile.in
18
 
        poppler/Makefile.in
19
 
        splash/Makefile.in
20
 
 
21
4
Removed unused dirs:
22
 
        cmake
23
 
        cpp
24
 
        glib
25
 
        m4
26
 
        qt4
27
 
        qt5
28
 
        test
29
 
        utils
 
5
        cmake cpp glib m4 qt4 qt5 test utils
 
6
 
 
7
General idea:
 
8
update version.ac
 
9
mv poppler-src poppler-prev
 
10
tar xf poppler-*.tar.gz
 
11
mv poppler-0.62.0 poppler-src
 
12
cd poppler-src
 
13
svn status >/tmp/s
 
14
svn add # the ? lines
 
15
svn remove # the ! lines
 
16
# adapt Makefile.am for new files
 
17
# adapt configure.ac as needed
 
18
autoreconf
 
19
make -C .../Work/libs/poppler/
 
20
# until it succeeds
 
21
# try build of everything, luatex/xetex may need updating.