r1556 - in /unstable/gavl: ./ debian/

toots at users.alioth.debian.org toots at users.alioth.debian.org
Sat Nov 8 18:09:12 UTC 2008


Author: toots
Date: Sat Nov  8 18:09:12 2008
New Revision: 1556

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1556
Log:
Initial packaging for gavl 1.0.1..

Added:
    unstable/gavl/
    unstable/gavl/debian/   (with props)
    unstable/gavl/debian/changelog
    unstable/gavl/debian/compat
    unstable/gavl/debian/control
    unstable/gavl/debian/control.in
    unstable/gavl/debian/copyright
    unstable/gavl/debian/libgavl-1.0-0.install
    unstable/gavl/debian/libgavl-1.0-0.symbols
    unstable/gavl/debian/libgavl-dev.install   (with props)
    unstable/gavl/debian/libgavl-doc.doc-base
    unstable/gavl/debian/libgavl-doc.install
    unstable/gavl/debian/rules   (with props)
    unstable/gavl/debian/watch

Propchange: unstable/gavl/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: unstable/gavl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/changelog?rev=1556&op=file
==============================================================================
--- unstable/gavl/debian/changelog (added)
+++ unstable/gavl/debian/changelog Sat Nov  8 18:09:12 2008
@@ -1,0 +1,31 @@
+gavl (1.0.1-1) unstable; urgency=low
+
+  * Adopted package for debian, with the blessing of previous maintainer.
+  * Based new package on Christian Marillat's package for debian-multimedia.
+  * Removed support for ccache until I figure out how to make it work
+    with cdbs.
+  * Changed library package name since ABI is not backward compatible, but
+    upstream did not bump major soversion.
+
+ -- Romain Beauxis <toots at rastageeks.org>  Fri, 07 Nov 2008 13:47:46 +0100
+
+gavl (1.0.1-0.2) unstable; urgency=low
+
+  * The -dev package should depends on pkg-config.
+
+ -- Christian Marillat <marillat at debian.org>  Tue, 29 Jul 2008 15:47:06 +0200
+
+gavl (1.0.1-0.1) unstable; urgency=low
+
+  * Move doxygen from Build-Depends-Indep to Build-Depends.
+  * Added support for ccache.
+
+ -- Christian Marillat <marillat at debian.org>  Tue, 29 Jul 2008 08:29:10 +0200
+
+gavl (1.0.1-0.0) unstable; urgency=low
+
+  * Initial release.
+
+ -- Christian Marillat <marillat at debian.org>  Mon, 28 Jul 2008 09:29:33 +0200
+
+

Added: unstable/gavl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/compat?rev=1556&op=file
==============================================================================
--- unstable/gavl/debian/compat (added)
+++ unstable/gavl/debian/compat Sat Nov  8 18:09:12 2008
@@ -1,0 +1,1 @@
+4

Added: unstable/gavl/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/control?rev=1556&op=file
==============================================================================
--- unstable/gavl/debian/control (added)
+++ unstable/gavl/debian/control Sat Nov  8 18:09:12 2008
@@ -1,0 +1,50 @@
+Source: gavl
+Section: libs
+Priority: extra
+Maintainer: Debian Multimedia Team <debian-multimedia at lists.debian.org>
+Uploaders: Free Ekanayaka <freee at debian.org>, Romain Beauxis <toots at rastageeks.org>
+Homepage: http://gmerlin.sourceforge.net/
+Standards-Version: 3.8.0
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), doxygen
+
+Package: libgavl-1.0-0
+Architecture: any
+Depends: ${shlibs:Depends}
+Conflicts: libgavl0
+Description: low level audio and video library - runtime files
+ Gavl handles all the details of audio and video formats like colorspaces,
+ samplerates, multichannel configurations etc. It provides standardized
+ definitions for those formats as well as container structures for carrying
+ audio samples or video images inside an application.
+ .
+ In addition, it handles the sometimes ugly task to convert between all
+ these formats and provides some elementary operations (copying, scaling,
+ alpha blending etc).
+
+Package: libgavl-dev
+Architecture: any
+Section: libdevel
+Depends: libgavl-1.0-0 (>= ${source:Version}), pkg-config
+Recommends: libgavl-doc
+Description: low level audio and video library - development files
+ Gavl handles all the details of audio and video formats like colorspaces,
+ samplerates, multichannel configurations etc. It provides standardized
+ definitions for those formats as well as container structures for carrying
+ audio samples or video images inside an application.
+ .
+ In addition, it handles the sometimes ugly task to convert between all
+ these formats and provides some elementary operations (copying, scaling,
+ alpha blending etc).
+
+Package: libgavl-doc
+Architecture: all
+Section: doc
+Description: low level audio and video library - documentation files
+ Gavl handles all the details of audio and video formats like colorspaces,
+ samplerates, multichannel configurations etc. It provides standardized
+ definitions for those formats as well as container structures for carrying
+ audio samples or video images inside an application.
+ .
+ In addition, it handles the sometimes ugly task to convert between all
+ these formats and provides some elementary operations (copying, scaling,
+ alpha blending etc).

