~ubuntu-branches/ubuntu/vivid/sox/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Pascal Giard
  • Date: 2008-07-31 08:12:08 UTC
  • mfrom: (1.2.7 upstream) (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20080731081208-v8vdq0g5v0jxg1xs
* New upstream release:
  - Adds support for for the 2, 2.6 and 4-bit ADPCM .voc (closes: #103479).
  - Adds pkgconfig support (closes: #462704).
  - Fixes issue with ALSA playback (closes: #474961).
  - Adds many formats supported by sndfile.
* [debian/libsox-fmt-base.install]:
  - Removed auto library, no longer exists upstream.
  - Added Hidden Markov Model speech processing format (htk) library.
  - Added Aaron Wallace's `Sounder' of 1991 format (sndr) library.
  - Added Martin Hepperle's `SoundTool' of 1991/2 format (sndt) library.
  - Added WavPack format (wv) library.
  - Added Apples's Core Audio Format (caf) library.
  - Added Ensoniq PARIS digitial audio format (fap, paf) libraries.
  - Added Gnu Octave 2.0 and 2.1 format (mat, mat4, mat5) libraries.
  - Added Portable Voice Format (pvf) library.
  - Added Sound Designer II format (sd2) library.
  - Added Sound Forge Audio Format (w64) library.
  - Added Fasttracker 2 format (xi) library.
* [debian/libsox-dev.install]:
  - Added pkgconfig file.
* [debian/sox.install]:
  - Added soxi, a utility to extract/display file header fields.
* [debian/patches/00-fix-segfault-64bit.diff]:
  - Removed, fixed upstream.
* [debian/rules]:
  - Disabled patch system, no more patches.
  - Added -I/usr/include/ffmpeg to CPPFLAGS, required by ffmpeg >= 20080225.
* [debian/control]:
  - Added Build-Dep on libavutil-dev, libwavpack-dev and libpng12-dev.
  - Fixed lintian warning, "meta package" changed to "metapackage".
  - Bumped Standards-Version to 3.8.0, needed changes were already made.
  - Removed libsox-fmt-gsm and libsox-fmt-sndfile, merged in libsox-fmt-base.
  - Added merged packages to Replaces field of libsox-fmt-base.
  - Bumped libsox0 to libsox0a, new version is binary incompatible.
* [debian/libsox-fmt-gsm.install, debian/libsox-fmt-gsm.dirs,
   debian/libsox-fmt-libsndfile.install, debian/libsox-fmt-libsndfile.dirs,
   debian/libsox-fmt-flac.install, debian/libsox-fmt-flac.dirs,
   debian/libsox-fmt-ogg.install, debian/libsox-fmt-ogg.dirs]:
  - Removed, merged gsm, libsndfile, flac and ogg in libsox-fmt-base.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
# -*- mode: makefile; coding: utf-8 -*-
3
3
 
4
 
DEB_TAR_SRCDIR := sox-14.0.1
 
4
DEB_TAR_SRCDIR := sox-14.1.0
5
5
 
6
6
include /usr/share/cdbs/1/rules/tarball.mk
7
7
include /usr/share/cdbs/1/rules/debhelper.mk
8
8
include /usr/share/cdbs/1/class/autotools.mk
9
 
include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
9
#include /usr/share/cdbs/1/rules/simple-patchsys.mk
10
10
 
11
11
CFLAGS += -D_REENTRANT
12
 
DEB_CONFIGURE_EXTRA_FLAGS := --disable-lame
 
12
CPPFLAGS += -I/usr/include/ffmpeg
 
13
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --disable-lame
13
14
# Takes care of postinst-has-useless-call-to-ldconfig for libsox-fmt-*
14
15
DEB_DH_MAKESHLIBS_ARGS := -Xfmt
15
 
 
16
 
binary-post-install/sox::
17
 
        chrpath -d debian/sox/usr/bin/sox
18
 
 
19
 
binary-post-install/libsox0::
20
 
        chrpath -d debian/libsox0/usr/lib/lib*.so.*
21
 
 
22
 
binary-post-install/libsox-fmt-all::
23
 
        chrpath -d debian/libsox-fmt-*/usr/lib/sox/libsox_fmt_*.so.*