Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arwed v. Merkatz (b34dff8a8eaea9e978bddd4d9db5fca833230472)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Arwed v. Merkatz" <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arwed v. Merkatz (b34dff8a8eaea9e978bddd4d9db5fca833230472)
  • Date: Sat, 2 Dec 2006 15:15:24 -0600

GIT changes to master grimoire by Arwed v. Merkatz <v.merkatz AT gmx.net>:

dev/null |binary
video/gxine/BUILD | 9 ++++----
video/gxine/DETAILS | 2 -
video/gxine/HISTORY | 5 ++++
video/gxine/PRE_BUILD | 4 ---
video/gxine/gxine-0.5.7.tar.bz2.sig | 0
video/gxine/gxine-0.5.8.tar.bz2.sig |binary
video/gxine/spidermonkey-hack.patch | 35
--------------------------------
video/vobcopy/DETAILS | 3 --
video/vobcopy/HISTORY | 3 ++
video/vobcopy/vobcopy-1.0.0.tar.bz2.sig | 0
video/vobcopy/vobcopy-1.0.1.tar.bz2.sig |binary
12 files changed, 15 insertions(+), 46 deletions(-)

New commits:
commit b34dff8a8eaea9e978bddd4d9db5fca833230472
Author: Arwed v. Merkatz <v.merkatz AT gmx.net>
Commit: Arwed v. Merkatz <v.merkatz AT gmx.net>

gxine: updated to 0.5.8

commit 35508ee386b67e654e965f75b7c1423a0290dcc6
Author: Arwed v. Merkatz <v.merkatz AT gmx.net>
Commit: Arwed v. Merkatz <v.merkatz AT gmx.net>

vobcopy: updated to 1.0.1

