[Lunar-commits] r20256 - moonbase/trunk/video/smpeg
Chad Kittel
v3rt1g0 at lunar-linux.org
Mon May 29 22:09:41 UTC 2006
Author: v3rt1g0
Date: 2006-05-29 22:09:41 +0000 (Mon, 29 May 2006)
New Revision: 20256
Modified:
moonbase/trunk/video/smpeg/BUILD
moonbase/trunk/video/smpeg/DETAILS
Log:
Misc Change: smpeg (0.4.4)
* added a sedit to fix the underquoted definition in smpeg.m4 and made a
few other tidys
Modified: moonbase/trunk/video/smpeg/BUILD
===================================================================
--- moonbase/trunk/video/smpeg/BUILD 2006-05-29 21:59:10 UTC (rev 20255)
+++ moonbase/trunk/video/smpeg/BUILD 2006-05-29 22:09:41 UTC (rev 20256)
@@ -1,8 +1,10 @@
(
- ./configure --prefix=/usr \
- $OPTS &&
- sedit 's/gcc/g++/' Makefile &&
+ #remove the underquoted definition
+ sedit 's/AM_PATH_SMPEG,/[AM_PATH_SMPEG],/' smpeg.m4 &&
+
+ default_config &&
+ sedit 's/gcc/g++/' Makefile &&
default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/video/smpeg/DETAILS
===================================================================
--- moonbase/trunk/video/smpeg/DETAILS 2006-05-29 21:59:10 UTC (rev 20255)
+++ moonbase/trunk/video/smpeg/DETAILS 2006-05-29 22:09:41 UTC (rev 20256)
@@ -6,7 +6,7 @@
WEB_SITE=http://www.lokigames.com/development/smpeg.php3
ENTERED=20010922
UPDATED=20010922
- SHORT="smpeg is a general purpose MPEG video/audio player."
+ SHORT="a general purpose MPEG video/audio player"
cat << EOF
SMPEG is a general purpose MPEG video/audio player for Linux based on
More information about the Lunar-commits
mailing list