[Lunar-commits] <moonbase> transcode: add a patch to fix the compile.
Florin Braescu
florin at lunar-linux.org
Sun Jun 26 14:03:23 CEST 2011
commit 2112fc0e72c2325bbf34091241a3984713e30d9b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Jun 26 16:03:23 2011 +0400
transcode: add a patch to fix the compile.
---
video/transcode/BUILD | 2 ++
video/transcode/DETAILS | 5 ++++-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/video/transcode/BUILD b/video/transcode/BUILD
index d238e83..4dad111 100644
--- a/video/transcode/BUILD
+++ b/video/transcode/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE2 1 &&
+
OPTS+=" --enable-ffmpeg \
--enable-libmpeg2 --enable-libmpeg2convert --enable-libpostproc" &&
diff --git a/video/transcode/DETAILS b/video/transcode/DETAILS
index b4a7503..a936635 100644
--- a/video/transcode/DETAILS
+++ b/video/transcode/DETAILS
@@ -1,11 +1,14 @@
MODULE=transcode
VERSION=1.1.5
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-$VERSION-mpa.patch.bz2
SOURCE_URL=http://download.berlios.de/tcforge
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:48c36e06ca0cd1cdc1a9c6a241e231f896eefd26
+ SOURCE2_VFY=sha1:8b89846b68e56465f57c375230c84be3796c58b4
WEB_SITE=http://www.transcoding.org/cgi-bin/transcode
ENTERED=20020408
- UPDATED=20091101
+ UPDATED=20110626
SHORT="A video stream processor"
cat << EOF
More information about the Lunar-commits
mailing list