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 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283
|
gmerlin-avdecoder (2.0.0~svn6298~dfsg0-5) unstable; urgency=medium
* Add patch to fix pointer-types (Closes: #1075016)
* Add patch to make autotools tests compliant with C99
-- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Tue, 13 Aug 2024 10:17:21 +0200
gmerlin-avdecoder (2.0.0~svn6298~dfsg0-4) unstable; urgency=medium
* Properly cleanup after build (Closes: #1044978)
* Add patch to fix FTBFS due to missing includes (Closes: #1073324)
* Add patch to allow building with FFMPEG-7 (Closes: #1072414)
+ Group ffmpeg patches together
* Update copyright information
+ Bump copyright dates
+ Modernize 'licensecheck' target
+ Re-generate d/copyright_hints
* Update d/watch so future imports will use '+dfsg' rather than '~dfsg'
* Bump standards version to 4.7.0
-- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Tue, 25 Jun 2024 10:47:15 +0200
gmerlin-avdecoder (2.0.0~svn6298~dfsg0-3) unstable; urgency=medium
* Patch to fix FTBFS with FFmpeg-5.1 (Closes: #1017181)
* Update patch to fix cross-compilation.
Thanks to Helmut Grohne <helmut@subdivi.de> (Closes: #1009289)
* Refresh remaining patches
* Use github for d/watch
-- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Wed, 31 Aug 2022 13:08:25 +0200
gmerlin-avdecoder (2.0.0~svn6298~dfsg0-2) unstable; urgency=medium
* Fix FTBFS with FFmpeg-5.0 (Closes: #1004633)
-- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Sat, 05 Mar 2022 23:08:11 +0100
gmerlin-avdecoder (2.0.0~svn6298~dfsg0-1) unstable; urgency=medium
* Upload to unstable
* Add note about soname bump in previous d/changelog entry
-- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Sat, 12 Feb 2022 18:34:31 +0100
gmerlin-avdecoder (2.0.0~svn6298~dfsg0-1~exp1) experimental; urgency=medium
* New upstream version 2.0.0~svn6298~dfsg0
* d/patches
* Refresh patches
* Drop patches applied upstream
* Renamed patches
* Patch to fix spelling errors
* Patch for reproducible doxygen documentation
Thanks to Chris Lamb <lamby@debian.org>
(Closes: #972562)
* Patch for cross-building
* Renamed libgmerlin-avdec1 to libgmerlin-avdec2 to reflect soname bump
* B-D on libjson-c-dev, libopus-dev & libudf-dev
* Versioned B-D on gavl/gmerlin
* Refresh libgmerlin-avdec*.symbols
* Add B-D to symbols file
* Also install locales
* Exclude .la-files and bin/ from being installed
* Export FLAC_VERSION (for cross-compiling)
* Update d/watch to use upstream's SVN
* Mark files to be excluded for DFSG reasons
* Add salsa-ci configuration
* Declare that building this package does not require 'root' powers.
* Switched from cdbs to dh
* Drop 'cdbs' from d/README.source
* Drop no-longer-used 'restorefiles'
* Bump dh compat to 13
* B-D on debhelper-compat instead of d/compat
* Apply 'wrap-and-sort -ast'
* Bump standards version to 4.6.0
-- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Thu, 03 Feb 2022 16:45:19 +0100
gmerlin-avdecoder (1.2.0~dfsg-11) unstable; urgency=medium
* Team upload
[ Ondřej Nový ]
* d/watch: Use https protocol
[ Sebastian Ramacher ]
* debian/control:
- Remove libdts-dev from Build-Depends
- Bump Standards-Version
[ Jonas Smedegaard ]
* Remove myself from Uploaders
-- Sebastian Ramacher <sramacher@debian.org> Thu, 15 Oct 2020 09:31:02 +0200
gmerlin-avdecoder (1.2.0~dfsg-10) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/control: Set Vcs-* to salsa.debian.org
[ Felipe Sateler ]
* Change maintainer address to debian-multimedia@lists.debian.org
[ Peter Michael Green ]
* Fix FTBFS with ffmpeg 4.0 (Closes: #888374)
+ Fixup renamed constants
+ Disable vdpau, struct vdpau_render_state has disappeard and I have no
idea what if anything it can be replaced with.
* Remove po/de.gmo in clean target, it seems that the build process changes
it.
[ Sebastian Ramacher ]
* debian/control:
- Bump Standards-Version.
- Remove libvdpau-dev from B-D.
* debian/rules: Remove -dbgsym migration code. The -dbgsym package is
already present in stable.
-- Sebastian Ramacher <sramacher@debian.org> Fri, 03 Aug 2018 18:12:00 +0200
gmerlin-avdecoder (1.2.0~dfsg-9) unstable; urgency=medium
* Team upload
* Remove myself from the Uploaders list
-- Alessio Treglia <alessio@debian.org> Tue, 31 Jan 2017 07:37:57 +0000
gmerlin-avdecoder (1.2.0~dfsg-8) unstable; urgency=medium
* Don't B-D on libschroedinger.
Thanks to Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
(Closes: #845361)
* Multi-arch hint for libgmerlin-avdec-doc
* Fixed references in doc-base
* Normalized Vcs-Browser stanza
-- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Wed, 23 Nov 2016 15:23:25 +0100
gmerlin-avdecoder (1.2.0~dfsg-7) unstable; urgency=medium
* Dropped B-D on libopenjpeg (Closes: #826813)
* Switched to autoreconf
* Switched to automatic debugsym package generation
* Fixed another typo
* Updated Vcs-Git stanza to https://
* Install documentation into /usr/share/doc/libgmerlin-avdec1
* Rephrased long description for libgmerlin-avdec-doc
* Updated copyright boilerplate in d/rules
* Documented git-tuneclone.sh in debian/README.source
* Bumped standards version to 3.9.8
-- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Sat, 11 Jun 2016 22:26:34 +0200
gmerlin-avdecoder (1.2.0~dfsg-6) unstable; urgency=medium
* Fix FTBFS with ffmpeg-2.9.
Thanks to Andreas Cadhalpun (Closes: #803817)
* Update Vcs-Browser stanza
* Added debian/git-tuneclone.sh script
* Updated debian/copyright
* Bumped Standards-Version to 3.9.6
* Regenerated debian/control|copyright_hints
-- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Tue, 03 Nov 2015 13:08:58 +0100
gmerlin-avdecoder (1.2.0~dfsg-5) unstable; urgency=medium
* Support libav10 (Closes: #739302), thanks to Anton Khirnov for the patch
* Regenerated debian/(copyright_hints,control)
-- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Mon, 10 Mar 2014 17:26:17 +0100
gmerlin-avdecoder (1.2.0~dfsg-4) unstable; urgency=medium
[ Jonas Smedegaard ]
* Update README.source to emphasize control.in file as *not* a show-stopper
for contributions, referring to wiki page for details.
[ IOhannes m zmölnig ]
* Fixed my Uploader's name.
* Bumped automake/aclocal to 1.11 (Closes: #724378)
* Raised priority to 'optional'
+ Keep priority of dbg-package at 'extra'.
* Build-Depend on libtiff-dev rather than libtiff4-dev to allow automatic
libtiff transition. (Closes: #736009)
* Propagate hardening FLAGS.
* Exclude files (re)generated during build from license-check.
* Regenerated debian/copyright_hints.
* Regenerated debian/control.
* Bumped Standards-Version to 3.9.5
-- IOhannes m zmölnig <zmoelnig@iem.at> Tue, 10 Dec 2013 14:33:45 +0100
gmerlin-avdecoder (1.2.0~dfsg-3) unstable; urgency=low
* Fix FTBFS with libav 9 (Closes: #693502) (LP: #1079993)
-- Alessio Treglia <alessio@debian.org> Sat, 17 Nov 2012 12:54:49 +0000
gmerlin-avdecoder (1.2.0~dfsg-2) unstable; urgency=low
* Enable MJPEGTOOLS support.
-- Alessio Treglia <alessio@debian.org> Wed, 10 Oct 2012 02:00:23 +0100
gmerlin-avdecoder (1.2.0~dfsg-1) unstable; urgency=low
[ Alessio Treglia ]
* Refresh symbols file.
* Introduce Multi-Arch support.
* Requires libgmerlin0 >= 1.2.0
* Remove translations from libgmerlin-avdec1 to avoid
multi-arch breakage.
* Update Vcs tags.
* Bump standards-version to 3.9.3.
* Build-depend on libpng-dev (Closes: #662351).
* Update copyright file:
+ Rewrite using machine-readable format 1.0.
[ Jonas Smedegaard ]
* Fix declare DEB_AUTO_UPDATE_* variables before including CDBS
snippets: Used in ifeq conditionals so need to be resolved early.
* Update copyright file:
+ Consistently double-indent (not tab- or mult-indent) in Copyright
fields as per Policy §5.6.13.
+ Consistently space-separate (not comma-separate) files.
+ Better license shortnames.
+ Include verbatim licensing statements, also of derived licenses.
+ Quote licenses in comments.
+ Double-indent license in lists where newlines should be preserved.
* Document use of CDBS and git in README.source.
* Refresh patches with shortening quilt options, and improve DEP3
headers.
* Remove debian/source/local-options; abort-on-upstream-changes and
unapply-patches are default in dpkg-source since 1.16.1.
* Extend copyright years for Debian packaging.
* Update package relations:
+ Stop build-depending on unused dh-autoreconf.
+ Relax build-dependency on cdbs: Needlessly tight.
+ Relax build-depend unversioned on debhelper and devscripts: Needed
versions satisfied even in oldstable.
[ IOhannes m zmölnig ]
* Imported Upstream version 1.2.0~dfsg
* Refreshed patches
* Removed libav-0.7 patch (no longer needed)
* Needs gavl>=1.4.0
* Needs gmerlin>=1.2.0~
* Fixed configure version check for gmerlin
* Fixed debian/copyright (DEP-5 tags, typos)
* Fixed spelling
* Updated copyright dates
-- Alessio Treglia <alessio@debian.org> Mon, 11 Jun 2012 19:10:25 +0200
gmerlin-avdecoder (1.1.0~dfsg-3) unstable; urgency=low
[ IOhannes m zmölnig ]
* Cosmetic changes
[ Alessio Treglia ]
* Fix compilation with libav 0.7 (Closes: #638564, LP: #831276), thanks
to Colin Watson for the patch.
* Bump Standards
-- Alessio Treglia <alessio@debian.org> Sat, 03 Sep 2011 09:32:38 +0200
gmerlin-avdecoder (1.1.0~dfsg-2) unstable; urgency=low
* Upload to unstable.
-- Alessio Treglia <alessio@debian.org> Tue, 08 Feb 2011 06:56:22 +0100
gmerlin-avdecoder (1.1.0~dfsg-1) experimental; urgency=low
* Initial release (Closes: #555852)
-- IOhannes m zmoelnig (gpg-key at iem) <zmoelnig@iem.at> Mon, 10 Jan 2011 20:21:02 +0100
|