[Lunar-commits] <moonbase> xvidcore: Was having problems getting transcode to find libxvidcore as noted
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Apr 18 15:00:53 CEST 2010
commit c1de87329f2b8cb114305954cb7a2064f6163ef4
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Apr 18 09:00:53 2010 -0400
xvidcore: Was having problems getting transcode to find libxvidcore as noted
in the BUILDs, this fixes that.
---
video/xvidcore/BUILD | 7 ++++++-
video/xvidcore/BUILD.x86_64 | 6 +++++-
video/xvidcore/DETAILS | 2 +-
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/video/xvidcore/BUILD b/video/xvidcore/BUILD
index 7a369e6..e647bbf 100644
--- a/video/xvidcore/BUILD
+++ b/video/xvidcore/BUILD
@@ -9,6 +9,11 @@
--mandir=/usr/share/man \
$OPTS &&
- default_make
+ default_make &&
+
+# Some apps look for a .so notably transcode, so lets make one. Seems its .so name does not follow the major
+# version name. If anyone has a better way to do this, please adjust.
+ ln -sf /usr/lib/libxvidcore.so.4.2 /usr/lib/libxvidcore.so
+
) > $C_FIFO 2>&1
diff --git a/video/xvidcore/BUILD.x86_64 b/video/xvidcore/BUILD.x86_64
index fdd1180..9fc016a 100644
--- a/video/xvidcore/BUILD.x86_64
+++ b/video/xvidcore/BUILD.x86_64
@@ -16,6 +16,10 @@
--mandir=/usr/share/man \
$OPTS &&
- default_make
+ default_make &&
+
+# Some apps look for a .so notably transcode, so lets make one. Seems its .so name does not follow the major
+# version name. If anyone has a better way to do this, please adjust.
+ ln -sf /usr/lib/libxvidcore.so.4.2 /usr/lib/libxvidcore.so
) > $C_FIFO 2>&1
diff --git a/video/xvidcore/DETAILS b/video/xvidcore/DETAILS
index 314bf22..498213e 100644
--- a/video/xvidcore/DETAILS
+++ b/video/xvidcore/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_VFY=sha1:d6e73c725b2fe74695f9fd129966c98f81b27fea
WEB_SITE=http://www.xvid.org
ENTERED=20030825
- UPDATED=20090530
+ UPDATED=20100418
SHORT="ISO MPEG-4 compliant video codec"
cat << EOF
More information about the Lunar-commits
mailing list