Skip to content

Commit

Permalink
sox: Adding a patch to compile with ffmpeg-1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Oct 13, 2012
1 parent 0edf92b commit d4a9d09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion audio/sox/BUILD
@@ -1,9 +1,13 @@
(

patch_it $SOURCE2 1 &&

sed -i "15i #include <libavutil/mathematics.h>" src/ffmpeg.h &&

sedit "s:ftello:ftell:g" src/vorbis.c &&

OPTS+=" --with-distro=Lunar-Linux" &&

default_build
default_build

) > $C_FIFO 2>&1
3 changes: 3 additions & 0 deletions audio/sox/DETAILS
@@ -1,8 +1,11 @@
MODULE=sox
VERSION=14.4.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=sox-ffmpeg-0.11-arch.patch
SOURCE_URL=$SFORGE_URL/$MODULE
SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:d809cab382c7a9d015491c69051a9d1c1a1a44f1
SOURCE2_VFY=sha1:6c860138bbceddf9df726c7891024bcc6b8fae55
WEB_SITE=http://sox.sourceforge.net
ENTERED=20010922
UPDATED=20120424
Expand Down

0 comments on commit d4a9d09

Please sign in to comment.