Added: unstable/gavl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/control.in?rev=1556&op=file
==============================================================================
--- unstable/gavl/debian/control.in (added)
+++ unstable/gavl/debian/control.in Sat Nov  8 18:09:12 2008
@@ -1,0 +1,50 @@
+Source: gavl
+Section: libs
+Priority: extra
+Maintainer: Debian Multimedia Team <debian-multimedia at lists.debian.org>
+Uploaders: Free Ekanayaka <freee at debian.org>, Romain Beauxis <toots at rastageeks.org>
+Homepage: http://gmerlin.sourceforge.net/
+Standards-Version: 3.8.0
+Build-Depends: @cdbs@, doxygen
+
+Package: libgavl-1.0-0
+Architecture: any
+Depends: ${shlibs:Depends}
+Conflicts: libgavl0
+Description: low level audio and video library - runtime files
+ Gavl handles all the details of audio and video formats like colorspaces,
+ samplerates, multichannel configurations etc. It provides standardized
+ definitions for those formats as well as container structures for carrying
+ audio samples or video images inside an application.
+ .
+ In addition, it handles the sometimes ugly task to convert between all
+ these formats and provides some elementary operations (copying, scaling,
+ alpha blending etc).
+
+Package: libgavl-dev
+Architecture: any
+Section: libdevel
+Depends: libgavl-1.0-0 (>= ${source:Version}), pkg-config
+Recommends: libgavl-doc
+Description: low level audio and video library - development files
+ Gavl handles all the details of audio and video formats like colorspaces,
+ samplerates, multichannel configurations etc. It provides standardized
+ definitions for those formats as well as container structures for carrying
+ audio samples or video images inside an application.
+ .
+ In addition, it handles the sometimes ugly task to convert between all
+ these formats and provides some elementary operations (copying, scaling,
+ alpha blending etc).
+
+Package: libgavl-doc
+Architecture: all
+Section: doc
+Description: low level audio and video library - documentation files
+ Gavl handles all the details of audio and video formats like colorspaces,
+ samplerates, multichannel configurations etc. It provides standardized
+ definitions for those formats as well as container structures for carrying
+ audio samples or video images inside an application.
+ .
+ In addition, it handles the sometimes ugly task to convert between all
+ these formats and provides some elementary operations (copying, scaling,
+ alpha blending etc).

Added: unstable/gavl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/copyright?rev=1556&op=file
==============================================================================
--- unstable/gavl/debian/copyright (added)
+++ unstable/gavl/debian/copyright Sat Nov  8 18:09:12 2008
@@ -1,0 +1,22 @@
+This package was debianized by Christian Marillat <marillat at debian.org> on
+Mon, 28 Jul 2008 09:29:33 +0200.
+
+It was downloaded from http://gmerlin.sourceforge.net/
+
+Upstream Author: 
+
+    Burkhard Plaum <gmerlin at users.sourceforge.net>
+
+Copyright:
+
+    Copyright © 2001-2008 Burkhard Plaum
+
+License:
+
+    You should have received a copy of the GNU General Public License with the
+    Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if
+    not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
+    Floor, Boston, MA 02110-1301, USA.
+
+The Debian packaging is (C) 2008, Christian Marillat <marillat at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: unstable/gavl/debian/libgavl-1.0-0.install
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/libgavl-1.0-0.install?rev=1556&op=file
==============================================================================
--- unstable/gavl/debian/libgavl-1.0-0.install (added)
+++ unstable/gavl/debian/libgavl-1.0-0.install Sat Nov  8 18:09:12 2008
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/libgavl.so.0*

