Add dcpomatic_combine tool (#1245).
[dcpomatic.git] / src / lib / wscript
1 #
2 #    Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net>
3 #
4 #    This file is part of DCP-o-matic.
5 #
6 #    DCP-o-matic is free software; you can redistribute it and/or modify
7 #    it under the terms of the GNU General Public License as published by
8 #    the Free Software Foundation; either version 2 of the License, or
9 #    (at your option) any later version.
10 #
11 #    DCP-o-matic is distributed in the hope that it will be useful,
12 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 #    GNU General Public License for more details.
15 #
16 #    You should have received a copy of the GNU General Public License
17 #    along with DCP-o-matic.  If not, see <http://www.gnu.org/licenses/>.
18 #
19
20 import os
21 import i18n
22
23 sources = """
24           active_text.cc
25           analyse_audio_job.cc
26           analyse_subtitles_job.cc
27           analytics.cc
28           atmos_content.cc
29           atmos_mxf_content.cc
30           atmos_decoder.cc
31           atmos_metadata.cc
32           atmos_mxf_decoder.cc
33           audio_analysis.cc
34           audio_buffers.cc
35           audio_content.cc
36           audio_decoder.cc
37           audio_delay.cc
38           audio_filter.cc
39           audio_filter_graph.cc
40           audio_mapping.cc
41           audio_merger.cc
42           audio_point.cc
43           audio_processor.cc
44           audio_ring_buffers.cc
45           audio_stream.cc
46           butler.cc
47           text_content.cc
48           text_decoder.cc
49           case_insensitive_sorter.cc
50           checker.cc
51           check_content_change_job.cc
52           cinema.cc
53           cinema_sound_processor.cc
54           colour_conversion.cc
55           config.cc
56           content.cc
57           content_factory.cc
58           combine_dcp_job.cc
59           copy_dcp_details_to_film.cc
60           create_cli.cc
61           cross_common.cc
62           crypto.cc
63           curl_uploader.cc
64           datasat_ap2x.cc
65           dcp.cc
66           dcp_content.cc
67           dcp_content_type.cc
68           dcp_decoder.cc
69           dcp_encoder.cc
70           dcp_examiner.cc
71           dcp_subtitle.cc
72           dcp_subtitle_content.cc
73           dcp_subtitle_decoder.cc
74           dcp_text_track.cc
75           dcp_video.cc
76           dcpomatic_log.cc
77           dcpomatic_socket.cc
78           dcpomatic_time.cc
79           decoder.cc
80           decoder_factory.cc
81           decoder_part.cc
82           decrypted_ecinema_kdm.cc
83           digester.cc
84           dkdm_recipient.cc
85           dkdm_wrapper.cc
86           dolby_cp750.cc
87           edid.cc
88           emailer.cc
89           empty.cc
90           encoder.cc
91           encode_server.cc
92           encode_server_finder.cc
93           encoded_log_entry.cc
94           encrypted_ecinema_kdm.cc
95           environment_info.cc
96           event_history.cc
97           examine_content_job.cc
98           examine_ffmpeg_subtitles_job.cc
99           exceptions.cc
100           file_group.cc
101           file_log.cc
102           filter_graph.cc
103           ffmpeg.cc
104           ffmpeg_audio_stream.cc
105           ffmpeg_content.cc
106           ffmpeg_decoder.cc
107           ffmpeg_encoder.cc
108           ffmpeg_file_encoder.cc
109           ffmpeg_examiner.cc
110           ffmpeg_stream.cc
111           ffmpeg_subtitle_stream.cc
112           film.cc
113           filter.cc
114           ffmpeg_image_proxy.cc
115           font.cc
116           frame_interval_checker.cc
117           frame_rate_change.cc
118           hints.cc
119           internet.cc
120           image.cc
121           image_content.cc
122           image_decoder.cc
123           image_examiner.cc
124           image_filename_sorter.cc
125           image_proxy.cc
126           isdcf_metadata.cc
127           j2k_image_proxy.cc
128           job.cc
129           job_manager.cc
130           j2k_encoder.cc
131           json_server.cc
132           kdm_with_metadata.cc
133           kdm_recipient.cc
134           lock_file_checker.cc
135           log.cc
136           log_entry.cc
137           mid_side_decoder.cc
138           monitor_checker.cc
139           overlaps.cc
140           player.cc
141           player_text.cc
142           player_video.cc
143           playlist.cc
144           position_image.cc
145           ratio.cc
146           raw_image_proxy.cc
147           reel_writer.cc
148           render_text.cc
149           resampler.cc
150           rgba.cc
151           scoped_temporary.cc
152           scp_uploader.cc
153           screen.cc
154           send_kdm_email_job.cc
155           send_notification_email_job.cc
156           send_problem_report_job.cc
157           server.cc
158           shuffler.cc
159           state.cc
160           spl.cc
161           spl_entry.cc
162           string_log_entry.cc
163           string_text_file.cc
164           string_text_file_content.cc
165           string_text_file_decoder.cc
166           subtitle_analysis.cc
167           subtitle_encoder.cc
168           text_ring_buffers.cc
169           timer.cc
170           transcode_job.cc
171           trusted_device.cc
172           types.cc
173           signal_manager.cc
174           stdout_log.cc
175           update_checker.cc
176           upload_job.cc
177           uploader.cc
178           upmixer_a.cc
179           upmixer_b.cc
180           usl.cc
181           util.cc
182           verify_dcp_job.cc
183           video_content.cc
184           video_decoder.cc
185           video_filter_graph.cc
186           video_mxf_content.cc
187           video_mxf_decoder.cc
188           video_mxf_examiner.cc
189           video_ring_buffers.cc
190           writer.cc
191           zipper.cc
192           """
193
194 def build(bld):
195     if bld.env.STATIC_DCPOMATIC:
196         obj = bld(features = 'cxx cxxstlib')
197     else:
198         obj = bld(features = 'cxx cxxshlib')
199
200     obj.name = 'libdcpomatic2'
201     obj.export_includes = ['..']
202     obj.uselib = """
203                  AVCODEC AVUTIL AVFORMAT AVFILTER SWSCALE
204                  BOOST_FILESYSTEM BOOST_THREAD BOOST_DATETIME BOOST_SIGNALS2 BOOST_REGEX
205                  SAMPLERATE POSTPROC TIFF SSH DCP CXML GLIB LZMA XML++
206                  CURL ZIP FONTCONFIG PANGOMM CAIROMM XMLSEC SUB ICU NETTLE PNG LEQM_NRT
207                  """
208
209     if bld.env.TARGET_OSX:
210         obj.framework = ['IOKit', 'Foundation', 'DiskArbitration', 'ApplicationServices']
211
212     obj.source = sources + ' version.cc'
213
214     if bld.env.VARIANT == 'swaroop-theater' or bld.env.VARIANT == 'swaroop-studio':
215         obj.source += ' swaroop_spl.cc swaroop_spl_entry.cc'
216
217     if bld.env.ENABLE_DISK:
218         obj.source += ' copy_to_drive_job.cc nanomsg.cc'
219         obj.uselib += ' LWEXT4 NANOMSG'
220         if bld.env.TARGET_LINUX:
221             obj.uselib += ' POLKIT'
222
223     if bld.env.TARGET_WINDOWS:
224         obj.uselib += ' WINSOCK2 DBGHELP SHLWAPI MSWSOCK BOOST_LOCALE SETUPAPI'
225         obj.source += ' cross_windows.cc'
226     if bld.env.TARGET_OSX:
227         obj.source += ' cross_osx.cc'
228     if bld.env.TARGET_LINUX:
229         obj.source += ' cross_linux.cc'
230     if bld.env.STATIC_DCPOMATIC:
231         obj.uselib += ' XMLPP'
232
233     obj.target = 'dcpomatic2'
234
235     i18n.po_to_mo(os.path.join('src', 'lib'), 'libdcpomatic2', bld)
236
237 def pot(bld):
238     i18n.pot(os.path.join('src', 'lib'), sources + " util.h", 'libdcpomatic')
239
240 def pot_merge(bld):
241     i18n.pot_merge(os.path.join('src', 'lib'), 'libdcpomatic')