Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] SVK Change 9136 to grimoire.svk

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: root <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] SVK Change 9136 to grimoire.svk
  • Date: Fri, 2 Jun 2006 02:51:58 -0500

Group: defaults
Subject: r9136 - in test: . video/mlt

Author: arwed
Date: Thu May 25 10:28:30 2006
New Revision: 9136

Added:
test/video/mlt/PREPARE (contents, props changed)
Modified:
test/ (props changed)
test/video/mlt/DETAILS
test/video/mlt/HISTORY

Log:
r9144@Otherland: arwed | 1970-01-01 01:00:00 +0200
added autoupdate query


Modified: test/video/mlt/DETAILS
==============================================================================
--- test/video/mlt/DETAILS (original)
+++ test/video/mlt/DETAILS Thu May 25 10:28:30 2006
@@ -1,5 +1,9 @@
SPELL=mlt
+if [[ $MLT_AUTOUPDATE = y ]]; then
VERSION=$(date +%Y%m%d)
+else
+ VERSION=cvs
+fi
SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs

SOURCE_URL[0]=cvs://:pserver:anonymous AT mlt.cvs.sourceforge.net:/cvsroot/mlt:mlt

Modified: test/video/mlt/HISTORY
==============================================================================
--- test/video/mlt/HISTORY (original)
+++ test/video/mlt/HISTORY Thu May 25 10:28:30 2006
@@ -3,6 +3,8 @@
SOURCE_DIRECTORY to force a new checkout
* DEPENDS: added optional_depends on qt-x11
* PRE_BUILD, buildsystem.patch: removed
+ * PREPARE, DETAILS: ask if spell should auto-update and set
+ VERSION accordingly

2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

Added: test/video/mlt/PREPARE
==============================================================================
--- (empty file)
+++ test/video/mlt/PREPARE Thu May 25 10:28:30 2006
@@ -0,0 +1 @@
+config_query MLT_AUTOUPDATE "Update to latest CVS on every system-update?"
n



  • [SM-Commit] SVK Change 9136 to grimoire.svk, root, 06/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page