[SCM] cinelerra-cv/master: One-dep-per-line, drop ccache.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Apr 26 14:42:52 UTC 2011


The following commit has been merged in the master branch:
commit 8c9d76374e0361bf88719638ccfa8176d1a7db98
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Apr 26 16:41:50 2011 +0200

    One-dep-per-line, drop ccache.

diff --git a/debian/control b/debian/control
index b633bfd..4e43648 100644
--- a/debian/control
+++ b/debian/control
@@ -6,18 +6,42 @@ Uploaders: Alessio Treglia <alessio at debian.org>
 Build-Depends-Indep: texlive-generic-recommended, texlive-latex-base
 Build-Depends: autotools-dev (>= 20100122.1~),
  debhelper (>= 7.0.50~),
- libasound2-dev (>= 1.0.4), libxv-dev,
- libdv4-dev (>= 1.0.0), libmp3lame-dev (>= 3.92), libvorbis-dev (>= 1.0.0),
- libogg-dev (>= 1.1.2), libtool (>= 1.5), liba52-0.7.4-dev (>= 0.7.4), uuid-dev,
- libtheora-dev (>=0.0.0.alpha4), libpng12-dev (>= 1.2.5), libjpeg62-dev (>= 6b-16.1),
- libtiff-dev, libesd0-dev (>= 0.2.28), libaudiofile-dev (>= 0.2.3), libxext-dev,
- nasm [i386], libraw1394-dev (>= 1.2.0), libavc1394-dev (>= 0.4.1), fftw3-dev,
- libfreetype6-dev (>= 2.2.1), libfontconfig-dev, libfaad-dev (>= 2.7), ccache,
- libglu1-mesa-dev | libglu-dev, libsndfile1-dev, libx264-dev (>= 1:0.svn20100603),
- libmjpegtools-dev (>= 1.6.2), libopenexr-dev (>= 1.1.1), libdc1394-22-dev,
- libxxf86vm-dev (>=6.8.2), libiec61883-dev (>= 1.0.0), libfaac-dev (>= 1.24),
- libx11-dev, libxft-dev, libpostproc-dev (>= 3:20090222),
- libavcodec-dev (>= 3:20090222), libswscale-dev (>= 3:20090222),
+ libasound2-dev (>= 1.0.4),
+ libxv-dev,
+ libdv4-dev (>= 1.0.0),
+ libmp3lame-dev (>= 3.92),
+ libvorbis-dev (>= 1.0.0),
+ libogg-dev (>= 1.1.2),
+ libtool (>= 1.5),
+ liba52-0.7.4-dev (>= 0.7.4),
+ uuid-dev,
+ libtheora-dev (>=0.0.0.alpha4),
+ libpng12-dev (>= 1.2.5),
+ libjpeg62-dev (>= 6b-16.1),
+ libtiff-dev,
+ libesd0-dev (>= 0.2.28),
+ libaudiofile-dev (>= 0.2.3),
+ libxext-dev,
+ nasm [i386],
+ libraw1394-dev (>= 1.2.0),
+ libavc1394-dev (>= 0.4.1),
+ fftw3-dev,
+ libfreetype6-dev (>= 2.2.1),
+ libfontconfig-dev,
+ libfaad-dev (>= 2.7),
+ libglu1-mesa-dev | libglu-dev,
+ libsndfile1-dev,
+ libx264-dev (>= 1:0.svn20100603),
+ libmjpegtools-dev (>= 1.6.2),
+ libopenexr-dev (>= 1.1.1),
+ libdc1394-22-dev,
+ libxxf86vm-dev (>=6.8.2),
+ libiec61883-dev (>= 1.0.0),
+ libfaac-dev (>= 1.24),
+ libx11-dev, libxft-dev,
+ libpostproc-dev (>= 3:20090222),
+ libavcodec-dev (>= 3:20090222),
+ libswscale-dev (>= 3:20090222),
  libavutil-dev (>= 4:0.5.svn20090330)
 Homepage: http://cinelerra.org/
 Standards-Version: 3.9.2
@@ -27,7 +51,10 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/cinelerra-cv.git
 Package: cinelerra-cv
 Section: graphics
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, cinelerra-cv-data, ttf-bitstream-vera
+Depends: ${shlibs:Depends},
+ cinelerra-cv-data,
+ ttf-bitstream-vera,
+ ${misc:Depends}
 Recommends: mpeg3-utils
 Conflicts: libguicast, cinelerra
 Description: An audio/video authoring tool (CV version)
@@ -43,7 +70,8 @@ Package: cinelerra-cv-doc
 Section: doc
 Architecture: all
 Conflicts: cinelerra-doc
-Depends: ${misc:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+ ${misc:Depends}
 Description: An audio/video authoring tool - Documentation
  Cinelerra is a complete audio and video authoring tool. It understands a
  lot of multimedia formats (quicktime, avi, ogg) and audio/video compression
@@ -66,7 +94,8 @@ Description: An audio/video authoring tool
 
 Package: libquicktimehv-1.6.0-1
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Architecture: any
 Description: Quicktime 4 Linux Cinelerra internal library
  Quicktime 4 Linux was the first convenient way to read and write
@@ -82,7 +111,8 @@ Description: Quicktime 4 Linux Cinelerra internal library
 
 Package: libquicktimehv-dev
 Section: libdevel
-Depends: libquicktimehv-1.6.0-1 (= ${binary:Version}), ${misc:Depends}
+Depends: libquicktimehv-1.6.0-1 (= ${binary:Version}),
+ ${misc:Depends}
 Architecture: any
 Description: Quicktime 4 Linux (Cinelerra internal) library (development files)
  Quicktime 4 Linux was the first convenient way to read and write
@@ -100,7 +130,8 @@ Description: Quicktime 4 Linux (Cinelerra internal) library (development files)
 
 Package: libmpeg3hv-1.5.0-1
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Architecture: any
 Description: Advanced editing and manipulation of MPEG streams (cinelerra's internal) 
  Libmpeg3 supports advanced editing and manipulation of MPEG streams. MPEG
@@ -114,7 +145,8 @@ Description: Advanced editing and manipulation of MPEG streams (cinelerra's inte
 
 Package: libmpeg3hv-dev
 Section: libdevel
-Depends: libmpeg3hv-1.5.0-1 (= ${binary:Version}), ${misc:Depends}
+Depends: libmpeg3hv-1.5.0-1 (= ${binary:Version}),
+ ${misc:Depends}
 Architecture: any
 Description: Advanced editing and manipulation of MPEG streams (development files)
  Libmpeg3 supports advanced editing and manipulation of MPEG streams. MPEG

-- 
cinelerra-cv packaging



More information about the pkg-multimedia-commits mailing list