[med-svn] [Git][med-team/amide][master] Build using ffmpeg 8.0 Closes: #1122886
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Dec 14 14:00:07 GMT 2025
Andreas Tille pushed to branch master at Debian Med / amide
Commits:
060da203 by Andreas Tille at 2025-12-14T14:59:51+01:00
Build using ffmpeg 8.0 Closes: #1122886
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/ffmpeg8.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+amide (1.0.6-8) UNRELEASED; urgency=medium
+
+ * Build using ffmpeg 8.0
+ Closes: #1122886
+
+ -- Andreas Tille <tille at debian.org> Sun, 14 Dec 2025 14:41:29 +0100
+
amide (1.0.6-7) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/ffmpeg8.patch
=====================================
@@ -0,0 +1,16 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: 2025-12-14
+Bug-Debian: https://bugs.debian.org/1122886
+Description: Build using ffmpeg 8.0
+
+--- a/amide-current/src/mpeg_encode.c
++++ b/amide-current/src/mpeg_encode.c
+@@ -169,7 +169,7 @@ static encode_t * encode_free(encode_t *
+ return encode;
+
+ if (encode->context != NULL) {
+- avcodec_close(encode->context);
++ avcodec_free_context(&encode->context);
+ av_free(encode->context);
+ encode->context = NULL;
+ }
=====================================
debian/patches/series
=====================================
@@ -11,3 +11,4 @@ gtk3+goocanvas.patch
no-gnome-vfs.patch
compiler-warnings.patch
resizable-window.patch
+ffmpeg8.patch
View it on GitLab: https://salsa.debian.org/med-team/amide/-/commit/060da20319e3839d9969b583357fe9a4cb2feaee
--
View it on GitLab: https://salsa.debian.org/med-team/amide/-/commit/060da20319e3839d9969b583357fe9a4cb2feaee
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20251214/42542b8f/attachment-0001.htm>
More information about the debian-med-commit
mailing list