[Lunar-commits] <moonbase> transcode: version bumped to 1.0.6.
Florin Braescu
florin at lunar-linux.org
Sun Jul 27 14:29:22 CEST 2008
commit ba2fb966fa1846d4664ff73afbec232663101ee1
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Jul 27 15:29:22 2008 +0300
transcode: version bumped to 1.0.6.
Some typos in the documentation of filter_modfps, filter_yuy2toyv12,
and the man page were fixed. The af6 module now compiles with
the latest avifile. NUV code was backported from HEAD and build
problems were fixed. Experimental support for x86_64 was added,
though x86 is preferred. filter_pv is now only built if HAVE_LIBXV
is set. Compatibility with the header layout of recent versions
of the ffmpeg library was achieved. libpostproc support now requires
a newer layout. LZO version 2 is now used.
---
video/transcode/BUILD | 2 --
video/transcode/DETAILS | 17 +++++++----------
2 files changed, 7 insertions(+), 12 deletions(-)
diff --git a/video/transcode/BUILD b/video/transcode/BUILD
index a08b236..32831d0 100644
--- a/video/transcode/BUILD
+++ b/video/transcode/BUILD
@@ -2,8 +2,6 @@
OPTS="$OPTS --enable-v4l"
- patch_it $SOURCE2 1 &&
-
autoreconf &&
default_build
diff --git a/video/transcode/DETAILS b/video/transcode/DETAILS
index fb86201..e5a2281 100644
--- a/video/transcode/DETAILS
+++ b/video/transcode/DETAILS
@@ -1,16 +1,13 @@
MODULE=transcode
- VERSION=1.0.5
+ VERSION=1.0.6
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/
+ SOURCE_URL[0]=http://fromani.exit1.org
+ SOURCE_URL[1]=http://www.jakemsr.com/transcode
+ SOURCE_URL[2]=http://dl.fkb.wormulon.net/transcode
+ SOURCE_VFY=sha1:07905f6b0bd5eda881cbce2d8678c13beed47acb
+ WEB_SITE=http://www.transcoding.org/cgi-bin/transcode
ENTERED=20020408
- UPDATED=20080110
+ UPDATED=20080727
SHORT="A video stream processor"
cat << EOF
More information about the Lunar-commits
mailing list