[SCM] ffmpeg/master-0.6: disable jackd output support on the hurd

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Thu Jul 21 13:48:18 UTC 2011


The following commit has been merged in the master-0.6 branch:
commit 5377d6dfbe23d8db061ec8e8354930213f3c3155
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Jul 18 13:16:16 2011 +0200

    disable jackd output support on the hurd
    
    the file libavdevice/jack_audio.c fails to build:
    /«PKGBUILDDIR»/libavdevice/jack_audio.c: In function 'process_callback':
    /«PKGBUILDDIR»/libavdevice/jack_audio.c:91:9: warning: 'jack_port_get_total_latency' is deprecated (declared at /usr/include/jack/jack.h:1050) [-Wdeprecated-declarations]
    /«PKGBUILDDIR»/libavdevice/jack_audio.c: In function 'start_jack':
    /«PKGBUILDDIR»/libavdevice/jack_audio.c:156:5: warning: 'channels' is deprecated (declared at /«PKGBUILDDIR»/libavformat/avformat.h:246) [-Wdeprecated-declarations]
    /«PKGBUILDDIR»/libavdevice/jack_audio.c: In function 'audio_read_header':
    /«PKGBUILDDIR»/libavdevice/jack_audio.c:228:5: warning: 'sample_rate' is deprecated (declared at /«PKGBUILDDIR»/libavformat/avformat.h:245) [-Wdeprecated-declarations]
    /«PKGBUILDDIR»/libavdevice/jack_audio.c:228:5: warning: 'channels' is deprecated (declared at /«PKGBUILDDIR»/libavformat/avformat.h:246) [-Wdeprecated-declarations]
    /«PKGBUILDDIR»/libavdevice/jack_audio.c: In function 'audio_read_packet':
    /«PKGBUILDDIR»/libavdevice/jack_audio.c:277:5: error: implicit declaration of function 'sem_timedwait' [-Werror=implicit-function-declaration]
    cc1: some warnings being treated as errors
    
    full buildlog:
    https://buildd.debian.org/status/fetch.php?pkg=libav&arch=hurd-i386&ver=4%3A0.7-2&stamp=1310851442
    (cherry picked from commit affe1e9bcc4d3afe071e3103887faffa8111a3f4)

diff --git a/debian/control b/debian/control
index df0a990..20c4f89 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 7),
  libfreetype6-dev,
  libgsm1-dev,
  libimlib2-dev,
- libjack-dev,
+ libjack-dev [!hurd-i386],
  libopenjpeg-dev,
  libraw1394-dev [linux-any],
  librtmp-dev (>= 2.2e-4),

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list