[SCM] libav/experimental: Tidy rules file: Declare simple lib*-dev build-dependencies more compact.

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Jan 24 14:54:50 UTC 2013


The following commit has been merged in the experimental branch:
commit fe729f16d559420e66896e0e2b696df3ec05a1b2
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Jan 24 15:33:06 2013 +0100

    Tidy rules file: Declare simple lib*-dev build-dependencies more compact.

diff --git a/debian/rules b/debian/rules
index dbb5a57..cc12343 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,46 +78,23 @@ $(info experimental = $(if $(experimental),\
  yes - certain build-dependencies $(if $(DEB_MAINTAINER_MODE),is,should be) tightened,\
  no - certain build-dependencies left unversioned))
 
-CDBS_BUILD_DEPENDS += \
+dev-deps = bz2 cdio-cdda cdio cdio-paranoia freetype6 gnutls gsm1 imlib2
+dev-deps += jack mp3lame opencore-amrnb opencore-amrwb openjpeg pulse
+dev-deps += schroedinger sdl1.2 speex vdpau vo-aacenc vo-amrwbenc vorbis
+dev-deps += vpx x11 xext xfixes xvidcore xvmc
+CDBS_BUILD_DEPENDS += $(patsubst %,$(comma) lib%-dev,$(dev-deps)), \
  debhelper (>= 8.1.3~), \
  frei0r-plugins-dev $(if $(experimental),(>= 1.3)), \
  libasound2-dev [linux-any], \
- libbz2-dev, \
- libcdio-cdda-dev, \
- libcdio-dev, \
- libcdio-paranoia-dev, \
  libdc1394-22-dev [linux-any], \
- libfreetype6-dev, \
- libgnutls-dev, \
- libgsm1-dev, \
- libimlib2-dev, \
- libjack-dev, \
- libmp3lame-dev, \
- libopencore-amrnb-dev, \
- libopencore-amrwb-dev, \
  libopencv-dev $(if $(experimental),(>= 2.4)), \
- libopenjpeg-dev, \
  libopus-dev (>= 1.0.1), \
- libpulse-dev, \
  libraw1394-dev [linux-any], \
  librtmp-dev (>= 2.2e-4), \
- libschroedinger-dev, \
- libsdl1.2-dev, \
- libspeex-dev, \
  libtheora-dev (>> 0.0.0.alpha4), \
  libtiff4-dev | libtiff-dev, \
  libva-dev [!hurd-any], \
- libvdpau-dev, \
- libvo-aacenc-dev, \
- libvo-amrwbenc-dev, \
- libvorbis-dev, \
- libvpx-dev, \
- libx11-dev, \
  libx264-dev $(if $(experimental),(>= 2:0.129)), \
- libxext-dev, \
- libxfixes-dev, \
- libxvidcore-dev, \
- libxvmc-dev, \
  texi2html, \
  yasm [any-amd64 any-i386], \
  zlib1g-dev

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list