Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f3478876f017c54db56e7c217524a7f8836b20c5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f3478876f017c54db56e7c217524a7f8836b20c5)
  • Date: Sun, 16 Dec 2007 08:51:28 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/rasqal/DETAILS | 2 +-
libs/rasqal/HISTORY | 3 +++
video/kdenlive/BUILD | 6 ++++++
video/kdenlive/DEPENDS | 10 ++++++++--
video/kdenlive/DETAILS | 19 ++++++++++++++++---
video/kdenlive/HISTORY | 9 +++++++++
video/kdenlive/PREPARE | 4 ++++
7 files changed, 47 insertions(+), 6 deletions(-)

New commits:
commit a9dcfc564bf6fcbc96d8e7fe5d68d222a01929a1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kdenlive - add svn support

commit 08e3274d85fd3d7fe30b716f285aa84394f25653
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

rasqal-0.9.15

diff --git a/libs/rasqal/DETAILS b/libs/rasqal/DETAILS
index 5136246..fa8e4f2 100755
--- a/libs/rasqal/DETAILS
+++ b/libs/rasqal/DETAILS
@@ -1,5 +1,5 @@
SPELL=rasqal
- VERSION=0.9.14
+ VERSION=0.9.15
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=$SOURCEFORGE_URL/librdf/$SOURCE
diff --git a/libs/rasqal/HISTORY b/libs/rasqal/HISTORY
index 8720b88..068bdd9 100644
--- a/libs/rasqal/HISTORY
+++ b/libs/rasqal/HISTORY
@@ -1,3 +1,6 @@
+2007-12-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.15
+
2007-05-06 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: remove redland; circular dependency, not needed

diff --git a/video/kdenlive/BUILD b/video/kdenlive/BUILD
new file mode 100755
index 0000000..c293f23
--- /dev/null
+++ b/video/kdenlive/BUILD
@@ -0,0 +1,6 @@
+if [[ $KDN_SVN == y ]]; then
+ OPTS="-DKDE3_INCLUDE_DIR=$INSTALL_ROOT/usr/include/kde3 " &&
+ cmake_build
+else
+ default_kde3_build
+fi
diff --git a/video/kdenlive/DEPENDS b/video/kdenlive/DEPENDS
index 6b0bccc..6c643b8 100755
--- a/video/kdenlive/DEPENDS
+++ b/video/kdenlive/DEPENDS
@@ -1,5 +1,11 @@
depends mlt++ &&
depends kdelibs &&
-depends unsermake &&
-optional_depends arts "" "--without-arts" "for arts support" &&
+if [[ $KDN_SVN == y ]]; then
+ depends subversion &&
+ depends cmake &&
+ optional_depends arts "" "" "for arts support"
+else
+ depends unsermake &&
+ optional_depends arts "" "--without-arts" "for arts support"
+fi &&
optional_depends kdesdk "" "" "to create documentation"
diff --git a/video/kdenlive/DETAILS b/video/kdenlive/DETAILS
index b602ac2..00a35bd 100755
--- a/video/kdenlive/DETAILS
+++ b/video/kdenlive/DETAILS
@@ -1,15 +1,28 @@
SPELL=kdenlive
+if [ $KDN_SVN == y ]; then
+ if test "$KDN_SVN_AUTOUPDATE" = "y"; then
+ VERSION=$(date +%Y%m%d)
+ FORCE_DOWNLOAD=on
+ else
+ VERSION=svn
+ fi
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_IGNORE=volatile
+
SOURCE_URL[0]=svn://kdenlive.svn.sourceforge.net/svnroot/kdenlive/trunk:kdenlive
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+else
VERSION=0.5

SOURCE_HASH=sha512:73aff644d86808d8703dfd1eba824203e6aa8008d64ff773c5863fa27a3397ec823b6068865b81c1ba2d8e8d48f562799a361e0f7c20acb2330dcd73a5205e03
SOURCE=$SPELL-$VERSION-1.tar.gz # The -1 is only for 0.5-1 release!
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/.0//}
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- WEB_SITE=http://kdenlive.sourceforge.net/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/.0//}
+ PATCHLEVEL=1
+fi
+ WEB_SITE=http://kdenlive.org
LICENSE[0]=GPL
ENTERED=20030113
DOCS="README"
KEYWORDS="video"
- PATCHLEVEL=1
SHORT="non-linear video editing suite"
cat << EOF
kdenlive! (pronounced Kay-den-live) is a non-linear video editing
diff --git a/video/kdenlive/HISTORY b/video/kdenlive/HISTORY
index c33b8b5..d4200f1 100755
--- a/video/kdenlive/HISTORY
+++ b/video/kdenlive/HISTORY
@@ -1,3 +1,12 @@
+2007-12-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * PREPARE: added
+ * DEPENDS, DETAILS, BUILD:
+ add svn support
+ * DETAILS: new website
+
+2007-12-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: added, use default_kde3_build
+
2007-10-07 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS, DEPENDS: Use the fixed 0.5 tarball that includes the icons.
That bumps PATCHLEVEL as the previous install was incomplete.
diff --git a/video/kdenlive/PREPARE b/video/kdenlive/PREPARE
new file mode 100755
index 0000000..163380b
--- /dev/null
+++ b/video/kdenlive/PREPARE
@@ -0,0 +1,4 @@
+config_query KDN_SVN "use SVN version" n
+if [ $KDN_SVN == y ];then
+config_query KDN_SVN_AUTOUPDATE "Update to the latest SVN on every cast?"
${DEFAULT:-n}
+fi



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f3478876f017c54db56e7c217524a7f8836b20c5), Treeve Jelbert, 12/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page