[Lunar-commits] <moonbase> kino: version bump
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sun Jun 8 02:09:13 CEST 2008
commit 8f3cffd1081b0f980fd5fff927f64315a97c3860
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sat Jun 7 20:09:13 2008 -0400
kino: version bump
Updated export scripts for ffmpeg changes (x264, mp3)
Improved speed on SMP systems by enabling FFmpeg multi-threaded codecs
Improved import (DV conversion) progress dialog
Added gstreamer-based Ogg Theora to the blip.tv publishing script
Added quality level option to the blip.tv publishing script
Updated Hungarian translation
Added Ukranian translation by Yuri Chornoivan
---
video/kino/BUILD | 8 ++++++--
video/kino/DEPENDS | 22 +++++++++++-----------
video/kino/DETAILS | 7 ++++---
3 files changed, 21 insertions(+), 16 deletions(-)
diff --git a/video/kino/BUILD b/video/kino/BUILD
index 1d741ca..73d7474 100644
--- a/video/kino/BUILD
+++ b/video/kino/BUILD
@@ -1,7 +1,11 @@
(
- sedit "s/-O2\"/$CFLAGS\"/g" configure &&
- OPTS="$OPTS --with-hotplug-script-dir=/etc/hotplug/usb --with-hotplug-usermap-dir=/etc/hotplug/usb" &&
+ OPTS="$OPTS --with-hotplug-script-dir=/etc/hotplug/usb \
+ --with-hotplug-usermap-dir=/etc/hotplug/usb" &&
+
+# A minor glitch where this is supposed to be
+ cp src/ffmpeg-kino.1 ffmpeg/doc/ &&
+
default_build
) > $C_FIFO 2>&1
diff --git a/video/kino/DEPENDS b/video/kino/DEPENDS
index 9741ecc..3e34f65 100644
--- a/video/kino/DEPENDS
+++ b/video/kino/DEPENDS
@@ -6,17 +6,17 @@ depends libglade2
depends libsamplerate
depends libiec61883
-optional_depends "ffmpeg" \
- "" \
- "--with-libdv-only" \
+optional_depends "ffmpeg" \
+ "" \
+ "--enable-local-ffmpeg" \
"for additional encoding formats"
-optional_depends "libquicktime" \
- "" \
- "" \
+optional_depends "libquicktime" \
+ "" \
+ "" \
"for handling Apple's QuickTime media format"
-
-optional_depends "mjpegtools" \
- "" \
- "" \
- "for coding your video's to the mpg format"
+
+optional_depends "mjpegtools" \
+ "" \
+ "" \
+ "for coding your video's to the mpg format"
diff --git a/video/kino/DETAILS b/video/kino/DETAILS
index b817ab0..edf47cb 100644
--- a/video/kino/DETAILS
+++ b/video/kino/DETAILS
@@ -1,13 +1,14 @@
MODULE=kino
- VERSION=1.2.0
+ VERSION=1.3.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:1401af8b9b024dc491eb0e85c48729c06ba2566f
+ SOURCE_VFY=sha1:272860f89888a5e475a8dd792c6d8df2f7128695
WEB_SITE=http://www.kinodv.org
ENTERED=20040616
- UPDATED=20071210
+ UPDATED=20080607
SHORT="A non-linear DV editor for GNU/Linux"
+PSAFE=no
cat << EOF
Kino is a non-linear DV editor for GNU/Linux. It features excellent
integration with IEEE-1394 for capture, VTR control, and recording
More information about the Lunar-commits
mailing list