--- schroedinger-1.0.5.orig/debian/libschroedinger-dev.install +++ schroedinger-1.0.5/debian/libschroedinger-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/lib/libschroedinger-1.0.so +debian/tmp/usr/lib/libschroedinger-1.0.a +debian/tmp/usr/lib/pkgconfig +debian/tmp/usr/include --- schroedinger-1.0.5.orig/debian/control +++ schroedinger-1.0.5/debian/control @@ -0,0 +1,53 @@ +Source: schroedinger +Section: libs +Priority: optional +Maintainer: Maintainers of GStreamer packages +Uploaders: Sebastian Dröge +Build-Depends: debhelper (>= 5), cdbs, libgstreamer0.10-dev (>= 0.10.12), libgstreamer-plugins-base0.10-dev (>= 0.10), gstreamer0.10-plugins-base (>= 0.10), liboil0.3-dev (>= 0.3.13), gtk-doc-tools (>= 1.0), gstreamer-tools (>= 0.10.14) +Standards-Version: 3.8.0 + +Package: libschroedinger-1.0-0 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: library for encoding/decoding of Dirac video streams + The Schroedinger project will implement portable libraries for the high quality + Dirac video codec created by BBC Research and Development. Dirac is a free and + open source codec producing very high image quality video. + . + This package contains the shared libraries necessary to run programs using + libschroedinger + +Package: libschroedinger-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, ${misc:Depends}, libschroedinger-1.0-0 (= ${binary:Version}), liboil0.3-dev (>= 0.3.13), pkg-config +Description: library for encoding/decoding of Dirac video streams (development files) + The Schroedinger project will implement portable libraries for the high quality + Dirac video codec created by BBC Research and Development. Dirac is a free and + open source codec producing very high image quality video. + . + This package contains the header files, static libraries + and symbolic links that developers using libschroedinger will need. + +Package: libschroedinger-doc +Architecture: all +Section: doc +Recommends: libschroedinger-dev +Description: library for encoding/decoding of Dirac video streams (documentation) + The Schroedinger project will implement portable libraries for the high quality + Dirac video codec created by BBC Research and Development. Dirac is a free and + open source codec producing very high image quality video. + . + This package contains the documentation for libschroedinger. + +Package: gstreamer0.10-schroedinger +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GStreamer plugin for encoding/decoding of Dirac video streams + The Schroedinger project will implement portable libraries for the high quality + Dirac video codec created by BBC Research and Development. Dirac is a free and + open source codec producing very high image quality video. + . + This package contains a GStreamer plugin that allows encoding and decoding of + Dirac video streams in any application that uses GStreamer. + --- schroedinger-1.0.5.orig/debian/gstreamer0.10-schroedinger.install +++ schroedinger-1.0.5/debian/gstreamer0.10-schroedinger.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/gstreamer-0.10 --- schroedinger-1.0.5.orig/debian/rules +++ schroedinger-1.0.5/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/utils.mk + +LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed +DEB_MAKE_CHECK_TARGET = check || true + +common-binary-post-install-arch:: list-missing + +DEB_SHLIBDEPS_INCLUDE := debian/libschroedinger-1.0-0/usr/lib +DEB_DH_MAKESHLIBS_ARGS_ALL += -- -c4 + +install/gstreamer0.10-schroedinger:: + rm -f debian/tmp/usr/lib/gstreamer-0.10/libgst*.la + rm -f debian/tmp/usr/lib/gstreamer-0.10/libgst*.a + +common-binary-fixup-arch:: + mkdir -p $(CURDIR)/fake-home + GST_REGISTRY=$(CURDIR)/fake-home/registry.xml LD_LIBRARY_PATH=$(CURDIR)/debian/libschroedinger-1.0-0/usr/lib:$(LD_LIBRARY_PATH) dh_gstscancodecs + rm -rf $(CURDIR)/fake-home + --- schroedinger-1.0.5.orig/debian/watch +++ schroedinger-1.0.5/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://diracvideo.schleef.org/download/schroedinger/schroedinger-(.*)\.tar\.gz --- schroedinger-1.0.5.orig/debian/changelog +++ schroedinger-1.0.5/debian/changelog @@ -0,0 +1,196 @@ +schroedinger (1.0.5-1~intrepid1) intrepid; urgency=low + + * Backporting to intrepid + + -- Mieszko Ślusarczyk (spitfire) Sun, 01 Feb 2009 12:26:12 +0100 + +schroedinger (1.0.5-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/01_pthread-linking.patch: + - Dropped, merged upstream. + + -- Sebastian Dröge Tue, 01 Jul 2008 21:23:55 +0200 + +schroedinger (1.0.4-1) unstable; urgency=low + + * New upstream release: + + debian/patches/01_schrodec-fixed-caps.patch, + debian/patches/02_schroparse-create-granulepos.patch, + debian/patches/03_schroparse-set-buffer-caps.patch, + debian/patches/04_schroenc-fix-granulepos.patch: + - Dropped, merged upstream. + + debian/libschroedinger-1.0-0.shlibs: + - Updated to >= 1.0.4 because of new symbols. + * debian/libschroedinger-1.0-0.symbols, + debian/rules: + + Add symbols file and fail the build if it differs from reality. + * debian/patches/01_pthread-linking.patch: + + Link with -lpthread to prevent unresolved symbols. + + -- Sebastian Dröge Tue, 01 Jul 2008 09:53:59 +0200 + +schroedinger (1.0.3-2) unstable; urgency=low + + * debian/control: + + Update Standards-Version to 3.8.0, no additional changes needed. + * debian/patches/01_schrodec-fixed-caps.patch: + + Use fixed caps on the schrodec src pad. + * debian/patches/02_schroparse-create-granulepos.patch, + debian/patches/03_schroparse-set-buffer-caps.patch: + + Set caps on the output buffers and create granulepos in schroparse. + * debian/patches/04_schroenc-fix-granulepos.patch: + + Fix the granulepos calculation to conform to the spec. + + -- Sebastian Dröge Mon, 16 Jun 2008 09:39:54 +0200 + +schroedinger (1.0.3-1) unstable; urgency=low + + * New upstream bugfix release. + + -- Sebastian Dröge Thu, 17 Apr 2008 07:34:33 +0200 + +schroedinger (1.0.2-1) unstable; urgency=low + + * New upstream release: + + Fixes crash on amd64 (Closes: #468766). + + debian/patches/01_no-x86-opcodes.patch: + - Dropped, merged upstream. + + debian/control: + - Updated build dependencies. + + debian/libschroedinger-1.0-0.shlibs: + - Updated to >= 1.0.2 because of API additions. + + -- Sebastian Dröge Wed, 16 Apr 2008 23:16:12 +0200 + +schroedinger (1.0.1-2) unstable; urgency=low + + * debian/patches/01_no-x86-opcodes.patch: + + Don't use x86 opcodes, these obviously don't work on non-x86 archs. + + -- Sebastian Dröge Sun, 16 Mar 2008 18:26:29 +0100 + +schroedinger (1.0.1-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/01_linking.patch: + - Dropped, merged upstream. + + debian/libschroedinger-1.0-0.shlibs: + - Updated to >= 1.0.1 because of API changes. + * debian/watch: + + Updated location. + + -- Sebastian Dröge Sun, 16 Mar 2008 11:20:23 +0100 + +schroedinger (1.0.0-1) unstable; urgency=low + + * New upstream release: + + debian/control, + debian/libschroedinger-1.0-0.install, + debian/libschroedinger-1.0-0.shlibs, + debian/libschroedinger-dev.install, + debian/rules: + - Update from libschroedinger-0.9 to libschroedinger-1.0 everywhere. + + patches/01_bogus-warning.patch: + - Dropped, not necessary anymore. + + debian/control: + - Require liboil >= 0.3.13. + * debian/control: + + Update Standards-Version to 3.7.3, no additional changes needed. + + Change section of the documentation package to doc. + * debian/copyright: + + Updated. + * debian/patches/01_linking.patch: + + Link libschroedinger-1.0 with pthread as it uses it's symbols. + + Link testsuite with libm as it uses it's symbols. + * debian/rules, + debian/patches/99_ltmain_as-needed.patch: + + Link with -Wl,-z,defs -Wl,-O1 -Wl,--as-needed to remove some unneeded + dependencies. + * debian/rules: + + Run unit test suite but don't fail the build if something fails. + * debian/control: + + Add dependencies as required by the pkg-config file and header includes. + + -- Sebastian Dröge Sun, 24 Feb 2008 05:45:09 +0100 + +schroedinger (0.9.0-1) unstable; urgency=low + + * New upstream release: + + debian/control, + debian/rules: + - Update gstreamer0.10 build dependency to >= 0.10.12. + - Rename library packages from libschroedinger-0.1 to libschroedinger-0.9. + + debian/control, + debian/libschroedinger-doc.install: + - Add a documentation package. + * debian/rules: + + Set GST_REGISTRY before the dh_gstscancodecs call to save the registry + somewhere on buildds without writable home and speed things up a bit. + * debian/patches/01_bogus-warning.patch: + + Remove a bogus warning. + + -- Sebastian Dröge Tue, 13 Nov 2007 14:43:19 +0100 + +schroedinger (0.6.1-3) unstable; urgency=low + + * debian/control, + debian/rules: + + Call dh_gstinstallcodecs to generate the codecs database. + + -- Sebastian Dröge Mon, 30 Jul 2007 20:45:20 +0200 + +schroedinger (0.6.1-2) unstable; urgency=low + + * debian/patches/01_testsuite-identifiers.patch: + + Don't use $ as identifier in C source files as this break on + ARM and isn't supported by the C standard anyway (Closes: #433213). + + -- Sebastian Dröge Mon, 16 Jul 2007 11:31:38 +0200 + +schroedinger (0.6.1-1) unstable; urgency=low + + * New upstream release, fixing a memory leak and segfault. + * debian/README.Debian: + + Removed as it contains nothing useful anymore. + * debian/control: + + Use ${binary:Version} instead of ${Source-Version} to make lintian happy. + + -- Sebastian Dröge Fri, 08 Jun 2007 16:07:37 +0200 + +schroedinger (0.6.0-2) unstable; urgency=low + + * debian/control: + + Fix section of the library and dev package. + + -- Sebastian Dröge Thu, 07 Jun 2007 16:53:39 +0200 + +schroedinger (0.6.0-1) unstable; urgency=low + + * New upstream release. This is first release that is fully bitstream + compliant with the Dirac spec and thus goes to unstable. + * debian/shlibs.local: + + Removed as the new liboil has the correct shlibs set. + * debian/control: + + Depend on liboil0.3-dev (>= 0.3.12) to get the new symbols and the + shlibs fix. + + -- Sebastian Dröge Thu, 07 Jun 2007 16:22:05 +0200 + +schroedinger (0.5.0.0-1) experimental; urgency=low + + * New upstream release + * debian/control: + + Require liboil0.3-dev >= 0.3.11 + * debian/shlibs.local: + + Workaround for bug #420577, liboil 0.3.11 introduces some new symbols + but shlibs are not raised. + + -- Sebastian Dröge Mon, 23 Apr 2007 11:48:55 +0200 + +schroedinger (0.4.0.0-1) experimental; urgency=low + + * Initial version (Closes: #368636) + + -- Sebastian Dröge Fri, 23 Feb 2007 08:46:00 +0100 + --- schroedinger-1.0.5.orig/debian/libschroedinger-1.0-0.shlibs +++ schroedinger-1.0.5/debian/libschroedinger-1.0-0.shlibs @@ -0,0 +1 @@ +libschroedinger-1.0 0 libschroedinger-1.0-0 (>= 1.0.4) --- schroedinger-1.0.5.orig/debian/libschroedinger-1.0-0.symbols +++ schroedinger-1.0.5/debian/libschroedinger-1.0-0.symbols @@ -0,0 +1,451 @@ +libschroedinger-1.0.so.0 libschroedinger-1.0-0 #MINVER# + schro_arith_decode_bit@Base 1.0.0 + schro_arith_decode_flush@Base 1.0.0 + schro_arith_decode_init@Base 1.0.0 + schro_arith_decode_sint@Base 1.0.0 + schro_arith_decode_uint@Base 1.0.0 + schro_arith_encode_bit@Base 1.0.0 + schro_arith_encode_init@Base 1.0.0 + schro_arith_encode_sint@Base 1.0.0 + schro_arith_encode_uint@Base 1.0.0 + schro_arith_estimate_bit@Base 1.0.0 + schro_arith_estimate_init@Base 1.0.0 + schro_arith_estimate_sint@Base 1.0.0 + schro_arith_estimate_uint@Base 1.0.0 + schro_arith_flush@Base 1.0.0 + schro_arith_free@Base 1.0.0 + schro_arith_new@Base 1.0.0 + schro_async_add_cuda@Base 1.0.0 + schro_async_free@Base 1.0.0 + schro_async_get_exec_domain@Base 1.0.0 + schro_async_get_num_completed@Base 1.0.0 + schro_async_init@Base 1.0.4 + schro_async_lock@Base 1.0.0 + schro_async_new@Base 1.0.0 + schro_async_run_locked@Base 1.0.0 + schro_async_signal_scheduler@Base 1.0.0 + schro_async_unlock@Base 1.0.0 + schro_async_wait@Base 1.0.0 + schro_async_wait_locked@Base 1.0.0 + schro_async_wait_one@Base 1.0.0 + schro_block_check@Base 1.0.0 + schro_block_fixup@Base 1.0.0 + schro_buffer_dup@Base 1.0.0 + schro_buffer_new@Base 1.0.0 + schro_buffer_new_and_alloc@Base 1.0.0 + schro_buffer_new_subbuffer@Base 1.0.0 + schro_buffer_new_with_data@Base 1.0.0 + schro_buffer_ref@Base 1.0.0 + schro_buffer_unref@Base 1.0.0 + schro_cog_mas10_u8_edgeextend@Base 1.0.0 + schro_cog_mas8_u8_edgeextend@Base 1.0.0 + schro_debug_get_level@Base 1.0.0 + schro_debug_log@Base 1.0.0 + schro_debug_set_level@Base 1.0.0 + schro_debug_set_log_function@Base 1.0.4 + schro_decoder_add_output_picture@Base 1.0.0 + schro_decoder_compare_sequence_header_buffer@Base 1.0.4 + schro_decoder_decode_block_data@Base 1.0.0 + schro_decoder_decode_lowdelay_transform_data@Base 1.0.0 + schro_decoder_decode_macroblock@Base 1.0.0 + schro_decoder_decode_parse_header@Base 1.0.0 + schro_decoder_decode_picture@Base 1.0.0 + schro_decoder_decode_prediction_unit@Base 1.0.0 + schro_decoder_decode_transform_data@Base 1.0.0 + schro_decoder_free@Base 1.0.0 + schro_decoder_get_picture_number@Base 1.0.0 + schro_decoder_get_video_format@Base 1.0.0 + schro_decoder_init_subband_frame_data_interleaved@Base 1.0.0 + schro_decoder_iterate_picture@Base 1.0.0 + schro_decoder_need_output_frame@Base 1.0.4 + schro_decoder_new@Base 1.0.0 + schro_decoder_parse_block_data@Base 1.0.0 + schro_decoder_parse_lowdelay_transform_data@Base 1.0.0 + schro_decoder_parse_picture@Base 1.0.0 + schro_decoder_parse_picture_header@Base 1.0.0 + schro_decoder_parse_picture_prediction_parameters@Base 1.0.0 + schro_decoder_parse_sequence_header@Base 1.0.4 + schro_decoder_parse_transform_data@Base 1.0.0 + schro_decoder_parse_transform_parameters@Base 1.0.0 + schro_decoder_pull@Base 1.0.0 + schro_decoder_push@Base 1.0.0 + schro_decoder_push_end_of_stream@Base 1.0.0 + schro_decoder_push_ready@Base 1.0.0 + schro_decoder_reset@Base 1.0.0 + schro_decoder_set_earliest_frame@Base 1.0.0 + schro_decoder_set_flushing@Base 1.0.4 + schro_decoder_set_picture_order@Base 1.0.4 + schro_decoder_set_skip_ratio@Base 1.0.0 + schro_decoder_subband_dc_predict@Base 1.0.0 + schro_decoder_wait@Base 1.0.0 + schro_decoder_x_check_references@Base 1.0.0 + schro_decoder_x_combine@Base 1.0.0 + schro_decoder_x_decode_motion@Base 1.0.0 + schro_decoder_x_decode_residual@Base 1.0.0 + schro_decoder_x_render_motion@Base 1.0.0 + schro_decoder_x_upsample@Base 1.0.0 + schro_decoder_x_wavelet_transform@Base 1.0.0 + schro_dequantise@Base 1.0.0 + schro_dequantise_s16@Base 1.0.0 + schro_dump@Base 1.0.0 + schro_encoder_analyse_picture@Base 1.0.0 + schro_encoder_bigblock_estimation@Base 1.0.0 + schro_encoder_calculate_allocation@Base 1.0.0 + schro_encoder_calculate_subband_weights@Base 1.0.0 + schro_encoder_choose_quantisers@Base 1.0.0 + schro_encoder_choose_quantisers_constant_error@Base 1.0.2 + schro_encoder_choose_quantisers_constant_lambda@Base 1.0.2 + schro_encoder_choose_quantisers_lossless@Base 1.0.0 + schro_encoder_choose_quantisers_lowdelay@Base 1.0.0 + schro_encoder_choose_quantisers_rate_distortion@Base 1.0.0 + schro_encoder_choose_quantisers_simple@Base 1.0.0 + schro_encoder_clean_up_transform@Base 1.0.0 + schro_encoder_dc_estimation@Base 1.0.0 + schro_encoder_encode_auxiliary_data@Base 1.0.0 + schro_encoder_encode_end_of_stream@Base 1.0.0 + schro_encoder_encode_lowdelay_transform_data@Base 1.0.0 + schro_encoder_encode_parse_info@Base 1.0.0 + schro_encoder_encode_picture@Base 1.0.0 + schro_encoder_encode_picture_all@Base 1.0.0 + schro_encoder_encode_picture_header@Base 1.0.0 + schro_encoder_encode_sequence_header@Base 1.0.4 + schro_encoder_encode_sequence_header_header@Base 1.0.4 + schro_encoder_encode_subband@Base 1.0.0 + schro_encoder_encode_subband_noarith@Base 1.0.0 + schro_encoder_end_of_stream@Base 1.0.0 + schro_encoder_entropy_to_lambda@Base 1.0.0 + schro_encoder_error_to_lambda@Base 1.0.2 + schro_encoder_estimate_entropy@Base 1.0.0 + schro_encoder_frame_downsample@Base 1.0.0 + schro_encoder_frame_insert_buffer@Base 1.0.0 + schro_encoder_frame_new@Base 1.0.0 + schro_encoder_frame_ref@Base 1.0.0 + schro_encoder_frame_unref@Base 1.0.0 + schro_encoder_free@Base 1.0.0 + schro_encoder_get_n_settings@Base 1.0.0 + schro_encoder_get_setting_info@Base 1.0.0 + schro_encoder_get_video_format@Base 1.0.0 + schro_encoder_global_estimation@Base 1.0.0 + schro_encoder_handle_gop_backref@Base 1.0.4 + schro_encoder_handle_gop_intra_only@Base 1.0.4 + schro_encoder_handle_gop_lossless@Base 1.0.4 + schro_encoder_handle_gop_lowdelay@Base 1.0.4 + schro_encoder_handle_gop_tworef@Base 1.0.4 + schro_encoder_handle_quants@Base 1.0.4 + schro_encoder_init_error_tables@Base 1.0.0 + schro_encoder_init_frame@Base 1.0.4 + schro_encoder_init_subbands@Base 1.0.0 + schro_encoder_insert_buffer@Base 1.0.0 + schro_encoder_motion_predict@Base 1.0.0 + schro_encoder_new@Base 1.0.0 + schro_encoder_perceptual_weight_ccir959@Base 1.0.0 + schro_encoder_perceptual_weight_constant@Base 1.0.0 + schro_encoder_perceptual_weight_manos_sakrison@Base 1.0.2 + schro_encoder_perceptual_weight_moo@Base 1.0.0 + schro_encoder_phasecorr_estimation@Base 1.0.0 + schro_encoder_postanalyse_picture@Base 1.0.0 + schro_encoder_predict_picture@Base 1.0.0 + schro_encoder_pull@Base 1.0.0 + schro_encoder_pull_full@Base 1.0.4 + schro_encoder_push_frame@Base 1.0.0 + schro_encoder_push_frame_full@Base 1.0.4 + schro_encoder_push_ready@Base 1.0.0 + schro_encoder_reconstruct_picture@Base 1.0.0 + schro_encoder_reference_get@Base 1.0.0 + schro_encoder_render_picture@Base 1.0.4 + schro_encoder_set_default_subband_weights@Base 1.0.0 + schro_encoder_set_video_format@Base 1.0.0 + schro_encoder_setting_get_double@Base 1.0.0 + schro_encoder_setting_set_double@Base 1.0.0 + schro_encoder_setup_frame_backref@Base 1.0.4 + schro_encoder_setup_frame_intra_only@Base 1.0.4 + schro_encoder_setup_frame_lossless@Base 1.0.4 + schro_encoder_setup_frame_lowdelay@Base 1.0.4 + schro_encoder_setup_frame_tworef@Base 1.0.4 + schro_encoder_start@Base 1.0.0 + schro_encoder_wait@Base 1.0.0 + schro_engine_code_BBBP@Base 1.0.4 + schro_engine_code_IBBBP@Base 1.0.4 + schro_engine_get_scene_change_score@Base 1.0.0 + schro_fft_fwd_f32@Base 1.0.0 + schro_fft_generate_tables_f32@Base 1.0.0 + schro_fft_rev_f32@Base 1.0.0 + schro_filter_cwm7@Base 1.0.0 + schro_filter_cwmN@Base 1.0.0 + schro_filter_cwmN_ref@Base 1.0.0 + schro_frame_add@Base 1.0.0 + schro_frame_calculate_average_luma@Base 1.0.0 + schro_frame_clone@Base 1.0.0 + schro_frame_convert@Base 1.0.0 + schro_frame_convert_to_444@Base 1.0.0 + schro_frame_data_get_codeblock@Base 1.0.0 + schro_frame_downsample@Base 1.0.0 + schro_frame_dup@Base 1.0.0 + schro_frame_edge_extend@Base 1.0.0 + schro_frame_filter_adaptive_lowpass@Base 1.0.0 + schro_frame_filter_addnoise@Base 1.0.0 + schro_frame_filter_cwm7@Base 1.0.0 + schro_frame_filter_cwmN@Base 1.0.0 + schro_frame_filter_cwmN_ref@Base 1.0.0 + schro_frame_filter_lowpass2@Base 1.0.0 + schro_frame_filter_lowpass@Base 1.0.0 + schro_frame_filter_lowpass_16@Base 1.0.0 + schro_frame_filter_wavelet@Base 1.0.0 + schro_frame_get_metric@Base 1.0.0 + schro_frame_get_subdata@Base 1.0.0 + schro_frame_inverse_iwt_transform@Base 1.0.0 + schro_frame_iwt_transform@Base 1.0.0 + schro_frame_mark@Base 1.0.0 + schro_frame_md5@Base 1.0.0 + schro_frame_mean_squared_error@Base 1.0.0 + schro_frame_new@Base 1.0.0 + schro_frame_new_and_alloc@Base 1.0.0 + schro_frame_new_from_data_AYUV@Base 1.0.0 + schro_frame_new_from_data_I420@Base 1.0.0 + schro_frame_new_from_data_UYVY@Base 1.0.0 + schro_frame_new_from_data_UYVY_full@Base 1.0.4 + schro_frame_new_from_data_YUY2@Base 1.0.0 + schro_frame_new_from_data_YV12@Base 1.0.0 + schro_frame_new_virtual@Base 1.0.4 + schro_frame_ref@Base 1.0.0 + schro_frame_set_free_callback@Base 1.0.0 + schro_frame_shift_left@Base 1.0.0 + schro_frame_shift_right@Base 1.0.0 + schro_frame_split_fields@Base 1.0.2 + schro_frame_ssim@Base 1.0.0 + schro_frame_subtract@Base 1.0.0 + schro_frame_unref@Base 1.0.0 + schro_frame_upsample_horiz@Base 1.0.0 + schro_frame_upsample_vert@Base 1.0.0 + schro_frame_zero_extend@Base 1.0.0 + schro_free@Base 1.0.0 + schro_histogram_add@Base 1.0.0 + schro_histogram_add_array_s16@Base 1.0.0 + schro_histogram_apply_table@Base 1.0.0 + schro_histogram_apply_table_range@Base 1.0.0 + schro_histogram_estimate_entropy@Base 1.0.0 + schro_histogram_estimate_noise_level@Base 1.0.0 + schro_histogram_estimate_slope@Base 1.0.0 + schro_histogram_get_range@Base 1.0.0 + schro_histogram_init@Base 1.0.0 + schro_histogram_scale@Base 1.0.0 + schro_histogram_table_generate@Base 1.0.0 + schro_iiwt_13_5@Base 1.0.0 + schro_iiwt_5_3@Base 1.0.0 + schro_iiwt_daub_9_7@Base 1.0.0 + schro_iiwt_desl_9_3@Base 1.0.0 + schro_iiwt_fidelity@Base 1.0.0 + schro_iiwt_haar0@Base 1.0.0 + schro_iiwt_haar1@Base 1.0.0 + schro_init@Base 1.0.0 + schro_iwt_13_5@Base 1.0.0 + schro_iwt_5_3@Base 1.0.0 + schro_iwt_daub_9_7@Base 1.0.0 + schro_iwt_desl_9_3@Base 1.0.0 + schro_iwt_fidelity@Base 1.0.0 + schro_iwt_haar0@Base 1.0.0 + schro_iwt_haar1@Base 1.0.0 + schro_list_append@Base 1.0.0 + schro_list_delete@Base 1.0.0 + schro_list_free@Base 1.0.0 + schro_list_get@Base 1.0.0 + schro_list_get_size@Base 1.0.0 + schro_list_insert@Base 1.0.0 + schro_list_new@Base 1.0.0 + schro_list_new_full@Base 1.0.0 + schro_list_prepend@Base 1.0.0 + schro_list_remove@Base 1.0.0 + schro_list_replace@Base 1.0.0 + schro_malloc0@Base 1.0.0 + schro_malloc@Base 1.0.0 + schro_memory_domain_alloc@Base 1.0.0 + schro_memory_domain_free@Base 1.0.0 + schro_memory_domain_memfree@Base 1.0.0 + schro_memory_domain_new@Base 1.0.0 + schro_memory_domain_new_local@Base 1.0.0 + schro_metric_absdiff_u8@Base 1.0.0 + schro_metric_get@Base 1.0.0 + schro_metric_get_biref@Base 1.0.0 + schro_metric_get_dc@Base 1.0.0 + schro_metric_scan_do_scan@Base 1.0.0 + schro_metric_scan_get_min@Base 1.0.0 + schro_metric_scan_setup@Base 1.0.0 + schro_motion_block_accumulate@Base 1.0.0 + schro_motion_block_accumulate_slow@Base 1.0.0 + schro_motion_block_estimate_entropy@Base 1.0.0 + schro_motion_block_predict_block@Base 1.0.0 + schro_motion_calculate_stats@Base 1.0.0 + schro_motion_copy_from@Base 1.0.0 + schro_motion_copy_to@Base 1.0.0 + schro_motion_dc_prediction@Base 1.0.0 + schro_motion_estimate_entropy@Base 1.0.0 + schro_motion_field_free@Base 1.0.0 + schro_motion_field_global_estimation@Base 1.0.0 + schro_motion_field_inherit@Base 1.0.0 + schro_motion_field_lshift@Base 1.0.0 + schro_motion_field_new@Base 1.0.0 + schro_motion_field_scan@Base 1.0.0 + schro_motion_field_set@Base 1.0.0 + schro_motion_free@Base 1.0.0 + schro_motion_get_global_prediction@Base 1.0.0 + schro_motion_get_mode_prediction@Base 1.0.0 + schro_motion_global_metric@Base 1.0.0 + schro_motion_new@Base 1.0.0 + schro_motion_pixel_predict_block@Base 1.0.0 + schro_motion_render@Base 1.0.0 + schro_motion_render_ref@Base 1.0.0 + schro_motion_split_prediction@Base 1.0.0 + schro_motion_superblock_estimate_entropy@Base 1.0.0 + schro_motion_superblock_try_estimate_entropy@Base 1.0.0 + schro_motion_vector_is_equal@Base 1.0.0 + schro_motion_vector_prediction@Base 1.0.0 + schro_motion_verify@Base 1.0.0 + schro_motionest_free@Base 1.0.0 + schro_motionest_new@Base 1.0.0 + schro_motionest_rough_scan_hint@Base 1.0.0 + schro_motionest_rough_scan_nohint@Base 1.0.0 + schro_motionest_superblock_get_metric@Base 1.0.0 + schro_mutex_free@Base 1.0.4 + schro_mutex_lock@Base 1.0.4 + schro_mutex_new@Base 1.0.4 + schro_mutex_unlock@Base 1.0.4 + schro_pack_append@Base 1.0.0 + schro_pack_append_zero@Base 1.0.0 + schro_pack_copy@Base 1.0.0 + schro_pack_encode_bit@Base 1.0.0 + schro_pack_encode_bits@Base 1.0.0 + schro_pack_encode_init@Base 1.0.0 + schro_pack_encode_sint@Base 1.0.0 + schro_pack_encode_uint@Base 1.0.0 + schro_pack_estimate_sint@Base 1.0.0 + schro_pack_estimate_uint@Base 1.0.0 + schro_pack_flush@Base 1.0.0 + schro_pack_free@Base 1.0.0 + schro_pack_get_bit_offset@Base 1.0.0 + schro_pack_get_offset@Base 1.0.0 + schro_pack_new@Base 1.0.0 + schro_pack_sync@Base 1.0.0 + schro_params_calculate_iwt_sizes@Base 1.0.0 + schro_params_calculate_mc_sizes@Base 1.0.0 + schro_params_get_block_params@Base 1.0.0 + schro_params_get_frame_format@Base 1.0.0 + schro_params_init@Base 1.0.0 + schro_params_is_default_codeblock@Base 1.0.0 + schro_params_is_default_quant_matrix@Base 1.0.0 + schro_params_set_block_params@Base 1.0.0 + schro_params_set_default_codeblock@Base 1.0.0 + schro_params_set_default_quant_matrix@Base 1.0.0 + schro_params_verify_block_params@Base 1.0.0 + schro_parse_decode_sequence_header@Base 1.0.4 + schro_picture_new@Base 1.0.0 + schro_picture_ref@Base 1.0.0 + schro_picture_unref@Base 1.0.0 + schro_quantise@Base 1.0.0 + schro_quantise_s16@Base 1.0.0 + schro_queue_add@Base 1.0.0 + schro_queue_clear@Base 1.0.0 + schro_queue_delete@Base 1.0.0 + schro_queue_find@Base 1.0.0 + schro_queue_free@Base 1.0.0 + schro_queue_is_empty@Base 1.0.0 + schro_queue_is_full@Base 1.0.0 + schro_queue_new@Base 1.0.0 + schro_queue_peek@Base 1.0.4 + schro_queue_pop@Base 1.0.0 + schro_queue_pull@Base 1.0.0 + schro_queue_remove@Base 1.0.0 + schro_queue_slots_available@Base 1.0.2 + schro_realloc@Base 1.0.0 + schro_split_ext_135@Base 1.0.0 + schro_split_ext_53@Base 1.0.0 + schro_split_ext_daub97@Base 1.0.0 + schro_split_ext_desl93@Base 1.0.0 + schro_split_ext_fidelity@Base 1.0.0 + schro_split_ext_haar@Base 1.0.0 + schro_subband_get@Base 1.0.0 + schro_subband_get_frame_data@Base 1.0.0 + schro_subband_get_position@Base 1.0.0 + schro_synth_ext_135@Base 1.0.0 + schro_synth_ext_53@Base 1.0.0 + schro_synth_ext_daub97@Base 1.0.0 + schro_synth_ext_desl93@Base 1.0.0 + schro_synth_ext_fidelity@Base 1.0.0 + schro_synth_ext_haar@Base 1.0.0 + schro_table_division_factor@Base 1.0.0 + schro_table_error_hist_shift3_1_2@Base 1.0.0 + schro_table_inverse_quant@Base 1.0.0 + schro_table_offset_1_2@Base 1.0.0 + schro_table_offset_3_8@Base 1.0.0 + schro_table_onebits_hist_shift3_1_2@Base 1.0.0 + schro_table_quant@Base 1.0.0 + schro_table_unpack_sint@Base 1.0.0 + schro_table_zerobits_hist_shift3_1_2@Base 1.0.0 + schro_tables_lowdelay_quants@Base 1.0.0 + schro_tables_wavelet_gain@Base 1.0.0 + schro_tables_wavelet_noise_curve@Base 1.0.0 + schro_unpack_byte_sync@Base 1.0.0 + schro_unpack_copy@Base 1.0.0 + schro_unpack_decode_bit@Base 1.0.0 + schro_unpack_decode_bits@Base 1.0.0 + schro_unpack_decode_sint@Base 1.0.0 + schro_unpack_decode_sint_s16@Base 1.0.0 + schro_unpack_decode_sint_slow@Base 1.0.0 + schro_unpack_decode_uint@Base 1.0.0 + schro_unpack_get_bits_read@Base 1.0.0 + schro_unpack_get_bits_remaining@Base 1.0.0 + schro_unpack_init_with_data@Base 1.0.0 + schro_unpack_limit_bits_remaining@Base 1.0.0 + schro_unpack_skip_bits@Base 1.0.0 + schro_upsampled_frame_free@Base 1.0.0 + schro_upsampled_frame_get_block_fast_prec0@Base 1.0.0 + schro_upsampled_frame_get_block_fast_prec1@Base 1.0.0 + schro_upsampled_frame_get_block_fast_prec3@Base 1.0.0 + schro_upsampled_frame_get_block_fast_precN@Base 1.0.0 + schro_upsampled_frame_get_block_prec0@Base 1.0.0 + schro_upsampled_frame_get_block_prec1@Base 1.0.0 + schro_upsampled_frame_get_block_prec3@Base 1.0.0 + schro_upsampled_frame_get_block_precN@Base 1.0.0 + schro_upsampled_frame_get_pixel_prec0@Base 1.0.0 + schro_upsampled_frame_get_pixel_prec1@Base 1.0.0 + schro_upsampled_frame_get_pixel_prec3@Base 1.0.0 + schro_upsampled_frame_get_pixel_precN@Base 1.0.0 + schro_upsampled_frame_get_subdata_prec0@Base 1.0.0 + schro_upsampled_frame_get_subdata_prec1@Base 1.0.0 + schro_upsampled_frame_new@Base 1.0.0 + schro_upsampled_frame_upsample@Base 1.0.0 + schro_utils_entropy@Base 1.0.0 + schro_utils_get_time@Base 1.0.0 + schro_utils_multiplier_to_quant_index@Base 1.0.0 + schro_utils_probability_to_entropy@Base 1.0.0 + schro_utils_reduce_fraction@Base 1.0.0 + schro_video_format_get_bit_depth@Base 1.0.2 + schro_video_format_get_chroma_height@Base 1.0.2 + schro_video_format_get_chroma_width@Base 1.0.2 + schro_video_format_get_iwt_alloc_size@Base 1.0.2 + schro_video_format_get_picture_chroma_size@Base 1.0.2 + schro_video_format_get_picture_height@Base 1.0.2 + schro_video_format_get_picture_luma_size@Base 1.0.2 + schro_video_format_get_std_aspect_ratio@Base 1.0.0 + schro_video_format_get_std_colour_spec@Base 1.0.0 + schro_video_format_get_std_frame_rate@Base 1.0.0 + schro_video_format_get_std_signal_range@Base 1.0.0 + schro_video_format_get_std_video_format@Base 1.0.0 + schro_video_format_set_std_aspect_ratio@Base 1.0.0 + schro_video_format_set_std_colour_spec@Base 1.0.0 + schro_video_format_set_std_frame_rate@Base 1.0.0 + schro_video_format_set_std_signal_range@Base 1.0.0 + schro_video_format_set_std_video_format@Base 1.0.0 + schro_video_format_validate@Base 1.0.0 + schro_virt_frame_get_line@Base 1.0.4 + schro_virt_frame_new_horiz_downsample@Base 1.0.4 + schro_virt_frame_new_pack_AYUV@Base 1.0.4 + schro_virt_frame_new_pack_UYVY@Base 1.0.4 + schro_virt_frame_new_pack_YUY2@Base 1.0.4 + schro_virt_frame_new_unpack@Base 1.0.4 + schro_virt_frame_new_vert_downsample@Base 1.0.4 + schro_virt_frame_render@Base 1.0.4 + schro_virt_frame_render_downsample_horiz@Base 1.0.4 + schro_virt_frame_render_downsample_vert@Base 1.0.4 + schro_virt_frame_render_line@Base 1.0.4 + schro_wavelet_inverse_transform_2d@Base 1.0.0 + schro_wavelet_transform_2d@Base 1.0.0 --- schroedinger-1.0.5.orig/debian/compat +++ schroedinger-1.0.5/debian/compat @@ -0,0 +1 @@ +5 --- schroedinger-1.0.5.orig/debian/libschroedinger-doc.install +++ schroedinger-1.0.5/debian/libschroedinger-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc --- schroedinger-1.0.5.orig/debian/copyright +++ schroedinger-1.0.5/debian/copyright @@ -0,0 +1,553 @@ +This package was debianized by Sebastian Dröge on +Wed, 22 Nov 2006 13:50:41 +0100. + +It was downloaded from http://schrodinger.sf.net/ + +Copyright: + +For gst/*: + Copyright (C) 2003-2008 David Schleef + + Additionally for + gst/gstschrofilter.c, + gst/gstschrotoy.c, + gst/gstschrodownsample.c: + Copyright (C) <1999> Erik Walthinsen + + +For everything else: + Copyright (c) 2006-2008 BBC and Fluendo + +License: + +For gst/*: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + + On Debian systems, the complete text of the the complete text of + the GNU Library General Public License, version 2, can be found + in /usr/share/common-licenses/LGPL-2. + +For everything else: + +This library is licensed under 4 different licenses and you can choose to use +it under the terms of any one of them. The four licenses are the MPL 1.1, the +LGPL, the GPL and the MIT license. + +On Debian systems, the complete text of the GNU General Public +License, version 2, can be found in /usr/share/common-licenses/GPL-2, +the complete text of the GNU Library General Public License, version 2, +can be found in /usr/share/common-licenses/LGPL-2. + +Below are the complete texts of the MIT and MPL 1.1 license: + +Unless otherwise indicated, Source Code is licensed under MIT license. +See further explanation attached in License Statement (distributed in the file +LICENSE). + +MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + + + MOZILLA PUBLIC LICENSE + Version 1.1 + + --------------- + +1. Definitions. + + 1.0.1. "Commercial Use" means distribution or otherwise making the + Covered Code available to a third party. + + 1.1. "Contributor" means each entity that creates or contributes to + the creation of Modifications. + + 1.2. "Contributor Version" means the combination of the Original + Code, prior Modifications used by a Contributor, and the Modifications + made by that particular Contributor. + + 1.3. "Covered Code" means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case + including portions thereof. + + 1.4. "Electronic Distribution Mechanism" means a mechanism generally + accepted in the software development community for the electronic + transfer of data. + + 1.5. "Executable" means Covered Code in any form other than Source + Code. + + 1.6. "Initial Developer" means the individual or entity identified + as the Initial Developer in the Source Code notice required by Exhibit + A. + + 1.7. "Larger Work" means a work which combines Covered Code or + portions thereof with code not governed by the terms of this License. + + 1.8. "License" means this document. + + 1.8.1. "Licensable" means having the right to grant, to the maximum + extent possible, whether at the time of the initial grant or + subsequently acquired, any and all of the rights conveyed herein. + + 1.9. "Modifications" means any addition to or deletion from the + substance or structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of files, a + Modification is: + A. Any addition to or deletion from the contents of a file + containing Original Code or previous Modifications. + + B. Any new file that contains any part of the Original Code or + previous Modifications. + + 1.10. "Original Code" means Source Code of computer software code + which is described in the Source Code notice required by Exhibit A as + Original Code, and which, at the time of its release under this + License is not already Covered Code governed by this License. + + 1.10.1. "Patent Claims" means any patent claim(s), now owned or + hereafter acquired, including without limitation, method, process, + and apparatus claims, in any patent Licensable by grantor. + + 1.11. "Source Code" means the preferred form of the Covered Code for + making modifications to it, including all modules it contains, plus + any associated interface definition files, scripts used to control + compilation and installation of an Executable, or source code + differential comparisons against either the Original Code or another + well known, available Covered Code of the Contributor's choice. The + Source Code can be in a compressed or archival form, provided the + appropriate decompression or de-archiving software is widely available + for no charge. + + 1.12. "You" (or "Your") means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License or a future version of this License issued under Section 6.1. + For legal entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes of + this definition, "control" means (a) the power, direct or indirect, + to cause the direction or management of such entity, whether by + contract or otherwise, or (b) ownership of more than fifty percent + (50%) of the outstanding shares or beneficial ownership of such + entity. + +2. Source Code License. + + 2.1. The Initial Developer Grant. + The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property + claims: + (a) under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, reproduce, + modify, display, perform, sublicense and distribute the Original + Code (or portions thereof) with or without Modifications, and/or + as part of a Larger Work; and + + (b) under Patents Claims infringed by the making, using or + selling of Original Code, to make, have made, use, practice, + sell, and offer for sale, and/or otherwise dispose of the + Original Code (or portions thereof). + + (c) the licenses granted in this Section 2.1(a) and (b) are + effective on the date Initial Developer first distributes + Original Code under the terms of this License. + + (d) Notwithstanding Section 2.1(b) above, no patent license is + granted: 1) for code that You delete from the Original Code; 2) + separate from the Original Code; or 3) for infringements caused + by: i) the modification of the Original Code or ii) the + combination of the Original Code with other software or devices. + + 2.2. Contributor Grant. + Subject to third party intellectual property claims, each Contributor + hereby grants You a world-wide, royalty-free, non-exclusive license + + (a) under intellectual property rights (other than patent or + trademark) Licensable by Contributor, to use, reproduce, modify, + display, perform, sublicense and distribute the Modifications + created by such Contributor (or portions thereof) either on an + unmodified basis, with other Modifications, as Covered Code + and/or as part of a Larger Work; and + + (b) under Patent Claims infringed by the making, using, or + selling of Modifications made by that Contributor either alone + and/or in combination with its Contributor Version (or portions + of such combination), to make, use, sell, offer for sale, have + made, and/or otherwise dispose of: 1) Modifications made by that + Contributor (or portions thereof); and 2) the combination of + Modifications made by that Contributor with its Contributor + Version (or portions of such combination). + + (c) the licenses granted in Sections 2.2(a) and 2.2(b) are + effective on the date Contributor first makes Commercial Use of + the Covered Code. + + (d) Notwithstanding Section 2.2(b) above, no patent license is + granted: 1) for any code that Contributor has deleted from the + Contributor Version; 2) separate from the Contributor Version; + 3) for infringements caused by: i) third party modifications of + Contributor Version or ii) the combination of Modifications made + by that Contributor with other software (except as part of the + Contributor Version) or other devices; or 4) under Patent Claims + infringed by Covered Code in the absence of Modifications made by + that Contributor. + +3. Distribution Obligations. + + 3.1. Application of License. + The Modifications which You create or to which You contribute are + governed by the terms of this License, including without limitation + Section 2.2. The Source Code version of Covered Code may be + distributed only under the terms of this License or a future version + of this License released under Section 6.1, and You must include a + copy of this License with every copy of the Source Code You + distribute. You may not offer or impose any terms on any Source Code + version that alters or restricts the applicable version of this + License or the recipients' rights hereunder. However, You may include + an additional document offering the additional rights described in + Section 3.5. + + 3.2. Availability of Source Code. + Any Modification which You create or to which You contribute must be + made available in Source Code form under the terms of this License + either on the same media as an Executable version or via an accepted + Electronic Distribution Mechanism to anyone to whom you made an + Executable version available; and if made available via Electronic + Distribution Mechanism, must remain available for at least twelve (12) + months after the date it initially became available, or at least six + (6) months after a subsequent version of that particular Modification + has been made available to such recipients. You are responsible for + ensuring that the Source Code version remains available even if the + Electronic Distribution Mechanism is maintained by a third party. + + 3.3. Description of Modifications. + You must cause all Covered Code to which You contribute to contain a + file documenting the changes You made to create that Covered Code and + the date of any change. You must include a prominent statement that + the Modification is derived, directly or indirectly, from Original + Code provided by the Initial Developer and including the name of the + Initial Developer in (a) the Source Code, and (b) in any notice in an + Executable version or related documentation in which You describe the + origin or ownership of the Covered Code. + + 3.4. Intellectual Property Matters + (a) Third Party Claims. + If Contributor has knowledge that a license under a third party's + intellectual property rights is required to exercise the rights + granted by such Contributor under Sections 2.1 or 2.2, + Contributor must include a text file with the Source Code + distribution titled "LEGAL" which describes the claim and the + party making the claim in sufficient detail that a recipient will + know whom to contact. If Contributor obtains such knowledge after + the Modification is made available as described in Section 3.2, + Contributor shall promptly modify the LEGAL file in all copies + Contributor makes available thereafter and shall take other steps + (such as notifying appropriate mailing lists or newsgroups) + reasonably calculated to inform those who received the Covered + Code that new knowledge has been obtained. + + (b) Contributor APIs. + If Contributor's Modifications include an application programming + interface and Contributor has knowledge of patent licenses which + are reasonably necessary to implement that API, Contributor must + also include this information in the LEGAL file. + + (c) Representations. + Contributor represents that, except as disclosed pursuant to + Section 3.4(a) above, Contributor believes that Contributor's + Modifications are Contributor's original creation(s) and/or + Contributor has sufficient rights to grant the rights conveyed by + this License. + + 3.5. Required Notices. + You must duplicate the notice in Exhibit A in each file of the Source + Code. If it is not possible to put such notice in a particular Source + Code file due to its structure, then You must include such notice in a + location (such as a relevant directory) where a user would be likely + to look for such a notice. If You created one or more Modification(s) + You may add your name as a Contributor to the notice described in + Exhibit A. You must also duplicate this License in any documentation + for the Source Code where You describe recipients' rights or ownership + rights relating to Covered Code. You may choose to offer, and to + charge a fee for, warranty, support, indemnity or liability + obligations to one or more recipients of Covered Code. However, You + may do so only on Your own behalf, and not on behalf of the Initial + Developer or any Contributor. You must make it absolutely clear than + any such warranty, support, indemnity or liability obligation is + offered by You alone, and You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred by the + Initial Developer or such Contributor as a result of warranty, + support, indemnity or liability terms You offer. + + 3.6. Distribution of Executable Versions. + You may distribute Covered Code in Executable form only if the + requirements of Section 3.1-3.5 have been met for that Covered Code, + and if You include a notice stating that the Source Code version of + the Covered Code is available under the terms of this License, + including a description of how and where You have fulfilled the + obligations of Section 3.2. The notice must be conspicuously included + in any notice in an Executable version, related documentation or + collateral in which You describe recipients' rights relating to the + Covered Code. You may distribute the Executable version of Covered + Code or ownership rights under a license of Your choice, which may + contain terms different from this License, provided that You are in + compliance with the terms of this License and that the license for the + Executable version does not attempt to limit or alter the recipient's + rights in the Source Code version from the rights set forth in this + License. If You distribute the Executable version under a different + license You must make it absolutely clear that any terms which differ + from this License are offered by You alone, not by the Initial + Developer or any Contributor. You hereby agree to indemnify the + Initial Developer and every Contributor for any liability incurred by + the Initial Developer or such Contributor as a result of any such + terms You offer. + + 3.7. Larger Works. + You may create a Larger Work by combining Covered Code with other code + not governed by the terms of this License and distribute the Larger + Work as a single product. In such a case, You must make sure the + requirements of this License are fulfilled for the Covered Code. + +4. Inability to Comply Due to Statute or Regulation. + + If it is impossible for You to comply with any of the terms of this + License with respect to some or all of the Covered Code due to + statute, judicial order, or regulation then You must: (a) comply with + the terms of this License to the maximum extent possible; and (b) + describe the limitations and the code they affect. Such description + must be included in the LEGAL file described in Section 3.4 and must + be included with all distributions of the Source Code. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Application of this License. + + This License applies to code to which the Initial Developer has + attached the notice in Exhibit A and to related Covered Code. + +6. Versions of the License. + + 6.1. New Versions. + Netscape Communications Corporation ("Netscape") may publish revised + and/or new versions of the License from time to time. Each version + will be given a distinguishing version number. + + 6.2. Effect of New Versions. + Once Covered Code has been published under a particular version of the + License, You may always continue to use it under the terms of that + version. You may also choose to use such Covered Code under the terms + of any subsequent version of the License published by Netscape. No one + other than Netscape has the right to modify the terms applicable to + Covered Code created under this License. + + 6.3. Derivative Works. + If You create or use a modified version of this License (which you may + only do in order to apply it to code which is not already Covered Code + governed by this License), You must (a) rename Your license so that + the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", + "MPL", "NPL" or any confusingly similar phrase do not appear in your + license (except to note that your license differs from this License) + and (b) otherwise make it clear that Your version of the license + contains terms which differ from the Mozilla Public License and + Netscape Public License. (Filling in the name of the Initial + Developer, Original Code or Contributor in the notice described in + Exhibit A shall not of themselves be deemed to be modifications of + this License.) + +7. DISCLAIMER OF WARRANTY. + + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF + DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. + THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE + IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, + YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE + COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF + ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +8. TERMINATION. + + 8.1. This License and the rights granted hereunder will terminate + automatically if You fail to comply with terms herein and fail to cure + such breach within 30 days of becoming aware of the breach. All + sublicenses to the Covered Code which are properly granted shall + survive any termination of this License. Provisions which, by their + nature, must remain in effect beyond the termination of this License + shall survive. + + 8.2. If You initiate litigation by asserting a patent infringement + claim (excluding declatory judgment actions) against Initial Developer + or a Contributor (the Initial Developer or Contributor against whom + You file such action is referred to as "Participant") alleging that: + + (a) such Participant's Contributor Version directly or indirectly + infringes any patent, then any and all rights granted by such + Participant to You under Sections 2.1 and/or 2.2 of this License + shall, upon 60 days notice from Participant terminate prospectively, + unless if within 60 days after receipt of notice You either: (i) + agree in writing to pay Participant a mutually agreeable reasonable + royalty for Your past and future use of Modifications made by such + Participant, or (ii) withdraw Your litigation claim with respect to + the Contributor Version against such Participant. If within 60 days + of notice, a reasonable royalty and payment arrangement are not + mutually agreed upon in writing by the parties or the litigation claim + is not withdrawn, the rights granted by Participant to You under + Sections 2.1 and/or 2.2 automatically terminate at the expiration of + the 60 day notice period specified above. + + (b) any software, hardware, or device, other than such Participant's + Contributor Version, directly or indirectly infringes any patent, then + any rights granted to You by such Participant under Sections 2.1(b) + and 2.2(b) are revoked effective as of the date You first made, used, + sold, distributed, or had made, Modifications made by that + Participant. + + 8.3. If You assert a patent infringement claim against Participant + alleging that such Participant's Contributor Version directly or + indirectly infringes any patent where such claim is resolved (such as + by license or settlement) prior to the initiation of patent + infringement litigation, then the reasonable value of the licenses + granted by such Participant under Sections 2.1 or 2.2 shall be taken + into account in determining the amount or value of any payment or + license. + + 8.4. In the event of termination under Sections 8.1 or 8.2 above, + all end user license agreements (excluding distributors and resellers) + which have been validly granted by You or any distributor hereunder + prior to termination shall survive termination. + +9. LIMITATION OF LIABILITY. + + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL + DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, + OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR + ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY + CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, + WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY + RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE + EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO + THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +10. U.S. GOVERNMENT END USERS. + + The Covered Code is a "commercial item," as that term is defined in + 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer + software" and "commercial computer software documentation," as such + terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 + C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), + all U.S. Government End Users acquire Covered Code with only those + rights set forth herein. + +11. MISCELLANEOUS. + + This License represents the complete agreement concerning subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. This License shall be governed by + California law provisions (except to the extent applicable law, if + any, provides otherwise), excluding its conflict-of-law provisions. + With respect to disputes in which at least one party is a citizen of, + or an entity chartered or registered to do business in the United + States of America, any litigation relating to this License shall be + subject to the jurisdiction of the Federal Courts of the Northern + District of California, with venue lying in Santa Clara County, + California, with the losing party responsible for costs, including + without limitation, court costs and reasonable attorneys' fees and + expenses. The application of the United Nations Convention on + Contracts for the International Sale of Goods is expressly excluded. + Any law or regulation which provides that the language of a contract + shall be construed against the drafter shall not apply to this + License. + +12. RESPONSIBILITY FOR CLAIMS. + + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or indirectly, + out of its utilization of rights under this License and You agree to + work with Initial Developer and Contributors to distribute such + responsibility on an equitable basis. Nothing herein is intended or + shall be deemed to constitute any admission of liability. + +13. MULTIPLE-LICENSED CODE. + + Initial Developer may designate portions of the Covered Code as + "Multiple-Licensed". "Multiple-Licensed" means that the Initial + Developer permits you to utilize portions of the Covered Code under + Your choice of the NPL or the alternative licenses, if any, specified + by the Initial Developer in the file described in Exhibit A. + +EXHIBIT A -Mozilla Public License. + + ``The contents of this file are subject to the Mozilla Public License + Version 1.1 (the "License"); you may not use this file except in + compliance with the License. You may obtain a copy of the License at + http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + License for the specific language governing rights and limitations + under the License. + + The Original Code is ______________________________________. + + The Initial Developer of the Original Code is ________________________. + Portions created by ______________________ are Copyright (C) ______ + _______________________. All Rights Reserved. + + Contributor(s): ______________________________________. + + Alternatively, the contents of this file may be used under the terms + of the _____ license (the "[___] License"), in which case the + provisions of [______] License are applicable instead of those + above. If you wish to allow use of your version of this file only + under the terms of the [____] License and not to allow others to use + your version of this file under the MPL, indicate your decision by + deleting the provisions above and replace them with the notice and + other provisions required by the [___] License. If you do not delete + the provisions above, a recipient may use your version of this file + under either the MPL or the [___] License." + + [NOTE: The text of this Exhibit A may differ slightly from the text of + the notices in the Source Code files of the Original Code. You should + use the text of this Exhibit A rather than the text found in the + Original Code Source Code for Your Modifications.] + --- schroedinger-1.0.5.orig/debian/libschroedinger-1.0-0.install +++ schroedinger-1.0.5/debian/libschroedinger-1.0-0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libschroedinger-1.0.so.* --- schroedinger-1.0.5.orig/debian/patches/99_ltmain_as-needed.patch +++ schroedinger-1.0.5/debian/patches/99_ltmain_as-needed.patch @@ -0,0 +1,30 @@ +--- ltmain.sh.old 2007-10-09 07:38:25.000000000 +0200 ++++ ltmain.sh 2007-10-09 07:39:25.000000000 +0200 +@@ -1794,6 +1794,11 @@ + arg=`$echo "X$arg" | $Xsed -e "s/^ //"` + ;; + ++ -Wl,--as-needed) ++ deplibs="$deplibs $arg" ++ continue ++ ;; ++ + -Wl,*) + args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` + arg= +@@ -2137,6 +2142,15 @@ + lib= + found=no + case $deplib in ++ -Wl,--as-needed) ++ if test "$linkmode,$pass" = "prog,link"; then ++ compile_deplibs="$deplib $compile_deplibs" ++ finalize_deplibs="$deplib $finalize_deplibs" ++ else ++ deplibs="$deplib $deplibs" ++ fi ++ continue ++ ;; + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs"