summaryrefslogtreecommitdiffstats
path: root/debian/transcode/transcode-1.1.7/debian/changelog
blob: 6d7f3472ddd98a9e01bb737536ceac930b17b568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
transcode (3:1.1.7-10~0debian11.0.0+1~a) bullseye; urgency=medium

  * Fix multiple variable definitions that cause FTBFS.

 -- Slávek Banko <[email protected]>  Wed, 09 Sep 2020 03:38:58 +0200

transcode (3:1.1.7-10~0raspbian11.0.0+0~a) raspbian-bullseye; urgency=medium

  * The package was added to Trinity repository.
  * Take ffmpeg4.patch from Gentoo.
  * Add 14-av-pix-fmt.diff.

 -- Slávek Banko <[email protected]>  Fri, 29 May 2020 03:30:20 +0200

transcode (3:1.1.7-9) unstable; urgency=medium

  * Team upload.
  * debian/patches
    - 11_libav10.patch: Add patch to fix FTBFS with libav 10.
      Thanks to Anton Khirnov for the patch. (Closes: #739428)
    - Rename 11_underlinkage.patch to 12_underlinkage.patch and refresh to fix
      underlinke in filter_resample.
  * debian/control: Add libavresample-dev to Build-Depends.

 -- Sebastian Ramacher <[email protected]>  Sat, 01 Mar 2014 18:01:41 +0100

transcode (3:1.1.7-8) unstable; urgency=medium

  * Team upload.
  * debian/patches:
    - 10_freetype.patch: Fix compilation with recent versions of
      freetype. (Closes: #732142)
    - 11_underlinkage.patch: Fix underlinkage of some plugins.

 -- Sebastian Ramacher <[email protected]>  Sat, 21 Dec 2013 16:14:24 +0100

transcode (3:1.1.7-7) unstable; urgency=low

  * Team upload.
  * debian/control: Bump Standards-Version to 3.9.5.
  * debian/patches/{08_libav9-opt,09_libav9-arch}.patch: Finish up porting to
    libav 9 API.

 -- Sebastian Ramacher <[email protected]>  Tue, 12 Nov 2013 17:24:14 +0100

transcode (3:1.1.7-6) unstable; urgency=low

  * Team upload.
  * debian/patches:
    - {05-libav9-gentoo.patch,06_libav9-jmm.patch}: Port to libav 9. Thanks to
      Gentoo and Moritz Muehlenhoff. (Closes: #720828)
    - 07_libav9-preset.patch: Check preset files with avpreset extension an
      use /usr/share/avconv to look up preset files.
  * debian/rules:
    - Remove --enable-x264 and --enable-xvid. They require
      --enable-experimental which is not passed. The code enabled by
      --enable-experimental also needs porting to libav 9.
    - Force the use of awk and /usr/bin/awk as shebang of the awk scripts.
  * Bump debhelper compat to 9.
  * debian/control: Remove libx264-dev and libxvidcore-dev from Build-Depends
    since they are not needed at the moment.

 -- Sebastian Ramacher <[email protected]>  Wed, 11 Sep 2013 15:53:38 +0200

transcode (3:1.1.7-5) unstable; urgency=low

  [ Rogério Brito ]
  * debian/rules: Don't disable SSE and SSE2 on amd64. (Closes: #707321)

  [ Fabian Greffrath ]
  * Fix Homepage field, we are following the transcode-tcforge fork.
  * Fix extracting AC3 audio tracks when audio track number is
    not 0 (Closes: #714958).

  [ Alessio Treglia ]
  * Upload to unstable.
  * Bump Standards.

 -- Alessio Treglia <[email protected]>  Sat, 06 Jul 2013 01:58:47 +0100

transcode (3:1.1.7-4) experimental; urgency=low

  * "yes-indeed-dmm-team-rocks" release:
    - Enable MJPEGTOOLS support.
    - Allow transcode to compile on non-Linux archs.
      Thanks to Pino Toscano for the patch (Closes: #690029)

 -- Alessio Treglia <[email protected]>  Wed, 10 Oct 2012 00:43:53 +0100

transcode (3:1.1.7-3) unstable; urgency=low

  [ Alessio Treglia ]
  * Depends on mawk | gawk, awk scripts don't seem to require
    any gawk-specific feature. (LP: #997226)
  * Bump Standards.

  [ Fabian Greffrath ]
  * Pass --enable-libmpeg2convert to configure to fix MPEG2
    decoding (Closes: #688618).
  * Remove myself from Uploaders.
  * Remove "-vpre medium" from ffmpeg's arguments list to avoid
    crashes as the "medium" preset doesn't exist. (Closes: #681436)

 -- Alessio Treglia <[email protected]>  Mon, 08 Oct 2012 10:51:41 +0100

transcode (3:1.1.7-2) unstable; urgency=low

  * Upload to unstable.
  * Update download URL and copyright format.

 -- Alessio Treglia <[email protected]>  Sat, 03 Mar 2012 13:10:54 +0100

transcode (3:1.1.7-1) experimental; urgency=low

  * New upstream release:
    - Update the video stabilization plugins to version 0.80. Speed boost.
    - tcdemux: fixed crash when using the new -A mode.
    - x264: fix to work properly with libx264 >= 78; require libx264 >= 66.
    - Update the video stabilization plugins to version 0.79. Speed boost.
    - Better maximum size detection for avisplit.
    - ffmpeg encoder preset support.
    - FFMpeg 0.8.x compatibility.
    - video4linux: made the v1 and v2 modules independent. v1 is deprecated.
    - Many other fixes.
    Upstream development has moved to:
    https://bitbucket.org/france/transcode-tcforge
  * Build with dh-autoreconf.
  * Remove 02_toolame.diff, applied upstream.
  * Refresh 03_libav-api-fixes.diff.
  * Add build-dependency on libswscale-dev.
  * Refresh debian/copyright.

 -- Alessio Treglia <[email protected]>  Wed, 22 Feb 2012 02:51:24 +0100

transcode (3:1.1.5-1) unstable; urgency=low

  * Initial release. (Closes: #149568)

 -- Alessio Treglia <[email protected]>  Tue, 07 Feb 2012 18:35:15 +0100