Codebase list gavl / f1c297f
Imported Debian patch 1.1.1-2 Romain Beauxis authored 14 years ago Alessio Treglia committed 14 years ago
12 changed file(s) with 516 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 gavl (1.1.1-2) unstable; urgency=low
1
2 * Set cpuflags to none at configure in order to
3 have a portable binary. Optimizations are detected
4 at runtime.
5 Closes: #544734
6 * Bumped standards version to 3.8.3
7 * Added debug package.
8
9 -- Romain Beauxis <toots@rastageeks.org> Sat, 12 Sep 2009 22:11:13 -0500
10
11 gavl (1.1.1-1) unstable; urgency=low
12
13 * New upstream release.
14 * Bumped compat to 7.
15 * Bumped standard version to 3.8.2
16
17 -- Romain Beauxis <toots@rastageeks.org> Wed, 29 Jul 2009 12:16:32 +0200
18
19 gavl (1.1.0-2) unstable; urgency=low
20
21 * Fixed debian/copyright
22
23 -- Romain Beauxis <toots@rastageeks.org> Sat, 17 Jan 2009 20:38:33 +0100
24
25 gavl (1.1.0-1) unstable; urgency=low
26
27 * New upstream release.
28 * Upstream bumped library soversion, renamed binary package
29 accordingly.
30
31 -- Romain Beauxis <toots@rastageeks.org> Wed, 24 Dec 2008 15:40:18 +0100
32
33 gavl (1.0.1-1) unstable; urgency=low
34
35 * Adopted package for debian, with the blessing of previous maintainer.
36 * Based new package on Christian Marillat's package for debian-multimedia.
37 * Removed support for ccache until I figure out how to make it work
38 with cdbs.
39 * Changed library package name since ABI is not backward compatible, but
40 upstream did not bump major soversion.
41
42 -- Romain Beauxis <toots@rastageeks.org> Fri, 07 Nov 2008 13:47:46 +0100
43
44 gavl (1.0.1-0.2) unstable; urgency=low
45
46 * The -dev package should depends on pkg-config.
47
48 -- Christian Marillat <marillat@debian.org> Tue, 29 Jul 2008 15:47:06 +0200
49
50 gavl (1.0.1-0.1) unstable; urgency=low
51
52 * Move doxygen from Build-Depends-Indep to Build-Depends.
53 * Added support for ccache.
54
55 -- Christian Marillat <marillat@debian.org> Tue, 29 Jul 2008 08:29:10 +0200
56
57 gavl (1.0.1-0.0) unstable; urgency=low
58
59 * Initial release.
60
61 -- Christian Marillat <marillat@debian.org> Mon, 28 Jul 2008 09:29:33 +0200
62
63
0 Source: gavl
1 Section: libs
2 Priority: extra
3 Maintainer: Debian Multimedia Team <debian-multimedia@lists.debian.org>
4 Uploaders: Free Ekanayaka <freee@debian.org>, Romain Beauxis <toots@rastageeks.org>
5 Homepage: http://gmerlin.sourceforge.net/
6 Standards-Version: 3.8.3
7 Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), doxygen
8
9 Package: libgavl1
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Description: low level audio and video library - runtime files
13 Gavl handles all the details of audio and video formats like colorspaces,
14 samplerates, multichannel configurations etc. It provides standardized
15 definitions for those formats as well as container structures for carrying
16 audio samples or video images inside an application.
17 .
18 In addition, it handles the sometimes ugly task to convert between all
19 these formats and provides some elementary operations (copying, scaling,
20 alpha blending etc).
21 .
22 This package contains the files needed to run a program compiled using
23 Gavl.
24
25 Package: libgavl1-dbg
26 Architecture: any
27 Section: debug
28 Depends: libgavl1 (= ${binary:Version}), ${misc:Depends}
29 Description: debugging symbols for libgavl1
30 Gavl handles all the details of audio and video formats like colorspaces,
31 samplerates, multichannel configurations etc. It provides standardized
32 definitions for those formats as well as container structures for carrying
33 audio samples or video images inside an application.
34 .
35 In addition, it handles the sometimes ugly task to convert between all
36 these formats and provides some elementary operations (copying, scaling,
37 alpha blending etc).
38 .
39 This package contains the debugging symbols for libgavl1
40
41 Package: libgavl-dev
42 Architecture: any
43 Section: libdevel
44 Depends: libgavl1 (>= ${source:Version}), pkg-config, ${misc:Depends}
45 Recommends: libgavl-doc
46 Description: low level audio and video library - development files
47 Gavl handles all the details of audio and video formats like colorspaces,
48 samplerates, multichannel configurations etc. It provides standardized
49 definitions for those formats as well as container structures for carrying
50 audio samples or video images inside an application.
51 .
52 In addition, it handles the sometimes ugly task to convert between all
53 these formats and provides some elementary operations (copying, scaling,
54 alpha blending etc).
55 .
56 This package contains the files needed to compile and statically link
57 against Gavl.
58
59 Package: libgavl-doc
60 Architecture: all
61 Section: doc
62 Depends: ${misc:Depends}
63 Description: low level audio and video library - documentation files
64 Gavl handles all the details of audio and video formats like colorspaces,
65 samplerates, multichannel configurations etc. It provides standardized
66 definitions for those formats as well as container structures for carrying
67 audio samples or video images inside an application.
68 .
69 In addition, it handles the sometimes ugly task to convert between all
70 these formats and provides some elementary operations (copying, scaling,
71 alpha blending etc).
72 .
73 This package contains the documentation about Gavl.
0 Source: gavl
1 Section: libs
2 Priority: extra
3 Maintainer: Debian Multimedia Team <debian-multimedia@lists.debian.org>
4 Uploaders: Free Ekanayaka <freee@debian.org>, Romain Beauxis <toots@rastageeks.org>
5 Homepage: http://gmerlin.sourceforge.net/
6 Standards-Version: 3.8.3
7 Build-Depends: @cdbs@, doxygen
8
9 Package: libgavl1
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Description: low level audio and video library - runtime files
13 Gavl handles all the details of audio and video formats like colorspaces,
14 samplerates, multichannel configurations etc. It provides standardized
15 definitions for those formats as well as container structures for carrying
16 audio samples or video images inside an application.
17 .
18 In addition, it handles the sometimes ugly task to convert between all
19 these formats and provides some elementary operations (copying, scaling,
20 alpha blending etc).
21 .
22 This package contains the files needed to run a program compiled using
23 Gavl.
24
25 Package: libgavl1-dbg
26 Architecture: any
27 Section: debug
28 Depends: libgavl1 (= ${binary:Version}), ${misc:Depends}
29 Description: debugging symbols for libgavl1
30 Gavl handles all the details of audio and video formats like colorspaces,
31 samplerates, multichannel configurations etc. It provides standardized
32 definitions for those formats as well as container structures for carrying
33 audio samples or video images inside an application.
34 .
35 In addition, it handles the sometimes ugly task to convert between all
36 these formats and provides some elementary operations (copying, scaling,
37 alpha blending etc).
38 .
39 This package contains the debugging symbols for libgavl1
40
41 Package: libgavl-dev
42 Architecture: any
43 Section: libdevel
44 Depends: libgavl1 (>= ${source:Version}), pkg-config, ${misc:Depends}
45 Recommends: libgavl-doc
46 Description: low level audio and video library - development files
47 Gavl handles all the details of audio and video formats like colorspaces,
48 samplerates, multichannel configurations etc. It provides standardized
49 definitions for those formats as well as container structures for carrying
50 audio samples or video images inside an application.
51 .
52 In addition, it handles the sometimes ugly task to convert between all
53 these formats and provides some elementary operations (copying, scaling,
54 alpha blending etc).
55 .
56 This package contains the files needed to compile and statically link
57 against Gavl.
58
59 Package: libgavl-doc
60 Architecture: all
61 Section: doc
62 Depends: ${misc:Depends}
63 Description: low level audio and video library - documentation files
64 Gavl handles all the details of audio and video formats like colorspaces,
65 samplerates, multichannel configurations etc. It provides standardized
66 definitions for those formats as well as container structures for carrying
67 audio samples or video images inside an application.
68 .
69 In addition, it handles the sometimes ugly task to convert between all
70 these formats and provides some elementary operations (copying, scaling,
71 alpha blending etc).
72 .
73 This package contains the documentation about Gavl.
0 This package was debianized by Christian Marillat <marillat@debian.org> on
1 Mon, 28 Jul 2008 09:29:33 +0200.
2
3 It was downloaded from http://gmerlin.sourceforge.net/
4
5 Upstream Author:
6
7 Members of the Gmerlin project <gmerlin-general@lists.sourceforge.net>
8
9 Copyright:
10
11 File mmx/mmx.h has copyright:
12 Copyright © 2000-2001 Michel Lespinasse <walken@zoy.org>
13 Copyright © 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
14
15 Files libgdither/gdither.{c,h} and libgdither/gdither_types.h have copyright:
16 Copyright © 2002 Steve Harris <steve@plugin.org.uk>
17
18 Files in libsamplerate/ have copyright:
19 Copyright © 2001-2008 Erik de Castro Lopo <erikd@mega-nerd.com>
20
21 File include/float_cast.h has copyright:
22 Copyright © 2001-2002 Erik de Castro Lopo <erikd@zip.com.au>
23
24 File include/samplerate.h has copyright:
25 Copyright © 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
26
27 File include/attributes.h has copyright:
28 Copyright © 2000-2001 Michel Lespinasse <walken@zoy.org>
29 Copyright © 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
30
31 Other files have the following copyright:
32 Copyright © 2001 - 2008 Members of the Gmerlin project
33
34 License:
35
36 This program is free software: you can redistribute it and/or modify
37 it under the terms of the GNU General Public License as published by
38 the Free Software Foundation, either version 2 of the License, or
39 (at your option) any later version.
40
41 You should have received a copy of the GNU General Public License with the
42 Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if
43 not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
44 Floor, Boston, MA 02110-1301, USA.
45
46 The Debian packaging is © 2008, Christian Marillat <marillat@debian.org> and
47 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
0 debian/tmp/usr/include
1 debian/tmp/usr/lib/pkgconfig
2 debian/tmp/usr/lib/libgavl.a
3 debian/tmp/usr/lib/libgavl.so
0 Document: libgavl-doc
1 Title: gavl documentation
2 Author: Burkhard Plaum
3 Abstract: This is the API documentation for the Gmerlin audio video library,
4 a library for handling and conversion of uncompressed audio and video
5 data.
6 Section: Programming
7
8 Format: HTML
9 Index: /usr/share/doc/libgavl-doc/apiref/index.html
10 Files: /usr/share/doc/libgavl-doc/apiref/*.html
0 debian/tmp/usr/share/doc/libgavl-doc/apiref
0 debian/tmp/usr/lib/libgavl.so.1*
0 libgavl.so.1 libgavl1 #MINVER#
1 gavl_accel_supported@Base 1.1.0
2 gavl_audio_convert@Base 1.1.0
3 gavl_audio_converter_create@Base 1.1.0
4 gavl_audio_converter_destroy@Base 1.1.0
5 gavl_audio_converter_get_options@Base 1.1.0
6 gavl_audio_converter_init@Base 1.1.0
7 gavl_audio_converter_init_resample@Base 1.1.0
8 gavl_audio_converter_reinit@Base 1.1.0
9 gavl_audio_converter_resample@Base 1.1.0
10 gavl_audio_converter_set_resample_ratio@Base 1.1.0
11 gavl_audio_format_copy@Base 1.1.0
12 gavl_audio_format_dump@Base 1.1.0
13 gavl_audio_formats_equal@Base 1.1.0
14 gavl_audio_frame_copy@Base 1.1.0
15 gavl_audio_frame_copy_ptrs@Base 1.1.1
16 gavl_audio_frame_create@Base 1.1.0
17 gavl_audio_frame_destroy@Base 1.1.0
18 gavl_audio_frame_mute@Base 1.1.0
19 gavl_audio_frame_mute_channel@Base 1.1.0
20 gavl_audio_frame_mute_samples@Base 1.1.0
21 gavl_audio_frame_null@Base 1.1.0
22 gavl_audio_options_copy@Base 1.1.0
23 gavl_audio_options_create@Base 1.1.0
24 gavl_audio_options_destroy@Base 1.1.0
25 gavl_audio_options_get_conversion_flags@Base 1.1.0
26 gavl_audio_options_get_dither_mode@Base 1.1.0
27 gavl_audio_options_get_quality@Base 1.1.0
28 gavl_audio_options_get_resample_mode@Base 1.1.0
29 gavl_audio_options_set_accel_flags@Base 1.1.0
30 gavl_audio_options_set_conversion_flags@Base 1.1.0
31 gavl_audio_options_set_defaults@Base 1.1.0
32 gavl_audio_options_set_dither_mode@Base 1.1.0
33 gavl_audio_options_set_quality@Base 1.1.0
34 gavl_audio_options_set_resample_mode@Base 1.1.0
35 gavl_aux_channels@Base 1.1.0
36 gavl_benchmark_get_desc@Base 1.1.1
37 gavl_benchmark_get_time@Base 1.1.1
38 gavl_bytes_per_sample@Base 1.1.0
39 gavl_channel_id_to_string@Base 1.1.0
40 gavl_channel_index@Base 1.1.0
41 gavl_chroma_placement_to_string@Base 1.1.0
42 gavl_dsp_audio_frame_swap_endian@Base 1.1.0
43 gavl_dsp_context_create@Base 1.1.0
44 gavl_dsp_context_destroy@Base 1.1.0
45 gavl_dsp_context_get_funcs@Base 1.1.0
46 gavl_dsp_context_set_accel_flags@Base 1.1.0
47 gavl_dsp_context_set_quality@Base 1.1.0
48 gavl_dsp_interpolate_video_frame@Base 1.1.0
49 gavl_dsp_video_frame_swap_endian@Base 1.1.0
50 gavl_frames_to_time@Base 1.1.0
51 gavl_front_channels@Base 1.1.0
52 gavl_get_pixelformat@Base 1.1.0
53 gavl_get_sample_format@Base 1.1.0
54 gavl_image_transform_create@Base 1.1.0
55 gavl_image_transform_destroy@Base 1.1.0
56 gavl_image_transform_get_options@Base 1.1.0
57 gavl_image_transform_init@Base 1.1.0
58 gavl_image_transform_transform@Base 1.1.0
59 gavl_interlace_mode_to_string@Base 1.1.0
60 gavl_interleave_mode_to_string@Base 1.1.0
61 gavl_lfe_channels@Base 1.1.0
62 gavl_num_pixelformats@Base 1.1.0
63 gavl_num_sample_formats@Base 1.1.0
64 gavl_overlay_blend@Base 1.1.0
65 gavl_overlay_blend_context_create@Base 1.1.0
66 gavl_overlay_blend_context_destroy@Base 1.1.0
67 gavl_overlay_blend_context_get_options@Base 1.1.0
68 gavl_overlay_blend_context_init@Base 1.1.0
69 gavl_overlay_blend_context_set_overlay@Base 1.1.0
70 gavl_peak_detector_create@Base 1.1.0
71 gavl_peak_detector_destroy@Base 1.1.0
72 gavl_peak_detector_get_peak@Base 1.1.0
73 gavl_peak_detector_get_peaks@Base 1.1.0
74 gavl_peak_detector_reset@Base 1.1.0
75 gavl_peak_detector_set_format@Base 1.1.0
76 gavl_peak_detector_update@Base 1.1.0
77 gavl_pixelformat_bits_per_pixel@Base 1.1.0
78 gavl_pixelformat_bytes_per_component@Base 1.1.0
79 gavl_pixelformat_bytes_per_pixel@Base 1.1.0
80 gavl_pixelformat_chroma_sub@Base 1.1.0
81 gavl_pixelformat_conversion_penalty@Base 1.1.0
82 gavl_pixelformat_get_best@Base 1.1.0
83 gavl_pixelformat_num_planes@Base 1.1.0
84 gavl_pixelformat_to_string@Base 1.1.0
85 gavl_rear_channels@Base 1.1.0
86 gavl_rectangle_crop_to_format_noscale@Base 1.1.0
87 gavl_rectangle_crop_to_format_scale@Base 1.1.0
88 gavl_rectangle_f_copy@Base 1.1.0
89 gavl_rectangle_f_crop_bottom@Base 1.1.0
90 gavl_rectangle_f_crop_left@Base 1.1.0
91 gavl_rectangle_f_crop_right@Base 1.1.0
92 gavl_rectangle_f_crop_top@Base 1.1.0
93 gavl_rectangle_f_dump@Base 1.1.0
94 gavl_rectangle_f_is_empty@Base 1.1.0
95 gavl_rectangle_f_set_all@Base 1.1.0
96 gavl_rectangle_f_to_i@Base 1.1.0
97 gavl_rectangle_fit_aspect@Base 1.1.0
98 gavl_rectangle_i_align@Base 1.1.0
99 gavl_rectangle_i_align_to_format@Base 1.1.0
100 gavl_rectangle_i_copy@Base 1.1.0
101 gavl_rectangle_i_crop_bottom@Base 1.1.0
102 gavl_rectangle_i_crop_left@Base 1.1.0
103 gavl_rectangle_i_crop_right@Base 1.1.0
104 gavl_rectangle_i_crop_to_format@Base 1.1.0
105 gavl_rectangle_i_crop_top@Base 1.1.0
106 gavl_rectangle_i_dump@Base 1.1.0
107 gavl_rectangle_i_is_empty@Base 1.1.0
108 gavl_rectangle_i_set_all@Base 1.1.0
109 gavl_rectangle_i_to_f@Base 1.1.0
110 gavl_sample_format_to_string@Base 1.1.0
111 gavl_samples_to_time@Base 1.1.0
112 gavl_set_channel_setup@Base 1.1.0
113 gavl_side_channels@Base 1.1.0
114 gavl_string_to_pixelformat@Base 1.1.0
115 gavl_string_to_sample_format@Base 1.1.0
116 gavl_time_delay@Base 1.1.0
117 gavl_time_parse@Base 1.1.0
118 gavl_time_prettyprint@Base 1.1.0
119 gavl_time_prettyprint_ms@Base 1.1.1
120 gavl_time_rescale@Base 1.1.0
121 gavl_time_scale@Base 1.1.0
122 gavl_time_to_frames@Base 1.1.0
123 gavl_time_to_samples@Base 1.1.0
124 gavl_time_unscale@Base 1.1.0
125 gavl_timecode_dump@Base 1.1.0
126 gavl_timecode_from_framecount@Base 1.1.0
127 gavl_timecode_from_hmsf@Base 1.1.0
128 gavl_timecode_from_ymd@Base 1.1.0
129 gavl_timecode_prettyprint@Base 1.1.0
130 gavl_timecode_prettyprint_short@Base 1.1.1
131 gavl_timecode_to_framecount@Base 1.1.0
132 gavl_timecode_to_hmsf@Base 1.1.0
133 gavl_timecode_to_ymd@Base 1.1.0
134 gavl_timer_create@Base 1.1.0
135 gavl_timer_destroy@Base 1.1.0
136 gavl_timer_get@Base 1.1.0
137 gavl_timer_set@Base 1.1.0
138 gavl_timer_start@Base 1.1.0
139 gavl_timer_stop@Base 1.1.0
140 gavl_video_convert@Base 1.1.0
141 gavl_video_converter_create@Base 1.1.0
142 gavl_video_converter_destroy@Base 1.1.0
143 gavl_video_converter_get_options@Base 1.1.0
144 gavl_video_converter_init@Base 1.1.0
145 gavl_video_converter_reinit@Base 1.1.0
146 gavl_video_deinterlacer_create@Base 1.1.0
147 gavl_video_deinterlacer_deinterlace@Base 1.1.0
148 gavl_video_deinterlacer_destroy@Base 1.1.0
149 gavl_video_deinterlacer_get_options@Base 1.1.0
150 gavl_video_deinterlacer_init@Base 1.1.0
151 gavl_video_format_copy@Base 1.1.0
152 gavl_video_format_dump@Base 1.1.0
153 gavl_video_format_fit_to_source@Base 1.1.0
154 gavl_video_format_get_chroma_offset@Base 1.1.0
155 gavl_video_format_get_image_size@Base 1.1.1
156 gavl_video_formats_equal@Base 1.1.0
157 gavl_video_frame_absdiff@Base 1.1.1
158 gavl_video_frame_clear@Base 1.1.0
159 gavl_video_frame_copy@Base 1.1.0
160 gavl_video_frame_copy_flip_x@Base 1.1.0
161 gavl_video_frame_copy_flip_xy@Base 1.1.0
162 gavl_video_frame_copy_flip_y@Base 1.1.0
163 gavl_video_frame_copy_metadata@Base 1.1.0
164 gavl_video_frame_copy_plane@Base 1.1.0
165 gavl_video_frame_create@Base 1.1.0
166 gavl_video_frame_create_nopad@Base 1.1.0
167 gavl_video_frame_destroy@Base 1.1.0
168 gavl_video_frame_dump@Base 1.1.0
169 gavl_video_frame_fill@Base 1.1.0
170 gavl_video_frame_get_field@Base 1.1.0
171 gavl_video_frame_get_subframe@Base 1.1.0
172 gavl_video_frame_null@Base 1.1.0
173 gavl_video_frame_psnr@Base 1.1.1
174 gavl_video_frame_set_planes@Base 1.1.0
175 gavl_video_frame_set_strides@Base 1.1.0
176 gavl_video_options_copy@Base 1.1.0
177 gavl_video_options_create@Base 1.1.0
178 gavl_video_options_destroy@Base 1.1.0
179 gavl_video_options_get_alpha_mode@Base 1.1.0
180 gavl_video_options_get_background_color@Base 1.1.0
181 gavl_video_options_get_conversion_flags@Base 1.1.0
182 gavl_video_options_get_deinterlace_drop_mode@Base 1.1.0
183 gavl_video_options_get_deinterlace_mode@Base 1.1.0
184 gavl_video_options_get_downscale_blur@Base 1.1.0
185 gavl_video_options_get_downscale_filter@Base 1.1.0
186 gavl_video_options_get_num_threads@Base 1.1.1
187 gavl_video_options_get_quality@Base 1.1.0
188 gavl_video_options_get_rectangles@Base 1.1.0
189 gavl_video_options_get_run_func@Base 1.1.1
190 gavl_video_options_get_scale_mode@Base 1.1.0
191 gavl_video_options_get_scale_order@Base 1.1.0
192 gavl_video_options_get_stop_func@Base 1.1.1
193 gavl_video_options_set_accel_flags@Base 1.1.0
194 gavl_video_options_set_alpha_mode@Base 1.1.0
195 gavl_video_options_set_background_color@Base 1.1.0
196 gavl_video_options_set_conversion_flags@Base 1.1.0
197 gavl_video_options_set_defaults@Base 1.1.0
198 gavl_video_options_set_deinterlace_drop_mode@Base 1.1.0
199 gavl_video_options_set_deinterlace_mode@Base 1.1.0
200 gavl_video_options_set_downscale_blur@Base 1.1.0
201 gavl_video_options_set_downscale_filter@Base 1.1.0
202 gavl_video_options_set_num_threads@Base 1.1.1
203 gavl_video_options_set_quality@Base 1.1.0
204 gavl_video_options_set_rectangles@Base 1.1.0
205 gavl_video_options_set_run_func@Base 1.1.1
206 gavl_video_options_set_scale_mode@Base 1.1.0
207 gavl_video_options_set_scale_order@Base 1.1.0
208 gavl_video_options_set_stop_func@Base 1.1.1
209 gavl_video_scale_get_weight_func@Base 1.1.0
210 gavl_video_scaler_create@Base 1.1.0
211 gavl_video_scaler_destroy@Base 1.1.0
212 gavl_video_scaler_get_options@Base 1.1.0
213 gavl_video_scaler_init@Base 1.1.0
214 gavl_video_scaler_init_convolve@Base 1.1.0
215 gavl_video_scaler_scale@Base 1.1.0
216 gavl_volume_control_apply@Base 1.1.0
217 gavl_volume_control_create@Base 1.1.0
218 gavl_volume_control_destroy@Base 1.1.0
219 gavl_volume_control_set_format@Base 1.1.0
220 gavl_volume_control_set_volume@Base 1.1.0
0 #!/usr/bin/make -f
1
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/autotools.mk
4 #include /usr/share/cdbs/1/rules/patchsys-quilt.mk
5
6 # In order to regenerate 'debian/control' :
7 # DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
8 # Then check manually if everything's ok
9
10 DEB_CONFIGURE_EXTRA_FLAGS := --docdir=\$${prefix}/share/doc/libgavl-doc --enable-static --with-cpuflags=none
11 DEB_DH_MAKESHLIBS_ARGS_ALL := -- -v$(DEB_UPSTREAM_VERSION)
12 DEB_DH_STRIP_ARGS := --dbg-package=libgavl1-dbg
13
0 version=3
1
2 http://sf.net/gmerlin/gavl-(.*)\.tar\.gz