Merge version 7:4.4.1-3+rpi1 and 7:4.4.2-1 to produce 7:4.4.2-1+rpi1 bookworm-staging archive/raspbian/7%4.4.2-1+rpi1 raspbian/7%4.4.2-1+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Sun, 24 Apr 2022 16:09:13 +0000 (17:09 +0100)
committerRaspbian automatic forward porter <root@raspbian.org>
Sun, 24 Apr 2022 16:09:13 +0000 (17:09 +0100)
1  2 
debian/changelog
debian/rules

index 1db5cc6d0965c703baff278cc5cf4d65992b327a,ffc75ea824f93e91296480ecaf2363f83944e90d..06e29dc1cfd8925a0784b770a90c385fd731def6
@@@ -1,9 -1,9 +1,16 @@@
- ffmpeg (7:4.4.1-3+rpi1) bookworm-staging; urgency=medium
++ffmpeg (7:4.4.2-1+rpi1) bookworm-staging; urgency=medium
 +
 +  [changes brought forward from 7:4.4-5+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 05 Sep 2021 20:59:14 +0000]
 +  * Link with libatomic on armhf too.
 +
-  -- Raspbian forward porter <root@raspbian.org>  Thu, 27 Jan 2022 09:12:32 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Sun, 24 Apr 2022 16:09:13 +0000
++
+ ffmpeg (7:4.4.2-1) unstable; urgency=medium
+   * New upstream version 4.4.2
+   * debian/rules: Disable sndio
+  -- Sebastian Ramacher <sramacher@debian.org>  Mon, 18 Apr 2022 21:42:58 +0200
  
  ffmpeg (7:4.4.1-3) unstable; urgency=medium
  
diff --cc debian/rules
index 96934261190a77edc679d9dcd5a93b505ca22b9b,d145665ec972c5b047aa97e94a34c392034d41a3..d153616f355158de12e3019d9eacbcbdda7dde64
@@@ -78,8 -78,11 +78,11 @@@ CONFIG := --prefix=/usr 
        --enable-opengl \
        --enable-sdl2
  
+ # disable sndio, it's pulled in via libopenal-dev and autodected
+ CONFIG += --disable-sndio
  # link with -latomic on armel and mipsel (https://trac.ffmpeg.org/ticket/9275)
 -ifneq (,$(filter armel mipsel,$(DEB_HOST_ARCH)))
 +ifneq (,$(filter armel armhf mipsel,$(DEB_HOST_ARCH)))
  CONFIG += --extra-libs=-latomic
  endif