[Lunar-commits] <moonbase> divx4linux: removed from moonbase
Zachary McGrew
zmcgrew at lunar-linux.org
Fri Jan 23 01:21:49 CET 2009
commit 591fabc85e036d69f25f6553d4c23426d84af288
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Thu Jan 22 16:21:49 2009 -0800
divx4linux: removed from moonbase
Doesn't work anymore because it's not statically linked, and needs a version of libstdc++ we don't ship.
Only two modules could have used it, but don't need it because of ffmpeg.
---
video/divx4linux/BUILD | 20 --------------------
video/divx4linux/DETAILS | 13 -------------
2 files changed, 0 insertions(+), 33 deletions(-)
diff --git a/video/divx4linux/BUILD b/video/divx4linux/BUILD
deleted file mode 100644
index 5802df1..0000000
--- a/video/divx4linux/BUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-(
-
- LIBDIR=/usr/lib
- INCLUDEDIR=/usr/include
-
- prepare_install &&
- cp -f *.so $LIBDIR &&
- cp -f *.h $INCLUDEDIR &&
-
- for NAME in encore decore ; do
- LIBNAME=${LIBDIR}/libdivx${NAME}.so
- chown 0 $LIBNAME
- chmod 755 $LIBNAME
- rm -f $LIBNAME.0
- ln -s $LIBNAME $LIBNAME.0
- chown 0 $LIBNAME.0
- chmod 755 $LIBNAME.0
- done
-
-) > $C_FIFO 2>&1
diff --git a/video/divx4linux/DETAILS b/video/divx4linux/DETAILS
deleted file mode 100644
index 0aef2c6..0000000
--- a/video/divx4linux/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
- MODULE=divx4linux
- VERSION=20030428
- SOURCE=$MODULE-std-$VERSION.tar.gz
- SOURCE_URL[0]=http://download.divx.com/divx/
- SOURCE_VFY=md5:6332d98ad949a40c588681acbf4078f4
- WEB_SITE=http://www.divx.com/divx/linux
- ENTERED=20031027
- UPDATED=20031027
- SHORT="DivX encoder and decoder for linux"
-LDD_CHECK=off
-cat << EOF
-DivX encoder and decoder for linux.
-EOF
More information about the Lunar-commits
mailing list