~ubuntu-branches/ubuntu/raring/libav/raring-security

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler, Andres Mejia, Reinhard Tartler, Fabian Greffrath
  • Date: 2012-06-10 11:59:00 UTC
  • Revision ID: package-import@ubuntu.com-20120610115900-f6zambwggonsts92
Tags: 4:0.8.1-0ubuntu3
[ Andres Mejia ]
* Install manpage for qt-faststart in the correct package.

[ Reinhard Tartler ]
* bump standards version, no changes needed

[ Andres Mejia ]
* Remove dependencies and suggests of FAAD, no longer needed.
* Enable frei0r support.

[ Reinhard Tartler ]
* drop build-dep on frei0r-plugins-dev

[ Andres Mejia ]
* Enable tls support through gnutls.
* Enable libcdio support.
* Enable opencv support.

[ Reinhard Tartler ]
* drop build-dep on libcv-dev and libopencv-dev

[ Andres Mejia ]
* Enable pulse support.
* Include conditional enablers for vo-aacenc and vo-amrwbenc.
* Update comment about GPLv3 features.
* Make clear that is FAAC that's considered non-free, not AAC.
* Enable jack support for all architectures.

[ Fabian Greffrath ]
* Enable hardened build flags through dpkg-buildflags (Closes: #658929).
* Filter out system-wide setting of -Bsymbolic-functions to avoid FTBFS.
* Set CPPFLAGS separately.

[ Andres Mejia ]
* Don't override -g or -O3 flags set by libav's build system.

[ Reinhard Tartler ]
* confflags: use --enable-pic instead of manually messing with cflags

[ Andres Mejia ]
* Separate the ffmpeg program into the transitional package.
* Add NEWS entry for ffmpeg deprecation.

[ Reinhard Tartler ]
* add conflicts/replaces for ffmpeg transitional package

[ Andres Mejia ]
* Properly migrate /etc/ffserver.conf to /etc/avserver.conf. (Closes: #660786)
* Don't ignore errors in maintainer scripts.
* Fix build for hurd. Thanks to Samuel Thibault for patch.

[ Reinhard Tartler ]
* Cherry pick the mentioned changes above to the ubuntu branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 Andres Mejia <amejia@debian.org>,
12
12
 Jonas Smedegaard <dr@jones.dk>
13
13
DM-Upload-Allowed: yes
14
 
Standards-Version: 3.9.2
 
14
Standards-Version: 3.9.3
15
15
Vcs-Git: git://git.debian.org/git/pkg-multimedia/libav.git
16
16
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libav.git;a=summary
17
17
Homepage: http://libav.org/
21
21
 debhelper (>= 8.1.3~),
22
22
 libasound2-dev [linux-any],
23
23
 libbz2-dev,
 
24
 libcdio-cdda-dev,
 
25
 libcdio-dev,
 
26
 libcdio-paranoia-dev,
24
27
 libdc1394-22-dev [linux-any],
25
28
 libfreetype6-dev,
 
29
 libgnutls-dev,
26
30
 libgsm1-dev,
27
31
 libimlib2-dev,
28
 
 libjack-dev [!hurd-i386],
 
32
 libjack-dev,
 
33
 libpulse-dev,
29
34
 libraw1394-dev [linux-any],
30
35
 libschroedinger-dev,
31
36
 libsdl1.2-dev,
32
37
 libspeex-dev,
33
38
 libtheora-dev (>> 0.0.0.alpha4),
34
39
 libtiff4-dev | libtiff-dev,
35
 
 libva-dev [!hurd-i386],
 
40
 libva-dev [!hurd-any],
36
41
 libvdpau-dev,
37
42
 libvorbis-dev,
38
43
 libvpx-dev,
47
52
Package: libav-tools
48
53
Section: video
49
54
Architecture: any
 
55
Provides:
 
56
 ffmpeg
50
57
Replaces:
51
58
 ffmpeg (<< 4:0.8~),
52
59
 libavcodec-extra-53 (<< 4:0.6~),
71
78
Package: ffmpeg
72
79
Section: oldlibs
73
80
Priority: extra
74
 
Architecture: all
 
81
Architecture: any
 
82
Conflicts:
 
83
 libav-tools (<< 4:0.8.1-0ubuntu3)
 
84
Replaces:
 
85
 libav-tools (<< 4:0.8.1-0ubuntu3)
75
86
Depends:
76
87
 libav-tools,
77
88
 ${misc:Depends},
80
91
 Libav is a complete, cross-platform solution to decode, encode, record,
81
92
 convert and stream audio and video.
82
93
 .
83
 
 This package is only used for transitional purposes and can be safely
84
 
 removed when no other packages depend on this package.
 
94
 This package contains the deprecated ffmpeg program. This package also serves
 
95
 as a transitional package to libav-tools. Users are advised to use avconv from
 
96
 the libav-tools package instead of ffmpeg.
85
97
 
86
98
Package: ffmpeg-dbg
87
99
Section: oldlibs
99
111
 Most people will not need this package. Please install it to produce useful
100
112
 stacktraces to help debugging the Libav libraries.
101
113
 .
102
 
 This package is only used for transitional purposes and can be safely
103
 
 removed.
 
114
 This package contains the debug symbols for the deprecated ffmpeg program.
 
115
 It also serves as a transitional package to libav-tools-dbg.
104
116
 
105
117
Package: libav-dbg
106
118
Section: debug
107
119
Priority: extra
108
120
Architecture: any
 
121
Provides:
 
122
 ffmpeg-dbg
 
123
Replaces:
 
124
 ffmpeg-dbg (<< 5:0.8.1-3)
 
125
Breaks:
 
126
 ffmpeg-dbg (<< 5:0.8.1-3)
109
127
Depends:
110
128
 libav-tools (= ${binary:Version}),
111
129
 libavcodec53 (= ${binary:Version}),
296
314
 libavutil-dev (= ${binary:Version}),
297
315
 ${misc:Depends}
298
316
Suggests:
299
 
 libfaad-dev,
300
317
 libgsm1-dev,
301
318
 libogg-dev,
302
319
 libschroedinger-dev,