ref: 5c0019dcd2fa1668786c058303be8e4e536b0a4e
parent: 91a08c781920ce26a87df524953e668b67c45e8f
author: evilynux <evilynux>
date: Fri Jul 6 05:23:29 EDT 2007
Bringing ffmpeg back to life. libavcodec >= cvs20070301 was uploaded to unstable.
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,9 +1,3 @@
-FFMPEG formats
---------------
-SoX requires avcodec >= cvs20070301 which is only available in experimental for now.
-Therefore, ffmpeg support is disabled for now.
-If there's a significant demand, i'll release an experimental package of SoX.
-
SoX from CVS
------------
If you downloaded SoX from the CVS, you may build the package by:
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,12 +20,9 @@
- Added library.
* [debian/libsox-fmt-*]:
- Added format plugins.
- * [debian/README.Debian]:
- - Added note about experimental ffmpeg formats support.
* [debian/rules]:
- Removed fPIC from CFLAGS as libtool takes care of it upstream.
- Removed LDFLAGS -Wl,-z,defs as upstream is now doing it.
- - Disabled ffmpeg formats support explicitly, see README.Debian.
- Added DEB_DH_MAKESHLIBS_ARGS -Xfmt to avoid useless calls to ldconfig.
-- Pascal Giard <evilynux@gmail.com> Fri, 06 Jul 2007 02:57:39 -0400
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@
#include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-D_REENTRANT"
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-lame --disable-ffmpeg
+#DEB_CONFIGURE_EXTRA_FLAGS := --disable-lame --disable-ffmpeg
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-lame
# Takes care of postinst-has-useless-call-to-ldconfig for libsox-fmt-*
DEB_DH_MAKESHLIBS_ARGS := -Xfmt