Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (7fa43c8f2dfefa3dd577d0ee67cfd7008dcaa972)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (7fa43c8f2dfefa3dd577d0ee67cfd7008dcaa972)
  • Date: Sat, 28 Apr 2007 16:55:30 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

video-libs/xvid/HISTORY | 1 +
video/dvdwizard/DEPENDS | 3 +++
video/dvdwizard/DETAILS | 4 ++--
video/dvdwizard/HISTORY | 4 ++++
video/transcode/DEPENDS | 2 +-
video/transcode/HISTORY | 2 +-
6 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit 7fa43c8f2dfefa3dd577d0ee67cfd7008dcaa972
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

dvdwizard

Version bumped to the latest and added dependencies

commit 11c2f9dab1a57fec19a325e5e2ff945b8e269727
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

transcode

Making it install_root compliant

commit 59a81cbf6aae537521d89a334b516b7d9539d1e7
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

xvid

Adding a url to the history

diff --git a/video-libs/xvid/HISTORY b/video-libs/xvid/HISTORY
index de14e3e..d76b593 100644
--- a/video-libs/xvid/HISTORY
+++ b/video-libs/xvid/HISTORY
@@ -2,6 +2,7 @@
* DETAILS: version bumped to 1.1.2
* DEPENDS: although building with yasm works, nothing can link against
it. Can't build xvid on amd64 with yasm and actually use it :(
+ http://list.xvid.org/pipermail/xvid-devel/2006-January/005305.html

2006-04-13 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: SOURCE_URL files.xvid.org -> downloads.xvid.org (bug
#10864)
diff --git a/video/dvdwizard/DEPENDS b/video/dvdwizard/DEPENDS
index 527f8b9..515fd86 100755
--- a/video/dvdwizard/DEPENDS
+++ b/video/dvdwizard/DEPENDS
@@ -2,4 +2,7 @@ depends dvdauthor &&
depends imagemagick &&
depends mjpegtools &&
depends twolame &&
+depends bc &&
+depends ffmpeg &&
+depends mktemp &&
depends transcode
diff --git a/video/dvdwizard/DETAILS b/video/dvdwizard/DETAILS
index 44291ec..253da85 100755
--- a/video/dvdwizard/DETAILS
+++ b/video/dvdwizard/DETAILS
@@ -1,8 +1,8 @@
SPELL=dvdwizard
- VERSION=0.5
+ VERSION=0.5.1
SOURCE="$SPELL-$VERSION.tar.gz?download"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:15a927f625853761eda7660f943fab514cc71cad6d7a9d0ef4742d623ef01e86f17ac3b05f141157eb183cde877ff9d935141651f541599b8bd722894e5c98d0
+
SOURCE_HASH=sha512:22206da4a4c806c07cd7dcc55016acb81f673e209cab7b072bc90fd14cd49b14fca393fa3a074380b084cded301bbe22fdb6a93eaebfb34404a1cebad28ea5ec
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"

WEB_SITE="http://dvdwizard.wershofen.net/index.php?option=com_frontpage&Itemid=1";
LICENSE[0]=GPL
diff --git a/video/dvdwizard/HISTORY b/video/dvdwizard/HISTORY
index 1b8b229..a81fa51 100644
--- a/video/dvdwizard/HISTORY
+++ b/video/dvdwizard/HISTORY
@@ -1,3 +1,7 @@
+2007-04-28 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: version to 0.5.1
+ * DEPENDS: added stuff from the prerequisites list
+
2007-03-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: quoted url to make it work (& is a bash keyword)

diff --git a/video/transcode/DEPENDS b/video/transcode/DEPENDS
index 96ec687..76539d2 100755
--- a/video/transcode/DEPENDS
+++ b/video/transcode/DEPENDS
@@ -7,7 +7,7 @@ optional_depends nasm \
"for mpeg encoding with bbmpeg support" &&

optional_depends avifile \
- "--enable-avifile
--with-avifile-includes=/usr/include/avifile-$(installed_version avifile |
awk -F'.' '{print $1"."$2}')" \
+ "--enable-avifile
--with-avifile-includes=${INSTALL_ROOT}/usr/include/avifile-$(installed_version
avifile | awk -F'.' '{print $1"."$2}')" \
"--disable-avifile" \
"for AVI decoding support using avifile" &&

diff --git a/video/transcode/HISTORY b/video/transcode/HISTORY
index b164a67..0cad6d6 100644
--- a/video/transcode/HISTORY
+++ b/video/transcode/HISTORY
@@ -1,6 +1,6 @@
2007-04-28 David Kowis <dkowis AT shlrm.org>
* DEPENDS: added some version voodoo to the avifile depends so that it
- can find the includes.
+ can find the includes. Added install_root.

2007-04-20 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: updated to 1.0.3, updated WEB_SITE to transcoding.org,



  • [SM-Commit] GIT changes to master grimoire by David Kowis (7fa43c8f2dfefa3dd577d0ee67cfd7008dcaa972), David Kowis, 04/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page