Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Lalo Martins (53cc0c6d150a710674b5f77549fb11a064507d8b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Lalo Martins <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Lalo Martins (53cc0c6d150a710674b5f77549fb11a064507d8b)
  • Date: Wed, 19 Sep 2007 03:00:45 -0500

GIT changes to master grimoire by Lalo Martins <lalo AT sourcemage.org>:

printer/a2ps/DEPENDS | 2 +-
printer/a2ps/HISTORY | 3 +++
video/mplayerplug-in/DETAILS | 6 +++---
video/mplayerplug-in/HISTORY | 3 +++
4 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 529d59605dff32fff696d3a873b9ce7905646f36
Author: Lalo Martins <lalo AT sourcemage.org>
Commit: Lalo Martins <lalo AT sourcemage.org>

updating mplayerplug-in to 3.45

commit 86fd4d4b0894e7d0c4724a88e1d57cca38b9b5bd
Author: Lalo Martins <lalo AT sourcemage.org>
Commit: Lalo Martins <lalo AT sourcemage.org>

a2ps dependency on tex is optional

commit 7a97da5644009e7a58fd0e41821511f38c55da40
Author: Lalo Martins <lalo AT sourcemage.org>
Commit: Lalo Martins <lalo AT sourcemage.org>

a2ps dependency on tex is optional

commit c9295ba98807c388dea4d338dcc2ee3315df2d5a
Author: Lalo Martins <lalo AT sourcemage.org>
Commit: Lalo Martins <lalo AT sourcemage.org>

a2ps dependency on tex is optional

diff --git a/printer/a2ps/DEPENDS b/printer/a2ps/DEPENDS
index 7378e8b..072316b 100755
--- a/printer/a2ps/DEPENDS
+++ b/printer/a2ps/DEPENDS
@@ -1,3 +1,3 @@
depends psutils &&
depends imagemagick &&
-depends tetex
+optional_depends tetex "for TeX delegation"
diff --git a/printer/a2ps/HISTORY b/printer/a2ps/HISTORY
index c7c54f8..573f890 100644
--- a/printer/a2ps/HISTORY
+++ b/printer/a2ps/HISTORY
@@ -1,3 +1,6 @@
+2007-09-19 Lalo Martis <lalo AT sourcemage.org>
+ * DEPENDS: Dependency on TeX is optional
+
2007-02-03 Thomas Orgis <sobukus AT sourcemage.org>
* a2ps-alphaev67.patch, PRE_BUILD: make it work with alphaev67

diff --git a/video/mplayerplug-in/DETAILS b/video/mplayerplug-in/DETAILS
index 0f4dc32..bc39456 100755
--- a/video/mplayerplug-in/DETAILS
+++ b/video/mplayerplug-in/DETAILS
@@ -1,13 +1,13 @@
SPELL=mplayerplug-in
- VERSION=3.40
+ VERSION=3.45
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:12644cac5a13c433700ce10e68411d504a2c8576cec6ec223ae18a8aa6ce2676c913f3ffd9a46391d5ce027538818f6e9dd8252b1aa8072426a2f044052ea136
+
SOURCE_HASH=sha512:542de8d16c81068523edec35f9369a972b723c36798ec9a02b291c838ecadb56b43033273a20e4f5651858f4132fedbb1f6a54dd23ba9b04953a91eb43d508a6
WEB_SITE=http://mplayerplug-in.sourceforge.net/
ENTERED=20030202
KEYWORDS="web player video"
SHORT="MPlayer web browser plugin"
cat << EOF
-mplayerplug-in is a browser plugin that uses mplayer to play videos from
websites. A current version of mplayer (0.90rc4) is required. This plugin
gives Netscape, Mozilla and Konqueror the ability to play videos off the net.
+mplayerplug-in is a browser plugin that uses mplayer to play videos from
websites. A current version of mplayer (1.0pre5) is required. This plugin
gives Netscape, Mozilla and Konqueror the ability to play videos off the net.
EOF
diff --git a/video/mplayerplug-in/HISTORY b/video/mplayerplug-in/HISTORY
index 7f8ea0d..2ec55a1 100644
--- a/video/mplayerplug-in/HISTORY
+++ b/video/mplayerplug-in/HISTORY
@@ -1,3 +1,6 @@
+2007-09-19 Lalo Martis <lalo AT sourcemage.org>
+ * DETAILS: Updated to version 3.45
+
2007-03-21 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 3.40
* PRE_BUILD: Removed, not needed.




Archive powered by MHonArc 2.6.24.

Top of Page