Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update podofo to 0.10.1 and freetype to 2.13.2
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | cmake-3.16
Files: files | file ages | folders
SHA1: 9182662a6e00b98ed078d63f63591472d525275d
User & Date: fifr 2023-09-08 11:14:23.585
Context
2023-09-08
11:14
Update podofo to 0.10.1 and freetype to 2.13.2 Leaf check-in: 9182662a6e user: fifr tags: cmake-3.16
10:54
Add Dutch translation check-in: e86e4a609f user: fifr tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to README.md.
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73

Note that the OS version and target might differ for you.

### Build with static libraries in the Sailfish OS build engine

You need to download the sources of OpenCV, Podofo and FreeType (the CMake file will automatically download them):

- [https://github.com/opencv/opencv/archive/3.4.16.zip](https://github.com/opencv/opencv/archive/3.4.16.zip)
- [http://sourceforge.net/projects/podofo/files/podofo/0.9.8/podofo-0.9.8.tar.gz/download](http://sourceforge.net/projects/podofo/files/podofo/0.9.8/podofo-0.9.8.tar.gz/download)
- [https://download.savannah.gnu.org/releases/freetype/freetype-2.13.0.tar.gz](https://download.savannah.gnu.org/releases/freetype/freetype-2.13.0.tar.gz)

Put all archives to the `rpm/` directory.

    cd path/to/fotokopierer/rpm
	cp path/to/opencv-3.4.16.zip .
	cp path/to/podofo-0.9.8.tar.gz .
	cp path/to/freetype-2.13.0.tar.gz .

Finally, build the project using the build engine:

	cd path/to/fotokopierer
	path/to/SailfishOS/bin/sfdk prepare
	path/to/SailfishOS/bin/sfdk build
    







|
|
|





|
|







50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73

Note that the OS version and target might differ for you.

### Build with static libraries in the Sailfish OS build engine

You need to download the sources of OpenCV, Podofo and FreeType (the CMake file will automatically download them):

- [https://github.com/opencv/opencv/archive/opencv-3.4.16.zip](https://github.com/opencv/opencv/archive/3.4.16.zip)
- [https://github.com/podofo/podofo/archive/podofo-0.10.1.tar.gz](https://github.com/podofo/podofo/archive/0.10.1.tar.gz)
- [https://download.savannah.gnu.org/releases/freetype/freetype-2.13.2.tar.gz](https://download.savannah.gnu.org/releases/freetype/freetype-2.13.2.tar.gz)

Put all archives to the `rpm/` directory.

    cd path/to/fotokopierer/rpm
	cp path/to/opencv-3.4.16.zip .
	cp path/to/podofo-0.10.1.tar.gz .
	cp path/to/freetype-2.13.2.tar.gz .

Finally, build the project using the build engine:

	cd path/to/fotokopierer
	path/to/SailfishOS/bin/sfdk prepare
	path/to/SailfishOS/bin/sfdk build
    
Changes to rpm/harbour-fotokopierer.spec.
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
  Homepage: https://chiselapp.com/user/fifr/repository/fotokopierer
  Help: https://chiselapp.com/user/fifr/repository/fotokopierer/forum
  Bugtracker: https://chiselapp.com/user/fifr/repository/fotokopierer/ticket


# >> macros2
%global opencv_version 3.4.16
%global podofo_version 0.9.8
%global freetype_version 2.13.0
# << macros2

%prep
# No setup

# >> setup
%setup -n %{name}-%{version}







|
|







66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
  Homepage: https://chiselapp.com/user/fifr/repository/fotokopierer
  Help: https://chiselapp.com/user/fifr/repository/fotokopierer/forum
  Bugtracker: https://chiselapp.com/user/fifr/repository/fotokopierer/ticket


# >> macros2
%global opencv_version 3.4.16
%global podofo_version 0.10.1
%global freetype_version 2.13.2
# << macros2

%prep
# No setup

# >> setup
%setup -n %{name}-%{version}