Added: unstable/gavl/debian/libgavl-1.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/libgavl-1.0-0.symbols?rev=1556&op=file
==============================================================================
--- unstable/gavl/debian/libgavl-1.0-0.symbols (added)
+++ unstable/gavl/debian/libgavl-1.0-0.symbols Sat Nov  8 18:09:12 2008
@@ -1,0 +1,392 @@
+libgavl.so.0 libgavl-1.0-0 #MINVER#
+ gavl_accel_supported at Base 1.0.1
+ gavl_audio_convert at Base 1.0.1
+ gavl_audio_convert_context_create at Base 1.0.1
+ gavl_audio_converter_create at Base 1.0.1
+ gavl_audio_converter_destroy at Base 1.0.1
+ gavl_audio_converter_get_options at Base 1.0.1
+ gavl_audio_converter_init at Base 1.0.1
+ gavl_audio_converter_reinit at Base 1.0.1
+ gavl_audio_dither_context_destroy at Base 1.0.1
+ gavl_audio_format_copy at Base 1.0.1
+ gavl_audio_format_dump at Base 1.0.1
+ gavl_audio_formats_equal at Base 1.0.1
+ gavl_audio_frame_copy at Base 1.0.1
+ gavl_audio_frame_create at Base 1.0.1
+ gavl_audio_frame_destroy at Base 1.0.1
+ gavl_audio_frame_mute at Base 1.0.1
+ gavl_audio_frame_mute_channel at Base 1.0.1
+ gavl_audio_frame_mute_samples at Base 1.0.1
+ gavl_audio_frame_null at Base 1.0.1
+ gavl_audio_options_copy at Base 1.0.1
+ gavl_audio_options_create at Base 1.0.1
+ gavl_audio_options_destroy at Base 1.0.1
+ gavl_audio_options_get_accel_flags at Base 1.0.1
+ gavl_audio_options_get_conversion_flags at Base 1.0.1
+ gavl_audio_options_get_dither_mode at Base 1.0.1
+ gavl_audio_options_get_quality at Base 1.0.1
+ gavl_audio_options_get_resample_mode at Base 1.0.1
+ gavl_audio_options_set_accel_flags at Base 1.0.1
+ gavl_audio_options_set_conversion_flags at Base 1.0.1
+ gavl_audio_options_set_defaults at Base 1.0.1
+ gavl_audio_options_set_dither_mode at Base 1.0.1
+ gavl_audio_options_set_quality at Base 1.0.1
+ gavl_audio_options_set_resample_mode at Base 1.0.1
+ gavl_aux_channels at Base 1.0.1
+ gavl_b_to_u at Base 1.0.1
+ gavl_b_to_u_float at Base 1.0.1
+ gavl_b_to_uj at Base 1.0.1
+ gavl_b_to_v at Base 1.0.1
+ gavl_b_to_v_float at Base 1.0.1
+ gavl_b_to_vj at Base 1.0.1
+ gavl_b_to_y at Base 1.0.1
+ gavl_b_to_y_float at Base 1.0.1
+ gavl_b_to_yj at Base 1.0.1
+ gavl_bytes_per_sample at Base 1.0.1
+ gavl_channel_id_to_string at Base 1.0.1
+ gavl_channel_index at Base 1.0.1
+ gavl_chroma_placement_to_string at Base 1.0.1
+ gavl_create_interleave_table at Base 1.0.1
+ gavl_create_mix_matrix at Base 1.0.1
+ gavl_create_sampleformat_table at Base 1.0.1
+ gavl_deinterlacer_init_blend at Base 1.0.1
+ gavl_deinterlacer_init_copy at Base 1.0.1
+ gavl_deinterlacer_init_scale at Base 1.0.1
+ gavl_destroy_interleave_table at Base 1.0.1
+ gavl_destroy_mix_matrix at Base 1.0.1
+ gavl_destroy_sampleformat_table at Base 1.0.1
+ gavl_dsp_audio_frame_swap_endian at Base 1.0.1
+ gavl_dsp_context_create at Base 1.0.1
+ gavl_dsp_context_destroy at Base 1.0.1
+ gavl_dsp_context_get_funcs at Base 1.0.1
+ gavl_dsp_context_set_accel_flags at Base 1.0.1
+ gavl_dsp_context_set_quality at Base 1.0.1
+ gavl_dsp_init_c at Base 1.0.1
+ gavl_dsp_init_mmx at Base 1.0.1
+ gavl_dsp_init_mmxext at Base 1.0.1
+ gavl_dsp_init_sse at Base 1.0.1
+ gavl_dsp_interpolate_video_frame at Base 1.0.1
+ gavl_dsp_video_frame_swap_endian at Base 1.0.1
+ gavl_find_blend_func_c at Base 1.0.1
+ gavl_find_deinterlacer_blend_funcs_3dnow at Base 1.0.1
+ gavl_find_deinterlacer_blend_funcs_c at Base 1.0.1
+ gavl_find_deinterlacer_blend_funcs_mmx at Base 1.0.1
+ gavl_find_deinterlacer_blend_funcs_mmxext at Base 1.0.1
+ gavl_find_interleave_converter at Base 1.0.1
+ gavl_find_pixelformat_converter at Base 1.0.1
+ gavl_find_sampleformat_converter at Base 1.0.1
+ gavl_frames_to_time at Base 1.0.1
+ gavl_front_channels at Base 1.0.1
+ gavl_g_to_u at Base 1.0.1
+ gavl_g_to_u_float at Base 1.0.1
+ gavl_g_to_uj at Base 1.0.1
+ gavl_g_to_v at Base 1.0.1
+ gavl_g_to_v_float at Base 1.0.1
+ gavl_g_to_vj at Base 1.0.1
+ gavl_g_to_y at Base 1.0.1
+ gavl_g_to_y_float at Base 1.0.1
+ gavl_g_to_yj at Base 1.0.1
+ gavl_get_pixelformat at Base 1.0.1
+ gavl_get_sample_format at Base 1.0.1
+ gavl_init_gray_gray_funcs_c at Base 1.0.1
+ gavl_init_gray_rgb_funcs_c at Base 1.0.1
+ gavl_init_gray_yuv_funcs_c at Base 1.0.1
+ gavl_init_interleave_funcs_c at Base 1.0.1
+ gavl_init_memcpy at Base 1.0.1
+ gavl_init_rgb_gray_funcs_c at Base 1.0.1
+ gavl_init_rgb_rgb_funcs_c at Base 1.0.1
+ gavl_init_rgb_rgb_funcs_hq at Base 1.0.1
+ gavl_init_rgb_rgb_funcs_mmx at Base 1.0.1
+ gavl_init_rgb_rgb_funcs_mmxext at Base 1.0.1
+ gavl_init_rgb_yuv_funcs_c at Base 1.0.1
+ gavl_init_rgb_yuv_funcs_hq at Base 1.0.1
+ gavl_init_rgb_yuv_funcs_mmx at Base 1.0.1
+ gavl_init_rgb_yuv_funcs_mmxext at Base 1.0.1
+ gavl_init_rgb_yuv_funcs_sse3 at Base 1.0.1
+ gavl_init_rgb_yuv_funcs_sse at Base 1.0.1
+ gavl_init_sampleformat_funcs_c at Base 1.0.1
+ gavl_init_scale_funcs at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_c at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_noclip_c at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_noclip_x_mmx at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_noclip_x_mmxext at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_x_mmx at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_x_mmxext at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_x_noclip_sse3 at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_x_noclip_sse at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_x_sse3 at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_x_sse at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_y_mmx at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_y_mmxext at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_y_noclip_sse2 at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_y_noclip_sse at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_y_sse2 at Base 1.0.1
+ gavl_init_scale_funcs_bicubic_y_sse at Base 1.0.1
+ gavl_init_scale_funcs_bilinear_c at Base 1.0.1
+ gavl_init_scale_funcs_bilinear_x_mmx at Base 1.0.1
+ gavl_init_scale_funcs_bilinear_x_mmxext at Base 1.0.1
+ gavl_init_scale_funcs_bilinear_x_sse at Base 1.0.1
+ gavl_init_scale_funcs_bilinear_y_mmx at Base 1.0.1
+ gavl_init_scale_funcs_bilinear_y_mmxext at Base 1.0.1
+ gavl_init_scale_funcs_bilinear_y_sse2 at Base 1.0.1
+ gavl_init_scale_funcs_bilinear_y_sse at Base 1.0.1
+ gavl_init_scale_funcs_generic_c at Base 1.0.1
+ gavl_init_scale_funcs_generic_x_mmx at Base 1.0.1
+ gavl_init_scale_funcs_generic_x_mmxext at Base 1.0.1
+ gavl_init_scale_funcs_generic_x_sse3 at Base 1.0.1
+ gavl_init_scale_funcs_generic_x_sse at Base 1.0.1
+ gavl_init_scale_funcs_generic_y_mmx at Base 1.0.1
+ gavl_init_scale_funcs_generic_y_mmxext at Base 1.0.1
+ gavl_init_scale_funcs_generic_y_sse2 at Base 1.0.1
+ gavl_init_scale_funcs_generic_y_sse at Base 1.0.1
+ gavl_init_scale_funcs_nearest_c at Base 1.0.1
+ gavl_init_scale_funcs_quadratic_c at Base 1.0.1
+ gavl_init_scale_funcs_quadratic_x_mmx at Base 1.0.1
+ gavl_init_scale_funcs_quadratic_x_mmxext at Base 1.0.1
+ gavl_init_scale_funcs_quadratic_x_sse at Base 1.0.1
+ gavl_init_scale_funcs_quadratic_y_mmx at Base 1.0.1
+ gavl_init_scale_funcs_quadratic_y_mmxext at Base 1.0.1
+ gavl_init_scale_funcs_quadratic_y_sse2 at Base 1.0.1
+ gavl_init_scale_funcs_quadratic_y_sse at Base 1.0.1
+ gavl_init_volume_funcs_c at Base 1.0.1
+ gavl_init_yuv_gray_funcs_c at Base 1.0.1
+ gavl_init_yuv_rgb_funcs_c at Base 1.0.1
+ gavl_init_yuv_rgb_funcs_hq at Base 1.0.1
+ gavl_init_yuv_rgb_funcs_mmx at Base 1.0.1
+ gavl_init_yuv_rgb_funcs_mmxext at Base 1.0.1
+ gavl_init_yuv_yuv_funcs_c at Base 1.0.1
+ gavl_init_yuv_yuv_funcs_hq at Base 1.0.1
+ gavl_init_yuv_yuv_funcs_mmx at Base 1.0.1
+ gavl_init_yuv_yuv_funcs_mmxext at Base 1.0.1
+ gavl_int128_copy at Base 1.0.1
+ gavl_int128_div at Base 1.0.1
+ gavl_int128_mult at Base 1.0.1
+ gavl_interlace_mode_to_string at Base 1.0.1
+ gavl_interleave_context_create at Base 1.0.1
+ gavl_interleave_mode_to_string at Base 1.0.1
+ gavl_lfe_channels at Base 1.0.1
+ gavl_linear_get_description at Base 1.0.1
+ gavl_linear_get_name at Base 1.0.1
+ gavl_linear_set_converter at Base 1.0.1
+ gavl_memcpy at Base 1.0.1
+ gavl_mix_audio at Base 1.0.1
+ gavl_mix_context_create at Base 1.0.1
+ gavl_num_pixelformats at Base 1.0.1
+ gavl_num_sample_formats at Base 1.0.1
+ gavl_overlay_blend at Base 1.0.1
+ gavl_overlay_blend_context_create at Base 1.0.1
+ gavl_overlay_blend_context_destroy at Base 1.0.1
+ gavl_overlay_blend_context_get_options at Base 1.0.1
+ gavl_overlay_blend_context_init at Base 1.0.1
+ gavl_overlay_blend_context_set_overlay at Base 1.0.1
+ gavl_peak_detector_create at Base 1.0.1
+ gavl_peak_detector_destroy at Base 1.0.1
+ gavl_peak_detector_get_peak at Base 1.0.1
+ gavl_peak_detector_get_peaks at Base 1.0.1
+ gavl_peak_detector_reset at Base 1.0.1
+ gavl_peak_detector_set_format at Base 1.0.1
+ gavl_peak_detector_update at Base 1.0.1
+ gavl_pixelformat_bits_per_pixel at Base 1.0.1
+ gavl_pixelformat_bytes_per_component at Base 1.0.1
+ gavl_pixelformat_bytes_per_pixel at Base 1.0.1
+ gavl_pixelformat_can_scale at Base 1.0.1
+ gavl_pixelformat_chroma_sub at Base 1.0.1
+ gavl_pixelformat_conversion_penalty at Base 1.0.1
+ gavl_pixelformat_get_best at Base 1.0.1
+ gavl_pixelformat_get_intermediate at Base 1.0.1
+ gavl_pixelformat_num_planes at Base 1.0.1
+ gavl_pixelformat_to_string at Base 1.0.1
+ gavl_r_to_u at Base 1.0.1
+ gavl_r_to_u_float at Base 1.0.1
+ gavl_r_to_uj at Base 1.0.1
+ gavl_r_to_v at Base 1.0.1
+ gavl_r_to_v_float at Base 1.0.1
+ gavl_r_to_vj at Base 1.0.1
+ gavl_r_to_y at Base 1.0.1
+ gavl_r_to_y_float at Base 1.0.1
+ gavl_r_to_yj at Base 1.0.1
+ gavl_rear_channels at Base 1.0.1
+ gavl_rectangle_crop_to_format_noscale at Base 1.0.1
+ gavl_rectangle_crop_to_format_scale at Base 1.0.1
+ gavl_rectangle_f_copy at Base 1.0.1
+ gavl_rectangle_f_crop_bottom at Base 1.0.1
+ gavl_rectangle_f_crop_left at Base 1.0.1
+ gavl_rectangle_f_crop_right at Base 1.0.1
+ gavl_rectangle_f_crop_top at Base 1.0.1
+ gavl_rectangle_f_dump at Base 1.0.1
+ gavl_rectangle_f_is_empty at Base 1.0.1
+ gavl_rectangle_f_set_all at Base 1.0.1
+ gavl_rectangle_f_to_i at Base 1.0.1
+ gavl_rectangle_fit_aspect at Base 1.0.1
+ gavl_rectangle_i_align at Base 1.0.1
+ gavl_rectangle_i_align_to_format at Base 1.0.1
+ gavl_rectangle_i_copy at Base 1.0.1
+ gavl_rectangle_i_crop_bottom at Base 1.0.1
+ gavl_rectangle_i_crop_left at Base 1.0.1
+ gavl_rectangle_i_crop_right at Base 1.0.1
+ gavl_rectangle_i_crop_to_format at Base 1.0.1
+ gavl_rectangle_i_crop_top at Base 1.0.1
+ gavl_rectangle_i_dump at Base 1.0.1
+ gavl_rectangle_i_is_empty at Base 1.0.1
+ gavl_rectangle_i_set_all at Base 1.0.1
+ gavl_rectangle_i_to_f at Base 1.0.1
+ gavl_rgb_5_to_16 at Base 1.0.1
+ gavl_rgb_5_to_8 at Base 1.0.1
+ gavl_rgb_5_to_float at Base 1.0.1
+ gavl_rgb_6_to_16 at Base 1.0.1
+ gavl_rgb_6_to_8 at Base 1.0.1
+ gavl_rgb_6_to_float at Base 1.0.1
+ gavl_sample_format_to_string at Base 1.0.1
+ gavl_sampleformat_context_create at Base 1.0.1
+ gavl_samplerate_context_create at Base 1.0.1
+ gavl_samplerate_converter_destroy at Base 1.0.1
+ gavl_samples_to_time at Base 1.0.1
+ gavl_set_channel_setup at Base 1.0.1
+ gavl_setup_mix_funcs_c at Base 1.0.1
+ gavl_side_channels at Base 1.0.1
+ gavl_sinc_get_description at Base 1.0.1
+ gavl_sinc_get_name at Base 1.0.1
+ gavl_sinc_set_converter at Base 1.0.1
+ gavl_src_callback_new at Base 1.0.1
+ gavl_src_delete at Base 1.0.1
+ gavl_src_error at Base 1.0.1
+ gavl_src_float_to_short_array at Base 1.0.1
+ gavl_src_get_description at Base 1.0.1
+ gavl_src_get_name at Base 1.0.1
+ gavl_src_get_version at Base 1.0.1
+ gavl_src_is_valid_ratio at Base 1.0.1
+ gavl_src_new at Base 1.0.1
+ gavl_src_process at Base 1.0.1
+ gavl_src_reset at Base 1.0.1
+ gavl_src_set_ratio at Base 1.0.1
+ gavl_src_short_to_float_array at Base 1.0.1
+ gavl_src_strerror at Base 1.0.1
+ gavl_string_to_pixelformat at Base 1.0.1
+ gavl_string_to_sample_format at Base 1.0.1
+ gavl_time_delay at Base 1.0.1
+ gavl_time_parse at Base 1.0.1
+ gavl_time_prettyprint at Base 1.0.1
+ gavl_time_rescale at Base 1.0.1
+ gavl_time_scale at Base 1.0.1
+ gavl_time_to_frames at Base 1.0.1
+ gavl_time_to_samples at Base 1.0.1
+ gavl_time_unscale at Base 1.0.1
+ gavl_timer_create at Base 1.0.1
+ gavl_timer_destroy at Base 1.0.1
+ gavl_timer_get at Base 1.0.1
+ gavl_timer_set at Base 1.0.1
+ gavl_timer_start at Base 1.0.1
+ gavl_timer_stop at Base 1.0.1
+ gavl_u_to_b at Base 1.0.1
+ gavl_u_to_b_float at Base 1.0.1
+ gavl_u_to_g at Base 1.0.1
+ gavl_u_to_g_float at Base 1.0.1
+ gavl_uj_to_b at Base 1.0.1
+ gavl_uj_to_b_float at Base 1.0.1
+ gavl_uj_to_g at Base 1.0.1
+ gavl_uj_to_g_float at Base 1.0.1
+ gavl_uv_8_to_uv_float at Base 1.0.1
+ gavl_uv_8_to_uvj_8 at Base 1.0.1
+ gavl_uvj_8_to_uv_16 at Base 1.0.1
+ gavl_uvj_8_to_uv_8 at Base 1.0.1
+ gavl_v_to_g at Base 1.0.1
+ gavl_v_to_g_float at Base 1.0.1
+ gavl_v_to_r at Base 1.0.1
+ gavl_v_to_r_float at Base 1.0.1
+ gavl_video_convert at Base 1.0.1
+ gavl_video_converter_create at Base 1.0.1
+ gavl_video_converter_destroy at Base 1.0.1
+ gavl_video_converter_get_options at Base 1.0.1
+ gavl_video_converter_init at Base 1.0.1
+ gavl_video_converter_reinit at Base 1.0.1
+ gavl_video_deinterlacer_create at Base 1.0.1
+ gavl_video_deinterlacer_deinterlace at Base 1.0.1
+ gavl_video_deinterlacer_destroy at Base 1.0.1
+ gavl_video_deinterlacer_get_options at Base 1.0.1
+ gavl_video_deinterlacer_init at Base 1.0.1
+ gavl_video_format_copy at Base 1.0.1
+ gavl_video_format_dump at Base 1.0.1
+ gavl_video_format_fit_to_source at Base 1.0.1
+ gavl_video_format_get_chroma_offset at Base 1.0.1
+ gavl_video_formats_equal at Base 1.0.1
+ gavl_video_frame_clear at Base 1.0.1
+ gavl_video_frame_clear_mask at Base 1.0.1
+ gavl_video_frame_copy at Base 1.0.1
+ gavl_video_frame_copy_flip_x at Base 1.0.1
+ gavl_video_frame_copy_flip_xy at Base 1.0.1
+ gavl_video_frame_copy_flip_y at Base 1.0.1
+ gavl_video_frame_copy_plane at Base 1.0.1
+ gavl_video_frame_create at Base 1.0.1
+ gavl_video_frame_create_nopad at Base 1.0.1
+ gavl_video_frame_destroy at Base 1.0.1
+ gavl_video_frame_dump at Base 1.0.1
+ gavl_video_frame_fill at Base 1.0.1
+ gavl_video_frame_get_field at Base 1.0.1
+ gavl_video_frame_get_subframe at Base 1.0.1
+ gavl_video_frame_null at Base 1.0.1
+ gavl_video_options_copy at Base 1.0.1
+ gavl_video_options_create at Base 1.0.1
+ gavl_video_options_destroy at Base 1.0.1
+ gavl_video_options_get_accel_flags at Base 1.0.1
+ gavl_video_options_get_alpha_mode at Base 1.0.1
+ gavl_video_options_get_background_color at Base 1.0.1
+ gavl_video_options_get_conversion_flags at Base 1.0.1
+ gavl_video_options_get_deinterlace_drop_mode at Base 1.0.1
+ gavl_video_options_get_deinterlace_mode at Base 1.0.1
+ gavl_video_options_get_quality at Base 1.0.1
+ gavl_video_options_get_rectangles at Base 1.0.1
+ gavl_video_options_get_scale_mode at Base 1.0.1
+ gavl_video_options_get_scale_order at Base 1.0.1
+ gavl_video_options_set_accel_flags at Base 1.0.1
+ gavl_video_options_set_alpha_mode at Base 1.0.1
+ gavl_video_options_set_background_color at Base 1.0.1
+ gavl_video_options_set_conversion_flags at Base 1.0.1
+ gavl_video_options_set_defaults at Base 1.0.1
+ gavl_video_options_set_deinterlace_drop_mode at Base 1.0.1
+ gavl_video_options_set_deinterlace_mode at Base 1.0.1
+ gavl_video_options_set_quality at Base 1.0.1
+ gavl_video_options_set_rectangles at Base 1.0.1
+ gavl_video_options_set_scale_mode at Base 1.0.1
+ gavl_video_options_set_scale_order at Base 1.0.1
+ gavl_video_scale_context_cleanup at Base 1.0.1
+ gavl_video_scale_context_init at Base 1.0.1
+ gavl_video_scale_context_init_convolve at Base 1.0.1
+ gavl_video_scale_context_scale at Base 1.0.1
+ gavl_video_scale_get_weight_func at Base 1.0.1
+ gavl_video_scale_table_cleanup at Base 1.0.1
+ gavl_video_scale_table_dump at Base 1.0.1
+ gavl_video_scale_table_get_src_indices at Base 1.0.1
+ gavl_video_scale_table_init at Base 1.0.1
+ gavl_video_scale_table_init_convolve at Base 1.0.1
+ gavl_video_scale_table_init_int at Base 1.0.1
+ gavl_video_scale_table_shift_indices at Base 1.0.1
+ gavl_video_scaler_create at Base 1.0.1
+ gavl_video_scaler_destroy at Base 1.0.1
+ gavl_video_scaler_get_options at Base 1.0.1
+ gavl_video_scaler_init at Base 1.0.1
+ gavl_video_scaler_init_convolve at Base 1.0.1
+ gavl_video_scaler_scale at Base 1.0.1
+ gavl_vj_to_g at Base 1.0.1
+ gavl_vj_to_g_float at Base 1.0.1
+ gavl_vj_to_r at Base 1.0.1
+ gavl_vj_to_r_float at Base 1.0.1
+ gavl_volume_control_apply at Base 1.0.1
+ gavl_volume_control_create at Base 1.0.1
+ gavl_volume_control_destroy at Base 1.0.1
+ gavl_volume_control_set_format at Base 1.0.1
+ gavl_volume_control_set_volume at Base 1.0.1
+ gavl_volume_funcs_create at Base 1.0.1
+ gavl_volume_funcs_destroy at Base 1.0.1
+ gavl_y_8_to_y_float at Base 1.0.1
+ gavl_y_8_to_yj_16 at Base 1.0.1
+ gavl_y_8_to_yj_8 at Base 1.0.1
+ gavl_y_to_rgb at Base 1.0.1
+ gavl_y_to_rgb_float at Base 1.0.1
+ gavl_yj_8_to_y_16 at Base 1.0.1
+ gavl_yj_8_to_y_8 at Base 1.0.1
+ gavl_yj_8_to_y_float at Base 1.0.1
+ gavl_yj_to_rgb at Base 1.0.1
+ gavl_yj_to_rgb_float at Base 1.0.1
+ gavl_zoh_get_description at Base 1.0.1
+ gavl_zoh_get_name at Base 1.0.1
+ gavl_zoh_set_converter at Base 1.0.1

