[Lunar-commits] <moonbase> transcode: Add a patch since ffmpeg has moved its header files.
Moritz Heiber
moe at lunar-linux.org
Mon Jun 30 15:22:31 CEST 2008
commit 467a915c9fc46b9272e7b22bacd19729d1d73a9b
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Mon Jun 30 15:21:03 2008 +0200
transcode: Add a patch since ffmpeg has moved its header files.
Note: It still doesn't compile over here since I'm using the fglrx binary
driver (it needs libGL.la).
---
video/transcode/BUILD | 11 ++++-------
video/transcode/DETAILS | 3 +++
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/video/transcode/BUILD b/video/transcode/BUILD
index 1996764..a08b236 100644
--- a/video/transcode/BUILD
+++ b/video/transcode/BUILD
@@ -1,14 +1,11 @@
(
-# fixes a compile failure and is temporary. This will be corrected
-# in version 1.0.4 then this BUILD can be deleted.
- sedit "s:register_avcodec(&mp2_encoder);::" export/aud_aux.c
- sedit "s:register_avcodec(&ac3_encoder);::" export/aud_aux.c
- sedit "365cavcodec_register_all();" export/aud_aux.c
-
-# OPTS="$OPTS --enable-v4l --enable-libpostproc"
OPTS="$OPTS --enable-v4l"
+ patch_it $SOURCE2 1 &&
+
+ autoreconf &&
+
default_build
) > $C_FIFO 2>&1
diff --git a/video/transcode/DETAILS b/video/transcode/DETAILS
index 3bc8f29..fb86201 100644
--- a/video/transcode/DETAILS
+++ b/video/transcode/DETAILS
@@ -1,10 +1,13 @@
MODULE=transcode
VERSION=1.0.5
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-$VERSION-lavc-paths.patch
SOURCE_URL[0]=http://fromani.exit1.org/
SOURCE_URL[1]=http://www.jakemsr.com/transcode/
SOURCE_URL[2]=http://dl.fkb.wormulon.net/transcode/
+ SOURCE2_URL=$PATCH_URL/
SOURCE_VFY=sha1:96f8746a8d54c3ed78f0b5eb32ff7c72313e8e6b
+ SOURCE2_VFY=sha1:f91993c175534686f0d5e59d322517065c47f3f4
WEB_SITE=http://www.transcoding.org/cgi-bin/transcode/
ENTERED=20020408
UPDATED=20080110
More information about the Lunar-commits
mailing list