[SM-Commit] SVK change 9181 to grimoire.svk

Arwed von Merkatz scm at mail.sourcemage.org
Tue Jun 6 10:16:18 EDT 2006


Group: defaults
Subject: r9181 - in test: . video/kino

Author: arwed
Date: Tue Jun  6 09:16:17 2006
New Revision: 9181

Modified:
   test/   (props changed)
   test/video/kino/BUILD
   test/video/kino/DEPENDS
   test/video/kino/DETAILS
   test/video/kino/HISTORY
   test/video/kino/PREPARE

Log:
 r9214 at Otherland:  arwed | 1970-01-01 01:00:00 +0200
 kino: updated to 0.9.0


Modified: test/video/kino/BUILD
==============================================================================
--- test/video/kino/BUILD	(original)
+++ test/video/kino/BUILD	Tue Jun  6 09:16:17 2006
@@ -1,7 +1,2 @@
-if [ "$KINO_FFMPEG" == "y" ]; then
-   OPTS="$OPTS --with-avcodec"
-fi  &&
-
-OPTS="$OPTS --with-hotplug-script-dir=/etc/hotplug/usb"  &&
-
+OPTS="--enable-hotplug-script-dir=/etc/hotplug/usb $OPTS"  &&
 default_build

Modified: test/video/kino/DEPENDS
==============================================================================
--- test/video/kino/DEPENDS	(original)
+++ test/video/kino/DEPENDS	Tue Jun  6 09:16:17 2006
@@ -1,11 +1,12 @@
 depends  g++         &&
 depends  gtk+2       &&
 depends  libavc1394  &&
+depends  libiec61883       &&
 depends  libsamplerate     &&
 depends  xml-parser-expat  &&
 
 if [ "$KINO_FFMPEG" == "y" ]; then
-   depends  LIBAVCODEC
+   depends  LIBAVCODEC  '--with-avcodec'
 else
    depends  libdv
 fi

Modified: test/video/kino/DETAILS
==============================================================================
--- test/video/kino/DETAILS	(original)
+++ test/video/kino/DETAILS	Tue Jun  6 09:16:17 2006
@@ -1,9 +1,9 @@
            SPELL=kino
-         VERSION=0.8.1
+         VERSION=0.9.0
           SOURCE=${SPELL}-${VERSION}.tar.gz
+      SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
    SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-     SOURCE_HASH=sha512:93aa4d1f0eb3d9fa9ef4df80ee318d52270037ad62674086c87ca6c5a58d70e32b664911c407647a4df9bd11d7a71e8da464e66af9f07929b84ff6982d578eb2
       LICENSE[0]=GPL
         WEB_SITE=http://kino.schirmacher.de
          ENTERED=20020812

Modified: test/video/kino/HISTORY
==============================================================================
--- test/video/kino/HISTORY	(original)
+++ test/video/kino/HISTORY	Tue Jun  6 09:16:17 2006
@@ -1,3 +1,11 @@
+2006-06-06 Arwed v. Merkatz <v.merkatz at gmx.net>
+	* DETAILS: updated to 0.9.0
+	* BUILD: changed --with-hotplug-script-dir to
+	  --enable-hotplug-script-dir
+	* DEPENDS: depends on libiec61883
+	* PREPARE: reworded ffmpeg query to be more clear
+	* BUILD, DEPENDS: moved --with-avcodec switch to DEPENDS
+
 2006-05-27 Arwed v. Merkatz <v.merkatz at gmx.net>
 	* DEPENDS: depends on xml-parser-expat, bug #12176
 

Modified: test/video/kino/PREPARE
==============================================================================
--- test/video/kino/PREPARE	(original)
+++ test/video/kino/PREPARE	Tue Jun  6 09:16:17 2006
@@ -1 +1 @@
-config_query KINO_FFMPEG "Use ffmpeg instead of libdv?" n
+config_query KINO_FFMPEG "Use ffmpeg instead of libdv for video coding?" n



More information about the SM-Commit mailing list