Added: unstable/gavl/debian/libgavl-dev.install
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/libgavl-dev.install?rev=1556&op=file
==============================================================================
--- unstable/gavl/debian/libgavl-dev.install (added)
+++ unstable/gavl/debian/libgavl-dev.install Sat Nov  8 18:09:12 2008
@@ -1,0 +1,4 @@
+debian/tmp/usr/include
+debian/tmp/usr/lib/pkgconfig
+debian/tmp/usr/lib/libgavl.a
+debian/tmp/usr/lib/libgavl.so

Propchange: unstable/gavl/debian/libgavl-dev.install
------------------------------------------------------------------------------
    svn:mergeinfo = 

Added: unstable/gavl/debian/libgavl-doc.doc-base
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/libgavl-doc.doc-base?rev=1556&op=file
==============================================================================
--- unstable/gavl/debian/libgavl-doc.doc-base (added)
+++ unstable/gavl/debian/libgavl-doc.doc-base Sat Nov  8 18:09:12 2008
@@ -1,0 +1,11 @@
+Document: libgavl-doc
+Title: gavl documentation
+Author:  Burkhard Plaum
+Abstract: This is the API documentation for the Gmerlin audio video library,
+ a library for handling and conversion of uncompressed audio and video
+ data.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libgavl-doc/apiref/index.html
+Files: /usr/share/doc/libgavl-doc/apiref/*.html

Added: unstable/gavl/debian/libgavl-doc.install
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/libgavl-doc.install?rev=1556&op=file
==============================================================================
--- unstable/gavl/debian/libgavl-doc.install (added)
+++ unstable/gavl/debian/libgavl-doc.install Sat Nov  8 18:09:12 2008
@@ -1,0 +1,1 @@
+debian/tmp/usr/share/doc/libgavl-doc/apiref

Added: unstable/gavl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/rules?rev=1556&op=file
==============================================================================
--- unstable/gavl/debian/rules (added)
+++ unstable/gavl/debian/rules Sat Nov  8 18:09:12 2008
@@ -1,0 +1,13 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+# In order to regenerate 'debian/control' :
+#    DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
+# Then check manually if everything's ok
+
+DEB_CONFIGURE_EXTRA_FLAGS := --docdir=\$${prefix}/share/doc/libgavl-doc --enable-static
+DEB_DH_MAKESHLIBS_ARGS_ALL := -- -v$(DEB_UPSTREAM_VERSION)
+

Propchange: unstable/gavl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: unstable/gavl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/watch?rev=1556&op=file
==============================================================================
--- unstable/gavl/debian/watch (added)
+++ unstable/gavl/debian/watch Sat Nov  8 18:09:12 2008
@@ -1,0 +1,3 @@
+version=3
+
+http://sf.net/gmerlin/gavl-(.*)\.tar\.gz




More information about the pkg-multimedia-commits mailing list