diff --git a/video/gxine/BUILD b/video/gxine/BUILD
index cbedd16..3e39f95 100755
--- a/video/gxine/BUILD
+++ b/video/gxine/BUILD
@@ -1,14 +1,15 @@
if test "$(get_spell_provider $SPELL GECKO)" = "firefox"; then
- OPTS="--with-jsapi-include=/usr/include/firefox/js/" &&
+ JS_CFLAGS="-I/usr/include/firefox/js/" &&
LDFLAGS="-L/usr/lib/firefox -Wl,-rpath -Wl,/usr/lib/firefox"
elif test "$(get_spell_provider $SPELL GECKO)" = "seamonkey"; then
- OPTS="--with-jsapi-include=/usr/include/seamonkey-$(installed_version
seamonkey)/js" &&
+ JS_CFLAGS="-I/usr/include/seamonkey-$(installed_version seamonkey)/js" &&
LDFLAGS="-L/usr/lib/seamonkey -Wl,-rpath -Wl,/usr/lib/seamonkey"
elif test "$(get_spell_provider $SPELL GECKO)" = "xulrunner"; then
- OPTS="--with-jsapi-include=/usr/include/xulrunner-$(installed_version
xulrunner)/js" &&
+ JS_CFLAGS="-I/usr/include/xulrunner-$(installed_version xulrunner)/js" &&
LDFLAGS="-L/usr/lib/xulrunner -Wl,-rpath -Wl,/usr/lib/xulrunner"
else
- OPTS="--with-jsapi-include=/usr/include/mozilla-$(installed_version
mozilla)/js" &&
+ JS_CFLAGS="-I/usr/include/mozilla-$(installed_version mozilla)/js" &&
LDFLAGS="-L/usr/lib/mozilla -Wl,-rpath -Wl,/usr/lib/mozilla"
fi &&
+JS_LIBS="-lmozjs" &&
default_build
diff --git a/video/gxine/DETAILS b/video/gxine/DETAILS
index 4aff6b4..e381491 100755
--- a/video/gxine/DETAILS
+++ b/video/gxine/DETAILS
@@ -1,5 +1,5 @@
SPELL=gxine
- VERSION=0.5.7
+ VERSION=0.5.8
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${SOURCEFORGE_URL}/xine/$SOURCE
diff --git a/video/gxine/HISTORY b/video/gxine/HISTORY
index 8b96f1d..d7e3a72 100644
--- a/video/gxine/HISTORY
+++ b/video/gxine/HISTORY
@@ -1,3 +1,8 @@
+2006-12-02 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: updated to 0.5.8
+ * PRE_BUILD, spidermonkey-hack.patch: removed
+ * BUILD: use --with-spidermonkey instead of --with-jsapi-include
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/video/gxine/PRE_BUILD b/video/gxine/PRE_BUILD
deleted file mode 100755
index 1e439af..0000000
--- a/video/gxine/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-patch -p0 < $SCRIPT_DIRECTORY/spidermonkey-hack.patch &&
-autoconf
diff --git a/video/gxine/gxine-0.5.7.tar.bz2.sig
b/video/gxine/gxine-0.5.7.tar.bz2.sig
deleted file mode 100644
index 8a753d9..0000000
Binary files a/video/gxine/gxine-0.5.7.tar.bz2.sig and /dev/null differ
diff --git a/video/gxine/gxine-0.5.8.tar.bz2.sig
b/video/gxine/gxine-0.5.8.tar.bz2.sig
new file mode 100644
index 0000000..e216c22
Binary files /dev/null and b/video/gxine/gxine-0.5.8.tar.bz2.sig differ
diff --git a/video/gxine/spidermonkey-hack.patch
b/video/gxine/spidermonkey-hack.patch
deleted file mode 100644
index d3beead..0000000
--- a/video/gxine/spidermonkey-hack.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- configure.ac.orig 2005-12-28 14:16:13.000000000 +0100
-+++ configure.ac 2005-12-28 14:22:09.000000000 +0100
-@@ -251,7 +251,31 @@
- dnl Check for libsmjs (spidermonkey)
- dnl ---------------------------------------------
-
--AC_PATH_SPIDERMONKEY
-+have_sm=yes
-+JS_CFLAGS=""
-+AC_MSG_CHECKING(spidermonkey engine )
-+ AC_ARG_WITH(jsapi-include,
-+ [ --with-jsapi-include=PATH path to jsapi.h],[],[])
-+ if test "${with_jsapi_include}" != "no" -a -n "${with_jsapi_include}"
-+ then
-+ JS_CFLAGS="-I${with_jsapi_include} -DXP_UNIX"
-+ fi
-+ echo "using : $JS_CFLAGS : as extra flags"
-+
-+ old_flags=$CPPFLAGS
-+
-+CPPFLAGS="$CPPFLAGS $JS_CFLAGS"
-+AC_CHECK_HEADER(jsapi.h,,have_sm=no)
-+JS_LIBS="-lmozjs"
-+have_sm="yes"
-+AC_CHECK_LIB(mozjs,JS_Init,,have_sm=no,)
-+if test "x$have_sm" = "xno"; then
-+ AC_MSG_ERROR([*** SPIDERMONKEY javascript engine not found !***])
-+fi
-+CPPFLAGS=$old_flags
-+
-+AC_SUBST(JS_CFLAGS)
-+AC_SUBST(JS_LIBS)
-
- dnl ---------------------------------------------
- dnl Miscellaneous build flags
diff --git a/video/vobcopy/DETAILS b/video/vobcopy/DETAILS
index cb0fbf3..12d2a01 100755
--- a/video/vobcopy/DETAILS
+++ b/video/vobcopy/DETAILS
@@ -1,5 +1,5 @@
SPELL=vobcopy
- VERSION=1.0.0
+ VERSION=1.0.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://lpn.rnbhq.org/download/$SOURCE
@@ -7,7 +7,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
LICENSE[0]=GPL
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
ENTERED=20020327
- UPDATED=20020921
KEYWORDS="dvd video"
SHORT="copy VOB files from DVD's"
cat << EOF
diff --git a/video/vobcopy/HISTORY b/video/vobcopy/HISTORY
index 1a79eec..e881633 100644
--- a/video/vobcopy/HISTORY
+++ b/video/vobcopy/HISTORY
@@ -1,3 +1,6 @@
+2006-12-02 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: updated to 1.0.1
+
2006-04-24 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: updated to 1.0.0
* BUILD: run ./configure.sh so the Makefile doesn't try to call
gcc-3.4
diff --git a/video/vobcopy/vobcopy-1.0.0.tar.bz2.sig
b/video/vobcopy/vobcopy-1.0.0.tar.bz2.sig
deleted file mode 100644
index 35c9482..0000000
Binary files a/video/vobcopy/vobcopy-1.0.0.tar.bz2.sig and /dev/null differ
diff --git a/video/vobcopy/vobcopy-1.0.1.tar.bz2.sig
b/video/vobcopy/vobcopy-1.0.1.tar.bz2.sig
new file mode 100644
index 0000000..ea6ca52
Binary files /dev/null and b/video/vobcopy/vobcopy-1.0.1.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Arwed v. Merkatz (b34dff8a8eaea9e978bddd4d9db5fca833230472), Arwed v. Merkatz, 12/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page